[Bug 2111603] Re: touch --date not compatible

2025-06-16 Thread Julian Andres Klode
Removing the block-proposed tag, this keeps new rust-coreutils from migrating which fixes other bugs. coreutils-from already has other bugs to not migrate and doesn't migrate in the first place due to the dependency on the universe package. ** Tags removed: block-proposed -- You received this b

[Bug 2112491] Re: mutter & gnome-shell: FTBFS with coreutils-from: pipewire stuck in an accept4 loop

2025-06-06 Thread Julian Andres Klode
This should be worked around in coreutils-from 0.0.0~ubuntu10. I'm closing that task to keep the list of coreutils-from bugs relevant to actual remaining build failures. ** Changed in: coreutils-from (Ubuntu) Status: Triaged => Fix Committed ** Changed in: coreutils-from (Ubuntu) St

[Bug 2111603] Re: touch --date not compatible

2025-06-06 Thread Julian Andres Klode
I'm going to keep the coreutils-from bug as fix released so I can actually see the list of issues still in the proposed version (where coreutils-from-uutils is the default). ** Changed in: coreutils-from (Ubuntu) Status: New => Fix Released -- You received this bug notification because yo

[Bug 2059819] Re: Regression: Jammy to Noble, right clicking on some icons shows dropdown on left side of screen

2024-12-17 Thread Julian Andres Klode
** Changed in: gnome-shell (Ubuntu Noble) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2059819 Title: Regression: Jammy to Noble, rig

[Bug 2065432] Re: Unable to authenticate with smartcard: gnome-shell throws on unhandled promise rejection

2024-12-17 Thread Julian Andres Klode
** Changed in: gnome-shell (Ubuntu Noble) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2065432 Title: Unable to authenticate with sma

[Bug 2084293] Re: HTML markup is not properly rendered in notification body

2024-12-16 Thread Julian Andres Klode
Looking at https://gitlab.gnome.org/GNOME/gnome- shell/-/merge_requests/3247 and the merged commit $ git tag --contains 7f476e05 46.1 ... 47.0 That is, this is fixed in oracular and later versions. ** Also affects: gnome-shell (Ubuntu Noble) Importance: Undecided Status: New ** Change

[Bug 2084293] Re: HTML markup is not properly rendered in notification body

2024-12-16 Thread Julian Andres Klode
** Description changed: [ Impact ] Notifications support markup, but this is not properly rendered in GNOME shell [ Test case ] From a terminal run: - $ notify-send 'summary' 'Some bold text with a tag!' +  $ notify-send 'summary' 'Some bold text with a tag!' A not

[Bug 2084306] Re: Impossible to patch gnome shell to set a custom ShellUserVerifier

Thanks ** Changed in: gnome-shell (Ubuntu Noble) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2084306 Title: Impossible to patch gnome shel

[Bug 2084281] Re: Unlock dialog for VeraCrypt volumes closes without error message when wrong password entered

I added some more steps to the test plan to make sure that this actually describes the desired outcome. ** Description changed: [ Impact ] 1. Ensure that udisks2 supports unlocking TCRYPT devices: -sudo touch /etc/udisks2/tcrypt.conf && sudo systemctl restart udisks2 +    sudo touch /e

[Bug 2084276] Re: Lock screen clock not centered when using a 12 hour / AM/PM clock

** Description changed: [ Summary ] If you use a 12 hour or AM/PM clock, the lock screen clock is sometimes misaligned with respect to the date below it - it's not centered. I've noticed this problem on several distributions so far, using both the default font (Cantarell) and with other

[Bug 2084293] Re: HTML markup is not properly rendered in notification body

We should have some testing here of what behaves on bad input, e.g. a single or ; as we are enabling a markup parser; we should ensure that this still renders and doesn't crash gnome-shell or something. ** Changed in: gnome-shell (Ubuntu) Status: In Progress => Incomplete -- You received

[Bug 2084302] Re: Notifications are not shown in the lock screen despite being allowed in settings

I added the inverted test case for you to check that disabling notifications on the lock screen still works ** Description changed: [ Impact ] After the notification changes in 46, notifications no longer appear on the lock screen, regardless of settings. This is a regression from p

[Bug 2084306] Re: Impossible to patch gnome shell to set a custom ShellUserVerifier

The Impact is not clear here, this should say what a custom user verifier is and how its used, such that we know how this actually impacts users ** Changed in: gnome-shell (Ubuntu Noble) Status: Fix Committed => Incomplete -- You received this bug notification because you are a member of

[Bug 2059819] Re: Regression: Jammy to Noble, right clicking on some icons shows dropdown on left side of screen

I'm confused here, because there's a fix released gnome-shell-extension- appindicator task, so why do we have a gnome-shell task as well, and how do their test cases differ, surely if the extension is fixed, the test plan doesn't apply to gnome-shell anymore? ** Changed in: gnome-shell (Ubuntu Nob

[Bug 2039543] Re: Miss placed Hexchat icon when switching workspaces

This disables clones for override-redirect windows, and it's not immediately clear to me what override redirect windows are, and why the regression potential of that change is limited to tray icons not appearing at all - are override-redirect windows only used for tray icons? -- You received this

[Bug 2065432] Re: Unable to authenticate with smartcard: gnome-shell throws on unhandled promise rejection

I'm missing two test cases here: 1) Check that there are no regressions on systems without smart card reader setup 2) Check on a mixed system, where some users login with smartcard and some without that both work adequately. The 2nd case is quite tricky and has been broken for a long time, but

[Bug 2079819] Re: Keypresses are repeated as if key is stuck, ignores modifier

I've not seen issues since removing ibus, so it really must be the whole ibus communication that causes the repeat code to go wrong, but further investigation is warranted where it goes wrong. I should record a dump with libinput and then replay it to reliable reproduce the issue because surely th

[Bug 2079819] Re: Keypresses are repeated as if key is stuck, ignores modifier

** Also affects: ibus (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2079819 Title: Keypresses are repeated as if key is stuck,

[Bug 2079819] Re: Keypresses are repeated as if key is stuck, ignores modifier

This sounds related: https://gitlab.gnome.org/GNOME/mutter/-/issues/203 Basically since each keypress gets delivered to ibus it could be the ibus that's breaking things and causing its own repeat. ** Summary changed: - Keypresses are repeated as if key is stock, ignores modifier + Keypresses

[Bug 2079819] Re: Keypresses are repeated as if key is stock, ignores modifier

Reassigning to mutter, this is a bug in the key repeat implementation there, I just had KEY_X(45) pressed KEY_X(45) released in libinput debug-events, but then the key kept repeating. I think I need to set up mutter tracing. ** Package changed: libinput (Ubuntu) => mutter (Ubuntu) -- You rece

[Bug 2007652] Re: [SRU] PWA don't launch as applications, just another chromium window

I'm unsubscribing ubuntu-sponsors as it's unclear we want to do focal and desktop can handle that internally if they choose to. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2007

[Bug 1955850] Re: /etc/X11/Xresources no longer loaded, error in patch

Please stick to the original pattern, as Andreas wrote in hsi example, the new solution would also detect backup files generated by dpkg for conffiles. Setting the state to Incomplete until we have a new patch. ** Changed in: gdm3 (Ubuntu) Status: In Progress => Incomplete -- You received

[Bug 2007652] Re: [SRU] PWA don't launch as applications, just another chromium window

It's unclear to me if we want focal fixed given that jammy and noble were sponsored a month ago, but focal not, please update the state accordingly back to Triaged or Won't Fix ** Changed in: gnome-shell (Ubuntu Focal) Status: New => Incomplete -- You received this bug notification becaus

[Bug 2073881] Re: gnome-terminal stopped accepting arguments: # Failed to parse arguments: Too many arguments

That patch is wrong; generally the [0] argument can also be --; one has to patch the code inserting the gnome-terminal.real to read: if not self.args or self.args[0] == "--": self.args.insert(0, "/usr/bin/gnome-terminal.real") That being said, --app-id and --class still do not

[Bug 2083068] Re: Broken libglib2.0-dev:i386 Depends on python3:i386 < none | 3.12.3-0ubuntu2 @un uH >

** Tags removed: rls-nn-incoming ** Tags added: foundations-todo ** Changed in: glib2.0 (Ubuntu Noble) Assignee: (unassigned) => Julian Andres Klode (juliank) ** Changed in: glib2.0 (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) ** Changed in: glib2.0 (Ubuntu

[Bug 2083068] Re: Broken libglib2.0-dev:i386 Depends on python3:i386 < none | 3.12.3-0ubuntu2 @un uH >

** Tags added: rls-nn-incoming -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2083068 Title: Broken libglib2.0-dev:i386 Depends on python3:i386 < none | 3.12.3-0ubuntu2 @un uH >

[Bug 2083068] Re: Broken libglib2.0-dev:i386 Depends on python3:i386 < none | 3.12.3-0ubuntu2 @un uH >

For oracular is the solution architecture-properties? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2083068 Title: Broken libglib2.0-dev:i386 Depends on python3:i386 < none | 3.

[Bug 2083068] Re: Broken libglib2.0-dev:i386 Depends on python3:i386 < none | 3.12.3-0ubuntu2 @un uH >

Tracking Broken libglib2.0-dev:i386 Depends on python3:i386 < none | 3.12.3-0ubuntu2 @un uH > here. Which happens due to Depends: python3 | qemu-user | qemu-user-static in libglib2.0-dev:i386 (thanks helmut). i.e. it says python3 needs to be the same architecture, or you need qemu-user to exec

[Bug 2082162] Re: after updating , brightness is not working

Brightness is managed by gnome-settings-daemon. This report seems similar to bug 2081294 which was reported for oracular and fixed in 47.1. I haven't checked if noble also is affected, but either way we need more information. My suggestion would simply be to run ubuntu-bug 2082162 to attach the da

[Bug 2081294] Re: gsd_power_backlight_abs_to_percentage: assertion 'max > min' failed

The analysis below is for 47~rc1, 47.1 fixes the issue by not doing the broken code path on Linux systems. I believe this is related to the mutter displayconfig: We receive this property change: signal time=1727173020.361584 sender=:1.34 -> destination=(null destination) serial=11943 path=/or

[Bug 2081294] Re: gsd_power_backlight_abs_to_percentage: assertion 'max > min' failed

Notably after a resume the backlight control should still be max 255, e.g. here it is root@jak-t14-g3:/sys/class/backlight/amdgpu_bl1# grep . * 2>/dev/null actual_brightness:15 bl_power:0 brightness:15 max_brightness:255 scale:unknown type:raw Basically yes it passes -1: (gdb) #0 gsd_power_b

[Bug 2081294] Re: gsd_power_backlight_abs_to_percentage: assertion 'max > min' failed

I did first see this with kernel 6.11 though, it may be possible that the kernel temporarily returns -1 in those sysfs files -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bu

[Bug 2079843] Re: gdm3 fails after release upgrade, have to use lightdm

Reassigning as the upgrade looks good. Consider checking what's up with your SATA controller it goes down and resumes at limited speed a lot: [ 995.233156] ata5: SATA link down (SStatus 1 SControl 310) [ 995.243104] ata5: limiting SATA link speed to 1.5 Gbps [ 997.473147] ata5: SATA link down

[Bug 2078721] Re: nautilus crashed with SIGSEGV

backtrace of another crash that manifests basically the same way but later, in a different directory I guess as I stopped typing in the search. ** Attachment added: "gdb-nautilus.txt" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2078721/+attachment/5812744/+files/gdb-nautilus.txt *

[Bug 2078723] Re: gnome-control-center crashed with SIGSEGV in g_signal_emit_valist()

** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/2078723 Title: gnome-control-center crashed with SIGSEGV in g_signal_

[Bug 2078060] Re: gnome-control-center 47~beta-1ubuntu2 does not accept fractional scales

Attaching monitors.xml and trying to debug this lead to 3 crashes: https://bugs.launchpad.net/bugs/2078721 https://bugs.launchpad.net/bugs/2078722 https://bugs.launchpad.net/bugs/2078723 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 2078060] Re: gnome-control-center 47~beta-1ubuntu2 does not accept fractional scales

Current monitors.xml attached ** Attachment added: "monitors.xml" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2078060/+attachment/5812408/+files/monitors.xml -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 2078642] Re: Ubuntu upgrade 22 to 24 failed.

The dependencies of gnome-settings-daemon are: Depends: libspa-0.2-bluetooth | pulseaudio-module-bluetooth, pipewire-audio | pulseaudio, Recommends: pipewire-audio Because pulseaudio and pulseaudio-module-bluetooth are installed, APT reorders those to the front, and this later on causes conflict

[Bug 2078060] Re: gnome-control-center 47~beta-1ubuntu2 does not accept fractional scales

** Tags added: rls-oo-incoming -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/2078060 Title: gnome-control-center 47~beta-1ubuntu2 does not accept fractional scales

[Bug 2078061] [NEW] Internal screen touch sensor remains active when only external display is enabled

Public bug reported: I connected the ThinkPad T14 G3 AMD to an external screen with the lid open, turned off the internal screen, and to my surprise when my cat walked over the screen she moved the windows on the external screen. 🙀 Now this may be useful and I am not sure it is a bug, I'll let ot

[Bug 2078060] [NEW] gnome-control-center 47~beta-1ubuntu2 does not accept fractional scales

Public bug reported: Fractional scale support seems broken, it says the configuration cannot be applied due to "hardware limitations". If you already have configured fractional scaling; any changes to the output essentially can't be saved. e.g. you can't switch to external-only (with fractionally

[Bug 2073881] [NEW] gnome-terminal stopped accepting arguments: # Failed to parse arguments: Too many arguments

Public bug reported: I have created a simple org.weechat.weechat-ssh.desktop to launch gnome- terminal with an app-id, window title, etc using gnome-terminal --window --disable-factory --class weechat-ssh --name weechat-ssh --app-id org.weechat.weechat-ssh --title WeeChat -- ssh -oControlMaster=n

Re: [Bug 2065695] Re: GNOME Shell crashed with signal 11 on drag and drop panel

Hi Daniel, I hope the appended helps. Kind Regards Julian ph1jb@ssfdt0:/var/crash$ ubuntu-bug _usr_bin_gnome-shell.1000.crash ph1jb@ssfdt0:/var/crash$ ll -t total 44464 drwxrwxrwt  2 root whoopsie 4096 May 18 10:09 ./ -rw---  1 whoopsie whoopsie   37 May 18 10:07 _usr_bin_gnome

[Bug 2065695] Re: GNOME Shell crashed with signal 11 on drag and drop panel

root@ssfdt0:/var/crash# ll _usr_bin_gnome-shell.1000* -rw-r- 1 ph1jb whoopsie 57293630 May 14 14:37 _usr_bin_gnome-shell.1000.crash -rw-r--r-- 1 ph1jb whoopsie 0 May 14 14:37 _usr_bin_gnome-shell.1000.upload -rw--- 1 whoopsie whoopsie 37 May 14 14:37 _usr_bin_gnome-shell.1000.uploaded roo

[Bug 2065695] [NEW] GNOME Shell crashed with signal 11 on drag and drop panel

Public bug reported: GNOME Shell crashed with signal 11 I use Eclipse IDE gnome-shell crashes 1. when I drag and drop a panel 2. when I click a link in a pop-up May 12 09:05:49 ssfdt0 gnome-shell[2628]: Window manager warning: Ping serial 11101399 was reused for window 0x22000f4, previous use w

[Bug 2064696] Re: gnome-shell crash

root@ssfdt0:/var/crash# ll _usr_bin_gnome-shell.1000* -rw-r- 1 ph1jbwhoopsie 57293630 May 14 14:37 _usr_bin_gnome-shell.1000.crash -rw-r--r-- 1 ph1jbwhoopsie0 May 14 14:37 _usr_bin_gnome-shell.1000.upload -rw--- 1 whoopsie whoopsie 37 May 14 14:37 _usr_bin_gnome-she

Re: [Bug 2064696] Re: gnome-shell crash

_usr_bin_gnome-shell.1000.uploaded root@ssfdt0:/var/crash# cat _usr_bin_gnome-shell.1000.uploaded 1daf1616-11f7-11ef-9df5-fa163ec44ecd root@ssfdt0:/var/crash# Kind Regards Julian On 14/05/2024 13:35, Daniel van Vugt wrote: > Thank you for taking the time to report this bug and helping to make >

[Bug 2064696] Re: gnome-shell crash

I use Eclipse IDE gnome-shell crashes 1. when I drag and drop a panel 2. when I click a link in a pop-up May 12 09:05:49 ssfdt0 gnome-shell[2628]: Window manager warning: Ping serial 11101399 was reused for window 0x22000f4, previous use was for window 0x22000ac. May 12 10:08:44 ssfdt0 gnome-she

[Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

Deferring tracking to the other bugs ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: New => Invalid ** Changed in: policykit-1 (Ubuntu) Status: New => Invalid ** Changed in: gnome-shell (Ubuntu) Status: New => Invalid ** Tags removed: rls-nn-incoming -- You receiv

[Bug 2054319] Re: System installed from jammy point release iso cannot upgrade to noble

** No longer affects: tracker-miners (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2054319 Title: System installed from jammy point release iso cannot upgrade to nobl

[Bug 2045737] Re: Logitech MX Master 3 is detected as a keyboard in Power Statistics

** Package changed: gnome-power-manager (Ubuntu) => upower (Ubuntu) ** Bug watch added: gitlab.freedesktop.org/upower/upower/-/issues #215 https://gitlab.freedesktop.org/upower/upower/-/issues/215 ** Also affects: upower via https://gitlab.freedesktop.org/upower/upower/-/issues/215 Impor

[Bug 2045737] [NEW] Logitech MX Master 3 is detected as a keyboard in Power Statistics

Public bug reported: My Logitech MX Master 3 is detected as a keyboard in Power Statistics, it's not a critical issue as beyond this everything works fine. I'm using the Logitech Unifying Receiver to connect my MX Keys Keyboard and MX Master 3 Mouse, those are working fine but sometimes I get the

[Bug 2041831] Re: /usr/bin/update-manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup

I believe this seems like a pygobject issue for desktop to investigate, probably a type declared wrong somewhere? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/2041831 Title: /u

[Bug 2041831] Re: /usr/bin/update-manager:11:g_type_check_instance_is_fundamentally_a:g_object_ref:gdk_event_copy:pygi_boxed_copy_in_place:arg_boxed_to_py_cleanup

** Also affects: pygobject (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/2041831 Title: /usr/bin/update- manager:11:g_typ

[Bug 2030947] Re: gnome-shell spams journal with `g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed` when 'Zoom' a11y feature enabled

Kir, this is the Ubuntu bug tracker, not the Fedora one. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gjs in Ubuntu. https://bugs.launchpad.net/bugs/2030947 Title: gnome-shell spams journal with `g_closure_add_invalidate_notifier

[Bug 2041845] Re: Notifies about some ancient downgrades on every boot

Hmm that shows the result of the last offline update, not anything queued; and pkcon offline-get-prepared shows prepared ones. Were you running kinetic during the development cycle? There was a short period where offline updates where unintentionally enabled in gnome- software, bug 1992498. I don

[Bug 2041845] Re: Notifies about some ancient downgrades on every boot

The messages in the screenshot seem to be from gnome-software which is a third party software in universe and not part of the Ubuntu user experience. It's not clear why it would show downgrades to packages no longer in the cache. gnome-software uses PackageKit so you may want to see if pkcon get-u

[Bug 2036440] Re: Choosing "Try Ubuntu" on daily-legacy image produced a crash

** Changed in: apport (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2036440 Title: Choosing "Try Ubuntu" on daily-legacy image produced

[Bug 1990952] Re: gnome-control-center crashed with SIGABRT in g_assertion_message_expr()

I have the same crash, it seems the message is missing it is: Sep 08 15:47:30 jak-t14-g3 gnome-bluetooth-panel.desktop[309717]: **

[Bug 2029148] Re: cups snap - can't add printer

I think this is still Fix Released, the cups deb is back in main, hplip has been force demoted to make everything sort of work (well no hp drivers but that's tracked elsewhere). ** Changed in: ubuntu-meta (Ubuntu) Status: In Progress => Fix Released ** Tags removed: rls-mm-incoming -- Yo

[Bug 2030947] Re: gnome-shell spams journal with `g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed`

OK so this turns out to be an issue of the 'Zoom' accessibility feature being enabled (but not actively zooming). ** Summary changed: - gnome-shell spams journal with `g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed` + gnome-shell spams jour

[Bug 2030947] Re: gnome-shell spams journal with `g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed`

Also Ubuntu AppIndicators wasn't at fault anyway, I used the "disable extensions" toggle and it still happens. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gjs in Ubuntu. https://bugs.launchpad.net/bugs/2030947 Title: gnome-shell

[Bug 2030947] Re: gnome-shell spams journal with `g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed`

The only extension enabled is Ubuntu App Indicators, fwiw. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2030947 Title: gnome-shell spams journal with `g_closure_add_invalidat

[Bug 2030947] [NEW] gnome-shell spams journal with `g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed`

Public bug reported: gnome-shell logs gnome-shell[4537]: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed multiple times per second for weeks now. ProblemType: Bug DistroRelease: Ubuntu 23.10 Package: gnome-shell 44.3-1ubuntu1 ProcVersionSig

[Bug 2026826] Re: glib2.0 (2.77.0 ) breaks Netplan build

Removing rls-mm-incoming, as this seems to be done. ** Tags removed: rls-mm-incoming -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2026826 Title: glib2.0 (2.77.0 ) breaks Netplan

[Bug 1891270] Re: Iranian calendar shows in Azerbaijani language

Queued for 23.10 in https://git.launchpad.net/ubiquity/commit/?id=6ad715e6ae9dda99a9349924cc464528a759af17 For a stable release update to 22.04, feel free to follow the procedure at https://wiki.ubuntu.com/StableReleaseUpdates to add the metadata to the bug such that it can be reproduced and re

[Bug 1958488] Re: [nvidia][xorg] display hangs on boot LOGO due to race of gdm and nvidia driver probe

ubuntu-sponsors was still subscribed and a task open for gdm3/focal. AFAICT, the issue was somehow resolved in ubuntu-drivers in focal and there's nothing to actually sponsor. If sponsorship is still needed, please provide more details and resubscribe ubuntu-sponsors. ** Changed in: gdm3 (Ubuntu

[Bug 2008279] Re: glib2.0 2.75.3-3 breaks text input for Firefox & Chromium snaps

Is desktop working on this / going to? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2008279 Title: glib2.0 2.75.3-3 breaks text input for Firefox & Chromium snaps To manage noti

[Bug 1960383] Re: package libglib2.0-0:i386 2.64.6-1~ubuntu20.04.4 failed to install/upgrade: dependency problems - leaving triggers unprocessed

This does not appear to be an Ubuntu system, but a pop os one. Neither does it appear to be an upgrade to 21.04 for that matter as the bug says. It also involves various downgrades. Either way this is all very unsupported. ** Changed in: glib2.0 (Ubuntu) Status: Confirmed => Invalid -- Yo

[Bug 1988301] [NEW] Does not implement data-ciphers, only cipher which OpenVPN 2.5+ ignores, hence can fail to connect

Public bug reported: It's no longer possible to use the cipher option in NetworkManager as it's ignored by OpenVPN; and the default list of data-ciphers is applied, making it impossible to connect to an AES-128-CBC endpoint from NetworkManager. There does not appear any way to forward the data-ci

[Bug 1962346] Re: Ubuntu reboots instead of powering off if a software updates exists

I wonder if you need to install gnome-software Deb maybe. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1962346 Title: Ubuntu reboots instead of powering off if a software upd

[Bug 1962346] Re: Ubuntu reboots instead of powering off if a software updates exists

Though on the other hand I don't really want flavours to do offline upgrades, but I don't think we have a clear-cut policy on that. Either way, removing the feature inside PackageKit might break some flavours, so seeing as we are past feature freeze, fixing that in the frontend would be less invasi

[Bug 1962346] Re: Ubuntu reboots instead of powering off if a software updates exists

This is *not* a packagekit issue. There are flavours upgrading using packagekit, not everyone uses update-manager. It's either gnome-shell or gnome-session or something that should not be reacting to this. ** Package changed: packagekit (Ubuntu) => gnome-shell (Ubuntu) -- You received this bug n

[Bug 1961910] Re: Ubuntu 22 crash when updating, broken network manager and cannot report bug

I'm not sure it's worth going on wild goose chases tracking down the crashes, as the underlying cause is dbus stopping and there's no way to gracefully recover from that, as discussed in 1962036. dbus is expected to be always running, so tons of crashes if it stops are to be expected. -- You rec

[Bug 1961197] Re: gvfsd hangs: smbXcli_negprot_smb1_done: No compatible protocol selected by server, got no contact to IPC$

Seems this ws all down due to a hanging /keybase FUSE file system, so not as critical a bug as I feared (basically nautilus and desktop portals become unusable when a filesystem hangs). ** Summary changed: - gvfsd hangs: smbXcli_negprot_smb1_done: No compatible protocol selected by server, got n

[Bug 1961197] Re: gvfsd hangs: smbXcli_negprot_smb1_done: No compatible protocol selected by server, got no contact to IPC$

Feb 17 13:16:08 jak-t480s xdg-desktop-por[7549]: The peer-to-peer connection failed: The name :1.1151 was not provided by any .service files. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges. Feb 17 13:16:08 jak-t480s systemd[1]: Startin

[Bug 1961197] Re: gvfsd hangs: smbXcli_negprot_smb1_done: No compatible protocol selected by server, got no contact to IPC$

I now do not see the error messages, but still have to restart gvfs- daemon before I can attach files / desktop portals open -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/1961197 Title

[Bug 1961197] Re: gvfsd hangs: smbXcli_negprot_smb1_done: No compatible protocol selected by server, got no contact to IPC$

It is also impossible to start nautilus. It hangs polling its eventfd. Running in strace it eventually continues to then crash in libfontconfig (might be some memory limit by my strace wrapper, though). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which i

[Bug 1961197] [NEW] gvfsd hangs on hanging filesystem

Public bug reported: This means that no file open dialog works anymore. I needed to restart gvfs-daemon.service twice today in order to attach two files in chrome. There seems to be some issue with samba, but not sure what it's trying to connect to or why it hangs the entire thing. Feb 11 11:03:

[Bug 1959596] Re: Applications end up in session scope, rather than per .desktop scope

That did not make a difference, no -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1959596 Title: Applications end up in session scope, rather than per .desktop scope To manage

[Bug 1959596] [NEW] Applications end up in session scope, rather than per .desktop scope

Public bug reported: During systemd-oomd install in jammy (w/ GNOME session) today, I noticed that applications ended up in the wrong control group - in the session scope, rather than per .desktop one: Control group /: -.slice ├─user.slice │ └─user-1000.slice │ ├─user@1000.service │ │ ├─sessi

[Bug 1950836] Re: gdm wants to do smartcard auth against yubikey with pcscd installed

failed and good journals: jak@jak-t480s:~:master$ journalctl --unit gdm -b -1 -- Journal begins at Thu 2021-10-14 06:52:48 CEST, ends at Sat 2021-11-13 00:05:23 CET. -- Nov 12 23:58:58 jak-t480s systemd[1]: Starting GNOME Display Manager... Nov 12 23:58:58 jak-t480s systemd[1]: Started GNOME Dis

[Bug 1950836] [NEW] gdm wants to do smartcard auth against yubikey with pcscd installed

Public bug reported: I recently installed pcscd for my smartcard reader to read cards using cardpeek. Upon reboot today, I was not greeted with the usual list of users, but instead it prompted me for a username and a smartcard pin and then failed to log in. Removing the yubikey from the machine o

[Bug 1946196] Re: Additional Drivers fails with pk-client-error-quark: Cannot download packages whilst offline (257)

** Changed in: glib2.0 (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1946196 Title: Additional Drivers fails with pk-client-er

[Bug 1946196] Re: Additional Drivers fails with pk-client-error-quark: Cannot download packages whilst offline (257)

hanged in: glib2.0 (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1946196 Title: Additional Drivers fails wi

[Bug 1673258] Re: Remove aptdaemon and drop or port its reverse-dependencies

** Changed in: sessioninstaller (Ubuntu) Status: New => Fix Released ** Also affects: oem-config (Ubuntu) Importance: Undecided Status: New ** Also affects: lubuntu-update-notifier (Ubuntu) Importance: Undecided Status: New -- You received this bug notification becaus

[Bug 1889057] Re: shares-admin can't install services - failed to install package: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PackageKit was not provided by any .s

I have no idea why gnome-software doesn't find this for you, the bug is confusingly written. The bug description suggests it is not installed, then the comment suggests it is installed and not working? Anyway, gnome-software should work here. And ubuntu-mate meta packages should have the correct d

[Bug 1889057] Re: shares-admin can't install services - failed to install package: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PackageKit was not provided by any .s

It's MATE's job to provide a session installer based on PackageKit, GNOME uses GNOME Software. ** Changed in: sessioninstaller (Ubuntu) Status: Confirmed => Won't Fix ** Also affects: ubuntu-mate-meta (Ubuntu) Importance: Undecided Status: New ** No longer affects: ubuntu-mate-m

[Bug 1934761] [NEW] gnome keyboard settings panel enforces single iso-level3-shift key

Public bug reported: My Unicomp has a right windows key and alt key in swapped positions, so I configured right windows key to act as a second Alt_R (well ISO_Level3_Shift), using gnome-tweaks, leading to: /org/gnome/desktop/input-sources/xkb-options ['caps:none', 'lv3:rwin_switch'] Opening th

[Bug 1923845] Re: Please compress packages with zstd by default

** Changed in: apt (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to appstream-glib in Ubuntu. https://bugs.launchpad.net/bugs/1923845 Title: Please compress packages with zstd by default T

[Bug 1886161] Re: Unattended upgrades should work on roaming laptops

@Robin You should be able to just run `systemctl start apt-daily.service apt-daily-upgrade.service` from the hook. This will start those two services - which run update / upgrade - in the same transaction, and hence ordering will work correctly. The timer will still run again, so it's not _optimal

[Bug 1923845] Re: Please compress packages with zstd by default

There seems to be a bug in bionic's apt. root@bb:/home/jak/Projects# python3 -c 'import apt_inst, apt_pkg; apt_pkg.init(); apt_inst.DebFile("glibc-doc-reference_2.33-0ubuntu2_zstd1_all.deb").control.extractdata("control")' Traceback (most recent call last): File "", line 1, in LookupError: Th

[Bug 1921099] [NEW] remove gconf-editor again, add it to sync blocklist

Public bug reported: We removed gconf-editor last cycle, but it sneaked back in. Please remove it again and add it to the sync block list. ** Affects: gconf-editor (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu D

[Bug 1921100] [NEW] remove gconf-editor again, add it to sync blocklist

Public bug reported: We removed gconf-editor last cycle, but it sneaked back in. Please remove it again and add it to the sync block list. ** Affects: gconf-editor (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu D

[Bug 1917926] Re: Window focus issues in 3.38.3-3ubuntu1

Foundations had two people reproduce this :) ** Changed in: mutter (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1917926 Title: Window

[Bug 1825710] Re: Remove "Application is ready" notification

Workaround Use the Terminal and set this options: gsettings set org.gnome.desktop.wm.preferences auto-raise 'true' gsettings set org.gnome.desktop.wm.preferences focus-new-windows 'strict' -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1911921] Re: auto-move-windows extension crashes gnome-shell with SIGABRT in src/core/workspace.c:375:meta_workspace_add_window: assertion failed: (g_list_find (workspace->mru_list, window) == NU

Thanks! I appreciate this quick turnaround time :) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1911921 Title: auto-move-windows extension crashes gnome-shell with SIGABRT in

[Bug 1911921] Re: gnome-shell crashed with SIGABRT in src/core/workspace.c:375:meta_workspace_add_window: assertion failed: (g_list_find (workspace->mru_list, window) == NULL)

Only tested on hirsute, no idea if it happens on groovy or focal too. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1911921 Title: gnome-shell crashed with SIGABRT in src/co

[Bug 1911921] Re: gnome-shell crashed with SIGABRT

Full stack trace, seems retracing failed. Oh well. ** Attachment added: "ThreadStacktrace.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1911921/+attachment/5453545/+files/ThreadStacktrace.txt ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/ubuntu/+source/

[Bug 1864052] Re: gnome-shell crashed with SIGABRT in src/core/window.c:1591:meta_window_unmanage: assertion failed: (g_list_find (workspace->windows, window) == NULL)

Found another crash the same way in bug 1911921 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1864052 Title: gnome-shell crashed with SIGABRT in src/core/window.c:1591:meta_windo

  1   2   3   4   5   6   >