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

2014-03-14 Thread Timo Jyrinki
** Summary changed:

- iOS 7, Trust Prompt Looping
+ [FFe] Update libimobiledevice to support iOS 7, fix Trust Prompt Looping

-- 
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/ubuntu/+source/libimobiledevice/+bug/1207812/+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

2014-03-14 Thread Timo Jyrinki
Additional notes for Feature Freeze Exception consideration.

Build log at https://launchpadlibrarian.net/169329079/buildlog_ubuntu-
trusty-armhf.libimobiledevice_1.1.5%2Bgit20140313.bafe6a9e-
0ubuntu1~trusty1~test1_UPLOADING.txt.gz (showing this one simply to show
it also built fine for armhf)


Summary of changes in the git snapshot after 1.1.5, from upstream NEWS
file, in addition to iOS7 working:

---cut---
Version 1.1.6
~

* Development release
* Changes:
  - Security: Fix insecure use of the /tmp directory (CVE-2013-2142)
  - A bunch of memory leak fixes
  - Python: Various fixes and support for with statement for AfcFile class
  - Python: Add Afc2Client class to allow jailbroken filesystem access
  - Fix linking issue with newer libtool as reported for Ubuntu
  - Fix stuck thread in idevicesyslog which broke quit from within the tool
  - Add syslog_relay service implementation and use it in idevicesyslog
  - API: Add instproxy_client_get_path_for_bundle_identifier() helper
  - API: Add afc_dictionary_free() helper
  - Move thread, socket, debug and userpref code to common source directory
in order to improve code reuse
  - Fix broken byte order detection in configure.ac which could lead to broken
AFC protocol communication on platforms without endian.h (Raspberry PI)
* API is UNSTABLE
---cut---

There have been 146 commits to trunk after 1.1.5, attaching a list of
them.

I have personally done only packaging and installation/upgrade testing,
while the functionality testing is provided by the community having iOS
devices in these comments. Matthias helpfully called for additional
testing so I hope we have a good testing coverage.


** CVE added: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2013-2142

** Attachment added: libimobiledevice_gitchanges.txt
   
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1207812/+attachment/4023266/+files/libimobiledevice_gitchanges.txt

** Description changed:

+ The latest libimobiledevice release 1.1.5 is a year old and does not
+ support iOS7 devices. Most iOS devices have been updated to iOS7 by now,
+ so currently the library is broken in functionality for most users. The
+ git snapshot has been tested to work, but there seems to be no new
+ upstream release being prepared for the time being.
+ 
+ The new git snapshot includes several fixes, including the security fix
+ that was previously patched on top of 1.1.5 in Ubuntu.
+ 
+ Packaging branch merge request attached to this bug report.
+ 
+ --- Original report ---
+ 
  The iPhone reporting Trust the currently connected computer? Trust/Don't 
Trust.
  This then happens in a continous loop when clicking Trust.
  
  ---
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nrawlins   2068 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=f089ceb3-a892-4f99-92d3-a61c99bb2feb
  InstallationDate: Installed on 2013-08-15 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Sony Corporation VGN-SR29XN_S
  MarkForUpload: True
  Package: linux 3.8.0.27.45
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=7656e9f3-5437-4e10-a467-62d52144f471 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/28/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R1130Y1
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR1130Y1:bd08/28/2009:svnSonyCorporation:pnVGN-SR29XN_S:pvrC6017UKK:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-SR29XN_S
  dmi.product.version: C6017UKK
  dmi.sys.vendor: Sony Corporation

-- 
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/ubuntu/+source/libimobiledevice/+bug/1207812/+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

2014-03-14 Thread Timo Jyrinki
** Attachment added: libimobiledevice_gitchanges.txt
   
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1207812/+attachment/4023272/+files/libimobiledevice_gitchanges.txt

-- 
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/ubuntu/+source/libimobiledevice/+bug/1207812/+subscriptions

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


[Bug 1292382] LogAlsaMixer.txt

2014-03-14 Thread Daniel Holbach
apport information

** Attachment added: LogAlsaMixer.txt
   
https://bugs.launchpad.net/bugs/1292382/+attachment/4023354/+files/LogAlsaMixer.txt

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

Title:
  totem: error while loading shared libraries: libwayland-egl.so.1:
  cannot open shared object file: No such file or directory

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

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


[Bug 1292382] Dependencies.txt

2014-03-14 Thread Daniel Holbach
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1292382/+attachment/4023352/+files/Dependencies.txt

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

Title:
  totem: error while loading shared libraries: libwayland-egl.so.1:
  cannot open shared object file: No such file or directory

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

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


[Bug 1292382] GstreamerVersions.txt

2014-03-14 Thread Daniel Holbach
apport information

** Attachment added: GstreamerVersions.txt
   
https://bugs.launchpad.net/bugs/1292382/+attachment/4023353/+files/GstreamerVersions.txt

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

Title:
  totem: error while loading shared libraries: libwayland-egl.so.1:
  cannot open shared object file: No such file or directory

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

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


[Bug 1292382] ProcEnviron.txt

2014-03-14 Thread Daniel Holbach
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1292382/+attachment/4023355/+files/ProcEnviron.txt

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

Title:
  totem: error while loading shared libraries: libwayland-egl.so.1:
  cannot open shared object file: No such file or directory

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

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


[Bug 1292382] [NEW] totem: error while loading shared libraries: libwayland-egl.so.1: cannot open shared object file: No such file or directory

2014-03-14 Thread Daniel Holbach
Public bug reported:

Trying to play any .mp3 file, I get:

totem: error while loading shared libraries: libwayland-egl.so.1: cannot open 
shared object file: No such file or directory
--- 
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
InstallationDate: Installed on 2013-12-22 (81 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131221)
Package: totem 3.10.1-1ubuntu3
PackageArchitecture: amd64
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Tags:  trusty
Uname: Linux 3.13.0-17-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare scanner sudo
_MarkForUpload: True

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


** Tags: apport-collected trusty

** Tags added: apport-collected trusty

** Description changed:

  Trying to play any .mp3 file, I get:
  
- totem: error while loading shared libraries: libwayland-egl.so.1: cannot
- open shared object file: No such file or directory
+ totem: error while loading shared libraries: libwayland-egl.so.1: cannot open 
shared object file: No such file or directory
+ --- 
+ ApportVersion: 2.13.3-0ubuntu1
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2013-12-22 (81 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131221)
+ Package: totem 3.10.1-1ubuntu3
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
+ Tags:  trusty
+ Uname: Linux 3.13.0-17-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare scanner sudo
+ _MarkForUpload: True

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

Title:
  totem: error while loading shared libraries: libwayland-egl.so.1:
  cannot open shared object file: No such file or directory

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

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


[Bug 1292382] XorgLog.txt

2014-03-14 Thread Daniel Holbach
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1292382/+attachment/4023356/+files/XorgLog.txt

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

Title:
  totem: error while loading shared libraries: libwayland-egl.so.1:
  cannot open shared object file: No such file or directory

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

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


[Bug 1244548] Re: Keyboard shortcut for changing keyboard layout does not work on lock screen

2014-03-14 Thread Aurel Branzeanu
gnome-screensaver (3.6.1-0ubuntu11) - now couldn't change the keyboard
layout even by clicking on the language indicator when the PC is locked

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

Title:
  Keyboard shortcut for changing keyboard layout does not work on lock
  screen

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

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


[Bug 1292398] [NEW] multi-monitor : second screen position isn't saved from one session to another

2014-03-14 Thread Thierry Mallard
Public bug reported:

(Noticed on Ubuntu 14.04 beta 1 GNOME)
At work I have a second screen, which I prefer to virtually put on the left 
side of my laptop screen.
Using gnome-control-center I can change the position of the second without 
problem.
But when I disconnect the second screen (to work on another place) and then 
connect it again
OR if I just power off the laptop and turn it on again,
the second screen position is set back to the default right position.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-control-center 1:3.6.3-0ubuntu53
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Mar 14 08:50:00 2014
InstallationDate: Installed on 2014-03-01 (12 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center: deja-dup 29.5-0ubuntu2

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


** Tags: amd64 apport-bug trusty

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

Title:
  multi-monitor : second screen position isn't saved from one session to
  another

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

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


[Bug 1274890] Re: gvfsd-mtp crashed with SIGABRT in g_thread_abort()

2014-03-14 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New = Incomplete

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

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

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

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


[Bug 1272860] Re: gvfsd-trash crashed with SIGABRT in g_assertion_message()

2014-03-14 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New = Invalid

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

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

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

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


[Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-14 Thread Rocko
Which package implements the new lock screen? The regression is in this
package.

The old screensaver (gnome-screensaver?) used to power the monitor off
as soon you manually activate the lock screen (eg when you press the key
combination to lock the screen).

The new 14.04 screen locker (which package implements this?) does NOT
power the monitor off when you manually activate the lock screen.
Additionally, it blocks the monitor powering off indefinitely
(apparently: I've tested it for more than three hours to show that the
monitor does not turn off) until you enter the password and press the
enter key. At this point, the lock screen restores the normal screen,
and shortly thereafter the monitor is powered off briefly (by gnome-
screensaver?) before immediately turning back on.

If, however, you leave the screen for the configured time before it
powers off, the monitor *does* power off. The regression is only when
you activate the lock screen manually.

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

Title:
  Lockscreen doesn't turn off the screen

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

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


[Bug 1292412] [NEW] Keyboard layout is always English(!)

2014-03-14 Thread Shahar Or
Public bug reported:

Keyboard layout is always English, no matter that I select a different
language in the selector.

It is English even if I remove English from the layouts.

And layout switching via hot key doesn't work no matter what the hot key
is.

Both issues are fresh from upgrades that I made today:
Start-Date: 2014-03-14  09:25:48
Upgrade: initscripts:amd64 (2.88dsf-41ubuntu5, 2.88dsf-41ubuntu6), 
pciutils:amd64 (3.2.1-1ubuntu3, 3.2.1-1ubuntu4), aptdaemon-data:amd64 
(1.1.1-1ubuntu1, 1.1.1-1ubuntu3), ubuntu-session:amd64 (3.9.90-0ubuntu11, 
3.9.90-0ubuntu12), unity-greeter:amd64 (14.04.3-0ubuntu2, 14.04.4-0ubuntu1), 
libqt4-xml:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), libqt4-network:amd64 
(4.8.5+git192-g085f851+dfsg-2ubuntu3, 4.8.5+git192-g085f851+dfsg-2ubuntu4), 
libegl1-mesa:amd64 (10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), 
libqt4-sql-mysql:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), libopenvg1-mesa:amd64 
(10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), gnome-session-common:amd64 
(3.9.90-0ubuntu11, 3.9.90-0ubuntu12), libfreetype6-dev:amd64 (2.5.2-1ubuntu1, 
2.5.2-1ubuntu2), gnome-session-bin:amd64 (3.9.90-0ubuntu11, 3.9.90-0ubuntu12), 
libqt4-sql:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), isc-dhcp-common:amd64 (
 4.2.4-7ubuntu8, 4.2.4-7ubuntu9), libegl1-mesa-drivers:amd64 
(10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), firefox-locale-en:amd64 
(28.0~b2+build1-0ubuntu2, 28.0+build1-0ubuntu1), qdbus:amd64 
(4.8.5+git192-g085f851+dfsg-2ubuntu3, 4.8.5+git192-g085f851+dfsg-2ubuntu4), 
libqtcore4:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), libqt4-qt3support:amd64 
(4.8.5+git192-g085f851+dfsg-2ubuntu3, 4.8.5+git192-g085f851+dfsg-2ubuntu4), 
libqt4-svg:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), libqt4-dbus:amd64 
(4.8.5+git192-g085f851+dfsg-2ubuntu3, 4.8.5+git192-g085f851+dfsg-2ubuntu4), 
libqt4-xmlpatterns:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), libqt4-sql-sqlite:amd64 
(4.8.5+git192-g085f851+dfsg-2ubuntu3, 4.8.5+git192-g085f851+dfsg-2ubuntu4), 
libqt4-opengl:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), qt4-qtconfig:amd64 
(4.8.5+git192-g085f851+dfsg-2ubuntu3, 4.
 8.5+git192-g085f851+dfsg-2ubuntu4), libgl1-mesa-dri:amd64 
(10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), libgl1-mesa-dri:i386 
(10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), unity:amd64 
(7.1.2+14.04.20140311-0ubuntu1, 7.1.2+14.04.20140313-0ubuntu1), 
libunity-core-6.0-9:amd64 (7.1.2+14.04.20140311-0ubuntu1, 
7.1.2+14.04.20140313-0ubuntu1), ubuntu-drivers-common:amd64 (0.2.89.6, 0.2.90), 
firefox:amd64 (28.0~b2+build1-0ubuntu2, 28.0+build1-0ubuntu1), 
libqt4-script:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), libfreetype6:amd64 (2.5.2-1ubuntu1, 
2.5.2-1ubuntu2), libfreetype6:i386 (2.5.2-1ubuntu1, 2.5.2-1ubuntu2), 
python-apt:amd64 (0.9.1ubuntu1, 0.9.3.2), libgs9-common:amd64 
(9.10~dfsg-0ubuntu7, 9.10~dfsg-0ubuntu8), ubuntu-release-upgrader-gtk:amd64 
(0.216, 0.216.1), libido3-0.1-0:amd64 (13.10.0+14.04.20140213-0ubuntu1, 
13.10.0+14.04.20140313-0ubuntu1), libglib2.0-0:amd64 (2.39.91-0ubuntu2, 
2.39.91-0ubuntu3), libglib2.0-0:i386 (2.39.91-0ubuntu2, 2.39.91-0ubuntu3), xse
 rver-xorg-core:amd64 (1.15.0-1ubuntu6, 1.15.0-1ubuntu7), libglapi-mesa:amd64 
(10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), libglapi-mesa:i386 
(10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), libpci3:amd64 (3.2.1-1ubuntu3, 
3.2.1-1ubuntu4), gnome-screensaver:amd64 (3.6.1-0ubuntu10, 3.6.1-0ubuntu11), 
unity-services:amd64 (7.1.2+14.04.20140311-0ubuntu1, 
7.1.2+14.04.20140313-0ubuntu1), python-aptdaemon.gtk3widgets:amd64 
(1.1.1-1ubuntu1, 1.1.1-1ubuntu3), bash-completion:amd64 (2.1-2ubuntu3, 
2.1-2ubuntu4), xserver-common:amd64 (1.15.0-1ubuntu6, 1.15.0-1ubuntu7), 
ghostscript-x:amd64 (9.10~dfsg-0ubuntu7, 9.10~dfsg-0ubuntu8), 
libunity-control-center1:amd64 (14.04.3+14.04.20140310-0ubuntu1, 
14.04.3+14.04.20140313-0ubuntu1), libglib2.0-data:amd64 (2.39.91-0ubuntu2, 
2.39.91-0ubuntu3), python3-aptdaemon.gtk3widgets:amd64 (1.1.1-1ubuntu1, 
1.1.1-1ubuntu3), libgles2-mesa:amd64 (10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), 
usb-creator-common:amd64 (0.2.54, 0.2.55), libgl1-mesa-glx:amd64 
(10.1.0~rc3-0ubuntu3, 10.1.0-1ubun
 tu1), libgl1-mesa-glx:i386 (10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), 
libxatracker2:amd64 (10.1.0~rc3-0ubuntu3, 10.1.0-1ubuntu1), 
libqt4-designer:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), qtcore4-l10n:amd64 
(4.8.5+git192-g085f851+dfsg-2ubuntu3, 4.8.5+git192-g085f851+dfsg-2ubuntu4), 
libqtdbus4:amd64 (4.8.5+git192-g085f851+dfsg-2ubuntu3, 
4.8.5+git192-g085f851+dfsg-2ubuntu4), python3-apt:amd64 (0.9.1ubuntu1, 
0.9.3.2), python3-aptdaemon.pkcompat:amd64 (1.1.1-1ubuntu1, 1.1.1-1ubuntu3), 
xserver-xephyr:amd64 (1.15.0-1ubuntu6, 1.15.0-1ubuntu7), 

[Bug 1292412] Re: Keyboard layout is always English(!)

2014-03-14 Thread Shahar Or
Don't know which is the cause of this but probably `unity-control-
center` because `gnome-control-center` wasn't upgraded.

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

Title:
  Keyboard layout is always English(!)

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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-03-14 Thread Sebastien Bacher
** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Low

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

Title:
  multi-monitor : second screen position isn't saved from one session to
  another

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

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-03-14 Thread Shahar Or
Since the Trusty package upgrades from today, selecting a layout doesn't
have any effect—it only types English! Even if English isn't present in
the Input sources to use:.

Layout switching through any key combination doesn't switch layout.

I reported #1292412.

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

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

[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-03-14 Thread Aurel Branzeanu
Couldn't confirm it, Shahar - the layouts are switching fine, except on
the lock screen - https://bugs.launchpad.net/ubuntu/+source/gnome-
screensaver/+bug/1244548/comments/24

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

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


[Bug 1224217] Re: Switch Flashback sessions to XDG_CURRENT_DESKTOP=Unity

2014-03-14 Thread Alberts Muktupāvels
After updates I can not start gnome-flashback. I am not using ubuntu
package!

This was in .xsession-errors:
init: Failed to obtain gnome-session instance: Unknown parameter: 
XDG_CURRENT_DESKTOP

What should I do to fix it?

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

Title:
  Switch Flashback sessions to XDG_CURRENT_DESKTOP=Unity

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

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


[Bug 1292412] Re: Keyboard layout is always English(!)

2014-03-14 Thread Sebastien Bacher
Thank you for your bug report, gnome-control-center/unity-control-center
are interfaces to change configurations, they don't have a service/are
not running into the session all the time/have no impact on keyboard
layouts set a login or changed during the session. Setting as invalid
for those

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

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Invalid

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Low

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

** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Keyboard layout is always English(!)

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

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


[Bug 1292412] Re: Keyboard layout is always English(!)

2014-03-14 Thread Shahar Or
Dear Sebastien,

Should I gather more information in any way to assist with this, please?

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

Title:
  Keyboard layout is always English(!)

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

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-03-14 Thread Mikhail V. Golubev
Keyboard shortcuts for layout switching do not work in:
a) logon screen (unity greeter);
b) lock screen

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

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


[Bug 1228765] Re: [FFe] Implement DisplayConfig dbus interface and transition to gnome-desktop 3.10

2014-03-14 Thread Sebastien Bacher
@Steve: thanks for checking. When we discussed it with Robert the
consensus was that we find that it's a risky change, and that it has
potential to create issues for us.

If that was not blocking the GNOME remix, for some of their work, we
would have nacked the request, we would like to try to accomodate
everyone though.

In the previous testing round we had some issues, so I would like to
give it again some proper testing before giving a +1 or -1.

The archive has been moving since that request was filed, so the testing
ppa that was set up is not usable anymore. It would be good if somebody
could rebase the changes on the current archive version so we can use
the ppa for testing, I don't think I'm going to have the free slots to
do the rebasing/local builds myself just to be able to test those
changes.

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

Title:
  [FFe] Implement DisplayConfig dbus interface and transition to gnome-
  desktop 3.10

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

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


[Bug 1292382] Re: totem: error while loading shared libraries: libwayland-egl.so.1: cannot open shared object file: No such file or directory

2014-03-14 Thread Daniel Holbach
*** This bug is a duplicate of bug 1291761 ***
https://bugs.launchpad.net/bugs/1291761

** This bug has been marked a duplicate of bug 1291761
   Depends on libhybris on the desktop

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

Title:
  totem: error while loading shared libraries: libwayland-egl.so.1:
  cannot open shared object file: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1292382/+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

2014-03-14 Thread Sebastien Bacher
(changing the status to New so it's easier to ubuntu-release to notice
that it needs reviewing)

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

-- 
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/ubuntu/+source/libimobiledevice/+bug/1207812/+subscriptions

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


[Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-14 Thread Mateusz Stachowski
@Rocko Marco Trevisan is a Unity developer so he knows what he's doing.
This apparently means that the bug is in gnome-screensaver.

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

Title:
  Lockscreen doesn't turn off the screen

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

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


[Bug 1228765] Re: [FFe] Implement DisplayConfig dbus interface and transition to gnome-desktop 3.10

2014-03-14 Thread Sebastien Bacher
(note that it should be possible to review/land the new service (that's
a new source right?) while the other changes are evaluated)

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

Title:
  [FFe] Implement DisplayConfig dbus interface and transition to gnome-
  desktop 3.10

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

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


[Bug 1292412] Re: Keyboard layout is always English(!)

2014-03-14 Thread Sebastien Bacher
Could you describe your system configuration, what you do and what
happens exactly?

It might be useful to get a log of the command unity-settings-daemon
--replace --debug as well

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

Title:
  Keyboard layout is always English(!)

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

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-03-14 Thread Norbert
@Mikhail V. Golubev (mvgolubev)
Keyboard shortcuts for layout switching do not work in:
It is known but not fixed issues.
a) logon screen (unity greeter);
= bug 1245137
b) lock screen
= bug 1244548

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

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


[Bug 1292412] Re: Keyboard layout is always English(!)

2014-03-14 Thread Shahar Or
Sebastien,

I'm running Unity 7 in Trusty. This system has been upgraded since it
was installed from Maverick on 2010-10-12.

It seems that the configuration that I set with the control center don't
have any effect on the keyboard layout.

Using the mouse with the layout switching indicator to select a
different language doesn't actually change the keyboard layout. Whatever
I do with the UI, it seems I always am typing English.

And layout switching via hot-key also does not change the layout, even
in the UI (not to mention actually changing the layout).

I haven't tried changing layout in any other way because I don't know
how to (for example, using command-line).

For other things—the control center works. For example, it changes my
desktop background.

As it is, I can't type my native language in this system.

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

Title:
  Keyboard layout is always English(!)

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

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

[Bug 1292412] Re: Keyboard layout is always English(!)

2014-03-14 Thread Sebastien Bacher
it seems like unity-settings-daemon's keyboard plugin is not loaded,
could you get the debug command output?

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

Title:
  Keyboard layout is always English(!)

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

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


[Bug 1292451] Re: screensaver re-locks itself after unlocking if the configured screen-off timer goes off while screen is locked

2014-03-14 Thread Chow Loong Jin
** Attachment added: Screenshot of BrightnessLock settings
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1292451/+attachment/4023757/+files/Screenshot%20from%202014-03-14%2018%3A32%3A31.png

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

Title:
  screensaver re-locks itself after unlocking if the configured screen-
  off timer goes off while screen is locked

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

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


[Bug 1292451] Re: screensaver re-locks itself after unlocking if the configured screen-off timer goes off while screen is locked

2014-03-14 Thread Chow Loong Jin
I'm also adding unity to this bug as this only appeared after a gnome-
screensaver upgrade that enabled the unity screenlock.

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

Title:
  screensaver re-locks itself after unlocking if the configured screen-
  off timer goes off while screen is locked

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

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


[Bug 1292451] [NEW] screensaver re-locks itself after unlocking if the configured screen-off timer goes off while screen is locked

2014-03-14 Thread Chow Loong Jin
Public bug reported:

Steps to reproduce:
1. Set screen-off timeout to 1 minute
2. Configure screen to lock immediately when screen goes off.
3. Lock screen manually (Ctrl+Alt+L)
4. Wait for 1 minute
5. Notice that screen doesn't turn off
6. Unlock screen
7. Wait a couple of seconds (~10 or so)
8. Notice that screen re-locks itself.
9. Repeat steps 6-7 and notice that the screen doesn't re-lock itself this time.

There are two bugs described here: 
1. Screen does not shut off if the screen is locked manually before the idle 
timer (see step 5).
2. Screen re-locks itself after unlocking if the idle timer goes off while the 
screen is locked (see step 7).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-screensaver 3.6.1-0ubuntu11
Uname: Linux 3.13.4-hyper1 x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Mar 14 18:19:26 2014
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session session-name 'ubuntu'
 org.gnome.desktop.session idle-delay uint32 300
SourcePackage: gnome-screensaver
UpgradeStatus: Upgraded to trusty on 2014-03-03 (10 days ago)

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

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


** Tags: amd64 apport-bug trusty

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  screensaver re-locks itself after unlocking if the configured screen-
  off timer goes off while screen is locked

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

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


[Bug 1291623] Re: gnome-control-center.real crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-03-14 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1274690 ***
https://bugs.launchpad.net/bugs/1274690

** This bug has been marked a duplicate of private bug 1274690

** 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 gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1291623

Title:
  gnome-control-center.real crashed with SIGSEGV in
  __GI___pthread_mutex_lock()

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

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


[Bug 1289926] Re: gnome-control-center.real crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-03-14 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1274690 ***
https://bugs.launchpad.net/bugs/1274690

** This bug has been marked a duplicate of private bug 1274690

** 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 gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1289926

Title:
  gnome-control-center.real crashed with SIGSEGV in
  __GI___pthread_mutex_lock()

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

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


[Bug 1274690] Re: gnome-control-center.real crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-03-14 Thread Sebastien Bacher
Thanks, that seems a bug in the virtualbox drivers

** Information type changed from Private to Public

** Package changed: gnome-control-center (Ubuntu) = virtualbox (Ubuntu)

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

Title:
  gnome-control-center.real crashed with SIGSEGV in
  __GI___pthread_mutex_lock()

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

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


[Bug 1063682] Re: Screensaver settings GUI is confusing

2014-03-14 Thread Andy Whitcroft
The text should indeed be reworked, after a further: would be a step.

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

Title:
  Screensaver settings GUI is confusing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1063682/+subscriptions

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


[Bug 1106283] Re: [13.04, 13.10, 14.04] Nautilus crashed with SIGABRT in g_assertion_message() when trying to open file/folder's property dialog as root.

2014-03-14 Thread PBS
** Summary changed:

- [13.04]nautilus crashed with SIGABRT in g_assertion_message() when trying to 
open file/folder's property dialog as root where file/folder belongs to user 
with Unicode CJK name.
+ [13.04, 13.10, 14.04] Nautilus crashed with SIGABRT in g_assertion_message() 
when trying to open file/folder's property dialog as root.

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

Title:
  [13.04, 13.10, 14.04] Nautilus crashed with SIGABRT in
  g_assertion_message() when trying to open file/folder's property
  dialog as root.

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

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


[Bug 1063682] Re: Screensaver settings GUI is confusing

2014-03-14 Thread Sebastien Bacher
** Also affects: unity-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided = Low

** Changed in: unity-control-center (Ubuntu)
   Status: New = Triaged

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

Title:
  Screensaver settings GUI is confusing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1063682/+subscriptions

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


[Bug 1292412] Re: Keyboard layout is always English(!)

2014-03-14 Thread Shahar Or
Here's the `unity-settings-daemon --replace --debug` output but it is
not from the first run because I didn't capture the output on that run
by mistake.

Things worked out once I did that. The issue is no longer present. I'll
reopen if this occurs again.

** Attachment added: unity-settings-daemon --replace --debug
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292412/+attachment/4023776/+files/unity-settings-daemon-replace-debug

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

Title:
  Keyboard layout is always English(!)

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

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


[Bug 327872] Re: Broken support for MPEG-TS: HDV and AVCHD (.mts/.m2ts) files

2014-03-14 Thread Bug Watch Updater
** Changed in: pitivi
   Status: Incomplete = Fix Released

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

Title:
  Broken support for MPEG-TS: HDV and AVCHD (.mts/.m2ts) files

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

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


[Bug 1115669] Re: GNOME Printer Setup Tool: List of discovered printers should better describe duplicate entries

2014-03-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  GNOME Printer Setup Tool: List of discovered printers should better
  describe duplicate entries

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

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


[Bug 1106283] Re: [13.04, 13.10, 14.04] Nautilus crashed with SIGABRT in g_assertion_message() when trying to open file/folder's property dialog as root.

2014-03-14 Thread PBS
Still present in 14.04 with nautilus 3.10.1. The patch above remains. It
would be nice if this were fixed in the LTS release.

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

Title:
  [13.04, 13.10, 14.04] Nautilus crashed with SIGABRT in
  g_assertion_message() when trying to open file/folder's property
  dialog as root.

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

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


[Bug 1292412] Re: Keyboard layout is always English(!)

2014-03-14 Thread Sebastien Bacher
if that happens at logging, please attach ~/.cache/upstart/unity-
settings-daemon.log to the bug

** Package changed: gnome-session (Ubuntu) = unity-settings-daemon
(Ubuntu)

** Changed in: unity-settings-daemon (Ubuntu)
   Status: New = Incomplete

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

Title:
  Keyboard layout is always English(!)

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

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


[Bug 1291862] Re: [soundnua]mic volume adjust bar is gray if you open sound-nua input tab earlier than plugging micphone

2014-03-14 Thread Bin Li
Ara,

 I install the 14.04, and find there are use 'unity-control-center
sound' for change sound setting.

 First run 'unity-control-center sound', and insert the microphone in
front panel, the input bar could be adjusted. But when I plug out the
microphone, the input bar is still enabled, and you can change the input
level, in next time when you insert microphone again, you will find the
input level was the latest change which is we changed without inserting
microphone.

 And I found soucecode is similar with gnome-control-center sound-nua,
I'll try to made a patch for trusty.

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  [soundnua]mic volume adjust bar is gray if you open sound-nua input
  tab earlier than plugging micphone

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

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


[Bug 1291365] Re: gnome screensaver locks again shortly after unlocking

2014-03-14 Thread Nick Moffitt
bug 1292041 seems like a duplicate of this

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

Title:
  gnome screensaver locks again shortly after unlocking

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

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


[Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-14 Thread Nick Moffitt
I wonder if this is related to bug 1291365

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

Title:
  Lockscreen doesn't turn off the screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292041/+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

2014-03-14 Thread Silviu Stahie
I can confirm that it works with iOS 7.1, on an iPhone 5. I had some
problems mounting the iPhone, but they got solved with

sudo mkdir /var/lib/lockdown
sudo chmod 777 /va7Lib/lockdown

-- 
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/ubuntu/+source/libimobiledevice/+bug/1207812/+subscriptions

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


[Bug 1055464] Re: apport-gtk crashed with ValueError in _apt_pkg(): package rhythmbox-ubuntuone-music-store does not exist

2014-03-14 Thread Daniel Rodríguez Padilla
This also affects Ubuntu 14.04 Trusty Tahr (Development Release).

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

Title:
  apport-gtk crashed with ValueError in _apt_pkg(): package rhythmbox-
  ubuntuone-music-store does not exist

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

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


[Bug 1197029] Re: [soundnua]: gnome-control-center crashed with SIGSEGV

2014-03-14 Thread Sebastien Bacher
similar issue on current trusty, valgrind says

==10764== Invalid read of size 4
==10764==at 0x177AF3FB: on_monitor_read_callback (gvc-mixer-dialog.c:282)
==10764==by 0x1781A60E: pstream_memblock_callback (context.c:365)
==10764==by 0x17897C9E: do_pstream_read_write (pstream.c:862)
==10764==by 0x1788310E: callback (iochannel.c:160)
==10764==by 0x174FBA36: dispatch_func (glib-mainloop.c:584)
==10764==by 0x4A4D1E2: g_main_context_dispatch (gmain.c:3064)
==10764==by 0x4A4D467: g_main_context_iterate.isra.24 (gmain.c:3734)
==10764==by 0x4A4D527: g_main_context_iteration (gmain.c:3795)
==10764==by 0x486655B: g_application_run (gapplication.c:2114)
==10764==by 0x804D7AF: main (control-center.c:342)

** Package changed: gnome-control-center (Ubuntu) = unity-control-
center (Ubuntu)

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

Title:
  [soundnua]: gnome-control-center crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1197029/+subscriptions

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


[Bug 1241894] Re: Network History no longer works in System Monitor on 13.10

2014-03-14 Thread Aditya
I have filed a bug in linux package which I think is the root of the
issue:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1292509

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

Title:
  Network History no longer works in System Monitor on 13.10

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

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


[Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-14 Thread newuser
I think this bug apparead after this change:

https://launchpad.net/ubuntu/+source/gnome-screensaver/3.6.1-0ubuntu10

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

Title:
  Lockscreen doesn't turn off the screen

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

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


[Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-14 Thread Mateusz Stachowski
@Nick your bug is different. I don't get a second lock off the screen
after unlocking.

In this case the screen doesn't blank off at locked screen and when I
unlock it after the normal timeout it goes to blank off mode.

The turning off the screen happens even if I used my mouse or keyboard.
However I don't need to unlock the screen twice.

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

Title:
  Lockscreen doesn't turn off the screen

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

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


[Bug 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2014-03-14 Thread Bug Watch Updater
** Changed in: gvfs (Debian)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/195180

Title:
  user-mountable (nfs) filesystems are not showing up in Computer view
  of nautilus

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

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


[Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-14 Thread Doug Smythies
I use a different screen blank time and lock time. The screen does go
blank at the correct time, but then it come on again at the additional
lock time, and stays on thereafter. For me this started a couple of
days ago (~2014.03.12).

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

Title:
  Lockscreen doesn't turn off the screen

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

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


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-03-14 Thread Till Kamppeter
Uploaded system-config-printer 1.4.3+20140219-0ubuntu2 with an
additional fix. If you have still problems with package download and the
package being used after the download, please wait for the new system-
config-printer package to appear under the updates for Trusty (14.04)
and try again.

If you do not have 14.04 installed start a live system (CD or USB stick)
and do a system update within the live session. Do not reboot if you are
asked for in the end of the update process, simply ignore the pop-up.
Then try the printer setup in that live system.

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

Title:
  Regression: installing gutenprint printer driver fails

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

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


[Bug 1277646] Re: package gnome-settings-daemon-schemas (not installed) failed to install/upgrade: intentando sobreescribir `/usr/share/GConf/gsettings/gnome-settings-daemon.convert', que está también

2014-03-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-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://bugs.launchpad.net/bugs/1277646

Title:
  package gnome-settings-daemon-schemas (not installed) failed to
  install/upgrade: intentando sobreescribir `/usr/share/GConf/gsettings
  /gnome-settings-daemon.convert', que está también en el paquete gnome-
  settings-daemon 3.11.3-0ubuntu1~trusty1

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

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

[Bug 1292620] [NEW] Session unlocking after screen blank results in screen blanking and a locked sessions

2014-03-14 Thread bp
Public bug reported:

What happens:

1. I lock my session
2. Time passes; screen goes blank
3. I type in my password
4. I get my session back for 2 seconds
5. Screen blanks (given enough seconds, the monitor says no HDMI input)
6. I move the mouse, the screen comes back
7. I get another password prompt (same as the one in step 3)
8. I unlock the session correctly
9. I resume work.

What should happen instead are steps 1-3,8-9.

Questions from https://wiki.ubuntu.com/DebuggingScreenLocking that are still 
relevant:
What desktop environment does this problem occur in? Unity 3D
Do you use visual effects? Unity 3D's defaults.
Is this a laptop or a desktop machine? Laptop
How many monitors do you use? 2, of which only 1 is active.
If it is a laptop, do you use an external screen? Yes. Only the external screen 
is ON. The lid is closed at all times.
Do you have the hamster-applet application installed? No.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-screensaver 3.6.1-0ubuntu11
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Mar 14 17:30:13 2014
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session session-name 'ubuntu'
 org.gnome.desktop.session idle-delay uint32 300
InstallationDate: Installed on 2012-03-15 (728 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: gnome-screensaver
UpgradeStatus: Upgraded to trusty on 2014-01-22 (50 days ago)

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


** Tags: amd64 apport-bug trusty

** Attachment added: gconftool-2 --dump /apps/gnome-screensaver 
/apps/gnome-power-manager /desktop/gnome/session /desktop/gnome/lockdown  
screen-locking-debug.xml
   
https://bugs.launchpad.net/bugs/1292620/+attachment/4024173/+files/screen-locking-debug.xml

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

Title:
  Session unlocking after screen blank results in screen blanking and a
  locked sessions

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

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


[Bug 1286430] Re: Suspend option when lid closed greyed out in Power Settings

2014-03-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Suspend option when lid closed greyed out in Power Settings

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

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


[Bug 1289818] Re: gst-plugins-good0.10: FTBFS: XML parser errors

2014-03-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/gst-plugins-good1.0

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

Title:
  gst-plugins-good0.10: FTBFS: XML parser errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/1289818/+subscriptions

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


[Bug 1292660] Re: evolution-addressbook-factory crashed with SIGSEGV in __nptl_deallocate_tsd()

2014-03-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1050729 ***
https://bugs.launchpad.net/bugs/1050729

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1050729, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1292660/+attachment/4024340/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1292660/+attachment/4024342/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1292660/+attachment/4024344/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1292660/+attachment/4024345/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1292660/+attachment/4024346/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1292660/+attachment/4024347/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1292660/+attachment/4024348/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1050729

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  evolution-addressbook-factory crashed with SIGSEGV in
  __nptl_deallocate_tsd()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1292660/+subscriptions

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


[Bug 229370] Re: Regression: USB removable storage devices listed in fstab no longer show in Computer

2014-03-14 Thread Bug Watch Updater
** Changed in: gvfs (Debian)
   Status: Confirmed = 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/229370

Title:
  Regression: USB removable storage devices listed in fstab no longer
  show in Computer

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

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


[Bug 1289818] Re: gst-plugins-good0.10: FTBFS: XML parser errors

2014-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gst-plugins-good1.0 - 1.2.3-1ubuntu2

---
gst-plugins-good1.0 (1.2.3-1ubuntu2) trusty; urgency=medium

  * Cherry-pick patch from upstream to fix gtk-docs FTBFS. (LP: #1289818)
 -- Dimitri John Ledkov x...@ubuntu.com   Fri, 14 Mar 2014 16:33:25 +

** Changed in: gst-plugins-good1.0 (Ubuntu)
   Status: New = Fix Released

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

Title:
  gst-plugins-good0.10: FTBFS: XML parser errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/1289818/+subscriptions

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


[Bug 1292687] [NEW] Is there an anti-virus software for Ubuntu 12.04

2014-03-14 Thread Diane Turner
Public bug reported:

When sending emails, the recipient receives them with a message ...may
not have been sent by (my email address)

When sending attachments, the recipient is warned do not open pics as
they may cause a problem.

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

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

Title:
  Is there an anti-virus software for Ubuntu 12.04

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

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


[Bug 1214352]

2014-03-14 Thread Koen Roggemans
Same problem on Ubuntu 12.04/64 with LibreOffice 4.2.1.1 (ppa)

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

Title:
  GUINT32/64_SWAP_LE_BE macros do not enclose val argument in
  parentheses

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1214352/+subscriptions

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


[Bug 1214352]

2014-03-14 Thread Venco
Same problem on Ubuntu 12.04/64 with LibreOffice 4.2.1.1 (download from
LO site)

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

Title:
  GUINT32/64_SWAP_LE_BE macros do not enclose val argument in
  parentheses

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1214352/+subscriptions

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


[Bug 1214352]

2014-03-14 Thread Renato S. Yamane
Same problem.
Kubuntu 13.10
Libreoffice 4.1.5 (PPA)

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

Title:
  GUINT32/64_SWAP_LE_BE macros do not enclose val argument in
  parentheses

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1214352/+subscriptions

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


[Bug 1292707] [NEW] gcalctool (or its libraries?) seems to have a memory leak

2014-03-14 Thread Páll Haraldsson
Public bug reported:

I assume there is a memory leak as the old gcalctool process uses 1704
MB? Correct? Just started a new one and can't see that one with top,
that far down the list. Note I haven't been doing anything complicated
with the calculator, just some simple additions. May have done
multiplications but not divisions or more complicated, if I recall.
Probably not whole numbers all of them but not very big numbers if it
matters.

[I was willing to do a coredump if something like that is needed. Does
ubuntu-bug do that? If not, would it be helpful? In general does it
collect all relevant info? Non-standard info/kernels/config? I have
3.11.0-17-generic running with some -proposed but mostly standard stuff.
See at bottom (shouldn't/couldn't ubuntu-bug provide this?). I might
delay killing it for a while unless I hear something.]

ps -ef |grep gcalctool
palli 9951 1  0 19:57 ?00:00:00 gcalctool
palli24874 1  0 Feb13 ?00:01:09 gcalctool

Mem:   4037780k total,  3814604k used,   223176k free, 4284k buffers
Swap:  8377336k total,  3469388k used,  4907948k free,   713860k cached
Sorted by VIRT:
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
   
23529 palli 20   0 4357m 2.5g  11m R   92 63.8 235:03.13 firefox
   
 4065 palli 20   0 1704m  55m 8060 R   16  1.4 519:57.55 compiz 
   
24874 palli 20   0 1278m 7760 1312 S0  0.2   1:09.40 gcalctool  
   
23090 palli 20   0 1096m 8936 1352 S0  0.2   2:36.01 update-manager 
   
 4087 palli 20   0 1048m 2828  324 S0  0.1   0:39.67 nautilus   
   
 2164 root  20   0 1020m   44   44 S0  0.0   0:24.17 console-kit-dae
   
 1838 root  20   0 1016m  53m 1704 S   28  1.4 493:50.98 Xorg   
   
 4059 palli 20   0  949m 2824  624 S0  0.1   2:27.35 gnome-settings- 


Unrelated blable per se:

Not too worried about gcalctool, you could call it an introductory bug
from me. Just learning the ropes and getting a handle on things so I can
submit a bug on the big one:

I was debugging a memory issue (Firefox), and was just amazed that the
calculator would be the third biggest program (above Xorg!). I'm not to
worried as RES should(?) affect me the most (and maybe SHR?) but VIRT is
mostly on disk. However, note that I use zram and how big the swap is,
not sure if it is a wise choice.

update-manager seems also to be a huge memory/cpu/network-hog (know the
program is changed in 13.10). Also a memory leak or just a memory-hog?

Sorted by RES (a little later):
23529 palli 20   0 4110m 2.2g  12m R   93 57.4 293:43.87 firefox
   
 1838 root  20   0 1012m  53m 1828 R   54  1.3 520:38.40 Xorg   
   
 4065 palli 20   0 1695m  52m 6488 R9  1.3 525:25.36 compiz 
   
 4160 palli 20   0  650m  23m 3412 S0  0.6   4:43.98 unity-panel-ser
   
27130 root  20   0 25920  15m  14m S0  0.4   0:00.01 memlockd   
   
 9951 palli 20   0  508m  11m 4840 S0  0.3   0:01.32 gcalctool  
   
19476 palli 20   0  630m  10m 3840 S2  0.3   6:43.58 gnome-terminal 
   
 4309 palli 20   0  247m 9272  176 S0  0.2   0:06.21 zeitgeist-fts  
   
 4159 palli 20   0  685m 9232 1288 S0  0.2   2:59.51 hud-service
   
23090 palli 20   0 1096m 8412  800 S0  0.2   2:36.17 update-manager 
   
24040 palli 20   0  551m 7720 2504 S8  0.2  36:24.58 gnome-system-mo  

Note how firefox shrank (didn't close anything) and how updatem-manager
changes. Assume the numbers for these processes are normal.

I'm assuming newly installed memlockd is not a factor in any of this.

Stopped and started 

[Bug 1289818] Re: gst-plugins-good0.10: FTBFS: XML parser errors

2014-03-14 Thread Bug Watch Updater
** Changed in: gst-plugins-good0.10 (Debian)
   Status: New = Confirmed

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

Title:
  gst-plugins-good0.10: FTBFS: XML parser errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/1289818/+subscriptions

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


[Bug 1292163] Re: Stale network mounts remain after gvfs mounts are interrupted

2014-03-14 Thread Michał Sawicz
Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=726373

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

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=726373
   Importance: Unknown
   Status: Unknown

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

Title:
  Stale network mounts remain after gvfs mounts are interrupted

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

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


[Bug 1292724] Re: evolution-source-registry crashed with SIGSEGV in g_slice_alloc()

2014-03-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1279108 ***
https://bugs.launchpad.net/bugs/1279108

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1279108, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1292724/+attachment/4024654/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1292724/+attachment/4024656/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1292724/+attachment/4024658/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1292724/+attachment/4024659/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1292724/+attachment/4024660/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1292724/+attachment/4024661/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1292724/+attachment/4024662/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1279108

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  evolution-source-registry crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1292724/+subscriptions

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2014-03-14 Thread Charles Kerr
** Changed in: gnome-power-manager (Ubuntu)
   Status: In Progress = New

** Changed in: upower (Ubuntu)
   Status: In Progress = New

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

Title:
  resuming from S3 wrongly prompts for password

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

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


[Bug 1292729] [NEW] package shared-mime-info 1.2-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-03-14 Thread Matt Keenan
Public bug reported:

sed -e 's/precise/trusty/' on /etc/apt/sources.list
apt-get update
apt-get -u dist-upgrade

this was the result

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: shared-mime-info 1.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Fri Mar 14 16:19:30 2014
DuplicateSignature: package:shared-mime-info:1.2-0ubuntu2:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: shared-mime-info
Title: package shared-mime-info 1.2-0ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: shared-mime-info (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package shared-mime-info 1.2-0ubuntu2 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/shared-mime-info/+bug/1292729/+subscriptions

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


[Bug 1292729] Re: package shared-mime-info 1.2-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-03-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package shared-mime-info 1.2-0ubuntu2 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/shared-mime-info/+bug/1292729/+subscriptions

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


[Bug 1292163] Re: Stale network mounts remain after gvfs mounts are interrupted

2014-03-14 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

** Changed in: nautilus
   Importance: Unknown = 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/1292163

Title:
  Stale network mounts remain after gvfs mounts are interrupted

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

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


[Bug 847001] Re: Adjusting display brightness is very slow on several Dell laptops

2014-03-14 Thread KML
I am running Ubuntu Gnome 14.04 32-bit 3.13.0-17-generic and i also have this 
problem.
I am on a Dell E6520.

Tom Chiverton: I can confirm that it is instantly, yes.

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

Title:
  Adjusting display brightness is very slow on several Dell laptops

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

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


[Bug 1292262] Re: Subtitle Downloader does not open

2014-03-14 Thread Bug Watch Updater
** Changed in: totem
   Status: New = Incomplete

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

Title:
  Subtitle Downloader does not open

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

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


[Bug 1292759] [NEW] Nautilus default window size is slightly too small

2014-03-14 Thread Robin Sheat
Public bug reported:

When you open a nautilus window, it is slightly too narrow to show four
columns, so instead it shows three with a chunk of space wasted. See the
attached screenshot. It probably should remember the size it was last
made, or at least be a little bit wider.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Mar 15 14:26:16 2014
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'owner', 'group', 'where', 
'mime_type', 'permissions']
InstallationDate: Installed on 2011-04-26 (1053 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: nautilus
UpgradeStatus: Upgraded to trusty on 2014-03-09 (5 days ago)

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


** Tags: amd64 apport-bug trusty

** Attachment added: Screenshot showing the slightly too small nautilus window
   
https://bugs.launchpad.net/bugs/1292759/+attachment/4024797/+files/Schermafdruk%20van%202014-03-15%2014%3A26%3A00.png

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

Title:
  Nautilus default window size is slightly too small

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

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


[Bug 1292762] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in ffi_call_unix64()

2014-03-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1278467 ***
https://bugs.launchpad.net/bugs/1278467

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1278467, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1292762/+attachment/4024815/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1292762/+attachment/4024817/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1292762/+attachment/4024818/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1292762/+attachment/4024819/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1292762/+attachment/4024820/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1292762/+attachment/4024821/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1292762/+attachment/4024822/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1278467
   [xsettings]: gnome-settings-daemon crashed with SIGSEGV in 
notify_have_shell()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  ffi_call_unix64()

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

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


[Bug 1278467] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in notify_have_shell()

2014-03-14 Thread Apport retracing service
** Tags added: bugpattern-needed

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

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  notify_have_shell()

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

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


[Bug 1284647] Re: gsettings crashed with SIGSEGV in g_settings_backend_dispatch_signal()

2014-03-14 Thread Bug Watch Updater
** Changed in: glib
   Status: Confirmed = Fix Released

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

Title:
  gsettings crashed with SIGSEGV in g_settings_backend_dispatch_signal()

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

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