[Bug 1133477] Re: cut-n-paste move files got stuck forever

2015-10-02 Thread Simon
I encounter this bug on a regular basis because i often need to copy/move a large amount of files (several hundreds or even thousands). This is very annoying and should be fixed soon as copying/moving files is a very basic operation of a file manager. -- You received this bug notification because

[Bug 146206] Re: files are copied to a local directory before being extracted

2015-10-02 Thread Bug Watch Updater
** Changed in: file-roller Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/146206 Title: files are copied to a local directory before being extracted To manage notif

[Bug 1453174] Re: Opening of magnet links broken

2015-10-02 Thread Bert Vermeulen
Tested with 1.24.2-0ubuntu0.1 and magnet links now work fine, thanks. ** Tags removed: verification-needed ** Tags added: verification-done -- 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/b

[Bug 1445595] Re: Empty trash from Launcher results in Nautilus window opening

2015-10-02 Thread Bernadette Addison
Experiencing the same behavior on brand new Ubuntu 15.04 64-bit installation. Empty Trash always opens Nautilus. This did not happen in 14.04 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.ne

[Bug 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2015-10-02 Thread Grzegorz Ciołek
Hi all, It doesn’t work in some cases. Thanks to courtesy of the Google programmers and their lack of support. Please look at setLastModified() issue: https://code.google.com/p/android/issues/detail?id=18624 Regards Gregory ** Bug watch added: code.google.com/p/android/issues #18624 http:

[Bug 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2015-10-02 Thread Andrew Wilkinson
I recently upgraded from Ubuntu 15.04 to Ubuntu 15.10 beta 2. After doing a package upgrade on 30 September 2015 I noticed that the gvfs package updated. I have now tested transferring files via USB from my Samsung Galaxy Note 4 phone to my Ubuntu 15.10 desktop and I am pleased to report that the

[Bug 112518] Re: Switch User freezes at blank screen

2015-10-02 Thread rafe101
*** This bug is a duplicate of bug 160264 *** https://bugs.launchpad.net/bugs/160264 still happening occasionally to me with 15.04 This does not appear to be the same as #160264. The steps to reproduce are different. The resolution is different. There is no white screen. Switching never gets

[Bug 1234218] Re: 4.8 doesn't throw -Wreturn-type anymore for wrong returns in macros

2015-10-02 Thread Bug Watch Updater
** Changed in: glib Status: Unknown => Fix Released ** Changed in: glib Importance: Unknown => Low -- 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/1234218 Title: 4.8 does

[Bug 245716] Re: file-roller puts temporary files in the home dir instead of /tmp

2015-10-02 Thread Bug Watch Updater
** Changed in: file-roller Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to file-roller in Ubuntu. https://bugs.launchpad.net/bugs/245716 Title: file-roller puts temporary files in the home dir instead

[Bug 1377933] Re: Error on login: tracker-miner-fs crashed with SIGSEGV in g_type_check_instance_is_a()

2015-10-02 Thread Bruce Pieterse
*** This bug is a duplicate of bug 1387217 *** https://bugs.launchpad.net/bugs/1387217 ** This bug is no longer a duplicate of private bug 1366774 ** This bug has been marked a duplicate of bug 1387217 tracker-miner-fs crashed with SIGSEGV in g_type_check_instance_is_a() -- You received t

[Bug 1376822] Re: tracker-miner-fs crashed with SIGSEGV in g_type_check_instance_is_a()

2015-10-02 Thread Bruce Pieterse
*** This bug is a duplicate of bug 1387217 *** https://bugs.launchpad.net/bugs/1387217 ** This bug is no longer a duplicate of private bug 1366774 ** This bug has been marked a duplicate of bug 1387217 tracker-miner-fs crashed with SIGSEGV in g_type_check_instance_is_a() -- You received t

[Bug 1041534] Re: tracker-miner-fs crashed with SIGSEGV in g_type_check_instance_is_a()

2015-10-02 Thread Bruce Pieterse
*** This bug is a duplicate of bug 1387217 *** https://bugs.launchpad.net/bugs/1387217 ** This bug has been marked a duplicate of bug 1387217 tracker-miner-fs crashed with SIGSEGV in g_type_check_instance_is_a() -- You received this bug notification because you are a member of Ubuntu Desk

[Bug 1501154] Re: Rythmbox crashes when I click ipod

2015-10-02 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, your crash report is either missing or challenging to deal with as a ".crash" file. Please follow these instructions to have apport report a new bug about your crash that can be dealt with by the automatic

[Bug 1112061] Re: unity forgets focus-follows-mouse setting across update and reboot

2015-10-02 Thread Max Waterman
I've not seen this happen for quite some time and also believe it is now resolved. -- 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/1112061 Title: unity forgets focus-f

[Bug 1234218] Re: 4.8 doesn't throw -Wreturn-type anymore for wrong returns in macros

2015-10-02 Thread Sebastien Bacher
** Changed in: glib2.0 (Ubuntu) Status: New => Fix Committed ** Changed in: glib2.0 (Ubuntu) Importance: Undecided => High -- 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/12

[Bug 1234218] Re: 4.8 doesn't throw -Wreturn-type anymore for wrong returns in macros

2015-10-02 Thread Matthias Klose
** Package changed: gcc-4.8 (Ubuntu) => glib2.0 (Ubuntu) ** Bug watch added: GNOME Bug Tracker #753310 https://bugzilla.gnome.org/show_bug.cgi?id=753310 ** Also affects: glib via https://bugzilla.gnome.org/show_bug.cgi?id=753310 Importance: Unknown Status: Unknown -- You receive

[Bug 1234218] [NEW] 4.8 doesn't throw -Wreturn-type anymore for wrong returns in macros

2015-10-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: GLib has a macro g_return_if_fail(), that returns from a function when a precondition isn't met. gcc used to warn when calling it in a function that returns a value, but stopped doing so in 4.8. $ cat return-warning.c #include int function (int c) {

[Bug 1470399] Re: udev duplicates entries in 70-persistent-net.rules

2015-10-02 Thread Louis Bouchard
** Also affects: systemd (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu Trusty) Status: New => Confirmed ** Changed in: systemd (Ubuntu Trusty) Importance: Undecided => High ** Changed in: systemd (Ubuntu Trusty) Assignee: (unassigned) =

[Bug 1112061] Re: unity forgets focus-follows-mouse setting across update and reboot

2015-10-02 Thread Alex Baggott
Thank you for taking the time to report this bug. We have tried to recreate this on the latest release of Ubuntu and cannot reproduce it. This bug is being marked as Invalid. If you believe the problem to still exist in the latest version of Ubuntu, please comment on why that is the case and change

[Bug 1502097] [NEW] package udev 225-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-10-02 Thread Gene Soo
Public bug reported: APT-GET UPDATE hung and finally crashed. ProblemType: Package DistroRelease: Ubuntu 15.10 Package: udev 225-1ubuntu5 ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1 Uname: Linux 4.2.0-11-generic x86_64 ApportVersion: 2.18.1-0ubuntu1 Architecture: amd64 Date: Fri Oct 2

[Bug 1502094] [NEW] libgee-0.8-dev should be used, libgee-dev will be removed from the archive

2015-10-02 Thread Matthias Klose
Public bug reported: The libgee source is obsolete, replaced by the libgee-0.8 source. Packages should change their build dependency to libgee-0.8-dev instead. The libgee source was already removed in Debian; it will be removed in Ubuntu as well. ** Affects: indicator-keyboard (Ubuntu) Impo

[Bug 1390628] Re: Mouse pointer invisible after upgrade to Ubuntu 14.10 and 15.04

2015-10-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity-settings-daemon (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https

[Bug 296867]

2015-10-02 Thread Andre Klapper
"it doesn't work" is too vague plus Bugzilla is not a support forum for general software development question. There are many pages out there which explain how to compile software... Thanks for your understanding. -- You received this bug notification because you are a member of Ubuntu Desktop Bu

[Bug 1395880] Re: System crashes (freezes) when I try to access the content of the /proc directory using nautilus

2015-10-02 Thread sotiris papadimitriou
In 15.10 there not problem any more, with bcmwl-kernel- source_6.30.223.248+bdcom-0ubuntu7_amd64.deb -- 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/1395880 Title: System crashes

[Bug 631696] Re: maximus should only run in netbook-session and not start in gnome-session

2015-10-02 Thread Adolfo Jayme
** Changed in: ubuntu-netbook-efl-default-settings (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/631696 Title: maximus should