[Bug 905891] [NEW] no CD-ROM/DVD-ROM on desktop.

2011-12-18 Thread Salomon Archuleta
Public bug reported:

disk manager see's CD-ROM/dvd/rom but won't play or show up on desktop
when I insert a disk I canged it to master then slave then open and
still no show it ejects in the disk manager but won't mount.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-disk-utility 2.32.1-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-13.52-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
Architecture: i386
Date: Sat Dec 17 23:43:26 2011
ExecutablePath: /usr/bin/palimpsest
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-disk-utility
UpgradeStatus: Upgraded to natty on 2011-12-18 (0 days ago)

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


** Tags: apport-bug apport-lpi i386 natty

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

Title:
  no CD-ROM/DVD-ROM on desktop.

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

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


[Bug 905891] Re: no CD-ROM/DVD-ROM on desktop.

2011-12-18 Thread Salomon Archuleta
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/905891

Title:
  no CD-ROM/DVD-ROM on desktop.

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

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


[Bug 905893] [NEW] psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct in glib

2011-12-18 Thread Micah Gersten
Public bug reported:

Debian glib2.0 version: 2.30.2-4
Ubuntu glib2.0 version: 2.31.4.tested-0ubuntu3


When trying to build psensor 0.6.2.15-1 in precise, it fails to due to an 
unnamed struct in glib:
gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libgtop-2.0   
-I/usr/include/json   -D_FORTIFY_SOURCE=2 -Wall -Werror -pedantic -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c -o 
libpsensor_a-cpu.o `test -f 'cpu.c' || echo './'`cpu.c
In file included from /usr/include/glib-2.0/glib.h:107:0,
 from /usr/include/libgtop-2.0/glibtop.h:25,
 from /usr/include/libgtop-2.0/glibtop/cpu.h:25,
 from cpu.c:25:
/usr/include/glib-2.0/glib/deprecated/gthread.h:165:4: error: ISO C90 doesn't 
support unnamed structs/unions [-Werror=edantic]
cc1: all warnings being treated as errors

make[4]: *** [libpsensor_a-cpu.o] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: psensor (Ubuntu)
 Importance: Medium
 Status: Triaged

** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: psensor (Ubuntu)
   Importance: Undecided = Low

** Changed in: psensor (Ubuntu)
   Importance: Low = Medium

** Changed in: psensor (Ubuntu)
   Status: New = Triaged

** Summary changed:

- 0.6.2.15-1 fails to build in precise due to an unnamed struct in glib
+ psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct in glib

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

Title:
  psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct
  in glib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/905893/+subscriptions

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

[Bug 905893] Re: psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct in glib

2011-12-18 Thread Micah Gersten
BTW, you can pull this version from Debian.  I can't merge it to Ubuntu
unless psensor does away with -pedantic or the glib declaration is
fixed.

** Description changed:

+ Debian glib2.0 version: 2.30.2-4
+ Ubuntu glib2.0 version: 2.31.4.tested-0ubuntu3
+ 
+ 
  When trying to build psensor 0.6.2.15-1 in precise, it fails to due to an 
unnamed struct in glib:
  gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libgtop-2.0   
-I/usr/include/json   -D_FORTIFY_SOURCE=2 -Wall -Werror -pedantic -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c -o 
libpsensor_a-cpu.o `test -f 'cpu.c' || echo './'`cpu.c
  In file included from /usr/include/glib-2.0/glib.h:107:0,
-  from /usr/include/libgtop-2.0/glibtop.h:25,
-  from /usr/include/libgtop-2.0/glibtop/cpu.h:25,
-  from cpu.c:25:
+  from /usr/include/libgtop-2.0/glibtop.h:25,
+  from /usr/include/libgtop-2.0/glibtop/cpu.h:25,
+  from cpu.c:25:
  /usr/include/glib-2.0/glib/deprecated/gthread.h:165:4: error: ISO C90 doesn't 
support unnamed structs/unions [-Werror=edantic]
  cc1: all warnings being treated as errors
  
  make[4]: *** [libpsensor_a-cpu.o] Error 1
  make[4]: Leaving directory `/«PKGBUILDDIR»/src/lib'
  make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory `/«PKGBUILDDIR»/src'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/«PKGBUILDDIR»'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/«PKGBUILDDIR»'
  dh_auto_build: make -j1 returned exit code 2
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

Title:
  psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct
  in glib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/905893/+subscriptions

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

[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-12-18 Thread A Kraken
I experienced the same issue on 11.10 (kernel 3.0.0-15-generic) with
Gimp 2.6.11 under the default window manager. At the same time that I
was running Gimp, I had a VirtualBox session running in seamless mode
(guest OS application windows appear in the host OS's window manager
directly). Upon closing the VirtualBox session and restarting Gimp, the
problem disappeared.

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 905893] Re: psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct in glib

2011-12-18 Thread Micah Gersten
** Description changed:

  Debian glib2.0 version: 2.30.2-4
  Ubuntu glib2.0 version: 2.31.4.tested-0ubuntu3
- 
+ Link to glib upstream code: 
http://git.gnome.org/browse/glib/tree/glib/deprecated/gthread.h?id=2f9ab64ac9dc4aeba4a6a297888986d26515d6f8#n151
  
  When trying to build psensor 0.6.2.15-1 in precise, it fails to due to an 
unnamed struct in glib:
  gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libgtop-2.0   
-I/usr/include/json   -D_FORTIFY_SOURCE=2 -Wall -Werror -pedantic -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -c -o 
libpsensor_a-cpu.o `test -f 'cpu.c' || echo './'`cpu.c
  In file included from /usr/include/glib-2.0/glib.h:107:0,
   from /usr/include/libgtop-2.0/glibtop.h:25,
   from /usr/include/libgtop-2.0/glibtop/cpu.h:25,
   from cpu.c:25:
  /usr/include/glib-2.0/glib/deprecated/gthread.h:165:4: error: ISO C90 doesn't 
support unnamed structs/unions [-Werror=edantic]
  cc1: all warnings being treated as errors
  
  make[4]: *** [libpsensor_a-cpu.o] Error 1
  make[4]: Leaving directory `/«PKGBUILDDIR»/src/lib'
  make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory `/«PKGBUILDDIR»/src'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/«PKGBUILDDIR»'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/«PKGBUILDDIR»'
  dh_auto_build: make -j1 returned exit code 2
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

Title:
  psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct
  in glib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/905893/+subscriptions

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

[Bug 890393] Re: Zenity crashes with segfault when trying to use second screen

2011-12-18 Thread Timo Eskola
** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Zenity crashes with segfault when trying to use second screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/890393/+subscriptions

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


[Bug 752022] Re: Connect to server... FTP (with login) strange ERROR

2011-12-18 Thread Mirel Lame
It has the same issue even in Oneiric Ocelot.

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

Title:
  Connect to server... FTP (with login) strange ERROR

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

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


[Bug 905902] [NEW] Changing wallpaper takes too much ressource

2011-12-18 Thread entonjackson
Public bug reported:

When i'm going to play games e.g. in Browser or native then i need to turn off 
wallch before. Otherwise everytime Wallch is changing Wallpapers in the 
background the games will slow down.
I use 1920x1200 Wallpapers only, maybe this could increase the problem, but i 
think the fading effect, when wallpapers change (that is coming from nautilus) 
should be optimised, so such performance problems won't occur anymore.

I'm using Ubuntu Oneiric 64bit with Unity3D.
It happens, playing Flash Games in Chromium, Chrome and Firefox.
It happens, playing Doom3.

Computer:
Processor: 2x Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz
Memory: 8181MB
VGA compatible controller: nVidia Corporation G96M [Quadro FX 770M] (rev a1) 
(prog-if 00 [VGA controller])

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

** Description changed:

- When i'm going to play games e.g. in Browser or native then i need to turn 
off Wallch before. Otherwise everytime Wallch is changing Wallpapers in the 
background the games will slow down.
- I use 1920x1200 Wallpapers only, maybe this could increase the problem, but i 
think the fading effect, when wallpapers change should be optimised, so such 
performance problems won't occur anymore.
+ When i'm going to play games e.g. in Browser or native then i need to turn 
off wallch before. Otherwise everytime Wallch is changing Wallpapers in the 
background the games will slow down.
+ I use 1920x1200 Wallpapers only, maybe this could increase the problem, but i 
think the fading effect, when wallpapers change (that is coming from nautilus) 
should be optimised, so such performance problems won't occur anymore.
  
  I'm using Ubuntu Oneiric 64bit with Unity3D.
  It happens, playing Flash Games in Chromium, Chrome and Firefox.
  It happens, playing Doom3.
  
  Computer:
  Processor: 2x Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz
  Memory: 8181MB
  VGA compatible controller: nVidia Corporation G96M [Quadro FX 770M] (rev a1) 
(prog-if 00 [VGA controller])

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

Title:
  Changing wallpaper takes too much ressource

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

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


[Bug 902792] Re: Creating metacontacts does not work

2011-12-18 Thread Muhammad bilal shahid
no when u get online at that time an other option appear thats of auth
client log attach that log.

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

Title:
  Creating metacontacts does not work

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

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


[Bug 879525] Re: Rhythmbox CD ripping to FLAC broken in Oneiric

2011-12-18 Thread Jens Finkhäuser
Awesome! Is that going to be backported?

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

Title:
  Rhythmbox CD ripping to FLAC broken in Oneiric

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

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


[Bug 905904] [NEW] outil réseau : dans l'onglet périphérique , la fenetre information IP a une hauteur tellement petite que seul le titre est visible , les lignes dessous sont dans une hauteur de

2011-12-18 Thread frantzgreff
Public bug reported:

impossiblede lirele contenu de la fenetre information IP tellement
elle est restreinte en hauteur .

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-nettool 3.0.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sun Dec 18 11:09:24 2011
ExecutablePath: /usr/bin/gnome-nettool
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-nettool
UpgradeStatus: Upgraded to oneiric on 2011-11-14 (34 days ago)

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


** Tags: apport-bug apport-lpi i386 oneiric running-unity

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

Title:
  outil réseau : dans l'onglet périphérique , la fenetre information
  IP a  une hauteur tellement petite que seul le titre est visible ,
  les lignes dessous sont dans une hauteur de 3mm environ??

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

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

[Bug 905904] Re: outil réseau : dans l'onglet périphérique , la fenetre information IP a une hauteur tellement petite que seul le titre est visible , les lignes dessous sont dans une hauteur de 3m

2011-12-18 Thread frantzgreff
** Attachment added: on voit nettement le probleme sur cette image
   
https://bugs.launchpad.net/bugs/905904/+attachment/2638064/+files/Capture%20du%202011-12-18%2011%3A17%3A15.png

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

Title:
  outil réseau : dans l'onglet périphérique , la fenetre information
  IP a  une hauteur tellement petite que seul le titre est visible ,
  les lignes dessous sont dans une hauteur de 3mm environ??

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

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

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-18 Thread Gunnar Hjalmarsson
On 2011-12-17 18:11, Justin wrote:
 same problem occurs in Oneiric too

This _exact_ problem should only affect Precise. If you see something
similar in Oneiric, can you please submit a separate bug about it.

** Also affects: python2.7 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  gnome-language-selector crashed with ValueError in
  _build_localename(): too many values to unpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/905429/+subscriptions

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


[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-18 Thread Gunnar Hjalmarsson
This issue was introduced by the _decode_value() function in
pygobject/gi/overrides/Gtk.py. Assuming that there is a good reason for
that function, I propose a python2.7 patch that fixes the issue.

** Patch added: locale-as-unicode.diff
   
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/905429/+attachment/2638093/+files/locale-as-unicode.diff

** Changed in: python2.7 (Ubuntu)
   Status: New = Confirmed

** Tags removed: amd64 running-unity
** Tags added: patch

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

Title:
  gnome-language-selector crashed with ValueError in
  _build_localename(): too many values to unpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/905429/+subscriptions

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


[Bug 844763] Re: Can't print DVIs from evince on Ubuntu 10.04 due to bad AppArmor configuration

2011-12-18 Thread Marcel Stimberg
*** This bug is a duplicate of bug 570955 ***
https://bugs.launchpad.net/bugs/570955

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 570955, so it 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. Feel free to continue to report any other bugs you may
find.

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

** This bug has been marked a duplicate of bug 570955
   evince won't print dvi file, unable to exectue dvipdfm (permission denied)

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

Title:
  Can't print DVIs from evince on Ubuntu 10.04 due to bad AppArmor
  configuration

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

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


[Bug 905893] Re: psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct in glib

2011-12-18 Thread jeanfi
The PPA used for daily build reproduce this issue since few days.
 
Could glib maintainer let know if this issue is going to be fixed or considered 
as 'not a bug'? If considered as bug, is it going to be fixed in Ubuntu before 
the Precise feature?

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

Title:
  psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct
  in glib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/905893/+subscriptions

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


[Bug 905893] Re: psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct in glib

2011-12-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: glib2.0 (Ubuntu)
   Status: New = Confirmed

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

Title:
  psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct
  in glib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/905893/+subscriptions

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


[Bug 905893] Re: psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct in glib

2011-12-18 Thread jeanfi
*before Precise feature freeze

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

Title:
  psensor 0.6.2.15-1 fails to build in precise due to an unnamed struct
  in glib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/905893/+subscriptions

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


[Bug 862166] Re: Annotations in dual mode only sees left page

2011-12-18 Thread Marcel Stimberg
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

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

Title:
  Annotations in dual mode only sees left page

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

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


[Bug 885086] Re: XDG Desktop item not translated on Oneric Live CD

2011-12-18 Thread Gabor Kelemen
I can see this too. 
I found the following facts:
- if you run xdg-user-dirs-update after removing the .config/user-dirs.dirs 
file, it regenerates it without translating the ~/Desktop name, but everything 
else is translated.
- if you run xdg-user-dirs-update --force, the ~/Desktop name is translated too.
- /etc/X11/Xsession.d/60xdg-user-dirs-update runs xdg-user-dirs-update without 
the --force option.

** Attachment added: Screenshot of the problem
   
https://bugs.launchpad.net/ubuntu-translations/+bug/885086/+attachment/2638128/+files/885086-confirmed.png

** Also affects: xdg-user-dirs (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Status: New = Triaged

** Changed in: ubuntu-translations
   Importance: Undecided = Medium

** Changed in: xdg-user-dirs (Ubuntu)
   Status: New = Confirmed

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

Title:
  XDG Desktop item not translated on Oneric Live CD

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

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


[Bug 844241] Re: Backlight not restored when moving the mouse

2011-12-18 Thread Michael Nagel
I am running Ubuntu 11.10 32 bit on a Lenovo B570 and can confirm this bug.
See the attached screenshot for the settings.

After one minute the display is turned off and neither moving the mouse or 
pressing keys will reactivate it.
No messages appear in the syslog.

Pressing FN+UP (increase brightness) however does turn on the monitor, setting 
it to minimum brightness (that is: the first step with actual brightness, not 
off). If I keep holding down those keys the screen will brighten up to the 
normal, fully usable level.
When pressing FN+UP the syslog gets flooded with the following messages:


Dec 18 12:41:52 laptop32 kernel: [  930.178719] ACPI: Failed to switch the 
brightness
Dec 18 12:41:52 laptop32 kernel: [  930.251163] ACPI: Failed to switch the 
brightness
Dec 18 12:41:52 laptop32 kernel: [  930.323450] ACPI: Failed to switch the 
brightness
Dec 18 12:41:52 laptop32 kernel: [  930.676270] ACPI: Failed to switch the 
brightness
Dec 18 12:41:52 laptop32 kernel: [  930.889567] ACPI: Failed to switch the 
brightness
Dec 18 12:41:54 laptop32 kernel: [  932.370370] ACPI: Failed to switch the 
brightness
Dec 18 12:41:54 laptop32 kernel: [  932.565523] ACPI: Failed to switch the 
brightness
Dec 18 12:41:54 laptop32 kernel: [  932.750587] ACPI: Failed to switch the 
brightness
Dec 18 12:41:58 laptop32 kernel: [  936.317939] ACPI: Failed to switch the 
brightness


** Attachment added: settings
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/844241/+attachment/2638138/+files/Bildschirmfoto_am_2011-12-18_12_42_53.png

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

Title:
  Backlight not restored when moving the mouse

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

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


[Bug 905429]

2011-12-18 Thread Ubuntu Foundation's Bug Bot
The attachment locale-as-unicode.diff of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

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

Title:
  gnome-language-selector crashed with ValueError in
  _build_localename(): too many values to unpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/905429/+subscriptions

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


[Bug 905920] [NEW] glchess 3.2.1 (glChess is a part of GNOME Games) - the computer player swindles!

2011-12-18 Thread Yourii
Public bug reported:

I have caught the computer that it incorrectly interprets a course or simply 
swindles. 
In brief: I move a white pawn with C2 on C4, then the contender (computer) goes 
a black pawn with D4 on C3 and beats my pawn as though she resembled in the 
previous course on C3, instead of on C4. I have some times executed Undo Move 
- the result has repeated. Before the such didn't notice, I will play now more 
attentively. :-)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-games 1:3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-15.24-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Dec 18 14:01:21 2011
InstallationMedia: BackBox Linux 2 - Release amd64
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-games
UpgradeStatus: Upgraded to oneiric on 2011-10-18 (60 days ago)

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


** Tags: amd64 apport-bug apport-lpi oneiric

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

Title:
  glchess 3.2.1 (glChess is a part of GNOME Games) - the computer player
  swindles!

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

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


[Bug 905920] Re: glchess 3.2.1 (glChess is a part of GNOME Games) - the computer player swindles!

2011-12-18 Thread Yourii
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in Ubuntu.
https://bugs.launchpad.net/bugs/905920

Title:
  glchess 3.2.1 (glChess is a part of GNOME Games) - the computer player
  swindles!

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

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


[Bug 775913] Re: gnome-settings-daemon cannot register type OxygenStyle

2011-12-18 Thread Maarten Bezemer
After starting Kubuntu from a live-cd,  I installed gnome-settings-
daemon and started it from the konsole.

Only this warning was left:
 ** (gnome-settings-daemon:8606): WARNING **: Grab failed for some keys, 
another application may already have access the them.

It does not seem a big problem to me, so I'll close my report as
invalid.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  gnome-settings-daemon cannot register type OxygenStyle

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

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


[Bug 31768] Re: Ignores manually set burn speed

2011-12-18 Thread Roman Beslik
Jonathan Thomas (echidnaman) wrote on 2010-03-17:   #12
Should be fixed with K3b 2.
I have this problem with K3b 2 (see versions below). I set the writing speed to 
4x, but it writes DVD-R at 12x. k3b uses cdrkit for writing.
k3b 2.0.2-4
cdrkit 1.1.11-2
kdebase-runtime 4.7.4-1
kdelibs 4.7.4-1
kdemultimedia-kioslave 4.7.4-1
Arch Linux.

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

Title:
  Ignores manually set burn speed

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

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


[Bug 905920] Re: glchess 3.2.1 (glChess is a part of GNOME Games) - the computer player swindles!

2011-12-18 Thread Dave Lentz
It's a valid chess move: http://en.wikipedia.org/wiki/En_passant

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

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

Title:
  glchess 3.2.1 (glChess is a part of GNOME Games) - the computer player
  swindles!

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

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


[Bug 754569] Re: Empathy does not support Google Application- Specific Passwords

2011-12-18 Thread Jonas Platte
On my computer, it didn't work with my google-password before i
activated the 2-Step Authentication but also doesn't work now with the
app-specific password after i have activated it. Google Talk added
automatically to Empathy when i updated to Ubuntu 12.04 alpha, for i
have integrated my google account with the gnome-shell.

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

Title:
  Empathy does not support Google Application- Specific Passwords

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

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


[Bug 835951] Re: state of bluetooth should be remembered

2011-12-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  state of bluetooth should be remembered

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

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


[Bug 835951] Re: state of bluetooth should be remembered

2011-12-18 Thread O Gopal
The interface offers no apparent way to make this setting sticky. But it
should, perhaps as an option in the Bluetooth preferences dialogue.

There's a manual fix for this posted at
http://ubuntucomputing.posterous.com/how-to-disable-bluetooth-on-
startup-ubuntu-tw.

But that's a harder way to do what the interface should make easy.

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

Title:
  state of bluetooth should be remembered

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

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


[Bug 901096] Re: it will not let open any thing in archive

2011-12-18 Thread Marcel Stimberg
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: file-roller (Ubuntu)
   Status: New = Incomplete

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

Title:
  it will not let open any thing in archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/901096/+subscriptions

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


[Bug 787465] Re: View-Show MenuBar isn't working in 11.04 and later in gnome-terminal

2011-12-18 Thread Victor Zamanian
Daniel:

Oh I'm sorry! I'm confusing this bug with the possibly related bug where
gnome-terminal itself doesn't obey its own show menubar setting.

Good thing you asked me specifically. :-) Sorry for the confusion.

I'm using gnome-shell, so I'm not suffering from this behavior at all,
and I don't know if I still have it either if I were to login using
Unity. But I did have this behavior when I first did a fresh install of
Oneiric, that much I know.

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

Title:
  View-Show MenuBar isn't working in 11.04 and later in gnome-terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/787465/+subscriptions

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


[Bug 890034] Re: Rhythmbox crashes when enabling Magnatune plugin

2011-12-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 861377 ***
https://bugs.launchpad.net/bugs/861377

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Rhythmbox crashes when enabling Magnatune plugin

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

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


[Bug 787465] Re: View-Show MenuBar isn't working in 11.04 and later in gnome-terminal

2011-12-18 Thread Dmitry Shachnev
@Dan Bolser: Gnome Terminal uses only Ctrl+Alt+* shortcuts, so Ctrl+F/B
should work normally, and menu presence should not matter. If any Gnome
Terminal shortcuts conflict with bash/mc/… ones, please file a separate
bug.

I personally can't see why this is a bug in appmenu, it works as
expected here. What *is* an issue here is presence of Show menubar
option, which is confusing for Unity users.

I'm marking it back as affecting gnome-terminal, as we should just hide
that option for Unity users (it does nothing, and it can't do anything
because the menu is never shown locally).

** Changed in: gnome-terminal (Ubuntu)
   Status: Invalid = Confirmed

** Changed in: appmenu-gtk (Ubuntu)
   Status: Triaged = Invalid

** Description changed:

  Binary package hint: gnome-terminal
  
  If you click on the global menus the View-Show MenuBar and (un)check
  it, it won't work, the menu will stay at the 'global menus panel' or
  whatever it is. In my opinion this option shouldn't exist now,
  considering that global menus are the future, and also considering that
  a global menu has the advantage not to keep its own space on the screen
  :)
- 
- WORKAROUND:
- 1. sudo apt-get purge appmenu-gtk appmenu-gtk3
- 2. Logout
- 3. Login

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

Title:
  View-Show MenuBar isn't working in 11.04 and later in gnome-terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/787465/+subscriptions

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

[Bug 905904] Re: outil réseau : dans l'onglet périphérique , la fenetre information IP a une hauteur tellement petite que seul le titre est visible , les lignes dessous sont dans une hauteur de 3m

2011-12-18 Thread C de-Avillez
*** This bug is a duplicate of bug 806606 ***
https://bugs.launchpad.net/bugs/806606

Thank you for opening this bug and helping make Ubuntu better. This bug
has already been reported; I am marking it as a duplicate of bug 905904.

Please do not hesitate in reporting any other bugs you find, we
appreciate the help.

** This bug has been marked a duplicate of bug 806606
   ip information frame not displayed correctly

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

Title:
  outil réseau : dans l'onglet périphérique , la fenetre information
  IP a  une hauteur tellement petite que seul le titre est visible ,
  les lignes dessous sont dans une hauteur de 3mm environ??

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

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

[Bug 905904] Re: outil réseau : dans l'onglet périphérique , la fenetre information IP a une hauteur tellement petite que seul le titre est visible , les lignes dessous sont dans une hauteur de 3m

2011-12-18 Thread C de-Avillez
*** This bug is a duplicate of bug 806606 ***
https://bugs.launchpad.net/bugs/806606

Duh. Duplicate of bug 806606, of course.

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

Title:
  outil réseau : dans l'onglet périphérique , la fenetre information
  IP a  une hauteur tellement petite que seul le titre est visible ,
  les lignes dessous sont dans une hauteur de 3mm environ??

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

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

Re: [Bug 905920] Re: glchess 3.2.1 (glChess is a part of GNOME Games) - the computer player swindles!

2011-12-18 Thread Yourii
Hello!
 It's a valid chess move: http://en.wikipedia.org/wiki/En_passant
 
 ** Changed in: gnome-games (Ubuntu)
Status: New = Invalid
 

Thank you for an explanation. Excuse me that i has in vain disturbed of
you. I really didn't know about en passant as i'm beginner level's
chess' player.

-- 
Respectfully yours, Yourii
mail to: ad...@yourii-super.dyndns-free.com

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

Title:
  glchess 3.2.1 (glChess is a part of GNOME Games) - the computer player
  swindles!

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

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


[Bug 872022] Re: eog crash GRIP-CRITICAL

2011-12-18 Thread Jan Westerbeek
Confirming here that this bug is still present as of today. Curiously,
logging in as a different user on the same system makes it possible to
start eog. Unfortunately, that isnt quite an acceptable workaround.

Running eog under strace gives the following output:

...
fstat(20, {st_mode=0600, st_size=0, ...}) = 0
fcntl(20, F_GETFL)  = 0x2 (flags O_RDWR)
write(2, \n(eog:11840): GRIP-CRITICAL **: ..., 104
(eog:11840): GRIP-CRITICAL **: register_internal: assertion 
`GRIP_IS_GESTURE_MANAGER (manager)' failed
) = 104
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

( I can attach the full trace if desired)


It seems that some races were fixed in this release related to this bug:
https://bugs.launchpad.net/libgrip/+bug/827958

But it seems that those fixes werent quite enough.

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

Title:
  eog crash GRIP-CRITICAL

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

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


Re: [Bug 850106] Re: Fails to append sent mail to mbox in post-processing

2011-12-18 Thread Clarissa Hartl
Hi again,


I am not sure, if this email reaches the right persons. 
I am just an intrested user and not in the development team of
evolution.

Br
Clarissa


Am Freitag, den 16.12.2011, 04:49 + schrieb Garry Leach:
 I am getting the error as reported in this bug.
 
 I installed 11.10 on 29/11/11  requested Evolution to be my mail package.
  
 As soon as I sent some mail, I received the error message as reported in 
 850106.
  
 I checked bugs, found #850106,  read that on 2011-10-25 it was confirmed 
 that it was fixed in Evolution 3.2.0,  subsequently closed.
 
 I would like #850106 to be re-opened.
  
 My versions of Evolution packages are currently:
 evolution   3.2.1-0ubuntu1
 evolution-common3.2.1-0ubuntu1
 evolution-couchdb   0.5.91-0ubuntu6
 evolution-couchdb-backend   0.5.91-0ubuntu6
 evolution-data-server   3.2.2-0ubuntu1
 evolution-data-server-common3.2.2-0ubuntu1
 evolution-exchange  3.2.0-0ubuntu2
 evolution-indicator 0.2.20-0ubuntu3
 evolution-plugins   3.2.1-0ubuntu1
 evolution-webcal2.32.0-1build1
 
 I send a lot of mail , although I appreciate that this is not a serious
 problem, it is annoying.
 
 Regards, Garry Leach.


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

Title:
  Fails to append sent mail to mbox in post-processing

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

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


[Bug 857634] Re: deluge-gtk crashes when creating torrent

2011-12-18 Thread David
Same in xubuntu 11.10 and Deluge-gtk

Back trace attached.

** Attachment added: backtrace
   
https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/857634/+attachment/2638380/+files/backtrace

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

Title:
  deluge-gtk crashes when creating torrent

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

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


[Bug 905975] Re: gnome-control-center crashed with SIGSEGV in g_type_check_instance_cast()

2011-12-18 Thread Lê Hoàng Phương
** Visibility changed 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/905975

Title:
  gnome-control-center crashed with SIGSEGV in
  g_type_check_instance_cast()

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

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


[Bug 905980] [NEW] both rythmbox and banshee no sound playing too fast

2011-12-18 Thread pieter rood
Public bug reported:

recently updated ubuntu now both rythmbox and banshee are playing too
fast, at least that's what you see happening on screen. No sound.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: rhythmbox 2.90.1~20110908-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Dec 18 16:59:51 2011
ExecutablePath: /usr/bin/rhythmbox
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: Upgraded to oneiric on 2011-12-14 (3 days ago)

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


** Tags: amd64 apport-bug apport-lpi oneiric running-unity

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

Title:
  both rythmbox and banshee no sound playing too fast

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

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


[Bug 905980] Re: both rythmbox and banshee no sound playing too fast

2011-12-18 Thread pieter rood
-- 
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/905980

Title:
  both rythmbox and banshee no sound playing too fast

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

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


[Bug 905975] Re: gnome-control-center crashed with SIGSEGV in g_type_check_instance_cast()

2011-12-18 Thread Apport retracing service
*** This bug is a duplicate of bug 869105 ***
https://bugs.launchpad.net/bugs/869105

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 #869105, 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/905975/+attachment/2638381/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/905975/+attachment/2638382/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/905975/+attachment/2638383/+files/Disassembly.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/905975/+attachment/2638386/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/905975/+attachment/2638387/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/905975/+attachment/2638389/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 869105
   gnome-control-center crashed with SIGSEGV in picture_scaled()

** Tags removed: need-amd64-retrace

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

Title:
  gnome-control-center crashed with SIGSEGV in
  g_type_check_instance_cast()

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

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


[Bug 905985] [NEW] Não consigo desligar o Pc//O audio e video inoperante

2011-12-18 Thread Adilson Domingos
Public bug reported:

1-Não consigo desligar o Pc. O icone para desativar o computador, desapace.
2- O audio está reduzido e no ícone não há controle de volume.
3- Dificuldade em instalar o Skype em toda sua plenitude e,
4- Sem o  Vídeo e sem Áudio torna o Skype inoperante.
5- Se os contatos  e as informações fossem no mesmo idioma seria facilitado os 
problemas relatados.
6- E a  pessoa que está aqui do outro lado, é um iniciante no Linux e nada  
sabe  sobre Manutenção de Pc.

Na certeza que possa ser resolvido estes problemas, coloco a disposição
para fornecer qualquer outra informação. Boas festas. Um abraço

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.1.92-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Date: Sun Dec 18 14:23:25 2011
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110921.2)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 oneiric running-unity

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

Title:
  Não consigo desligar o Pc//O audio e video inoperante

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

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

[Bug 905985] Re: Não consigo desligar o Pc//O audio e video inoperante

2011-12-18 Thread Adilson Domingos
-- 
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/905985

Title:
  Não consigo desligar o Pc//O audio e video inoperante

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

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

[Bug 876711] Re: Screen brightness resets to minimized when screen turns off

2011-12-18 Thread Bobik-s
After updating the system to the new kernel 3.0.0.15-generic the problem
was partially resolved. Now the system remebers your choice of screen
brightness level. You don't have to re-adjust it every time you waku up
the system. But still screen adjustment control works wierdly - if you
repeatedely goes from min to max step by step the real level of
brightness goes min-max with every button press. So it's possible to fix
it but in an unlogical way.

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

Title:
  Screen brightness resets to minimized when screen turns off

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

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


[Bug 905999] Re: gnome-panel crashed with SIGSEGV

2011-12-18 Thread dino99
** Visibility changed to: Public

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

Title:
  gnome-panel crashed with SIGSEGV

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

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


[Bug 905999]

2011-12-18 Thread Apport retracing service
Stacktrace:
 #0  0xb75f2f3f in ?? ()
 No symbol table info available.
 #1  0xaec31418 in ?? ()
 No symbol table info available.
 Backtrace stopped: previous frame inner to this frame (corrupt stack?)
StacktraceTop:
 ?? ()
 ?? ()

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

Title:
  gnome-panel crashed with SIGSEGV

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

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


[Bug 905999] ThreadStacktrace.txt

2011-12-18 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/905999/+attachment/2638503/+files/ThreadStacktrace.txt

** Tags added: apport-failed-retrace

** Tags removed: need-i386-retrace

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

Title:
  gnome-panel crashed with SIGSEGV

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

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


[Bug 716714] Re: WARNING **: Failed to load applet WnckletFactory::WindowListApplet: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface `org.gnome.panel.applet.AppletFactory' on o

2011-12-18 Thread Max
Seems to be resolved via a december update in 11.10, I have gnome-
panel 1:3.2.0-0ubuntu1 now.

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

Title:
  WARNING **: Failed to load applet WnckletFactory::WindowListApplet:
  GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such
  interface `org.gnome.panel.applet.AppletFactory' on  object at path
  /org/gnome/panel/applet/WnckletFactory

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

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


[Bug 906006] Re: empathy crashed with SIGSEGV in g_spawn_async_with_pipes()

2011-12-18 Thread Apport retracing service
*** This bug is a duplicate of bug 902430 ***
https://bugs.launchpad.net/bugs/902430

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 #902430, 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/906006/+attachment/2638528/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/906006/+attachment/2638529/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/906006/+attachment/2638530/+files/Disassembly.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/906006/+attachment/2638533/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/906006/+attachment/2638534/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/906006/+attachment/2638536/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 902430
   empathy crashed with SIGSEGV in child_setup()

** Visibility changed 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 empathy in Ubuntu.
https://bugs.launchpad.net/bugs/906006

Title:
  empathy crashed with SIGSEGV in g_spawn_async_with_pipes()

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

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


[Bug 666038] Re: error while creating logical partition

2011-12-18 Thread ilya.five
In Ubuntu 11.10 it is reproduced in Disk Utility on two different disks (500 GB 
both).
It should be mentioned that immediately after rebooting it is possible to 
create logical partitions. Also after reboot I can see logical partitions for 
which I get the error before reboot. Size of these partitions can be strange 
(31 Kb for example) but can be normal (20GB) also.
Bug is reproduced after deleting one of logical partitions.

** Changed in: gnome-disk-utility (Ubuntu)
   Status: Expired = Incomplete

** Changed in: gnome-disk-utility (Ubuntu)
   Status: Incomplete = New

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

Title:
  error while creating logical partition

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

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


[Bug 888289] Re: With different layouts for windows, panel keyboard indicator shows old layout when focus changes

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  With different layouts for windows, panel keyboard indicator shows old
  layout when focus changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/888289/+subscriptions

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


[Bug 887139] Re: Middle clicking the keyboard layout indicator has behaviour inconsistent with other indicator applets

2011-12-18 Thread Matthew Paul Thomas
** Project changed: unity = ubuntu-indicator-mods

** No longer affects: unity (Ubuntu)

** Changed in: ubuntu-indicator-mods
   Status: Invalid = New

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

Title:
  Middle clicking the keyboard layout indicator has behaviour
  inconsistent with other indicator applets

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

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


[Bug 829985] Re: Keyboard layout indicator displays country instead of language

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  Keyboard layout indicator displays country instead of language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/829985/+subscriptions

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


[Bug 627392] Re: Keyboard menu missing from the panel

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  Keyboard menu missing from the panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/627392/+subscriptions

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


[Bug 692585] Re: Russian codepages support CP866/1251 in rar-archives

2011-12-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: file-roller (Ubuntu)
   Status: New = Confirmed

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

Title:
  Russian codepages support CP866/1251 in rar-archives

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/692585/+subscriptions

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


[Bug 620331] Re: Keyboard menu title needlessly has both icon and label

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  Keyboard menu title needlessly has both icon and label

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

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


[Bug 557268] Re: the new keyboard layout indicator is too tiny

2011-12-18 Thread Matthew Paul Thomas
Does this problem still exist? If so, could someone please attach a
screenshot of it? Thanks.

** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  the new keyboard layout indicator is too tiny

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/557268/+subscriptions

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


[Bug 906019] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2011-12-18 Thread Apport retracing service
*** This bug is a duplicate of bug 905686 ***
https://bugs.launchpad.net/bugs/905686

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 #905686, 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/906019/+attachment/2638627/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/906019/+attachment/2638628/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/906019/+attachment/2638629/+files/Disassembly.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/906019/+attachment/2638631/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/906019/+attachment/2638632/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/906019/+attachment/2638634/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed 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 nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/906019

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

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

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


[Bug 891521] Re: Switching windows switches keyboard layout, but does not refresh keyboard layout icon

2011-12-18 Thread Matthew Paul Thomas
This might be a duplicate of bug 885730.

** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  Switching windows switches keyboard layout, but does not refresh
  keyboard layout icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/891521/+subscriptions

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


[Bug 885730] Re: keyboard layout indicator reacts incorrectly

2011-12-18 Thread Matthew Paul Thomas
See also bug 891521.

** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  keyboard layout indicator reacts incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/885730/+subscriptions

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


[Bug 883698] Re: In Gnome Classic, keyboard layout indicator shows static keyboard icon, not layout

2011-12-18 Thread Matthew Paul Thomas
** Summary changed:

- keyboard layout indicator shows static keyboard icon, not layout
+ In Gnome Classic, keyboard layout indicator shows static keyboard icon, not 
layout

** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  In Gnome Classic, keyboard layout indicator shows static keyboard
  icon, not layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/883698/+subscriptions

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


[Bug 631989] Re: keyboard layout indicator cannot be hidden

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  keyboard layout indicator cannot be hidden

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/631989/+subscriptions

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


[Bug 878951] Re: Two keyboard indicators are visible in Gnome-Shell

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  Two keyboard indicators are visible in Gnome-Shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/878951/+subscriptions

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


[Bug 826719] Re: the indicator applet no longer shows which layout is currently selected - it only shows an icon of a keyboard.

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
   the indicator applet no longer shows which layout is currently
  selected - it only shows an icon of a keyboard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/826719/+subscriptions

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


[Bug 842628] Re: bluetooth-applet doesn't show in notification area even though it shows in 'ps'

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  bluetooth-applet doesn't show in notification area even though it
  shows in 'ps'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/842628/+subscriptions

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


[Bug 815539] Re: When bluetooth is disabled via indicator the entry to turn it on again is greyed out

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  When bluetooth is disabled via indicator the entry to turn it on again
  is greyed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/815539/+subscriptions

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


[Bug 775099] Re: [Dell Vostro 1015] Bluetooth-applet shows in panel even though system has no bluetooth adapter

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  [Dell Vostro 1015] Bluetooth-applet shows in panel even though system
  has no bluetooth adapter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/775099/+subscriptions

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


[Bug 769917] Re: Indicator Applet 0.4.6 doesn't allow to turn on bluetooth

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

** Changed in: ubuntu-indicator-mods
   Status: New = Incomplete

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

Title:
  Indicator Applet 0.4.6 doesn't allow to turn on bluetooth

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/769917/+subscriptions

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


[Bug 491338] Re: bluetooth applet shows all pairable devices

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  bluetooth applet shows all pairable devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/491338/+subscriptions

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


[Bug 761766] Re: Indicator for bluetooth should use additional icons when device is visible/connected

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  Indicator for bluetooth should use additional icons when device is
  visible/connected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/761766/+subscriptions

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


[Bug 657417] Re: Bluetooth icon dissapears from systray after suspend

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

** Changed in: ubuntu-indicator-mods
   Status: New = Incomplete

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

Title:
   Bluetooth icon dissapears from systray after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/657417/+subscriptions

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


[Bug 635291] Re: I can not turn bluetooth off from the applet anymore

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  I can not turn bluetooth off from the applet anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/635291/+subscriptions

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


[Bug 829690] Re: No easy way to turn the Bluetooth menu on/off

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  No easy way to turn the Bluetooth menu on/off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/829690/+subscriptions

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


[Bug 823330] Re: Bluetooth applet no icon

2011-12-18 Thread Matthew Paul Thomas
actionparsnip, that link returns a 404. If you still experience this
problem, please provide steps to reproduce it. Thanks.

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

** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

** Changed in: ubuntu-indicator-mods
   Status: New = Incomplete

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

Title:
  Bluetooth applet no icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/823330/+subscriptions

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


[Bug 661429] Re: bluetooth icon disappears after I pair with mouse

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  bluetooth icon disappears after I pair with mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/661429/+subscriptions

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


[Bug 578000] Re: Wrong bluetooth power state at start up

2011-12-18 Thread Matthew Paul Thomas
** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

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

Title:
  Wrong bluetooth power state at start up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/578000/+subscriptions

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


[Bug 889278] Re: Screen is locked again after unsuspend and successful authentication

2011-12-18 Thread Florian Burger
** Description changed:

- After unsuspending and successful authentication, the screen is locked again 
a few seconds later without any possibility to prevent this. This occurs only 
if the machine is suspended automatically after a certain inactive time, 
however not if it is initiated by the user. The bug occurs reproducible in 
Ubuntu 11.10.
- --- 
+ After unsuspending and successful authentication, the screen is locked again 
a few seconds later without any possibility to prevent this. This occurs only 
if the machine is suspended automatically after a certain inactive time, 
however not if it is initiated by the user. The bug occurs reproducibly in 
Ubuntu 11.10.
+ ---
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  Package: gnome-screensaver 3.2.0-0ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Tags:  oneiric running-unity
  Uname: Linux 3.0.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

Title:
  Screen is locked again after unsuspend and successful authentication

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

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


[Bug 905980] Re: both rythmbox and banshee no sound playing too fast

2011-12-18 Thread pieter rood
*** This bug is a duplicate of bug 663876 ***
https://bugs.launchpad.net/bugs/663876

** This bug has been marked a duplicate of bug 663876
   [Maverick] Audio playing too fast, using too much CPU

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

Title:
  both rythmbox and banshee no sound playing too fast

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

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


[Bug 824144] Re: [EeePC 1001 PXD] suspend/resume kills bluetooth

2011-12-18 Thread Jacques
Hi,

I still observe this bug on a 1015PX. Disabling and re-enabling BT after
a resume fixes the problem.

Best,
Jacques

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

Title:
  [EeePC 1001 PXD] suspend/resume kills bluetooth

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

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


[Bug 824144] Re: [EeePC 1001 PXD] suspend/resume kills bluetooth

2011-12-18 Thread Jacques
Sorry, I omitted to mention that I run OO 64 bits with the latest
updadtes.

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

Title:
  [EeePC 1001 PXD] suspend/resume kills bluetooth

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

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


[Bug 439172] Re: nm-applet icon blurry on 25+ pixel panel

2011-12-18 Thread Matthew Paul Thomas
** Project changed: humanity = ubuntu-indicator-mods

** Changed in: ubuntu-indicator-mods
   Status: Invalid = New

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

Title:
  nm-applet icon blurry on 25+ pixel panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/439172/+subscriptions

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


[Bug 823467] Re: [Latitude 2120] bluetooth is disabled after suspend/resume

2011-12-18 Thread Jacques
Hi,

I have OO 64 bits on a EEEPC 1015PX with the latest updates (bluez
4.96-0ubuntu4) and i still have this bug.

My workaround is to add this file in /etc/pm/sleep.d/ :

cat 99_bluetooth_WA

#!/bin/sh

# Action script that restarts BT on EEE PC
# platform to work around a bug
#
# Copyright: Copyright (c) 2009 Michael Vogt
# License:   GPL-2
#

PATH=/sbin:/usr/sbin:/bin:/usr/bin

case ${1} in
hibernate)
# nothing  
;;
resume|thaw)
/etc/init.d/bluetooth restart
;;
esac

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

Title:
  [Latitude 2120] bluetooth is disabled after suspend/resume

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

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


[Bug 906037] [NEW] Bluetooth status not obvious inside menu

2011-12-18 Thread Matthew Paul Thomas
Public bug reported:

gnome-bluetooth 3.2.0-0ubuntu2, Ubuntu 11.10

Whether Bluetooth is on or off is shown by an insensitive menu item,
Bluetooth: On or Bluetooth: Off, followed by a sensitive menu item
to Turn Off Bluetooth or Turn On Bluetooth. This wastes space.

On the other hand, whether the computer you're using is visible over
Bluetooth is shown by a checkmark item, Visible. If the item is
unchecked, its purpose isn't that obvious.

To fix both of these problems, these menu items should be converted to
two items that use IDO switches, like indicator-network (not to be
confused with network-manager-applet) does.

[Originally reported as part of
https://blueprints.launchpad.net/ubuntu/+spec/ps-p-indicator-
refinements.]

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

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

Title:
  Bluetooth status not obvious inside menu

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

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


[Bug 906037] Re: Bluetooth status not obvious inside menu

2011-12-18 Thread Matthew Paul Thomas
** Attachment added: screenshot of the current menu
   
https://bugs.launchpad.net/bugs/906037/+attachment/2638705/+files/Ubuntu%20Bluetooth%20menu.png

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

Title:
  Bluetooth status not obvious inside menu

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

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


[Bug 906037] Re: Bluetooth status not obvious inside menu

2011-12-18 Thread Matthew Paul Thomas
** Attachment added: wireframe of proposed menu
   
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/906037/+attachment/2638706/+files/bluetooth-menu.png

** Also affects: ubuntu-indicator-mods
   Importance: Undecided
   Status: New

** Changed in: ubuntu-indicator-mods
 Assignee: (unassigned) = charles (charlesk)

** Description changed:

  gnome-bluetooth 3.2.0-0ubuntu2, Ubuntu 11.10
  
  Whether Bluetooth is on or off is shown by an insensitive menu item,
  Bluetooth: On or Bluetooth: Off, followed by a sensitive menu item
  to Turn Off Bluetooth or Turn On Bluetooth. This wastes space.
  
  On the other hand, whether the computer you're using is visible over
  Bluetooth is shown by a checkmark item, Visible. If the item is
  unchecked, its purpose isn't that obvious.
  
  To fix both of these problems, these menu items should be converted to
  two items that use IDO switches, like indicator-network (not to be
  confused with network-manager-applet) does.
  
+ This is blocked by the inability of application indicator menus to use
+ switches (bug 906040).
+ 
  [Originally reported as part of
  https://blueprints.launchpad.net/ubuntu/+spec/ps-p-indicator-
  refinements.]

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

Title:
  Bluetooth status not obvious inside menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/906037/+subscriptions

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


[Bug 906042] Re: Menu items are miscapitalized, and Preferences is out of date

2011-12-18 Thread Matthew Paul Thomas
** Attachment added: wireframe of proposed menu
   
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/906042/+attachment/2638716/+files/bluetooth-menu.png

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

** Description changed:

  gnome-bluetooth 3.2.0-0ubuntu2, Ubuntu 11.10
  
  These menu items are miscapitalized:
  * Send files to device… should be Send Files to Device…
  * Browse files on device… should be Browse Files on Device… (or Show 
Files on Device…)
  * Set up new device… should be Set Up New Device…
  
  In addition, Preferences opens a System Settings panel for changing
  settings, so it should be Bluetooth Settings….
+ 
+ [Originally reported as part of
+ https://blueprints.launchpad.net/ubuntu/+spec/ps-p-indicator-
+ refinements.]

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

Title:
  Menu items are miscapitalized, and Preferences is out of date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/906042/+subscriptions

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

[Bug 906052] [NEW] Other keyboard layouts don't work

2011-12-18 Thread pirad
Public bug reported:

I can't change my keyboard layout. Neither in the gnome-keyboard-properties 
menu, nor in the indicator. Couldn't change it on my old laptop with lucid 
either. If changing it to German - Neo2 there come other letters but not the 
ones that should come abcdefg is æ“¢ð€đŋ. If changing the layout to Israel 
phonetic the letters stay the same and don't change, but the indicator shows a 
different layout. I can't get hebrew letters with israel layout. 
I'm running natty 64-bit, with old gnome 2.x.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-control-center 1:2.32.1-0ubuntu15
ProcVersionSignature: Ubuntu 3.2.0-3.9-generic 3.2.0-rc4
Uname: Linux 3.2.0-3-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
CheckboxSubmission: 893a4349ededb82580c4d3fff2ae7d89
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Sun Dec 18 22:35:51 2011
ExecutablePath: /usr/bin/gnome-keyboard-properties
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=de:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to natty on 2011-11-01 (47 days ago)

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


** Tags: amd64 apport-bug natty

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

Title:
  Other keyboard layouts don't work

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

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

[Bug 906052] Re: Other keyboard layouts don't work

2011-12-18 Thread pirad
-- 
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/906052

Title:
  Other keyboard layouts don't work

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

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


[Bug 829690] Re: No easy way to turn the Bluetooth menu on/off

2011-12-18 Thread Matthew Paul Thomas
** Changed in: ubuntu-indicator-mods
   Importance: Undecided = High

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

Title:
  No easy way to turn the Bluetooth menu on/off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/829690/+subscriptions

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


[Bug 823330] Re: Bluetooth applet no icon

2011-12-18 Thread actionparsnip
Set the panel size to 48, set icon size to 48, resize the LXDE panel
image so it matches the new size and set the panel to only display
images, no text.Basically looks like docky

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

Title:
  Bluetooth applet no icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/823330/+subscriptions

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


[Bug 906063] [NEW] gnome-screensaver does not obey dconf schema lock-enabled

2011-12-18 Thread M Willis Monroe
Public bug reported:

gnome-screensaver locks the screen after resume even when the schema is
set in dconf not to the lock the screen.

gsettings get org.gnome.desktop.screensaver lock-enabled
returns: false

but when closing the lid of my laptop and opening it up again the screen
is locked.

Interestingly when I choose suspend from the me menu, the screen is
*not* locked on resume.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-screensaver 3.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-15.24-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Dec 18 17:30:35 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: gnome-screensaver
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  gnome-screensaver does not obey dconf schema lock-enabled

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

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


[Bug 906063] Re: gnome-screensaver does not obey dconf schema lock-enabled

2011-12-18 Thread M Willis Monroe
-- 
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/906063

Title:
  gnome-screensaver does not obey dconf schema lock-enabled

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

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


[Bug 906081] [NEW] Disabling 'Login without a password' does not remove user from the nopasswdlogin group

2011-12-18 Thread Paul Donohue
Public bug reported:

Fresh install of Ubuntu Oneiric.  Created a new user account using
'adduser' on the command line, then set 'Login without a password' via
'User Management' in gnome-control-center.  After performing some
additional initial configuration of the box, went back to 'User
Management', disabled 'Login without a password', and configured a
password for the user.  On subsequent reboots, was still able to login
without a password.  Tried enabling and disabling 'Login without a
password' several times via 'User Management', but eventually had to
manually remove the user from the 'nopasswdlogin' group to disable this
feature.

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

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

Title:
  Disabling 'Login without a password' does not remove user from the
  nopasswdlogin group

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

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


[Bug 906078] [NEW] Selection won't move to next line with the right arrow

2011-12-18 Thread Schermann Sándor
Public bug reported:

At the end of a row in Nautilus' Icon view the selection won't move to the 
first item of the next line when I press the right arrow. The same goes for 
trying to jump back from the first item of a row.
The problem I experienced is on 11.10 x64, the nautilus version is 
1:3.2.1-0ubuntu3.1.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Dec 19 00:00:09 2011
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Selection won't move to next line with the right arrow

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

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


[Bug 906078] Re: Selection won't move to next line with the right arrow

2011-12-18 Thread Schermann Sándor
-- 
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/906078

Title:
  Selection won't move to next line with the right arrow

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

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


[Bug 388728] Re: gstreamer plays only the sound of videos, the picture shows only part if the player moves.

2011-12-18 Thread tecnalservice
** Changed in: totem (Ubuntu)
   Status: Invalid = New

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

Title:
  gstreamer  plays only the sound of videos, the picture shows only part
  if the player moves.

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

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


  1   2   >