[Bug 2092587] [NEW] GNOME ScreenSaver service running twice causing duplicate dbus signals

2024-12-27 Thread PabloRQ
Public bug reported:

The GNOME ScreenSaver service appears to be running in duplicate,
causing multiple dbus signals to be sent for the same screensaver
events. One instance is properly identified as running under gnome-shell
(sender :1.91), while another instance (sender :1.35) is running from an
unknown source.

Steps to reproduce:
- Start a normal GNOME session
- Monitor screensaver dbus signals using: dbus-monitor 
"interface=org.gnome.ScreenSaver"
- Lock the screen or wait for screensaver to activate

Current behavior:
- Two separate ScreenSaver services are active simultaneously
- Both services respond to screensaver events
- Both services send duplicate dbus signals for:
  - ActiveChanged (true/false)
  - WakeUpScreen
- One service is properly identified (sender :1.91, PID 5175, gnome-shell)
- The other service (sender :1.35) appears as unknown in busctl

System logs:
```
$ journalctl -b | grep -i saver
dic 27 09:19:07 Han systemd[4827]: Starting 
org.gnome.SettingsDaemon.ScreensaverProxy.service...
dic 27 09:19:07 Han systemd[4827]: Started 
org.gnome.SettingsDaemon.ScreensaverProxy.service...
```

Expected behavior:
Only one instance of the ScreenSaver service should be running and handling 
screensaver events.

Additional Information:
- The duplicate service interferes with normal screensaver operation
- The unknown sender (:1.35) doesn't appear in busctl listing, suggesting a 
potential issue with service registration or cleanup

Environment:
- Ubuntu 24.10
- GNOME 47
- Wayland session


Some tests done:
```
$ journalctl -b | grep -i saver
dic 27 09:18:50 Han /usr/libexec/gdm-wayland-session[3573]: dbus-daemon[3573]: 
[session uid=120 pid=3573] Activating service name='org.gnome.ScreenSaver' 
requested by ':1.20' (uid=120 pid=3966 comm="/usr/libexec/gsd-power" 
label="unconfined")
dic 27 09:18:50 Han /usr/libexec/gdm-wayland-session[3573]: dbus-daemon[3573]: 
[session uid=120 pid=3573] Successfully activated service 
'org.gnome.ScreenSaver'
dic 27 09:19:07 Han systemd[4827]: Starting 
org.gnome.SettingsDaemon.ScreensaverProxy.service - GNOME FreeDesktop 
screensaver service...
dic 27 09:19:07 Han systemd[4827]: Started 
org.gnome.SettingsDaemon.ScreensaverProxy.service - GNOME FreeDesktop 
screensaver service.
dic 27 09:19:07 Han systemd[4827]: Reached target 
org.gnome.SettingsDaemon.ScreensaverProxy.target - GNOME FreeDesktop 
screensaver target.
dic 27 09:19:10 Han dbus-daemon[4876]: [session uid=1000 pid=4876] Activating 
service name='org.gnome.ScreenSaver' requested by ':1.52' (uid=1000 pid=5454 
comm="/usr/libexec/gsd-power" label="unconfined")
dic 27 09:19:10 Han dbus-daemon[4876]: [session uid=1000 pid=4876] Successfully 
activated service 'org.gnome.ScreenSaver'

$ dbus-monitor "interface=org.gnome.ScreenSaver" 
signal time=1735300811.982973 sender=org.freedesktop.DBus -> destination=:1.325 
serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; 
member=NameAcquired
   string ":1.325"
signal time=1735300811.983067 sender=org.freedesktop.DBus -> destination=:1.325 
serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; 
member=NameLost
   string ":1.325"
method call time=1735300846.695768 sender=:1.60 -> destination=:1.91 serial=113 
path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver; member=Lock
method call time=1735300846.698965 sender=:1.91 -> destination=:1.35 serial=114 
path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver; member=Lock
signal time=1735300848.987671 sender=:1.35 -> destination=(null destination) 
serial=20515 path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver; 
member=ActiveChanged
   boolean true
signal time=1735300848.988992 sender=:1.91 -> destination=(null destination) 
serial=115 path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver; 
member=ActiveChanged
   boolean true
signal time=1735300880.504580 sender=:1.35 -> destination=(null destination) 
serial=20569 path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver; 
member=WakeUpScreen
signal time=1735300880.506064 sender=:1.91 -> destination=(null destination) 
serial=117 path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver; 
member=WakeUpScreen
signal time=1735300883.033599 sender=:1.35 -> destination=(null destination) 
serial=21516 path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver; 
member=ActiveChanged
   boolean false
signal time=1735300883.034911 sender=:1.91 -> destination=(null destination) 
serial=122 path=/org/gnome/ScreenSaver; interface=org.gnome.ScreenSaver; 
member=ActiveChanged
   boolean false

$ busctl | grep 1.91
:1.915175 gnome-shell 
[username]:1.91 user@1000.service -   -
$ busctl | grep 1.35
(none)
```

ProblemType: Bug
DistroRelease: Ubuntu 24.10
Package: gnome-settings-daemon 47.1-1ubuntu1
ProcVersionSignature: Ubuntu 6.11.0-13.14-generic 6.11.0
Uname: Linux 6.11.0-13-generic x86_64
ApportVersion: 2.30.0-0ubu

[Bug 2092587] Re: GNOME ScreenSaver service running twice causing duplicate dbus signals

2024-12-27 Thread PabloRQ
More info:
```
$ ps -ef | grep -i saver
user   54694827  0 09:19 ?00:00:00 
/usr/libexec/gsd-screensaver-proxy
user   62894827  0 09:19 ?00:00:00 /usr/bin/gjs -m 
/usr/share/gnome-shell/org.gnome.ScreenSaver
```

-- 
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/bugs/2092587

Title:
  GNOME ScreenSaver service running twice causing duplicate dbus signals

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2092587/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1829377] Re: Remove this package

2024-12-27 Thread Jeremy Bícha
Archive Admins, cdebconf-terminal was removed from Ubuntu years ago.

Please remove vte and add it to the sync blocklist.

The vte source package only exists in Debian because it is a component
of the Debian installer and the Debian installer system is explictily
unsupported in Ubuntu. Eventually, Debian will switch to the GTK3
version of vte (source package vte2.91) but this is not ready yet.

https://bugs.debian.org/885563

** Changed in: cdebconf-terminal (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vte in Ubuntu.
https://bugs.launchpad.net/bugs/1829377

Title:
  Remove this package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cdebconf-terminal/+bug/1829377/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2004021] Re: Moving video position /scrubbing in Totem (Videos) causes video to freeze (but not audio)

2024-12-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pulseaudio (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/2004021

Title:
  Moving video position /scrubbing in Totem (Videos) causes video to
  freeze (but not audio)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/2004021/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2092584] [NEW] problema compatibilidade gtk shell

2024-12-27 Thread Célio Olivas
Public bug reported:

O sistema depois que volta da suspensa desaparece com os ícones da dock,
e a barra superior do power e som fica estranha quando mudei as
configurações no gnome ajustes.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-shell 46.0-0ubuntu6~24.04.5
ProcVersionSignature: Ubuntu 6.8.0-51.52-generic 6.8.12
Uname: Linux 6.8.0-51-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: Flat-Remix-GNOME:GNOME
Date: Fri Dec 27 12:03:10 2024
DisplayManager: gdm3
RelatedPackageVersions: mutter-common 46.2-1ubuntu0.24.04.4
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to noble on 2024-12-24 (3 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

-- 
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/2092584

Title:
  problema compatibilidade gtk shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2092584/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2068007] Re: Can't lauch diverse installed apps. "ldconfig failed, exit status 256"

2024-12-27 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 2061728 ***
https://bugs.launchpad.net/bugs/2061728

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/2068007

Title:
  Can't lauch diverse installed apps. "ldconfig failed, exit status 256"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/2068007/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2091668] Re: arrows not working anymore suddenly

2024-12-27 Thread GNALE KABA
* And yes I log out and log in again many times but it doesn't change a
thing

-- 
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/2091668

Title:
  arrows not working anymore suddenly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2091668/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2091668] Re: arrows not working anymore suddenly

2024-12-27 Thread GNALE KABA
Thanks for your answer vanvugt,

Honestly I don't really know if it's bug 2072761 there are similarities,
but I'm not sure...

-- 
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/2091668

Title:
  arrows not working anymore suddenly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2091668/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 977761]

2024-12-27 Thread Ben Cooksley
Bulk transfer as requested in T17796

-- 
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/977761

Title:
  Add support for using QMI protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/977761/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2092587] Re: GNOME ScreenSaver service running twice causing duplicate dbus signals

2024-12-27 Thread PabloRQ
Oh! I have to mention that I've realized of this behavior after
upgrading from Ubuntu 24.04 to Ubuntu 24.10.

In the previous version (Ubuntu 24.04) I haven't noticed about it, so I
don't know if this is a new bug or an old one.

But now this bug seems to be affecting the default audio selection when
the screen is locked (screensaver), switching to a different one instead
of keeping the selected one.

-- 
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/bugs/2092587

Title:
  GNOME ScreenSaver service running twice causing duplicate dbus signals

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/2092587/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2092607] [NEW] Evince does not show hyperlinks in pdf files

2024-12-27 Thread Chris Hall
Public bug reported:

Hyperlinks in a pdf are not shown in Evince, Brave or Firefox. I have
tried the suggestions re disabling apparmor for evince, but nothing
works. Have also tried snap version of Evince, no better. Running fresh
install of 24.04.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: evince 46.3.1-0ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-51.52-generic 6.8.12
Uname: Linux 6.8.0-51-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec 27 19:44:21 2024
InstallationDate: Installed on 2024-12-25 (3 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 
(20240827.1)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/2092607

Title:
  Evince does not show hyperlinks in pdf files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/2092607/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs