[Bug 2086840] Re: On wayland, the icon grid is offset right/down when scaling desktop from 2x to 1x

2025-03-17 Thread Sergio Costas
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/

[Bug 2086840] Re: On wayland, the icon grid is offset right/down when scaling desktop from 2x to 1x

2025-03-17 Thread Sergio Costas
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

[Bug 2086840] Re: On wayland, the icon grid is offset right/down when scaling desktop from 2x to 1x

2025-03-07 Thread Sergio Costas
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

[Bug 2086840] Re: On wayland, the icon grid is offset right/down when scaling desktop from 2x to 1x

2025-03-06 Thread Sergio Costas
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

[Bug 2086840] Re: On wayland, the icon grid is offset right/down when scaling desktop from 2x to 1x

2025-03-03 Thread Sergio Costas
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

[Bug 2086840] Re: On wayland, the icon grid is offset right/down when scaling desktop from 2x to 1x

2025-03-03 Thread Sergio Costas
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

[Bug 2100485] Re: Valgrind: FATAL: Private file creation failed.

2025-02-27 Thread Sergio Costas
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

[Bug 2100483] [NEW] amdgpu.ids path is fixed

2025-02-27 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-26 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-25 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-25 Thread Sergio Costas
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) {

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-24 Thread Sergio Costas
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

[Bug 2084032] Re: pc-kernel umount failure

2025-02-24 Thread Sergio Costas
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

[Bug 2084032] Re: pc-kernel umount failure

2025-02-24 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-20 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-20 Thread Sergio Costas
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

[Bug 2098654] Re: /usr/libexec/gcr-prompter:11:gtk_im_multicontext_set_slave:im_module_setting_changed:g_closure_invoke:signal_emit_unlocked_R:signal_emit_valist_unlocked

2025-02-17 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-17 Thread Sergio Costas
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

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2025-02-17 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-14 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-13 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-13 Thread Sergio Costas
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

[Bug 2098102] Re: Desktop switching shows windows from previous desktop

2025-02-13 Thread Sergio Costas
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

[Bug 2098390] Re: Live session partially freezes (empty grey overview can't be closed) [JS ERROR: too much recursion in newGetWindowActors]

2025-02-13 Thread Sergio Costas
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

[Bug 2097403] Re: [snap] chromium-driver fails to create .cache/desktop-runtime-date on first run

2025-02-13 Thread Sergio Costas
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

[Bug 2097403] Re: [snap] chromium-driver fails to create .cache/desktop-runtime-date on first run

2025-02-13 Thread Sergio Costas
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

[Bug 2097403] Re: [snap] chromium-driver fails to create .cache/desktop-runtime-date on first run

2025-02-13 Thread Sergio Costas
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

[Bug 2097403] Re: [snap] chromium-driver fails to create .cache/desktop-runtime-date on first run

2025-02-12 Thread Sergio Costas
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

[Bug 2097403] Re: [snap] chromium-driver fails to create .cache/desktop-runtime-date on first run

2025-02-10 Thread Sergio Costas
** 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

[Bug 2097403] Re: [snap] chromium-driver fails to create .cache/desktop-runtime-date on first run

2025-02-10 Thread Sergio Costas
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

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-10 Thread Sergio Costas
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

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-10 Thread Sergio Costas
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

[Bug 2081198] Re: ding.js is consuming too much CPU

2025-01-10 Thread Sergio Costas
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

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-12-02 Thread Sergio Costas
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

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-12-02 Thread Sergio Costas
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

[Bug 2086840] Re: On wayland, the icon grid is off when scaling desktop from 2x to 1x

2024-11-20 Thread Sergio Costas
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

[Bug 2067831] Re: can't use arrows when renaming on the desktop

2024-11-04 Thread Sergio Costas
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

[Bug 2067831] Re: can't use arrows when renaming on the desktop

2024-11-04 Thread Sergio Costas
@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

[Bug 2067831] Re: can't use arrows when renaming on the desktop

2024-11-01 Thread Sergio Costas
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

[Bug 2067831] Re: can't use arrows when renaming on the desktop

2024-09-16 Thread Sergio Costas
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

[Bug 2080603] Re: Blank window for gnome-initial-setup

2024-09-13 Thread Sergio Costas
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

[Bug 2080603] [NEW] Blank window for gnome-initial-setup

2024-09-13 Thread Sergio Costas
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

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-09-10 Thread Sergio Costas
** 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.

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-09-10 Thread Sergio Costas
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

[Bug 2079983] Re: Thumbnails in desktop doesn't work due to apparmor restrictions

2024-09-10 Thread Sergio Costas
*** 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

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-09-09 Thread Sergio Costas
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

[Bug 2064849] Re: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed

2024-09-09 Thread Sergio Costas
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

[Bug 2079983] [NEW] Thumbnails in desktop doesn't work due to apparmor restrictions

2024-09-09 Thread Sergio Costas
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

[Bug 1971168] Re: [snap] Files on local network shares are not opened / written

2024-07-05 Thread Sergio Costas
@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

[Bug 1971168] Re: [snap] Files on local network shares are not opened / written

2024-07-05 Thread Sergio Costas
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

[Bug 1971168] Re: [snap] Files on local network shares are not opened / written

2024-06-28 Thread Sergio Costas
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

[Bug 2067831] Re: can't use arrows when renaming on the desktop

2024-06-19 Thread Sergio Costas
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

[Bug 1971168] Re: [snap] Files on local network shares are not opened / written

2024-06-14 Thread Sergio Costas
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

[Bug 2035122] Re: Under ubuntu core/core-desktop, /etc/default/locale is not modifiable

2024-06-14 Thread Sergio Costas
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

[Bug 2069039] Re: Disk password prompt isn't shown in external monitor

2024-06-13 Thread Sergio Costas
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

[Bug 2069039] Re: Disk password prompt isn't shown in external monitor

2024-06-13 Thread Sergio Costas
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

[Bug 2069039] Re: Disk password prompt isn't shown in external monitor

2024-06-12 Thread Sergio Costas
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

[Bug 2069039] Re: Disk password prompt isn't shown in external monitor

2024-06-12 Thread Sergio Costas
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

[Bug 2069039] Re: Disk password prompt isn't shown in external monitor

2024-06-12 Thread Sergio Costas
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

[Bug 2069039] Re: Disk password prompt isn't shown in external monitor

2024-06-12 Thread Sergio Costas
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

[Bug 2069039] acpidump.txt

2024-06-11 Thread Sergio Costas
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:

[Bug 2069039] UdevDb.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] ProcModules.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] ProcEnviron.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] ProcInterrupts.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] Lsusb.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] ProcCpuinfoMinimal.txt

2024-06-11 Thread Sergio Costas
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/

[Bug 2069039] ProcCpuinfo.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] Lsusb-t.txt

2024-06-11 Thread Sergio Costas
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:

[Bug 2069039] Lsusb-v.txt

2024-06-11 Thread Sergio Costas
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:

[Bug 2069039] Lspci-vt.txt

2024-06-11 Thread Sergio Costas
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:

[Bug 2069039] Lspci.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] EtcDefaultGrub.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] Re: Disk password prompt isn't shown in external monitor

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] Dependencies.txt

2024-06-11 Thread Sergio Costas
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

[Bug 2069039] [NEW] Disk password prompt isn't shown in external monitor

2024-06-11 Thread Sergio Costas
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

[Bug 2067831] Re: can't use arrows when renaming on the desktop

2024-06-10 Thread Sergio Costas
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

[Bug 2068882] [NEW] Desktop icons in Mantic doesn't honor dock margins in Jammy

2024-06-10 Thread Sergio Costas
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

[Bug 2061954] Re: filezilla crashed with SIGABRT in start_thread()

2024-05-31 Thread Sergio Costas
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

[Bug 21507] Re: Disturbing sounds in Skyrocket screensaver

2024-05-15 Thread Sergio Costas
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

[Bug 1988440] Re: Regression in 22.04: segmentation fault when language is spanish

2024-04-29 Thread Sergio Costas
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

[Bug 1988440] Re: Regression in 22.04: segmentation fault when language is spanish

2024-04-29 Thread Sergio Costas
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

[Bug 1988440] Re: Regression in 22.04: segmentation fault when language is spanish

2024-04-29 Thread Sergio Costas
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

[Bug 1988440] Re: Regression in 22.04: segmentation fault when language is spanish

2024-04-29 Thread Sergio Costas
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

[Bug 1988440] Re: Regression in 22.04: segmentation fault when language is spanish

2024-04-26 Thread Sergio Costas
@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

[Bug 1988440] Re: Regression in 22.04: segmentation fault when language is spanish

2024-04-26 Thread Sergio Costas
(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:

[Bug 2061070] Re: gnome-shell-extension-desktop-icons-ng: Error: destroy() breaks...

2024-04-15 Thread Sergio Costas
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

[Bug 2059267] Re: Ubuntu patch reverting another Ubuntu patch

2024-03-27 Thread Sergio Costas
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

[Bug 2059267] Re: Ubuntu patch reverting another Ubuntu patch

2024-03-27 Thread Sergio Costas
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

[Bug 2059267] Re: Ubuntu patch reverting another Ubuntu patch

2024-03-27 Thread Sergio Costas
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

[Bug 2049672] Re: Should welcome screen be included?

2024-03-21 Thread Sergio Costas
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

[Bug 2049672] Re: Should welcome screen be included?

2024-03-21 Thread Sergio Costas
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

[Bug 2053228] Re: software-properties-gtk does not start

2024-03-12 Thread Sergio Costas
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

[Bug 2053228] Re: software-properties-gtk does not start

2024-03-12 Thread Sergio Costas
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

[Bug 2053228] Re: software-properties-gtk does not start

2024-03-12 Thread Sergio Costas
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   2   3   >