[Bug 1379499] Re: mouse pointer converted into half thumbnail

2015-02-01 Thread bapoumba
Same here, lubuntu 14.10.
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

Happens mostly click and dragging images by accident on web pages
(Firefox).

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

Title:
  mouse pointer converted into half thumbnail

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

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


[Bug 1416728] Re: systemd-analyze failed: No such method 'ListUnits'

2015-02-01 Thread Martin Pitt
Indeed I suppose that Tong is running upstart (which is the default and
ONLY supported init system in Ubuntu 14.10). Under systemd it works
fine, so I close the bug for now. If Tong confirms he's actually running
systemd I'll reopen and investigate. Thanks!

** Changed in: systemd (Ubuntu)
   Status: New = Won't Fix

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

Title:
  systemd-analyze failed: No such method 'ListUnits'

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

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Ross Lagerwall
Oh, btw it's an afp not smb share you're using.

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

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Ross Lagerwall
The Ubuntu gvfs maintainers should cherry-pick
e9c320e49cace543450b961af32ea7ffeb8d512f and
2e3eee275a97abf4d6055c06683f04c7d8f3f7ca from upstream.

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

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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


[Bug 1408107] Re: Can't remove huge files from samba share on first attempt - Input/output error

2015-02-01 Thread Ross Lagerwall
Please run the following in a terminal:
pkill gvfs; GVFS_DEBUG=all GVFS_SMB_DEBUG=10 `find /usr/lib* -name 'gvfsd'`  
~/log.txt

Then mount the smb share, reproduce the problem, and then upload log.txt
in your home directory so we can see a log of what is happening.

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

Title:
  Can't remove huge files from samba share on first attempt -
  Input/output error

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

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


[Bug 1333140] [NEW] Fix udev rules to consider mmc rpmb partitions

2015-02-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

As per JEDEC 4.5 spec for eMMC devices,
There is a new partitions as part of eMMC storage devices it self. (Further 
details please refer eMMC spec)

*In Linux Kernel@ 3.10.33, mmc driver has created a new partitions with
mmcblkXrpmb if device expresses it support of RPMB.

Issues observed:

issue 1:
RPMB (Replay Protected Memory Block), A signed access to a Replay Protected 
Memory Block is provided. This function provides means for the system to store 
data to the specific memory area in an authenticated and replay protected 
manner.
In that case, any read/write access to this partition device will report errors.

issue 2:
The by-path, line is wrongly mapping to platform-sdhci-tegra.1  - mmcblk2rpmb 
were as
it should be platform-sdhci-tegra.1  - mmcblk2

ls -l /dev/disk/by-path/
total 0
lrwxrwxrwx 1 root root 17 Jan  3  2000 platform-sdhci-tegra.1 - 
../../mmcblk2rpmb
lrwxrwxrwx 1 root root 15 Jan  3  2000 platform-sdhci-tegra.1-part1 - 
../../mmcblk2p1
lrwxrwxrwx 1 root root 13 Jan  3  2000 platform-sdhci-tegra.2 - ../../mmcblk1
lrwxrwxrwx 1 root root 15 Jan  3  2000 platform-sdhci-tegra.2-part1 - 
../../mmcblk1p1
lrwxrwxrwx 1 root root 17 Jan  3  2000 platform-sdhci-tegra.3 - 
../../mmcblk0rpmb
lrwxrwxrwx 1 root root 15 Jan  3  2000 platform-sdhci-tegra.3-part1 - 
../../mmcblk0p1
lrwxrwxrwx 1 root root 15 Jan  3  2000 platform-sdhci-tegra.3-part2 - 
../../mmcblk0p2

We have locally resolved in our platform in this file 60-persistent-
storage.rules

For issue 1: (with this rule)
# skip block read for partitions of type rpmb
KERNEL==mmcblk[0-9]rpmb, SUBSYSTEM==block, GOTO=persistent_storage_end

For issue 2:
ENV{DEVTYPE}==disk, ENV{ID_PATH}==?*, KERNEL==mmcblk[0-9]rpmb, 
SYMLINK+=disk/by-path/$env{ID_PATH}-rpmb
ENV{DEVTYPE}==disk, ENV{ID_PATH}==?*, KERNEL!=mmcblk[0-9]rpmb, 
SYMLINK+=disk/by-path/$env{ID_PATH}

Please consider this issues fix in next udev release .

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Fix udev rules to consider mmc rpmb partitions
https://bugs.launchpad.net/bugs/1333140
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to systemd in Ubuntu.

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Sebastien Bacher
Thanks Ross, the corresponding commit are on
https://git.gnome.org/browse/gvfs/commit/?id=e9c320e49cace543450b961af32ea7ffeb8d512f

https://git.gnome.org/browse/gvfs/commit/?id=2e3eee275a97abf4d6055c06683f04c7d8f3f7ca
(or rather 
https://git.gnome.org/browse/gvfs/commit/?id=a4016460538ea8be22aa0d8289922b389a93ef78
 it looks like?)


** Changed in: gvfs (Ubuntu)
   Status: New = Fix Committed

** Bug watch added: GNOME Bug Tracker #734194
   https://bugzilla.gnome.org/show_bug.cgi?id=734194

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=734194
   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/1403149

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Christopher M. Penalver
** Description changed:

  1) lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  2) apt-cache policy gvfs
  gvfs:
-   Installed: 1.20.1-1ubuntu1
-   Candidate: 1.20.1-1ubuntu1
-   Version table:
-  *** 1.20.1-1ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.20.1-1ubuntu1
+   Candidate: 1.20.1-1ubuntu1
+   Version table:
+  *** 1.20.1-1ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
- 3) What is expected to happen is when one mounts a samba shared folder
- from OSX Yosemite, the connection is unmountable, and doesn't cause
- excessive (~25%) CPU usage.
+ 3) What is expected to happen is when one mounts a shared folder from
+ OSX Yosemite, the connection is unmountable, and doesn't cause excessive
+ (~25%) CPU usage.
  
  4) What happens instead is the mount is unmountable, and is consuming
  (~25%) CPU as per the attached screenshot. This causes moderate desktop
  sluggishness. Tried restarting OSX, no change.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gvfs 1.20.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.37~14.04.1-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 16 11:28:39 2014
  InstallationDate: Installed on 2014-06-21 (177 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: gvfs
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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

[Bug 1416693] Re: evince should depend on adwaita-icon-theme-full or gnome-icon-theme-symbolic

2015-02-01 Thread Sebastien Bacher
** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Iain Lane (laney)

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

Title:
  evince should depend on adwaita-icon-theme-full or gnome-icon-theme-
  symbolic

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

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


[Bug 1399953] Re: Google contacts authentication problem with U-O-A (Trusty, Vivid - Unity7)

2015-02-01 Thread josh at highjinx dot net
I deleted my default keyring and all accounts in UOA. After a restart, I
re-created the online accounts and a new default keyring. The Google
Contacts worked the first time I opened Evolution; however, it failed
again after subsequent restarts/reopening.

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

Title:
  Google contacts authentication problem with U-O-A (Trusty,Vivid -
  Unity7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1399953/+subscriptions

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = Fix Released

** Changed in: gvfs
   Importance: Unknown = High

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

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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


[Bug 1207812] Re: [FFe] Update libimobiledevice to support iOS 7, fix Trust Prompt Looping

2015-02-01 Thread cement_head
Using 12.04.4 LTS AMD64, iOS 7 on iPhone 4S.  Of course, I have the
Trust/Don't Trust issue.

Have libimobile 1.1.4 installed - need some help explaining how to
install libimobile 1.1.6 and all of it's dependecies.

Thanks

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

Title:
  [FFe] Update libimobiledevice to support iOS 7, fix Trust Prompt
  Looping

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

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


[Bug 1333140] Re: Fix udev rules to consider mmc rpmb partitions

2015-02-01 Thread Martin Pitt
Which Ubuntu release and kernel version does that apply to? Please send
the uname -a output. Testing this under the current vivid kernel (3.18)
would be very much appreciated. Thanks!

** Package changed: udev (Ubuntu) = systemd (Ubuntu)

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

Title:
  Fix udev rules to consider mmc rpmb partitions

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

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


[Bug 1293602] Re: gvfsd-mtp crashed with SIGSEGV in libusb_submit_transfer()

2015-02-01 Thread Robert Ancell
** 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 gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1293602

Title:
  gvfsd-mtp crashed with SIGSEGV in libusb_submit_transfer()

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

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


[Bug 1199787] Re: gvfsd-sftp assert failure: ERROR:gvfsdaemon.c:149:g_vfs_daemon_finalize: assertion failed: (daemon-jobs == NULL)

2015-02-01 Thread Robert Ancell
** 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 gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1199787

Title:
  gvfsd-sftp assert failure:
  ERROR:gvfsdaemon.c:149:g_vfs_daemon_finalize: assertion failed:
  (daemon-jobs == NULL)

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

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


[Bug 1416891] Re: Update to 1.20.3

2015-02-01 Thread Robert Ancell
I inspected the changes and they seem appropriate for an SRU.

I've run the updated package on trusty and it seems to work.

Uploaded to trusty-proposed.

** Description changed:

- Ubuntu 14.04 LTS currently contains 1.20.1. There have been stable
- updates since then.
+ [Impact]
+ Ubuntu 14.04 LTS currently contains 1.20.1. There have been stable updates 
since then. The maintainer has requested we update [1].
  
- The maintainer has requested we update:
- https://lists.ubuntu.com/archives/ubuntu-devel/2015-February/038668.html
+ [Test Case]
+ Update to 1.20.3. Still should keep working as before.
+ 
+ [Regression Potential]
+ Some risk of other bugs being created by changes. Code inspection shows 
changes are relatively simple.
+ 
+ [1] https://lists.ubuntu.com/archives/ubuntu-
+ devel/2015-February/038668.html

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

Title:
  Update to 1.20.3

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

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


[Bug 1414256] Re: split wayland session into its own package

2015-02-01 Thread Robert Ancell
** Changed in: gnome-session (Ubuntu)
   Status: New = Triaged

** Changed in: gnome-session (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  split wayland session into its own package

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

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


[Bug 60448] Re: .xsession-errors file grows out of control saturates disk space

2015-02-01 Thread Manuel López-Ibáñez
Someone already did, and it is called journald: 
http://0pointer.net/blog/projects/journalctl.html
Recent versions of gdm, kdm and dbus already use the journald by default to 
replace .xsession-errors, and thus avoid all these problems. I guess we only 
have to wait for Ubuntu to catch up to Fedora and OpenSuse. (I don't know about 
CentOS, but it unavoidable that journald will be the default there eventually)

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

Title:
  .xsession-errors file grows out of control  saturates disk space

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

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Christopher M. Penalver
Spoke too soon regarding Utopic. I walked away from my computer for
about 2 hours, and noticed in System Monitor gvfsd-afp at CPU 25%,
Memory 3.4 MB. Perhaps the issue affects Utopic more gradually than in
Trusty?!

** Changed in: gvfs (Ubuntu)
   Status: Fix Released = Fix Committed

** Tags added: utopic

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

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Ross Lagerwall
Nah, neither of them have the required patches (which made only made it
into 1.20.3). It's an idle timeout issue, so it depends one the activity
on the share.

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

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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


[Bug 1292838] Re: gvfsd-smb crashed with SIGSEGV in smbc_getFunctionStat()

2015-02-01 Thread Robert Ancell
** 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 gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1292838

Title:
  gvfsd-smb crashed with SIGSEGV in smbc_getFunctionStat()

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

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Ross Lagerwall
Oh, yeah somehow I messed up the commit id but you got the right one.

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

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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


[Bug 1389355] Re: systemd-journald crashed with signal 7

2015-02-01 Thread Martin Pitt
This is fixed in Ubuntu Vivid (and systemd/journal are not supported in
14.10 anyway).

** Changed in: systemd (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  systemd-journald crashed with signal 7

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

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


[Bug 577956] Re: Missing retry button for network connections

2015-02-01 Thread Bug Watch Updater
** Changed in: nautilus
   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/577956

Title:
  Missing retry button for network connections

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

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


[Bug 1416891] Re: Update to 1.20.3

2015-02-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gvfs (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  Update to 1.20.3

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

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


[Bug 1416891] Re: Update to 1.20.3

2015-02-01 Thread Robert Ancell
Major changes in 1.20.3
===
* Fix several memory leaks
* afc: Force unmount properly
* afc: Add version detection for newer iOS
* afp: Fix a race that caused hangs
* afp  ftp: Handle idle connections better
* ftp: Fix CHMOD against some servers
* archive: Fix a couple of segfaults on certain archives
* gphoto: Set mtime when copying to a local disk
* Several smaller bugfixes

Major changes in 1.20.2
===
* afc: Fix problems when mount devices with older iOS
* fuse: Fix settings file permissions
* Translation updates

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

Title:
  Update to 1.20.3

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

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


[Bug 1277775] Re: gvfsd-trash crashed with SIGABRT in g_thread_abort()

2015-02-01 Thread Robert Ancell
** 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 gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/125

Title:
  gvfsd-trash crashed with SIGABRT in g_thread_abort()

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

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


[Bug 1304911] Re: gvfsd-trash crashed with SIGABRT in g_thread_abort()

2015-02-01 Thread Robert Ancell
** 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 gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1304911

Title:
  gvfsd-trash crashed with SIGABRT in g_thread_abort()

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

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


[Bug 1306142] Re: gvfsd-afc crashed with SIGABRT in g_assertion_message()

2015-02-01 Thread Robert Ancell
** 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 gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1306142

Title:
  gvfsd-afc crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1403149] Re: Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and moderate desktop sluggishness

2015-02-01 Thread Christopher M. Penalver
Ross Lagerwall / Sebastien Bacher, thank you for your attention to this
issue.

While I had both SMB and AFP checked in OS X Sharing at the time of
reproduction (with Windows sharing disabled), I've upgraded to Utopic
since then (this mitigated issues encountered with my environment such
as this one, virtualbox crashes, remmina crashes, among other issues)
and so far I cannot reproduce this under any permutation of enabling
SMB, AFP, or Windows sharing for a user account.

apt-cache policy gvfs
gvfs:
  Installed: 1.20.2-1ubuntu3
  Candidate: 1.20.2-1ubuntu3
  Version table:
 *** 1.20.2-1ubuntu3 0
500 http://archive.ubuntu.com/ubuntu/ utopic-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 1.20.2-1ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages

** Changed in: gvfs (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Unable to mount OSX Yosemite causing excessive (~25%) CPU usage and
  moderate desktop sluggishness

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

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


[Bug 410288] Re: Nautilus does not handle FTP timeouts well

2015-02-01 Thread Ross Lagerwall
It would be good to get these commits from gvfs 1.20.3 to fix this:
https://git.gnome.org/browse/gvfs/commit/?id=562906889bde44f4ef9e7a34343f7c9339941ecb
https://git.gnome.org/browse/gvfs/commit/?id=8c58ceb7d5f07fd007e21dae1557f35be92a56b6
https://git.gnome.org/browse/gvfs/commit/?id=7b1d51379bd1b28de9426aebc0832bc959760cf6

(or just update to 1.20.3 :-) )

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

Title:
  Nautilus does not handle FTP timeouts well

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

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


[Bug 1416891] Re: Update to 1.20.3

2015-02-01 Thread Ross Lagerwall
Thanks for this.

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

Title:
  Update to 1.20.3

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

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


[Bug 60448] Re: .xsession-errors file grows out of control saturates disk space

2015-02-01 Thread Johnny Ljunggren
I also stumbled across this thread as well when my .xsession-errors file
filled up my harddrive completely, twice...

Just like to shed some extra light on this.

First of all, I'm running a CentOS installation atm, and am also bitten.
So this is not a distribution or desktop specific error.

There are several posts telling people to delete the file, or have it
automatically be rotated. However, that will not work unless you also
log out, as there are many processes keeping the file open for future
error messages and the OS will not free the space until all processes
that hold the file have closed it. This might explain some posts saying
that the disk space keeps getting eaten up even after deleting the file.

As we will probably never be able to trust all programmers to handle error 
output in a suitable manner, we need a common solution that would also handle 
misbehaving programs. As someone else mentioned, syslog/messages already 
handles this with 
 last message repeated X times
Every program writing to syslog do that through a common API. 'someone' with 
influence need to come up with a similar solution and force every program to 
use that for user/desktop error reports as well. That is the only long term 
solution.

Anyway, here are the possible solutions as of now:
1. Log out and in periodically to prevent the file to grow too large. (As I 
seldom do that, and the systems I run never do, that is not a suitable solution 
for me)
2. Have messages normally going to .xsession-errors go to /dev/null instead. 
This can be done by altering /etc/X11/xinit/Xsession (at least on my system). 
Of course, this removes the possibility of ever discovering there is a problem, 
but at least I can keep my hard drive to myself
3. Wait for someone to make a proper API and have all programs use that for 
error output

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

Title:
  .xsession-errors file grows out of control  saturates disk space

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

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


[Bug 1416891] [NEW] Update to 1.20.3

2015-02-01 Thread Robert Ancell
Public bug reported:

Ubuntu 14.04 LTS currently contains 1.20.1. There have been stable
updates since then.

The maintainer has requested we update:
https://lists.ubuntu.com/archives/ubuntu-devel/2015-February/038668.html

** Affects: gvfs (Ubuntu)
 Importance: Medium
 Status: Fix Released

** Affects: gvfs (Ubuntu Trusty)
 Importance: Undecided
 Status: Confirmed


** Tags: upgrade-software-version

** Also affects: gvfs (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: gvfs (Ubuntu)
   Status: New = Fix Released

** Changed in: gvfs (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Update to 1.20.3

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

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


[Bug 606012] Re: Nautilus FTP will clear (0 bytes) files on server

2015-02-01 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New = Fix Released

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

Title:
  Nautilus FTP will clear (0 bytes) files on server

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

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


[Bug 1357749] Re: Blank DVD reporting 2.0 Kb capacity

2015-02-01 Thread Martin Pitt
OK, unduplicating then. As cdrom_id is okay, I'm moving this one level
up so far. When that happens, can you please copypaste the output of
udisksctl info -b /dev/sr0 here? Thanks!

** This bug is no longer a duplicate of bug 1168742
   [udev] Disks are not unmounted when physical eject button is used

** Package changed: systemd (Ubuntu) = udisks2 (Ubuntu)

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

Title:
  Blank DVD reporting 2.0 Kb capacity

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

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


[Bug 963061] Re: Doesn't remember ftp password despite promising to do so

2015-02-01 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New = Expired

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

Title:
  Doesn't remember ftp password despite promising to do so

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

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


[Bug 1416897] Re: static image of desktop and windows displayed instead of lockscreen

2015-02-01 Thread Andrea Azzarone
In the video you are not using unity lockscreen but gnome-screensaver.
That's because onscreen keyboard is active. Reassigning.

** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New = Invalid

** No longer affects: unity

** Changed in: unity (Ubuntu)
   Status: New = Invalid

** Also affects: gnome-screensaver (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  static image of desktop and windows displayed instead of lockscreen

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

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


[Bug 997370] Re: Totem does not use the va-api gstreamer backend

2015-02-01 Thread Timo Jyrinki
Agreed, the new bug more accurately reflects the current situation.

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

Title:
  Totem does not use the va-api gstreamer backend

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

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


[Bug 1416951] [NEW] RhythmBox fails to load mp3 plugin

2015-02-01 Thread Josh Datko
Public bug reported:

When trying to set the preferred format in the Music tab under
Rhythmbox Preferences, a dialog box pops up:

Required plugin could not be found

Rhythmbox requires to install plugins to create media files of the
following type: ID3 tag muxer.

I would expect that the plugin could be installed. I pointed rhythmbox
to my music folder, which contains a large number of mp3/4 copied over
from iTunes (mac).

I think this could be related to this bug:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/527475

I attached an edited debug file, which I generated with the command:
rhythmbox --debug  rhythmbox-debug.txt

lsb_release -rd
Description:Ubuntu 14.10
Release:14.10

apt-cache policy rhythmbox
rhythmbox:
  Installed: 3.0.3-1ubuntu2
  Candidate: 3.0.3-1ubuntu2
  Version table:
 *** 3.0.3-1ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: rhythmbox 3.0.3-1ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Feb  1 21:03:09 2015
EcryptfsInUse: Yes
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug utopic

** Attachment added: rhythmbox-debug.txt
   
https://bugs.launchpad.net/bugs/1416951/+attachment/4310146/+files/rhythmbox-debug.txt

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

Title:
  RhythmBox fails to load mp3 plugin

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

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


[Bug 1385606] Re: Black screen when entering GDM login page

2015-02-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gdm (Ubuntu)
   Status: New = Confirmed

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

Title:
  Black screen when entering GDM login page

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

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


[Bug 1416607] Re: nautilus won't rename any file - ignores all keyboard input

2015-02-01 Thread Steve Langasek
This is not a regression.  It appears to be the same bug as bug
#1322925, not yet fixed for Ubuntu 14.10.

** Tags removed: regression-update

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

Title:
  nautilus won't rename any file - ignores all keyboard input

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

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


[Bug 1322925] Re: [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2015-02-01 Thread Steve Langasek
** Also affects: nautilus (Ubuntu Utopic)
   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/1322925

Title:
  [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

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

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