[Bug 1579142] Re: Evince windows cannot be resized after upgrade to Xenial
** Package changed: evince (Ubuntu) => gnome-shell (Ubuntu) -- 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/1579142 Title: Evince windows cannot be resized after upgrade to Xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1579142/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609342] Re: Gnome-terminal sets directory to HOME for ctrl-shift-n and custom shell command
For workarounds, see Stackoverflow: http://unix.stackexchange.com/q/299989/123188 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1609342 Title: Gnome-terminal sets directory to HOME for ctrl-shift-n and custom shell command To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1609342/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609546] Re: Slow DNS lookup through Netgear DG834G V4 router
Having updated the router to the latest firmware (5.01.17) the problem appears to be resolved (even though the release notes made no mention of DNS. Marking this bug as invalid. ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1609546 Title: Slow DNS lookup through Netgear DG834G V4 router To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1609546/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1427877] Re: Media, brightness and volume keys don't work with GNOME 3.15.90
** Changed in: gnome-shell Status: Incomplete => Invalid -- 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/1427877 Title: Media, brightness and volume keys don't work with GNOME 3.15.90 To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-settings-daemon/+bug/1427877/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609740] [NEW] please investigate ppc64el networkd-test.py failure
Public bug reported: As said, systemd 231 migrated because the test was probably skipped, and now other stuff is not migrating because the force-skiptest has been removed. can you please investigate the failure? thanks autopkgtest [17:41:14]: test networkd-test.py: [--- test_coldplug_dhcp_ip4_only (__main__.DnsmasqClientTest) ... Cannot find device "router_eth42" ERROR ERROR test_coldplug_dhcp_ip4_only_no_ra (__main__.DnsmasqClientTest) ... ERROR ERROR test_coldplug_dhcp_ip6 (__main__.DnsmasqClientTest) ... Cannot find device "router_eth42" Cannot find device "router_eth42" ERROR ERROR test_coldplug_dhcp_yes_ip4 (__main__.DnsmasqClientTest) ... ERROR ERROR test_coldplug_dhcp_yes_ip4_no_ra (__main__.DnsmasqClientTest) ... Cannot find device "router_eth42" Cannot find device "router_eth42" ERROR ERROR test_hotplug_dhcp_ip4 (__main__.DnsmasqClientTest) ... ERROR ERROR test_hotplug_dhcp_ip6 (__main__.DnsmasqClientTest) ... Cannot find device "router_eth42" Cannot find device "router_eth42" ERROR ERROR test_route_only_dns (__main__.DnsmasqClientTest) ... ERROR ERROR test_coldplug_dhcp_ip4_only (__main__.NetworkdClientTest) ... Cannot find device "router_eth42" ERROR ERROR test_coldplug_dhcp_ip4_only_no_ra (__main__.NetworkdClientTest) ... ERROR ERROR test_coldplug_dhcp_ip6 (__main__.NetworkdClientTest) ... skipped 'networkd does not have DHCPv6 server support' test_coldplug_dhcp_yes_ip4 (__main__.NetworkdClientTest) ... ERROR ERROR test_coldplug_dhcp_yes_ip4_no_ra (__main__.NetworkdClientTest) ... ERROR ERROR test_hotplug_dhcp_ip4 (__main__.NetworkdClientTest) ... ERROR ERROR test_hotplug_dhcp_ip6 (__main__.NetworkdClientTest) ... skipped 'networkd does not have DHCPv6 server support' test_route_only_dns (__main__.NetworkdClientTest) ... ERROR ERROR test_search_domains (__main__.NetworkdClientTest) ... FAIL test_search_domains_too_long (__main__.NetworkdClientTest) ... FAIL == ERROR: test_coldplug_dhcp_ip4_only (__main__.DnsmasqClientTest) -- Traceback (most recent call last): File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", line 210, in test_coldplug_dhcp_ip4_only online_timeout=15) File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", line 109, in do_test subprocess.check_call(['systemctl', 'start', 'systemd-resolved']) File "/usr/lib/python3.5/subprocess.py", line 581, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['systemctl', 'start', 'systemd-resolved']' returned non-zero exit status 1 == ERROR: test_coldplug_dhcp_ip4_only (__main__.DnsmasqClientTest) -- Traceback (most recent call last): File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", line 79, in tearDown self.shutdown_iface() File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", line 294, in shutdown_iface subprocess.check_call(['ip', 'link', 'del', 'dev', self.if_router]) File "/usr/lib/python3.5/subprocess.py", line 581, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['ip', 'link', 'del', 'dev', 'router_eth42']' returned non-zero exit status 1 == ERROR: test_coldplug_dhcp_ip4_only_no_ra (__main__.DnsmasqClientTest) -- Traceback (most recent call last): File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", line 215, in test_coldplug_dhcp_ip4_only_no_ra extra_opts='IPv6AcceptRA=False') File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", line 109, in do_test subprocess.check_call(['systemctl', 'start', 'systemd-resolved']) File "/usr/lib/python3.5/subprocess.py", line 581, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['systemctl', 'start', 'systemd-resolved']' returned non-zero exit status 1 == ERROR: test_coldplug_dhcp_ip4_only_no_ra (__main__.DnsmasqClientTest) -- Traceback (most recent call last): File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", line 79, in tearDown self.shutdown_iface() File "/tmp/autopkgtest.bPdU1c/build.8Lb/systemd-231/test/networkd-test.py", line 294, in shutdown_iface subprocess.check_call(['ip', 'link', 'del', 'dev', self.if_router]) File "/usr/lib/python3.5/subprocess.py", line 581, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Comman
[Bug 1609215] Re: Merge grilo-plugins 0.3.2-1 (main) from Debian unstable (main)
ftbfs: https://launchpad.net/ubuntu/+source/grilo-plugins/0.3.2-1ubuntu1 ** Also affects: totem (Ubuntu) Importance: Undecided Status: New ** Also affects: rhythmbox (Ubuntu) Importance: Undecided Status: New -- 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/1609215 Title: Merge grilo-plugins 0.3.2-1 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grilo-plugins/+bug/1609215/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609369] Re: Files randomly disappearing and reappearing in file managers
** Also affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Also affects: nemo (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1609369 Title: Files randomly disappearing and reappearing in file managers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1609369/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1325899] Re: evince is excruciatingly slow on some documents
Might also be affected by https://bugzilla.gnome.org/show_bug.cgi?id=691448 Is it better, if sidepane is hidden (hit F9)? ** Bug watch added: GNOME Bug Tracker #691448 https://bugzilla.gnome.org/show_bug.cgi?id=691448 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/1325899 Title: evince is excruciatingly slow on some documents To manage notifications about this bug go to: https://bugs.launchpad.net/poppler/+bug/1325899/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
Bugzilla/Gnome has an outstanding bug (#549463) from 2008(?!) that sounds the same but I wonder why (for me at least) this did not exist in 14.04 and is suddenly turning up in 16.04. At first I thought it might be due to the deprecated version of Nautilus in 16.04 but the same problem shows up in Gigolo and the common denominator seems to be gvfs. -- 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/1409032 Title: gvfsd-smb: very high CPU utilisation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 871133] Re: Volume Step not changeable in Unity and GNOME desktops
** Changed in: gnome-settings-daemon (Ubuntu) Assignee: (unassigned) => Chanchur Bansal (chanchurbansal) -- 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/871133 Title: Volume Step not changeable in Unity and GNOME desktops To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-settings-daemon/+bug/871133/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1598367] Re: gnome-software crashed with SIGSEGV in g_type_check_instance_cast()
*** This bug is a duplicate of bug 1602458 *** https://bugs.launchpad.net/bugs/1602458 ** This bug has been marked a duplicate of bug 1602458 /usr/bin/gnome-software:11:g_type_check_instance_cast:GS_APP:transaction_property_changed_cb:emit_signal_instance_in_idle_cb:g_main_dispatch -- 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/1598367 Title: gnome-software crashed with SIGSEGV in g_type_check_instance_cast() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1598367/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1605834] Re: gnome-software crashed with SIGSEGV in gs_plugin_loader_set_network_status()
** Information type changed from Private to Public ** Bug watch added: hacking a member #1281949 https://bugzilla.redhat.com/cgi-bin/bugreport.cgi?bug=1281949 ** Also affects: gnome-software (Fedora) via https://bugzilla.redhat.com/cgi-bin/bugreport.cgi?bug=1281949 Importance: Unknown Status: Unknown -- 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/1605834 Title: gnome-software crashed with SIGSEGV in gs_plugin_loader_set_network_status() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1605834/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1602458] Re: /usr/bin/gnome-software:11:g_type_check_instance_cast:GS_APP:transaction_property_changed_cb:emit_signal_instance_in_idle_cb:g_main_dispatch
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/1602458 Title: /usr/bin/gnome- software:11:g_type_check_instance_cast:GS_APP:transaction_property_changed_cb:emit_signal_instance_in_idle_cb:g_main_dispatch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1602458/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1603610] Re: Snaps have no screenshots
** Changed in: gnome-software (Ubuntu) Importance: Undecided => High -- 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/1603610 Title: Snaps have no screenshots To manage notifications about this bug go to: https://bugs.launchpad.net/snappy/+bug/1603610/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609369] Re: Files randomly disappearing and reappearing in file managers
you also said you use GNOME 3.20, does it happen with the Ubuntu version of nautilus or only with the ppa one? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1609369 Title: Files randomly disappearing and reappearing in file managers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1609369/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609369] Re: Files randomly disappearing and reappearing in file managers
Thank you for your bug report, could you attach one of the problematic files to the bug? ** Changed in: nautilus (Ubuntu) Importance: Undecided => Low ** Changed in: nautilus (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1609369 Title: Files randomly disappearing and reappearing in file managers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1609369/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1299604] Re: evolution keeps asking for password
@Paul, I am starting to notice this as well. There is one password that keeps on dropping off the list, it's not the last password in the list, but it's always the same one. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1299604 Title: evolution keeps asking for password To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1299604/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
** Bug watch added: Samba Bugzilla #12112 https://bugzilla.samba.org/show_bug.cgi?id=12112 ** Also affects: samba via https://bugzilla.samba.org/show_bug.cgi?id=12112 Importance: Unknown Status: Unknown -- 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/1409032 Title: gvfsd-smb: very high CPU utilisation To manage notifications about this bug go to: https://bugs.launchpad.net/samba/+bug/1409032/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1572260] Re: gvfs-smb-browse hogs CPU after only opening nautilus
** Also affects: samba (Ubuntu) Importance: Undecided Status: New -- 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/1572260 Title: gvfs-smb-browse hogs CPU after only opening nautilus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1572260/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609369] Re: Files randomly disappearing and reappearing in file managers
> Thank you for your bug report, could you attach one of the problematic files to the bug? Ok, I have done so. It is a picture taken of one of my Hamsters. > you also said you use GNOME 3.20, does it happen with the Ubuntu version of nautilus or only with the ppa one? I'm sorry, but it is a bit hard for me to test this, how do I tell which of my files aren't showing in Nautilus but do exist? I could go through the 100s of files and folders I have to see if they correctly correspond to the "ls" output, but that won't be very efficient and will take me a while. Do you have any other suggestions or do I need to try and do that? Another thing to note is that I could reproduce this issue with Nemo, so perhaps it's an issue in a library they are both using or something more central than just them alone? I will install Nemo again and let you know if the issue is still present there. ** Attachment added: "DSCF2365.jpg" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1609369/+attachment/4714109/+files/DSCF2365.jpg -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1609369 Title: Files randomly disappearing and reappearing in file managers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1609369/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
there was another bug opened upstream yesterday with a patch https://attachments.samba.org/attachment.cgi?id=12311 I'm going to have a look at backporting that one ** Bug watch added: Samba Bugzilla #12105 https://bugzilla.samba.org/show_bug.cgi?id=12105 ** Changed in: samba Remote watch: Samba Bugzilla #12112 => Samba Bugzilla #12105 ** Changed in: gvfs (Ubuntu) Status: Confirmed => Invalid ** Changed in: samba (Ubuntu) Status: Confirmed => In Progress -- 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/1409032 Title: gvfsd-smb: very high CPU utilisation To manage notifications about this bug go to: https://bugs.launchpad.net/samba/+bug/1409032/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609369] Re: Files randomly disappearing and reappearing in file managers
That file displays fine here ... Do you always get the issue on those specific files? Like if you save the image you attached to the bug to your desktop and open ~/Desktop in nautilus is it displayed or not? If you exit nautilus using "nautilus -q" and start it from a command line and browse a directory having the issue do you get any warning at the time you open the dir? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1609369 Title: Files randomly disappearing and reappearing in file managers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1609369/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609369] Re: Files randomly disappearing and reappearing in file managers
oh also do you use grid or list view and at what zoom? does changing those makes any difference? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1609369 Title: Files randomly disappearing and reappearing in file managers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1609369/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609215] Re: Merge grilo-plugins 0.3.2-1 (main) from Debian unstable (main)
** Branch linked: lp:~jbicha/grilo/update-to-grilo-0.3 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/1609215 Title: Merge grilo-plugins 0.3.2-1 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grilo-plugins/+bug/1609215/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1443718] Re: nautilus crashed with SIGABRT in g_assertion_message() on "create new directory with selection"
** Changed in: nautilus (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1443718 Title: nautilus crashed with SIGABRT in g_assertion_message() on "create new directory with selection" To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1443718/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1564375] Re: Unity should take display scaling into account to avoid placement of desktop icons under launcher
Hello Harm, or anyone else affected, Accepted nautilus into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/nautilus/1:3.18.4.is.3.14.3-0ubuntu5 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 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, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance! ** Changed in: nautilus (Ubuntu Xenial) Status: New => Fix Committed ** Tags added: verification-needed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1564375 Title: Unity should take display scaling into account to avoid placement of desktop icons under launcher To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1564375/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1526877] Re: Dbus errors in the console when closing the music-app
** Branch linked: lp:~ci-train-bot/dbus-cpp/dbus-cpp-ubuntu-yakkety- landing-028 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1526877 Title: Dbus errors in the console when closing the music-app To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1526877/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices
** Branch linked: lp:~ci-train-bot/dbus-cpp/dbus-cpp-ubuntu-yakkety- landing-028 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1480877 Title: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1480877/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609215] Re: Merge grilo-plugins 0.3.2-1 (main) from Debian unstable (main)
ok, grilo-plugins is fixed, thanks! https://launchpad.net/ubuntu/+source/grilo-plugins/0.3.2-1ubuntu2 ** Changed in: grilo-plugins (Ubuntu) Status: New => Fix Committed ** Branch unlinked: lp:~jbicha/grilo/update-to-grilo-0.3 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/1609215 Title: Merge grilo-plugins 0.3.2-1 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grilo-plugins/+bug/1609215/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609986] [NEW] package systemd 229-4ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: richo@richo-lappy:~$ lsb_release -rd Description:Ubuntu 16.04.1 LTS Release:16.04 I just tried to upgrade to the latest xubuntu and systemd failed to upgrade or something ProblemType: Package DistroRelease: Ubuntu 16.04 Package: systemd 229-4ubuntu7 ProcVersionSignature: Ubuntu 3.19.0-65.73~14.04.1-generic 3.19.8-ckt22 Uname: Linux 3.19.0-65-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.21 Architecture: amd64 Date: Thu Aug 4 23:16:09 2016 DuplicateSignature: package:systemd:229-4ubuntu7:subprocess installed post-installation script returned error exit status 1 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationDate: Installed on 2015-12-30 (218 days ago) InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 0bda:57b8 Realtek Semiconductor Corp. Bus 001 Device 004: ID 04ca:300b Lite-On Technology Corp. Atheros AR3012 Bluetooth Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Acer Aspire ES1-311 ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-65-generic.efi.signed root=/dev/mapper/xubuntu--vg-root ro noprompt quiet splash vt.handoff=7 RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: systemd SystemdDelta: [EXTENDED] /lib/systemd/system/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf [EXTENDED] /lib/systemd/system/rc-local.service → /lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /lib/systemd/system/docker.service → /etc/systemd/system/docker.service.d/docker.conf 3 overridden configuration files found. Title: package systemd 229-4ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to xenial on 2016-08-04 (0 days ago) dmi.bios.date: 10/24/2014 dmi.bios.vendor: Insyde Corp. dmi.bios.version: V1.10 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: Aspire ES1-311 dmi.board.vendor: Acer dmi.board.version: V1.10 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.10 dmi.modalias: dmi:bvnInsydeCorp.:bvrV1.10:bd10/24/2014:svnAcer:pnAspireES1-311:pvrV1.10:rvnAcer:rnAspireES1-311:rvrV1.10:cvnAcer:ct10:cvrV1.10: dmi.product.name: Aspire ES1-311 dmi.product.version: V1.10 dmi.sys.vendor: Acer ** Affects: systemd (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package third-party-packages xenial -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1609986 Title: package systemd 229-4ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1609986/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1564375] Re: Unity should take display scaling into account to avoid placement of desktop icons under launcher
** Changed in: nautilus (Ubuntu Xenial) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1564375 Title: Unity should take display scaling into account to avoid placement of desktop icons under launcher To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1564375/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1610005] [NEW] Remove gtk3's versioned dependency of on adwaita-icon-theme
Public bug reported: . ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: libgtk-3-common 3.18.9-1ubuntu3.1 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CurrentDesktop: GNOME Date: Thu Aug 4 18:55:25 2016 InstallationDate: Installed on 2016-07-31 (4 days ago) InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720) PackageArchitecture: all ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gtk+3.0 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gtk+3.0 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1610005 Title: Remove gtk3's versioned dependency of on adwaita-icon-theme To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1610005/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1610029] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gconf in Ubuntu. https://bugs.launchpad.net/bugs/1610029 Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1610029/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1610029] [NEW] package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed
Public bug reported: when upgrading from 14.04 LTS to 16.04 LTS this error came up during the upgrade ProblemType: Package DistroRelease: Ubuntu 16.04 Package: gconf2 3.2.6-3ubuntu6 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 NonfreeKernelModules: nvidia wl ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 Date: Wed Aug 3 23:57:59 2016 ErrorMessage: dependency problems - leaving triggers unprocessed RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: gconf Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed UpgradeStatus: Upgraded to xenial on 2016-08-04 (0 days ago) ** Affects: gconf (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-package xenial -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gconf in Ubuntu. https://bugs.launchpad.net/bugs/1610029 Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1610029/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1610029] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gconf (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gconf in Ubuntu. https://bugs.launchpad.net/bugs/1610029 Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1610029/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1610005] Re: Remove gtk3's versioned dependency of on adwaita-icon-theme
** Also affects: lubuntu-artwork Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1610005 Title: Remove gtk3's versioned dependency of on adwaita-icon-theme To manage notifications about this bug go to: https://bugs.launchpad.net/lubuntu-artwork/+bug/1610005/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1589225] Re: package fonts-noto-cjk 1:1.004+repack1-1 failed to install/upgrade: package fonts-noto-cjk is not ready for configuration cannot configure (current status 'half-installed')
[Expired for fonts-noto-cjk (Ubuntu) because there has been no activity for 60 days.] ** Changed in: fonts-noto-cjk (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to fonts-noto-cjk in Ubuntu. https://bugs.launchpad.net/bugs/1589225 Title: package fonts-noto-cjk 1:1.004+repack1-1 failed to install/upgrade: package fonts-noto-cjk is not ready for configuration cannot configure (current status 'half-installed') To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fonts-noto-cjk/+bug/1589225/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1610058] [NEW] package metacity-common 1:3.18.5-0ubuntu0.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration
Public bug reported: update stopped ProblemType: Package DistroRelease: Ubuntu 16.04 Package: metacity-common 1:3.18.5-0ubuntu0.1 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic i686 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: i386 Date: Fri Aug 5 06:26:11 2016 DuplicateSignature: package:metacity-common:1:3.18.5-0ubuntu0.1 Processing triggers for libc-bin (2.23-0ubuntu3) ... dpkg: error processing package metacity-common (--configure): package is in a very bad inconsistent state; you should ErrorMessage: package is in a very bad inconsistent state; you should reinstall it before attempting configuration InstallationDate: Installed on 2016-06-26 (39 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: metacity Title: package metacity-common 1:3.18.5-0ubuntu0.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: metacity (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 xenial -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/1610058 Title: package metacity-common 1:3.18.5-0ubuntu0.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1610058/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1609215] Re: Merge grilo-plugins 0.3.2-1 (main) from Debian unstable (main)
** Changed in: rhythmbox (Ubuntu) Status: New => Fix Committed ** Changed in: totem (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/1609215 Title: Merge grilo-plugins 0.3.2-1 (main) from Debian unstable (main) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grilo-plugins/+bug/1609215/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1610058] Re: package metacity-common 1:3.18.5-0ubuntu0.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/1610058 Title: package metacity-common 1:3.18.5-0ubuntu0.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1610058/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs