Yes, I knew what you meant. Anyway, I can't reproduce that in my system.
But... at 0:25 in your video, the HOME folder suddenly appears. What did
you do there?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/
Oh, ok... NOW I've been able to reproduce it, and just by doing
"rubberband selection" in the desktop, the icon does appear... This
looks like a refresh problem in Gtk, but not sure...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
ht
But have you tried the patched version? Because what I get in vanilla
Ubuntu is that the whole desktop GTK window is displaced, so, of course,
the bottom-right icon is outside the screen (only a little corner can be
seen). But with the patch, the window returns to the right place, so the
bottom-rig
I can't reproduce the size problem... Are you sure that the icon isn't
behind those windows? Can you move the icon to the bottom-right corner?
Does it allow you to do it?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.lau
The problem is that the desktop window is set to the monitor size, not
the usable desktop size, and is kept in-place by emulateX11WindowType
every time the user tries to move it. The problem is that, when changing
the resolution, it is moved in some cases but no moving signal is
emitted. I fixed it
ion-desktop-icons-ng (Ubuntu)
Assignee: (unassigned) => Sergio Costas (rastersoft-gmail)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2086840
Title:
On wayland, the icon grid is offset righ
I just do an "ulimit -n 20" before using Valgrind, and everything
works fine.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2100485
Title:
Valgrind: FATAL: Private file creation failed.
To mana
Public bug reported:
The AMD driver expects the file `amdgpu.ids` in a fixed place
(/usr/share/libdrm); this means that, when building a Snap application, the
amdgpu.ids file isn't directly available there, but inside a mounted folder.
This forces either each application, or each extension snap
I removed the Draft flag.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098102
Title:
Desktop switching shows windows from previous desktop
To manage notifications about this bug go to:
https://bu
You are right... Commented in the upstream PR.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098102
Title:
Desktop switching shows windows from previous desktop
To manage notifications about this
Daniel, Alessandro, quick question: I prepared a patch for upstream
Gnome Shell ( https://gitlab.gnome.org/GNOME/gnome-
shell/-/merge_requests/3640 ), but maybe a different syntax could be
better. Specifically, to add this to the "AsyncMutex" class:
+
+async asyncCriticalSection(f, ...args) {
I tried to upload a new version of DING to extensions.gnome.org with the
old quick fix, but was rejected by the reviewer.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098102
Title:
Desktop switchi
Flaja94: Mmm... that sounds more like a hardware problem... can you
check the journal to see if there is something odd? Also, when the
system boots, press ESC to hide the bootsplash and be able to see the
boot messages; maybe there is something useful...
--
You received this bug notification beca
Hello Ricardo:
That code isn't for the final user; it is the code that we are modifying
in the installer to fix that, but it is added to the installer itself.
But are you having exactly this same bug?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
This is a quick fix, until it is fixed upstream in Gnome Shell.
** Patch added: "fix-double-creation-bug.patch"
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+attachment/5859002/+files/fix-double-creation-bug.patch
--
You received this bug notification because you are a
The problem is even worse: the extension itself is created twice.
** Attachment added: "Captura desde 2025-02-20 12-28-57.png"
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+attachment/5859000/+files/Captura%20desde%202025-02-20%2012-28-57.png
--
You received this bug no
That key is defined in `/usr/share/glib-2.0/schemas/com.ubuntu.login-
screen.gschema.xml`, which comes inside the `gnome-shell-common` .deb
package in both Noble and Oracular.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
This is my idea for an asyncMutex fix, but I don't know why the test is
failing... Running it manually from a command line (and some little
changes to allow it to run from command line, of course) does work as
expected.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3640
--
You rece
Search for `desktop-icons-ng.in` in the patch.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064849
Title:
Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed
To manage notification
Yes, that patch would work, but I still think that the right-way-to-do-
it(tm) would be to use an async mutex, mainly because that can ensure
that no other yet-to-find race conditions can happen. Of course, I'm
talking about a patch for upstream.
--
You received this bug notification because you
I think that a single mutex should protect the status of the extensions.
It should do a lock at the beginning of any async function calling any
of the `_callExtensionInit()`, `_callExtensionEnable()` or
`_callExtensionDisable()` async functions.
--
You received this bug notification because you a
Unfortunately, I think that GLib.Mutex won't work here, because they
would block the GJS thread itself... an async Javascript mutex is what I
think that we need: something where an async function can do an `await
mutex.lock();`
--
You received this bug notification because you are a member of Ubu
Ok, I think that the previous solution won't work... I think that the
solution is some kind of async mutex in `_onEnabledExtensionsChanged()`.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098102
Tit
Seeing the code, I think that the problem is that
`_onEnabledExtensionsChanged()` is called both when the list of enabled
extensions change, and when the list of disabled extensions change. The
problem is that it is an async function, and the call in the callback
doesn't wait it to finish, so it ca
Oh! Good catch! Anyway, you are right: moving there.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098102
Title:
Desktop switching shows windows from previous desktop
To manage notifications about
Simpler patch
** Patch added: "fix-double-enable.diff"
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+attachment/5857233/+files/fix-double-enable.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bu
This is a workaround.
** Patch added: "fix-double-enable.diff"
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2098102/+attachment/5857209/+files/fix-double-enable.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
ht
As I suspected... when calling enable() twice, the old pointers to the
previous methods are overwritten with the new function pointer; and
that's why disabling the extension won't restore them.
A quick workaround is to keep track of the current status, and just
ignore any enable() called when the
Yes, it's like the function to replace some methods inside gnome is
called more than once for a method... I can add some debugging to see if
that's the case, and add protection to avoid replacing a method twice.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
Ops... sorry, wrong project.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097403
Title:
[snap] chromium-driver fails to create .cache/desktop-runtime-date on
first run
To manage notifications a
Ok, I was mistaken: it is part of the Gnome-XX- itself, and doesn't
depend on snapcraft. So a rebuild of that snap should fix it, without
having to create a new snap for chromium.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
htt
It is part of snapcraft, and the script is added to the chromium snap
(to be precise, it is added to any snap that uses the gnome-XX-
extension). So you need a new chromium snap with the fixed snapcraft.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
Patch merged.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097403
Title:
[snap] chromium-driver fails to create .cache/desktop-runtime-date on
first run
To manage notifications about this bug g
** Changed in: snapd (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097403
Title:
[snap] chromium-driver fails to create .cache/desktop-runtime-d
Prepared a patch that should fix this:
https://github.com/canonical/snapcraft-desktop-integration/pull/31
** Changed in: snapd (Ubuntu)
Status: New => In Progress
** Changed in: snapd (Ubuntu)
Assignee: (unassigned) => Sergio Costas (rastersoft-gmail)
--
You received th
Ok, this patch should fix the problem:
https://gitlab.com/rastersoft/desktop-icons-ng/-/merge_requests/434
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2081198
Title:
ding.js is consuming too much
Also, you can use the `get_path()` method on the GLocalFile object to
get the path.
Oh, I see now that you already deleted everything in your Templates
folder :-( Anyway, a check to avoid loops is clearly needed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, whic
Aha! There is something odd in your templates folder... Can you
check your ~/Templates folder? Check if there is any kind of folder soft
link that makes a "closed loop", that makes the checker to go over and
over again.
--
You received this bug notification because you are a member of Ubuntu
In case it doesn't work, just run `sudo ninja -C .build uninstall` in a
terminal at the same folder from where you installed the downloaded version,
and then reinstall gnome-shell-extension-desktop-icons-ng .
Although the thumbnails won't work, at least you will have icons again.
I'm working on
Yes, you probably need to reactivate the extension. Try installing
gnome-shell-extension-prefs . It should allow you to enable it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064849
Title:
Ubuntu
It looks more like a problem getting the useful size of the desktop.
I'll check it...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2086840
Title:
On wayland, the icon grid is off when scaling deskt
gnome-shell-extension-desktop-icons-ng_47.0.11-3_all.deb is the version
in Oracular, not in Noble. That's why it does work for you.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067831
Title:
can't
@joseferg @matej-sk I checked it in a fresh install, and no, the patch
isn't there. Maybe @joseferg is using the upstream extension, which has
it fixed? Or maybe is using ding4, which is a different extension?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
I'm afraid it's my fault to not have it in Noble yet. I'll work on it
this Monday. Sorry.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067831
Title:
can't use arrows when renaming on the desktop
Proposed SRU for 24.04. Sorry for the delay.
https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-
extension-desktop-icons-ng/-/merge_requests/6
** Description changed:
- Cuando se quiere renombrar (cambiar de nombre) un archivo en el
- Escritorio, al mover el cursor con las teclas de
I can reproduce it just by launching it again from the command line.
Just pressing Alt is enough to refresh the window, although you must
wait some time before that works.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
Public bug reported:
I installed Oracular (24.10) in an Asus Zenbook UX21e (screen size 1366
× 768), and, after full installation and when login for the first time,
the gnome-initial-setup window did appear, but completely white, with
nothing inside. It wasn't until I did Alt+Tab that it refreshed
** Description changed:
Ubuntu Noble 24.04 desktop icons ng does not show thumbnails of pdf and
other image files.
I do not know if this bug is related to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2047256
that was fixed for nautilus.
-
No LSB modules are available.
John, this patch is different: it just enables desktop icons main app.
It's not the previous, "big hammer" one that just enabled brwap
directly.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064849
T
*** This bug is a duplicate of bug 2064849 ***
https://bugs.launchpad.net/bugs/2064849
You are right. Anyway, the security people found a way of fixing this
(at least for the .deb package), so I'm preparing a PR with that patch.
--
You received this bug notification because you are a member
Also prepared a PR for master https://salsa.debian.org/gnome-team/shell-
extensions/gnome-shell-extension-desktop-icons-ng/-/merge_requests/5
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064849
Titl
It is an apparmor problem: user namespaces were disabled, and the
thumbnail API requires them because it uses bwrap to execute the
thumbnailers.
This patch fixes it: https://salsa.debian.org/gnome-team/shell-
extensions/gnome-shell-extension-desktop-icons-ng/-/merge_requests/4
--
You received th
Public bug reported:
DesktopIconsNG uses the gnome-desktop library to generate thumbnails.
Unfortunately, it uses bwrap to launch the thumbnailers, which requires
unprivileged user mamespaces, so it fails in Ubuntu 24.04. Creating
/etc/apparmor.d/bwrap file with the attached patch does solve the
p
@xandrezmiguelpires Can you test it too, please?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971168
Title:
[snap] Files on local network shares are not opened / written
To manage notifications a
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971168
Title:
[snap] Files on local network shares are not opened / written
To manage notifications about this bug go to:
https://bugs.launchp
Good news: the patch has been merged in Salsa server.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971168
Title:
[snap] Files on local network shares are not opened / written
To manage notificati
Patch uploaded to Salsa.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067831
Title:
can't use arrows when renaming on the desktop
To manage notifications about this bug go to:
https://bugs.launch
None yet, sorry.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971168
Title:
[snap] Files on local network shares are not opened / written
To manage notifications about this bug go to:
https://bug
Can you put a link to the upstream solution being worked, please?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2035122
Title:
Under ubuntu core/core-desktop, /etc/default/locale is not modifiable
I probably can do, but as I said, I think that this configuration is
more and more common thanks to USB-C (you can just connect one cable and
have a desktop system). But, of course, without objective data about
real usage, all we have are just opinions, so I agree in that it's
better to close this
I have to disagree. I attach a picture of my workbench, where you can
see that I have an external monitor as the main display, and the laptop
is just behind because I don't use its screen. As you can see, I have
to, literally, look over the monitor to be able to know when do I have
to type the pass
So, the big question now is... with which graphic chips the unlock
prompt doesn't appear on an external boot display?
In my case, with AMD integrated graphics it doesn't appear, and I think
that it's safe to presume that it will happen with any other AMD
graphics chip, no matter if it is integrate
I can try to do it, but of course only if you consider that it worth it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Title:
Disk password prompt isn't shown in external monitor
To manage
When I say "needed", I mean to add only the specific module for the
current hardware. This is: in my system, only the amdgpu would be added,
not the intel or the nVidia ones. Also, we can add more heuristics... or
just make it manual, so if an user has this problem, we can tell they:
"just run
I can confirm that, in my case, adding "amdgpu" to the initramfs does
the trick. So now here comes the idea... What if we dynamically add to
the initramfs the graphics driver needed for the current system only if
the hard disk is encrypted? This is: add a script that is run right
before updating in
apport information
** Attachment added: "acpidump.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788409/+files/acpidump.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Title:
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788408/+files/UdevDb.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Title:
Di
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788407/+files/ProcModules.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788405/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788406/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/206
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788400/+files/Lsusb.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Title:
Disk
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788404/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788403/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
apport information
** Attachment added: "Lsusb-t.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788401/+files/Lsusb-t.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Title:
apport information
** Attachment added: "Lsusb-v.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788402/+files/Lsusb-v.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Title:
apport information
** Attachment added: "Lspci-vt.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788399/+files/Lspci-vt.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Title:
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788398/+files/Lspci.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Title:
Disk
apport information
** Attachment added: "EtcDefaultGrub.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788397/+files/EtcDefaultGrub.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/206
apport information
** Tags added: apport-collected noble wayland-session
** Description changed:
- Up to Ubuntu 23.10, when my laptop (which has encrypted hard disk)
- booted, it asked for the deciphering password as usual, and, if an
- external monitor was connected, the prompt was shown in bot
apport information
** Attachment added: "Dependencies.txt"
https://bugs.launchpad.net/bugs/2069039/+attachment/5788396/+files/Dependencies.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069039
Public bug reported:
Up to Ubuntu 23.10, when my laptop (which has encrypted hard disk)
booted, it asked for the deciphering password as usual, and, if an
external monitor was connected, the prompt was shown in both the
internal and the external screens. After updating to Ubuntu 24.04 this
no long
Prepared patch and sent it upstream.
** Patch added: "Fixes arrow keys during renaming"
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/2067831/+attachment/5787879/+files/patch.diff
--
You received this bug notification because you are a member of Ubuntu
Public bug reported:
[Impact]
Gnome Shell 46 changed the Enum that defines the status of an extension,
and that affected Desktop Icons by preventing Ubuntu Dock to send info
about the occupied zone, thus allowing to put icons under it. It has
been fixed in upstream.
This same patch must be added
I have this bug, and the 3.66.5-2build2 package doesn't fix it.
ii filezilla3.66.5-2build2
amd64Full-featured graphical FTP/FTPS/SFTP client
ii filezilla-common 3.66.5-2build2
Sent a patch for the manpage (fix-default-volume-in-manpage)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/21507
Title:
Disturbing sounds in Skyrocket screensaver
To manage notifications ab
The odd thing is that the source code doesn't seem to have the original
patch...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988440
Title:
Regression in 22.04: segmentation fault when language is
Hmmm... the bugs are in the test_xmlb.c file, not in the library! These
variables are defined as autofree/autoptr
g_autofree gchar *blobfn = NULL;
g_autoptr(GPtrArray) parent_appdata = g_ptr_array_new_with_free_func
(g_free);
g_autoptr(GPtrArray) parent_appstream = g_ptr_array_new_wit
Created a PPA with a patched .deb for Jammy
https://launchpad.net/~rastersoft-gmail/+archive/ubuntu/libxmlb
Also, uploading the patch itself for Jammy.
** Patch added: "Patch for jammy libxmlb"
https://bugs.launchpad.net/snap-store-desktop/+bug/1988440/+attachment/5772460/+files/fix-double-fr
Confirmed: Jammy .deb package doesn't have the patch. I'll prepare a
SRU.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988440
Title:
Regression in 22.04: segmentation fault when language is spanis
@tjaalton Yes.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988440
Title:
Regression in 22.04: segmentation fault when language is spanish
To manage notifications about this bug go to:
https://bu
(I mean: I'll do it :-D )
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1988440
Title:
Regression in 22.04: segmentation fault when language is spanish
To manage notifications about this bug go to:
Patch merged upstream. https://gitlab.com/rastersoft/desktop-icons-
ng/-/merge_requests/419
** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
Which do you think would be the best way of managing it? I can see these
possibilities:
* Merging the whole "Update-style..." patch into "0001-Add-Ubuntu..."
* Removing gis-apps-page.* files from "0001-Add-Ubuntu..." and completely
creating them in "Update-style..."
--
You received this bug not
Oh, wait... That is the last page, isn't it? Ok, now I see what you
mean. You are right, it should be simpler to merge both patches.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059267
Title:
Ubun
Ops... it looks really like an unintended error during patch creation...
"Update-style..." shouldn't touch all that C code.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059267
Title:
Ubuntu patch
Here is a PR https://salsa.debian.org/gnome-team/gnome-initial-
setup/-/merge_requests/22
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049672
Title:
Should welcome screen be included?
To manage n
Capture of the proposed Welcome page. The picture is just a placeholder;
the mascot logo must be there, according to the design team.
** Attachment added: "Captura desde 2024-03-21 17-50-11.png"
https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/2049672/+attachment/5758138/+fil
BTW: pressing the "Revert" button tries to launch "dbus-launch", but in
my Noble system it wasn't installed. I had to manually install
"dbus-x11" to have it. Maybe it should be included in the
dependencies...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Anyway, the "Revert" button does nothing... so there is something else
that has to be done.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2053228
Title:
software-properties-gtk does not start
To ma
New patch that takes into account the _deb822 format.
** Patch added: "patch.diff"
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2053228/+attachment/5755308/+files/patch.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
1 - 100 of 221 matches
Mail list logo