Hello Jeremy, or anyone else affected, Accepted gnome-remote-desktop into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome-remote-desktop/46.3-0ubuntu1 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- noble to verification-done-noble. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-noble. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: gnome-remote-desktop (Ubuntu Noble) Status: In Progress => Fix Committed ** Tags added: verification-needed verification-needed-noble -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-remote-desktop in Ubuntu. https://bugs.launchpad.net/bugs/2072596 Title: long delay when first installing version 46 Status in gnome-remote-desktop package in Ubuntu: Fix Released Status in gnome-remote-desktop source package in Noble: Fix Committed Status in gnome-remote-desktop package in Debian: Fix Released Bug description: Impact ------ There is a 90 second timeout delay during the upgrade to gnome-remote-desktop (as in the upgrade from Ubuntu Desktop 22.04 LTS or 23.10 to 24.04 LTS) More Details ------------ This SRU replaces the "automatic" postinst rules from dh_installsysusers and dh_installtmpfiles with custom postint rules that ensure that the sysusers and tmpfiles commands are run before dbus is reloaded. This is similar to what polkitd.postinst does but the new gnome-remote-desktop postinst is much simpler than what polkitd does. dh_installsysusers also adds Depends: systemd | systemd-standalone-sysusers | systemd-sysusers. (It appears like dh_installtmpfiles does not add similar dependencies). Because we only support systemd, I have manually added: Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, systemd | systemd-standalone-sysusers | systemd-tmpfiles Test Case --------- From Ubuntu Desktop 24.04 LTS: 1. sudo apt remove gnome-remote-desktop 2. sudo systemctl stop gnome-remote-desktop 3. sudo deluser gnome-remote-desktop 4. sudo rm -fr /etc/gnome-remote-desktop /var/lib/gnome-remote-desktop Those steps will undo adding the user that systemd-sysusers is configured to add and undo adding the directories that systemd- tmpfiles adds. Then install the update. Verify that the update happens at normal speed without a long delay before completion. Alternate Test Case (Not Required) ----------------------------------- You could do an upgrade from 23.10 to 24.04 LTS but it requires much more time and attention to verify that there isn't an arbitrary delay while apt configures gnome-remote-desktop. Therefore, the other test case is recommended. What Could Go Wrong ------------------- If a postinst command fails, then the system can be unable to finish installing gnome-remote-desktop. This can be a pain to clean up. In this case, the commands are protected by " || true". Other Info ---------- This issue is a follow-up for LP: #2063333 In that bug, gnome-remote-desktop wouldn't work at all for upgraders. This bugfix is being bundled with a new upstream release with more testing LP: #2072771 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/2072596/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp