[Bug 1035431] Re: bluetooh-wizard failed to connect to a keyboard

2013-02-07 Thread jake brown
Hi there..
I had the same issue as you but I solved it while playing around on LinuxMint 
(with a logitech K810). The issue is that once you type in sudo 
bluez-simple-agent hci0 XX:XX:XX:XX:XX:XX the computer waits for a passkey, 
which never arrives, because you don't know what it is. Using the bluez 
hcidump tool (install if required), you can see what the passkey is and type 
it into the K810 before the connection times out.
Below is copied  pasted from the link you mentioned, plus what I did to get my 
K810 to work:

In a new terminal type:
hcitool scan and copy mac address XX:XX:XX:XX:XX:XX

Now in another terminal type:
sudo hcidump -at

You should get something like (followed by a blinking cursor):
HCI sniffer - Bluetooth packet analyzer ver 2.4
device: hci0 snap_len: 1028 filter: 0x

Switch back to your original terminal and type:
sudo bluez-simple-agent hci0 XX:XX:XX:XX:XX:XX

Now in the hcidump terminal you will see a few  things scroll past until you 
get something that looks like:
2013-02-07 15:35:40.653393  HCI Event: User Passkey Notification (0x3b) plen 10
bdaddr XX:XX:XX:XX:XX:XX passkey 66235

Type the 'passkey' in to the keyboard on the K810 and press ENTER
On success you should get Release and New device (/org/bluez/...

Now set device as trusted:
sudo bluez-test-device trusted XX:XX:XX:XX:XX:XX yes

You might have a connection now, but still need to:
sudo bluez-test-input connect XX:XX:XX:XX:XX:XX

Now reboot and hope for the best!

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

Title:
  bluetooh-wizard failed to connect to a keyboard

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

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


[Bug 1111117] Re: Seahorse in 13.04 prompts me for my password after i auto login to Gnome/Unity, last release i was able to change a setting in Seahorse IIRC and it fixed it.

2013-02-07 Thread John Vivirito
by login manager do you mean Gnome?
I have not changed password ever IIRC but it happens during all dev cycle, 
12.10 i was able to disable it but i was unable to find what i needed to 
change. I keep forgetting the screenshot.

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

Title:
  Seahorse in 13.04 prompts me for my password after i auto login to
  Gnome/Unity, last release i was able to change a setting in Seahorse
  IIRC and it fixed it.

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

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


[Bug 386417] Re: Browsing samba share gives error: Mountpoint Already registered

2013-02-07 Thread Michael Thompson
I am still having this problem., but it is sporadic.  I had this problem
with Ubunto 10.10 and again in 12.10 after the upgrade.  My other
computer has this problem with Linux Mint 13 as well.

Tonight, I sent files over to my XP laptop, came home wanted to pull
those files back here, and nothing.. can't find any other computer, not
even the other Linux machines.  The Windows machines can find this
computer no problem however, which means I can at least get the files
here to work on...

=^.,.^=

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

Title:
  Browsing samba share gives error: Mountpoint Already registered

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

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


[Bug 1117474] Re: Does not detect hotplugged USB and SD storage device

2013-02-07 Thread Sebastien Bacher
Thank you for your bug report, seems like an udisks issue from you
org.freedesktop.udisks.filesystem-mount is not registered error...

** Package changed: gvfs (Ubuntu) = udisks (Ubuntu)

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

Title:
  Does not detect hotplugged USB and SD storage device

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

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


[Bug 1111117] Re: Seahorse in 13.04 prompts me for my password after i auto login to Gnome/Unity, last release i was able to change a setting in Seahorse IIRC and it fixed it.

2013-02-07 Thread John Vivirito
I cant do anything except open a terminal but i cant type in it or anywhere 
else until i provide the password, that includes using kepboard to take a 
screenshot.
I wish there was more info i can provide so if you have anythig for me to do 
let me know.
Thanks

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

Title:
  Seahorse in 13.04 prompts me for my password after i auto login to
  Gnome/Unity, last release i was able to change a setting in Seahorse
  IIRC and it fixed it.

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

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


[Bug 1118143] [NEW] zenity crashes due to missing libGL.so.1

2013-02-07 Thread James Hunt
Public bug reported:

$ zenity --calendar
zenity: error while loading shared libraries: libGL.so.1: cannot open shared 
object file: No such file or directory
$ ldd `which zenity`|grep -i gl
libglib-2.0.so.0 = /lib/i386-linux-gnu/libglib-2.0.so.0 (0xb703b000)
libGL.so.1 = not found
libdbus-glib-1.so.2 = /usr/lib/i386-linux-gnu/libdbus-glib-1.so.2 
(0xb3f81000)
$

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: zenity 3.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.8-0ubuntu4
Architecture: i386
Date: Thu Feb  7 08:48:51 2013
InstallationDate: Installed on 2010-10-21 (840 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_CA.UTF8
 SHELL=/bin/bash
SourcePackage: zenity
UpgradeStatus: Upgraded to raring on 2012-12-20 (48 days ago)

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


** Tags: apport-bug i386 raring running-unity

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

Title:
  zenity crashes due to missing libGL.so.1

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

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


[Bug 1118143] Re: zenity crashes due to missing libGL.so.1

2013-02-07 Thread James Hunt
Problem was caused by failed background apt-get update on my system
which had not yet configured nvidia-current.

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

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

Title:
  zenity crashes due to missing libGL.so.1

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

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


[Bug 1031034] Update Released

2013-02-07 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Breaks with smart card auth with pkcs11

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

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


[Bug 1031034] Re: Breaks with smart card auth with pkcs11

2013-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-settings-daemon -
3.4.2-0ubuntu0.6.2

---
gnome-settings-daemon (3.4.2-0ubuntu0.6.2) precise; urgency=low

  * debian/patches/git-smartcard-crash.patch:
- gnome-settings-daemon segfaults when using smartcard authentication
  (lp: #1031034)
 -- Ritesh Khadgaray rit...@canonical.com   Thu, 10 Jan 2013 17:23:56 +0530

** Changed in: gnome-settings-daemon (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Breaks with smart card auth with pkcs11

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

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


[Bug 1118270] [NEW] nautilus crashed with SIGABRT in raise()

2013-02-07 Thread Sundaravenkataraman
Public bug reported:

I got this error immediately after logging in to my user...

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: nautilus 1:3.6.3-0ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-4.9-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic i686
ApportVersion: 2.8-0ubuntu4
Architecture: i386
CrashCounter: 1
Date: Thu Feb  7 13:01:54 2013
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/nautilus
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b'800x550+66+24'
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
InstallationDate: Installed on 2012-03-30 (313 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
ProcCmdline: nautilus -n
Signal: 6
SourcePackage: nautilus
StacktraceTop:
 raise () from /lib/i386-linux-gnu/libc.so.6
 abort () from /lib/i386-linux-gnu/libc.so.6
 ?? () from /lib/i386-linux-gnu/libc.so.6
 __assert_fail () from /lib/i386-linux-gnu/libc.so.6
 _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
Title: nautilus crashed with SIGABRT in raise()
UpgradeStatus: Upgraded to raring on 2013-01-16 (21 days ago)
UserGroups: adm admin cdrom dialout libvirtd lp lpadmin plugdev sambashare 
vboxusers

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


** Tags: apport-crash i386 need-i386-retrace raring running-unity

** Information type changed from Private to Public

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

Title:
  nautilus crashed with SIGABRT in raise()

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

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


[Bug 1118270] Re: nautilus crashed with SIGABRT in raise()

2013-02-07 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/1118270/+attachment/3518791/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1118270/+attachment/3518793/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1118270/+attachment/3518795/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1118270/+attachment/3518796/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1118270/+attachment/3518797/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1118270/+attachment/3518798/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1118270/+attachment/3518799/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 905686
   nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: 
Assertion `ret != inval_id' failed.

** 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/1118270

Title:
  nautilus crashed with SIGABRT in raise()

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

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


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

2013-02-07 Thread Apport retracing service
** Tags added: raring

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

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/xlibs/+bug/905686/+subscriptions

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


[Bug 951585] Re: gvfsd-afp consumes 100% of processor cycles

2013-02-07 Thread Tino
Same here on a Vaio i5 laptop running 12.04. Connecting to AFP share on Lion 
iMac through home network.
Transfer speeds are extremely low (700 kB/sec) and one of the processors is 
continuously running on 100%.

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

Title:
  gvfsd-afp consumes 100% of processor cycles

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

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


[Bug 1118308] [NEW] Unity graphical errors with fglrx drivers

2013-02-07 Thread Steven Beer
Public bug reported:

In Ubuntu 13.04 there are some graphical errors in Unity by using fglrx drivers 
from Ubuntu official repositories.
See attachment.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: evince 3.6.1-1ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic i686
NonfreeKernelModules: fglrx
ApportVersion: 2.8-0ubuntu4
Architecture: i386
Date: Thu Feb  7 13:19:28 2013
InstallationDate: Installed on 2013-02-05 (1 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130205)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring running-unity

** Attachment added: Bildschirmfoto vom 2013-02-07 13:13:22.png
   
https://bugs.launchpad.net/bugs/1118308/+attachment/3518874/+files/Bildschirmfoto%20vom%202013-02-07%2013%3A13%3A22.png

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

Title:
  Unity graphical errors with fglrx drivers

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

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


[Bug 1065578] Re: GIMP does not restore maximized state when reopened

2013-02-07 Thread Thomas Hotz
This bug is fixed now.

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

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

Title:
  GIMP does not restore maximized state when reopened

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

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


RE: [Bug 1082676] Re: DVD don't play, and still stoped. Not shows any message.

2013-02-07 Thread Abner Rabelo
Tank you friend. I'm using VLC now without problems.


Meus e-mails sempre tem o meu sinal #


 Date: Wed, 6 Feb 2013 19:21:39 +
 From: rreznicse...@mail.wou.edu
 To: a8...@hotmail.com
 Subject: [Bug 1082676] Re: DVD don't play, and still stoped. Not shows any 
 message.
 
 Did you install the restricted codex? They can be found here.
 https://help.ubuntu.com/community/RestrictedFormats
 
 ** Description changed:
 
 The software screen opens and display only a black screen, and below
 displays playing 0:00 / 0:00, don,t run the disk and don't show nothin
 about the movie, and don't display any massage of error. The player
 - simply does nothing. Iwant another alternative player. TOTEM is SHIT.
 + simply does nothing. I want another alternative player. TOTEM is a fail.
 :-(
 
 - THERES NOT PHISICAL PROBLEM IN THE dvd DRIVER, BECAUSE IN THE OTHER
 + THERES NOT PHYSICAL PROBLEM IN THE dvd DRIVER, BECAUSE IN THE OTHER
 PARTITION I HAVE WINDOWS XP, AND THE WINDOWS MEDIA PLAYER WORKS DVD
 WELL.
 
 ProblemType: Bug
 DistroRelease: Ubuntu 11.10
 Package: totem 3.0.1-0ubuntu7.1
 ProcVersionSignature: Ubuntu 3.0.0-27.44-generic 3.0.45
 Uname: Linux 3.0.0-27-generic i686
 ApportVersion: 1.23-0ubuntu4
 Architecture: i386
 Date: Sat Nov 24 12:42:11 2012
 ExecutablePath: /usr/bin/totem
 InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
 SourcePackage: totem
 UpgradeStatus: Upgraded to oneiric on 2012-11-13 (10 days ago)
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1082676
 
 Title:
 DVD don't play, and still stoped. Not shows any message.
 
 Status in “totem” package in Ubuntu:
 New
 
 Bug description:
 The software screen opens and display only a black screen, and below
 displays playing 0:00 / 0:00, don,t run the disk and don't show
 nothin about the movie, and don't display any massage of error. The
 player simply does nothing. I want another alternative player. TOTEM
 is a fail. :-(
 
 THERES NOT PHYSICAL PROBLEM IN THE dvd DRIVER, BECAUSE IN THE OTHER
 PARTITION I HAVE WINDOWS XP, AND THE WINDOWS MEDIA PLAYER WORKS DVD
 WELL.
 
 ProblemType: Bug
 DistroRelease: Ubuntu 11.10
 Package: totem 3.0.1-0ubuntu7.1
 ProcVersionSignature: Ubuntu 3.0.0-27.44-generic 3.0.45
 Uname: Linux 3.0.0-27-generic i686
 ApportVersion: 1.23-0ubuntu4
 Architecture: i386
 Date: Sat Nov 24 12:42:11 2012
 ExecutablePath: /usr/bin/totem
 InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
 SourcePackage: totem
 UpgradeStatus: Upgraded to oneiric on 2012-11-13 (10 days ago)
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1082676/+subscriptions

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

Title:
  DVD don't play, and still stoped. Not shows any message.

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

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

[Bug 1118391] [NEW] Small screen and no scrolling

2013-02-07 Thread Robert Meier
Public bug reported:

Working on a system with a small display resolution 1280x720 there is a 
inconvenience.
If too many symbols assemble in the gnome-control-center, you cannot easily 
display them, because there is no way to scale this window, also this window is 
not scrollable.
One have to know that you can move the window with Alt+Mouse1, otherwise it 
will be difficult.

To  show you my problem I have added 2 screenshots.

This window needs do resize itself, if the height surpasses the
available vertical display space and therefore needs to be scrollable on
small screen systems.

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

** Attachment added: Screenshot from 2013-02-07 14:47:23.png
   
https://bugs.launchpad.net/bugs/1118391/+attachment/3518977/+files/Screenshot%20from%202013-02-07%2014%3A47%3A23.png

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

Title:
  Small screen and no scrolling

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

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


[Bug 1118391] Re: Small screen and no scrolling

2013-02-07 Thread Robert Meier
** Attachment added: Screenshot from 2013-02-07 14:47:36.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1118391/+attachment/3518978/+files/Screenshot%20from%202013-02-07%2014%3A47%3A36.png

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

Title:
  Small screen and no scrolling

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

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


[Bug 1072693] Re: Empathy does not connect accounts, Facebook, Google, Outlook

2013-02-07 Thread The_Legacy
Hi,

I confirm I have the same trouble : when on 12.04, empathy was working
fine with all of my accounts, since migration to 12.10, none of my
accounts are able to connect.

Here is a screenshot of my terminal to launch empathy :
http://ubuntuone.com/5yoUpb20Wck3ATkCdG4sQU

And the logs extracted from All Logs in empathy-debugger :
http://ubuntuone.com/5x65q6FQdpwf1cc1XJePCy

On empathy's windows, all connections indicate a Failed to connect, No given 
reasons ...
Regards,
Michel GILLET

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

Title:
  Empathy does not connect accounts, Facebook, Google, Outlook

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

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


[Bug 1118391] Re: Small screen and no scrolling

2013-02-07 Thread Sebastien Bacher
Thank you for your bug report, it's likely a duplicate of others reports
about the control center geometry being fixed and issues with small
screen, setting as triaged though so it's out of the new bug review
list, would still be good if a bug triager could dup it...

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

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

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

Title:
  Small screen and no scrolling

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

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


[Bug 1072693] Re: Empathy does not connect accounts, Facebook, Google, Outlook

2013-02-07 Thread Mark A. Hershberger
I ended up deleting the accounts in empathy (to untie them from the
system-wide accounts) and in the system-wide control panel and then re-
creating the accounts within empathy.  That did the job.

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

Title:
  Empathy does not connect accounts, Facebook, Google, Outlook

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

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


[Bug 1041432] Re: Any application which uses v4l2src element can be froze when recording video (e.x. cheese)

2013-02-07 Thread Steve Magoun
@Seb: The 'LTS backport stack' is the quantal kernel + xorg that was
backported to precise for hardware enablement. The packages in the lts
backport stack include linux-lts-quantal and xserver-org-lts-quantal.
The bug can occur when that backport stack is used with a precise
userspace.

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

Title:
  Any application which uses v4l2src element  can be froze when
  recording video (e.x. cheese)

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

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


[Bug 1118308] Re: Unity graphical errors with fglrx drivers

2013-02-07 Thread Robert Roth
** Package changed: evince (Ubuntu) = unity (Ubuntu)

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

Title:
  Unity graphical errors with fglrx drivers

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

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


[Bug 780117] Re: Brasero finishes without error but unusable media [on-the-fly mode] (Ubuntu 11.04 -12.04)

2013-02-07 Thread Mantas Kriaučiūnas
** Changed in: baltix
   Status: In Progress = Fix Committed

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

Title:
  Brasero finishes without error but unusable media [on-the-fly mode]
  (Ubuntu 11.04 -12.04)

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

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


[Bug 1118464] [NEW] Message Prewiev field doesn't works (grey or distorted)

2013-02-07 Thread Bojan Mrkobrad
Public bug reported:

Message prewiev field in Evolution is grey or shows a distorted mix of
upper messages field. Restart of Evolution or system does not help.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: evolution 3.2.2-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.0.0-30.47-generic-pae 3.0.57
Uname: Linux 3.0.0-30-generic-pae i686
ApportVersion: 1.23-0ubuntu4.1
Architecture: i386
Date: Thu Feb  7 16:06:35 2013
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: Upgraded to oneiric on 2012-12-20 (48 days ago)

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


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

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

Title:
  Message Prewiev field doesn't works (grey or distorted)

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

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


[Bug 1035431] Re: bluetooh-wizard failed to connect to a keyboard

2013-02-07 Thread John A. Lewis
Yay! Jake's workaround in #9 finally solved it for me ousing the
Logitech K810 on Ubuntu 12.10 running on a Dell XPS 13. So much better
than manually connecting each time.

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

Title:
  bluetooh-wizard failed to connect to a keyboard

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

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


[Bug 1072406] Re: /usr/lib/evolution/evolution-calendar-factory consume 99% cpu

2013-02-07 Thread Dianne Reuby
I'm finding this on my 12.04 LTS - it started about two weeks ago. It
also seems to be sending and receiving data on the internet whether Evo
is running or not. NetHogs listed it as the culprit.

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

Title:
  /usr/lib/evolution/evolution-calendar-factory consume 99% cpu

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

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


[Bug 1071561] Re: [sound-nua] Bluetooth device not listed if change mode to Off

2013-02-07 Thread David Henningsson
I can replicate this under both 12.04 and 12.10.

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

Title:
  [sound-nua] Bluetooth device not listed if change mode to Off

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1071561/+subscriptions

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


[Bug 1118527] [NEW] Unity Launcher icon count is not always updating

2013-02-07 Thread John Vrbanac
Public bug reported:

Examples:
When I start Empathy and immediately get an offline message, once I read the 
message the Launcher count isn't removed. The message indicator in the panel 
updates, but not the Launcher.

When I retrieve a message, I get the notification and the panel message
indicator updates and says I have a message, but the Launcher icon
doesn't not have a count.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: empathy 3.6.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-4.9-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Thu Feb  7 10:20:04 2013
ExecutablePath: /usr/bin/empathy
InstallationDate: Installed on 2013-02-07 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130206)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Unity Launcher icon count is not always updating

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

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


[Bug 1021153] Re: Thumbnails sidepane cannot be shrunk once it has been enlarged

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

** 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/1021153

Title:
  Thumbnails sidepane cannot be shrunk once it has been enlarged

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

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


[Bug 1021153] Re: Thumbnails sidepane cannot be shrunk once it has been enlarged

2013-02-07 Thread Chris J Arges
Attached is a video showing what happens.

** Also affects: evince (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Changed in: evince (Ubuntu Precise)
   Importance: Undecided = High

** Attachment added: what_happens.webm
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1021153/+attachment/3519289/+files/what_happens.webm

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

Title:
  Thumbnails sidepane cannot be shrunk once it has been enlarged

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

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


[Bug 1021153] Re: Thumbnails sidepane cannot be shrunk once it has been enlarged

2013-02-07 Thread Chris J Arges
This appears to be working in Quantal and Raring.

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

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

Title:
  Thumbnails sidepane cannot be shrunk once it has been enlarged

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

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


[Bug 1071561] Re: [sound-nua] Bluetooth device not listed if change mode to Off

2013-02-07 Thread David Henningsson
Quick fix (untested) : http://bazaar.launchpad.net/~diwic/gnome-control-
center/remove-off-profile/revision/471

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

Title:
  [sound-nua] Bluetooth device not listed if change mode to Off

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1071561/+subscriptions

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


[Bug 1118567] [NEW] Too long dialogue without samba service

2013-02-07 Thread Mitsuya Shibata
Public bug reported:

gnome-file-share-porperties dialog is too  long in a longitudinal
direction to manipulate (over 1300px height).

How to reproduce.
1. check uninstalled file share service.
2. open dash, input share
3. click Personal File Sharing

Expected happen:
- Open dialog in genellaly screen size

Acutually happen:
- Dialogue expands over screen size

Workarownd:
- Use Alt+Drag or Alt+Space and drag to move dialogue

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-user-share 3.0.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Fri Feb  8 02:11:08 2013
ExecutablePath: /usr/bin/gnome-file-share-properties
InstallationDate: Installed on 2013-01-26 (11 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130126)
MarkForUpload: True
ProcEnviron:
 SHELL=/bin/bash
 TERM=screen
 PATH=(custom, no user)
 LANG=ja_JP.UTF-8
 XDG_RUNTIME_DIR=set
SourcePackage: gnome-user-share
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Too long dialogue without samba service

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

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


[Bug 1118567] Re: Too long dialogue without samba service

2013-02-07 Thread Mitsuya Shibata
** Also affects: ubuntu-nexus7
   Importance: Undecided
   Status: New

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

Title:
  Too long dialogue without samba service

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

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


[Bug 1118567] Re: Too long dialogue without samba service

2013-02-07 Thread Mitsuya Shibata
Attached screenshot was taken on portrait mode of Ubuntu Nexus 7. ie.
screen size is 800 x1280.

This behavior is similar problem with using GtkTable in gtk3. LP:
#825173.

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

Title:
  Too long dialogue without samba service

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

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


[Bug 1118567] Re: Too long dialogue without samba service

2013-02-07 Thread Mitsuya Shibata
** Attachment added: share.png
   
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1118567/+attachment/3519376/+files/share.png

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

Title:
  Too long dialogue without samba service

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

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


[Bug 1116801] Re: About section of sytem settings reports wrong version of Ubuntu (12.04.1)

2013-02-07 Thread Sebastien Bacher
** Also affects: gnome-control-center (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Changed in: gnome-control-center (Ubuntu Precise)
   Status: New = Fix Committed

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

** Description changed:

- To reproduce:
+ * Impact: 12.04.1 LTS is displayed in the desktop infos panel when the
+ current version is 12.04.2
  
- 1) Update your system with the latest updates
- 2) Open System Settings and navigate to About -- Overview
- 3) Launch terminal and run lsb_release -a
+ * Test case:
+ Open System Settings and navigate to About -- Overview
  
- What you will see is:
+ the update change it back to 12.04 LTS which is correct and avoid to
+ have to update the string at each minor release
  
- -- About/Overview section reports Ubuntu 12.04.1
- -- Lsb release reports Ubuntu 12.04.2
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 12.04
- Package: gnome-control-center 1:3.4.2-0ubuntu0.8
- ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
- Uname: Linux 3.2.0-37-generic x86_64
- NonfreeKernelModules: fglrx
- ApportVersion: 2.0.1-0ubuntu17.1
- Architecture: amd64
- Date: Wed Feb  6 02:29:00 2013
- InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
- MarkForUpload: True
- ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- SourcePackage: gnome-control-center
- UpgradeStatus: No upgrade log present (probably fresh install)
- usr_lib_gnome-control-center:
-  activity-log-manager-control-center 0.9.4-0ubuntu3.2
-  deja-dup22.0-0ubuntu3
-  gnome-bluetooth 3.2.2-0ubuntu5
-  indicator-datetime  0.3.94-0ubuntu2
+ Regression potential:
+ limited, check that the logo and version is correctly displayed in the info 
panel

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

Title:
  About section of sytem settings reports wrong version of Ubuntu
  (12.04.1)

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

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

[Bug 350174] Re: metacity process uses 100% CPU

2013-02-07 Thread willdeans
For me metacity uses 100% CPU because Wireless Network Authentication
Required boxes appear every few minutes? and never go away (unless
manually closed).  Eventually there are hundreds? of them and metacity
uses 100% CPU dealing with them.

You might not notice them if they appear on a different virtual desktop
than the one you are using or if the bar showing your currently running
applications is hidden or if the number of windows is so large they only
appear a few pixels wide in the task bar or if you accessing your
system via ssh or any other such reason.

In my mind this is a metacity bug but I am sure others would argue with
me that what I want is a feature enhancement.  Why doesn't metacity
restrict its CPU utilization on a per-client bases so that a single
misbehaving application cannot bring down the system?  Misbehaving
applications are AN EXPECTED behavior.  If there was some [high]
burstable quota this wouldn't be an issue.  If the quota is met and the
application is throttled an indicator applet could allow the user to
change/remove the quota for the application.

cat /etc/issue
Ubuntu 12.04.2 LTS \n \l

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

Title:
  metacity process uses 100% CPU

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

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


[Bug 1041432] Re: Any application which uses v4l2src element can be froze when recording video (e.x. cheese)

2013-02-07 Thread Sebastien Bacher
@Steve: thanks for the explanation, does that mean it's happening with
12.04.2 new installs or is the hadware enablement stack an opt-in still
(I think upgrades don't get the new stack but new install will get it
but I'm not sure)? In any case it's on my todolist and I will get it
upload in the next days

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

Title:
  Any application which uses v4l2src element  can be froze when
  recording video (e.x. cheese)

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

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


[Bug 1116801] Re: About section of sytem settings reports wrong version of Ubuntu (12.04.1)

2013-02-07 Thread Colin Watson
Hello Salih, or anyone else affected,

Accepted gnome-control-center into precise-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/gnome-
control-center/1:3.4.2-0ubuntu0.9 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

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

Title:
  About section of sytem settings reports wrong version of Ubuntu
  (12.04.1)

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

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


[Bug 1116801] Re: About section of sytem settings reports wrong version of Ubuntu (12.04.1)

2013-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/gnome-control-center

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

Title:
  About section of sytem settings reports wrong version of Ubuntu
  (12.04.1)

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

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


[Bug 306673] Re: autofs timeout

2013-02-07 Thread Donjan Rodic
The bug still persists as of 12.10.

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

Title:
  autofs timeout

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

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


[Bug 1118719] [NEW] Touchpad setting does not lock in when you change from default

2013-02-07 Thread craig10x
Public bug reported:

On Ubuntu 13.04, when you go to system settings and adjust the pointer
speed to a lower or higher number then the default it does not stay
locked in when you close the program window...

If you open the program again and check the pointer speed setting, it
shows as being right back to the default again...

I observed this bug not only when i ran the live session daily build of 13.04, 
but also after i actually installed it as well...
From feedback in the ubuntu forum about this, many others have observed having 
this bug also on their installed 13.04...

** 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/1118719

Title:
  Touchpad setting does not lock in when you change from default

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

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


[Bug 1118729] [NEW] Ctrl+Z (undo) does not work

2013-02-07 Thread Fred
Public bug reported:

I press Ctrl+L or press the search glass icon in the toolbar, and up comes a 
text field.
Then I write something, and press Ctrl+Z (undo) and it does not work, nothing 
happens.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: nautilus 1:3.6.3-0ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Thu Feb  7 21:42:03 2013
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'642x509+297+303'
InstallationDate: Installed on 2011-10-21 (475 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
SourcePackage: nautilus
UpgradeStatus: Upgraded to raring on 2013-01-20 (17 days ago)

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


** Tags: amd64 apport-bug raring

** Summary changed:

- Ctrl+Z does not work
+ Ctrl+Z (undo) does not work

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

Title:
  Ctrl+Z (undo) does not work

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

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


[Bug 1100587] Re: gnome-control-center does not remove system-wide proxy settings from /etc/environment when switch from manual to automatic mode.

2013-02-07 Thread Brian Murray
Hello Alec, or anyone else affected,

Accepted gnome-control-center into quantal-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/gnome-
control-center/1:3.4.2-0ubuntu19.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

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

Title:
  gnome-control-center does not remove system-wide proxy settings from
  /etc/environment when switch from manual to automatic mode.

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

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


[Bug 1100587] Re: gnome-control-center does not remove system-wide proxy settings from /etc/environment when switch from manual to automatic mode.

2013-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/gnome-control-center

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

Title:
  gnome-control-center does not remove system-wide proxy settings from
  /etc/environment when switch from manual to automatic mode.

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

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


[Bug 1100587] Re: gnome-control-center does not remove system-wide proxy settings from /etc/environment when switch from manual to automatic mode.

2013-02-07 Thread Alec Warner
Fails to verify here. If I select 'Automated' and enter a configuration
URL, and then click on 'Apply System Wide' I do not even get a polkit
prompt for 'admin' access.

Certainly the http_proxy bit in /etc/environment remains.

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

Title:
  gnome-control-center does not remove system-wide proxy settings from
  /etc/environment when switch from manual to automatic mode.

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

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


[Bug 1101985] Re: nautilus crashed with SIGABRT in __libc_message()

2013-02-07 Thread Edward Donovan
Thanks, Sebastien, for knowing what to do with this.

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

Title:
  nautilus crashed with SIGABRT in __libc_message()

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

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


[Bug 1118729] Re: Ctrl+Z (undo) does not work

2013-02-07 Thread Phillip Susi
I don't think ctrl-z is *supposed* to do anything there.  Do you have
reason to believe otherwise?


** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

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

Title:
  Ctrl+Z (undo) does not work

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

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


[Bug 49579] Re: screen doesn't lock when some menu is open

2013-02-07 Thread AJenbo
It's an inherent issue with the X11 (X.org) design. It has been looked
into by a few big developers but solving it is lose to imposible. The
solution will be switching to Wayland instead of X.org, somthing that
likly will happen in the not to fare away future.

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

Title:
  screen doesn't lock when some menu is open

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

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


[Bug 1118729] Re: Ctrl+Z (undo) does not work

2013-02-07 Thread Fred
In Firefox, and virtually any other application created in history of
computing, if you had a text box, you could enter stuff, and Ctrl+Z
would undo it.

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

Title:
  Ctrl+Z (undo) does not work

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

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


[Bug 49579] Re: screen doesn't lock when some menu is open

2013-02-07 Thread Anders Kaseorg
Do you have a pointer to an explanation of this “inherent issue” and why
it’s impossible to solve?

What I don’t understand, in particular, is _why_ GTK menus need to grab
the mouse and keyboard in the first place.  (But if this is an absolute
requirement, surely the GTK developers can work with the X developers to
come up with a new type of grab that’s cancelable by global shortcut
keys and by the screensaver.)

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

Title:
  screen doesn't lock when some menu is open

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

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

[Bug 49579] Re: screen doesn't lock when some menu is open

2013-02-07 Thread shankao
** Bug watch added: freedesktop.org Bugzilla #19946
   https://bugs.freedesktop.org/show_bug.cgi?id=19946

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=19946
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #514036
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514036

** Also affects: xorg-server (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514036
   Importance: Unknown
   Status: Unknown

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

Title:
  screen doesn't lock when some menu is open

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

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


[Bug 30969] Re: monitor suspends regardless of gnome-power-manager timeouts

2013-02-07 Thread JAlexoid
Still affects me. I'm on latest Ubuntu with Unuty SRU and XSwat. A
really annoying bug.

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

Title:
  monitor suspends regardless of gnome-power-manager timeouts

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

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