[Bug 522901] Re: DVD video playback pauses after ~1s, audio continues

2010-03-29 Thread monraaf
Same problem here. The culprit seems to be gstautoconvert.

(totem:8473): GLib-GObject-WARNING **: IA__g_object_set_valist: object
class `GstAutoConvert' has no property named `initial-identity'

The original gstautoconvert version lives in gst-plugins-bad. But it's
not included in the Ubuntu deb. Instead Ubuntu seems to have moved it to
gst-plugins-good in the patch:  04_move_farsight_plugins_to_good.patch

But the version in the patch is outdated and doesn't provide the
'initial-identity' property. Building gst-plugins-bad and launching
totem like this:

GST_PLUGIN_PATH=gst/autoconvert/.libs totem

Fixes DVD playback for me.

-- 
DVD video playback pauses after ~1s, audio continues
https://bugs.launchpad.net/bugs/522901
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 550705] [NEW] File transcoding for removable devices sometimes fails with 'internal data stream error'

2010-03-29 Thread Matthew J. Ballard
Public bug reported:

Binary package hint: rhythmbox

Attempting to transfer certain flac files to a removable media device
fails with 'internal data stream error' messages. Additionally, a 0 byte
file is left on the device. Attempting to transfer the file again just
results in an overwrite prompt (for that first attempt) and fails out
again. Rhythmbox can play the file, just not transfer it to the device.

Expected behavior: Transcoding and transfer of file to complete
successfully. If error, do not transfer incomplete (or in this case 0
byte) files to device.

lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

apt-cache policy rhythmbox
rhythmbox:
  Installed: 0.12.7git20100325-0ubuntu1
  Candidate: 0.12.7git20100325-0ubuntu1
  Version table:
 *** 0.12.7git20100325-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status


rhythmbox --debug  rhythmbox-debug.txt
cat rhythmbox-debug.txt | grep -a8 -b8 'data stream'

50083736-(02:15:16) [0x1f160b0] [rb_metadata_load] rb-metadata-
gst.c:732: loading metadata for uri:
file:///home/matt/Music/Talib%20Kweli%20%20Madlib/Liberation/07%20Happy%20Home%20(feat.%20Candice%20Anderson).flac

50083943-(02:15:16) [0x1f160b0] [rb_metadata_load] rb-metadata-
gst.c:780: going to PAUSED for metadata, uri:
file:///home/matt/Music/Talib%20Kweli%20%20Madlib/Liberation/07%20Happy%20Home%20(feat.%20Candice%20Anderson).flac

50084159-(02:15:16) [0x1a56040] [bus_watch_cb] rb-encoder-gst.c:300:
message of type tag

50084239-(02:15:16) [0x1a56040] [progress_timeout_cb] rb-encoder-
gst.c:335: encoding progress at 0 out of 332

50084340-(02:15:16) [0x1a56040] [progress_cb] rb-removable-media-
manager.c:1120: transfer progress 0.00

50084439-(02:15:16) [0x1a56040] [rb_shell_transfer_progress_cb] rb-
shell.c:1993: transferred 0 tracks out of 1

50084541-(02:15:16) [0x1a56040] [rb_statusbar_sync_status] rb-
statusbar.c:444: updating status with: '98 songs, 7 hours and 52
minutes, 848.9 MB', '', -1.00

50084693-(02:15:16) [0x1a56040] [rb_statusbar_sync_status] rb-
statusbar.c:444: updating status with: '98 songs, 7 hours and 52
minutes, 848.9 MB', '', -1.00

50084845:(02:15:16) [0x1a56040] [error_cb] rb-removable-media-
manager.c:1109: Error transferring track to
file:///media/5B76-23BE/Coldplay/XY/09%20-%20Low.mp3: Internal data
stream error.

50085025-(02:15:16) [0x1a56040] [rb_encoder_gst_emit_completed] rb-
encoder-gst.c:223: destination file size: 0

50085127-(02:15:16) [0x1a56040] [completed_cb] rb-removable-media-
manager.c:1130: completed transferring track to
file:///media/5B76-23BE/Coldplay/XY/09%20-%20Low.mp3

50085286-(02:15:16) [0x1a56040] [rb_shell_transfer_progress_cb] rb-
shell.c:1993: transferred 1 tracks out of 1

50085388-(02:15:16) [0x1a56040] [rb_statusbar_sync_status] rb-
statusbar.c:444: updating status with: '98 songs, 7 hours and 52
minutes, 848.9 MB', '', -1.00

50085540-(02:15:16) [0x1a56040] [do_transfer] rb-removable-media-
manager.c:1163: transfer queue is empty

50085636-(02:15:16) [0x1a56040] [rb_shell_transfer_progress_cb] rb-
shell.c:1993: transferred 0 tracks out of 0

50085738-(02:15:16) [0x1a56040] [rb_statusbar_sync_status] rb-
statusbar.c:444: updating status with: '98 songs, 7 hours and 52
minutes, 848.9 MB', '', -1.00

50085890-(02:15:16) [0x1a56040] [bus_watch_cb] rb-encoder-gst.c:265:
received error gstflacdec.c(1082): gst_flac_dec_loop ():
/GstPipeline:pipeline/GstDecodeBin2:decodebin20/GstFlacDec:flacdec0:

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: rhythmbox 0.12.7git20100325-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
Architecture: amd64
Date: Mon Mar 29 02:28:05 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20091209)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: rhythmbox

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


** Tags: amd64 apport-bug lucid ubuntu-une

-- 
File transcoding for removable devices sometimes fails with 'internal data 
stream error'
https://bugs.launchpad.net/bugs/550705
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 550705] Re: File transcoding for removable devices sometimes fails with 'internal data stream error'

2010-03-29 Thread Matthew J. Ballard

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42345981/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/42345982/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/42345983/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/42345984/LogAlsaMixer.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42345985/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42345986/ProcStatus.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/42345987/XorgLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/42345988/XsessionErrors.txt

-- 
File transcoding for removable devices sometimes fails with 'internal data 
stream error'
https://bugs.launchpad.net/bugs/550705
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


Re: [Bug 526713] Re: Dictionary is not working properly

2010-03-29 Thread Sundaresan
Hi,
I upgraded my system to Ubuntu 9.10. Thanks for the reply.

On Mon, Mar 29, 2010 at 6:43 AM, Kamus kamu...@gmail.com wrote:

 Since this report have a long time without activity, please could you
 check (if is possible) in latest version included in Karmic if this
 issue is still happening? Thanks in advance.


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

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

 --
 Dictionary is not working properly
 https://bugs.launchpad.net/bugs/526713
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “gnome-utils” package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: gnome-utils

 I had added two local servers in Dictionary by mistake. Now I cant get the
 meanings of the words.
 Description:Ubuntu 8.10
 Release:8.10

 ProblemType: Bug
 Architecture: i386
 DistroRelease: Ubuntu 8.10
 ExecutablePath: /usr/bin/gnome-dictionary
 Package: gnome-utils 2.24.1-0ubuntu1
 ProcEnviron:

  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  LANG=en_IN
  SHELL=/bin/bash
 SourcePackage: gnome-utils
 Uname: Linux 2.6.27-17-generic i686

 To unsubscribe from this bug, go to:

 https://bugs.launchpad.net/ubuntu/+source/gnome-utils/+bug/526713/+subscribe


-- 
Dictionary is not working properly
https://bugs.launchpad.net/bugs/526713
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-utils in ubuntu.

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

Re: [Bug 421212] Re: gdm ignores keyboard layout selection for variants

2010-03-29 Thread Martin Pitt
Shimi Chen [2010-03-26  8:12 -]:
 And now on every boot I *only* have the standard USA keyboard.
 Clicking on Reset to Defaults in Keyboard Preferences changes to my 
 preferred setting(us algr-intl and israel), without the standard USA(exactly 
 as I want it to be).
 
 This reverts on every boot so I have to go to keyboard preferences and reset 
 to defaults every time I log in.
 Apply system-wide doesn't help either.
 
 I am using Karmic 64, gdm version 2.28.1-0ubuntu2.1(latest from official
 repo)

Right, this is precisely the bug that was now fixed in Lucid. :-)

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

-- 
gdm ignores keyboard layout selection for variants
https://bugs.launchpad.net/bugs/421212
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 550711] [NEW] rhythmbox playprogress not work

2010-03-29 Thread Dmitry
Public bug reported:

Binary package hint: rhythmbox

ubuntu 10.04 beta 1
architecture: amd64
Rhythmbox 0.12.7
soundfile - mp3
when play music progress not work

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: rhythmbox 0.12.7git20100325-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
Architecture: amd64
Date: Mon Mar 29 11:03:46 2010
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: rhythmbox
XsessionErrors:
 (polkit-gnome-authentication-agent-1:1603): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (Do:1602): Wnck-CRITICAL **: wnck_set_client_type got called multiple times.
 (gnome-terminal:1805): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL  entry-lock_count  0' failed
 (gedit:2684): Gtk-CRITICAL **: gtk_accel_label_set_accel_closure: assertion 
`gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed
 (Do:1602): Wnck-CRITICAL **: wnck_set_client_type got called multiple times.

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


** Tags: amd64 apport-bug lucid

-- 
rhythmbox playprogress not work
https://bugs.launchpad.net/bugs/550711
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 550711] Re: rhythmbox playprogress not work

2010-03-29 Thread Dmitry

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42347954/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/42347955/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/42347956/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/42347957/LogAlsaMixer.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42347958/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42347959/ProcStatus.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/42347960/XorgLog.txt

-- 
rhythmbox playprogress not work
https://bugs.launchpad.net/bugs/550711
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 481056] Re: Dell Vostro 1000 laptop goes into hibernation whenever I plug in the power cord as if battery is dead

2010-03-29 Thread dfme
I am also experiencing a similar issue on a MSI Wind U100 running Ubuntu Lucid 
10.04:
Whenever I plug OUT the power cord I get a notification stating that my power 
is critically low (2 minutes remaining) and then the machine hibernates. When 
resuming the battery applet says I have enough power for at least 2 hours!!!
This bug is very annoying... Is there at least a way of turning off any action 
when Ubuntu thinks there's now power?

-- 
Dell Vostro 1000 laptop goes into hibernation whenever I plug in the power cord 
as if battery is dead
https://bugs.launchpad.net/bugs/481056
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 550718] [NEW] lock_enabled switched default even on auto-login systems

2010-03-29 Thread Michael Vogt
Public bug reported:

Binary package hint: gnome-screensaver

After a hardy - lucid upgrade the default for lock_enabled changes
default from False to True. I can see that this is very useful in
most cases. However its confusing for auto-login users who may not even
know their login password.

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

-- 
lock_enabled switched default even on auto-login systems
https://bugs.launchpad.net/bugs/550718
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 550718] Re: lock_enabled switched default even on auto-login systems

2010-03-29 Thread Michael Vogt
This happend to one of my supported users, she never saw the login
screen or the password screen before and was confused and powered the
machine down.

-- 
lock_enabled switched default even on auto-login systems
https://bugs.launchpad.net/bugs/550718
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 550361] Re: gvfsd-smb uses 100% cpu

2010-03-29 Thread mikbini
** Description changed:

  Binary package hint: gvfs
  
  I simply (successfully) mounted the share and left it alone, with no
  explicit user activity on it (I didn't browse through it, didn't copy
  files etc) so this seems different both from bug #369194 and bug
- %530605.
+ #530605.
  
  I'm attaching a backtrace of the process.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gvfs 1.5.5-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-17-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sun Mar 28 19:00:01 2010
  InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.utf8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_US.utf8
+  SHELL=/bin/bash
  SourcePackage: gvfs

-- 
gvfsd-smb uses 100% cpu
https://bugs.launchpad.net/bugs/550361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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

[Bug 550730] [NEW] png pictures on ipod are not displayed

2010-03-29 Thread puchrojo
Public bug reported:

Binary package hint: rhythmbox

If I transfer the music from the computer to the ipod, the png cover are not 
displayed on the ipod. 
The jpg cover work fine. 

May be posible to automate convert it with 
$ convert cover.png cover.png
from the package ImageMagick.

Thanks

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: rhythmbox 0.12.7git20100325-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic i686
Architecture: i386
Date: Mon Mar 29 09:54:19 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100306)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: rhythmbox

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


** Tags: apport-bug i386 lucid

-- 
png pictures on ipod are not displayed
https://bugs.launchpad.net/bugs/550730
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 550730] Re: png pictures on ipod are not displayed

2010-03-29 Thread puchrojo

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42350480/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/42350481/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/42350482/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/42350483/LogAlsaMixer.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42350484/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42350485/ProcStatus.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/42350486/XorgLog.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/42350487/XsessionErrors.txt

-- 
png pictures on ipod are not displayed
https://bugs.launchpad.net/bugs/550730
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 548778] Re: Duplicate system keyboard layout

2010-03-29 Thread Martin Pitt
Fixed patch sent to upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=613681

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

** Changed in: gdm (Ubuntu)
   Status: Triaged = Fix Committed

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

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


Re: [Bug 532641] Re: window controls don't scale up

2010-03-29 Thread Tom Jaeger
Is this really true?  I just replaced object_width/object_height by
width/height in my metacity-theme-1.xml file and then increased
button_width/button_height.  The buttons scale up as expected.  They are
are a little blurry, of course, but this wouldn't be an issue if they
were .svg files instead of .pngs.

On 03/18/2010 09:25 AM, Kenneth Wimer wrote:
 This was a design decision. Metacity cannot currently draw these kinds
 of buttons (not enough drawing options) or allow for larger sizes.
 
 ** Changed in: light-themes (Ubuntu)
Status: Confirmed = Won't Fix

-- 
window controls don't scale up
https://bugs.launchpad.net/bugs/532641
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 548778] Re: Duplicate system keyboard layout

2010-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.29.92-0ubuntu9

---
gdm (2.29.92-0ubuntu9) lucid; urgency=low

  * 33-multi-keyboard-layouts.patch: Fix duplication of layouts by treating 
and NULL variants equally. (LP: #548778)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 29 Mar 2010 10:07:58 +0200

** Branch linked: lp:~ubuntu-desktop/gdm/ubuntu

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

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

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


[Bug 516023] Re: Critcally low shown on unplug at 100% full

2010-03-29 Thread Konstantin Lavrov
** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Confirmed

-- 
Critcally low shown on unplug at 100% full
https://bugs.launchpad.net/bugs/516023
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 549627] Re: Image containing EXIF orientation does not display properly as wallpaper

2010-03-29 Thread Guy Thouret
Yes I did mean Lucid Beta 1 upgraded from Karmic.  I've attached an
image containing EXIF data to demonstrate.

To recreate:
Download Image
Open gnome-appearance-properties
Select background tab, then add..
Select the image you downloaded from the attachment

The thumbnail image in gnome-appearance-settings will show the image as
portrait, when applied as the background image it will display as
landscape as the EXIF data has not been read.

** Attachment added: Image containing EXIF data
   http://launchpadlibrarian.net/42351234/dsc_3027.jpg

-- 
Image containing EXIF orientation does not display properly as wallpaper
https://bugs.launchpad.net/bugs/549627
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 130289] Re: Encode any :, @ or / within the user and password field in proxy settings.

2010-03-29 Thread Jean-Baptiste Lallement
reaffecting to gnome-terminal since it's it that set http_proxy.

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

-- 
Encode any :, @ or / within the user and password field in proxy settings.
https://bugs.launchpad.net/bugs/130289
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 550724] [NEW] login screen does not show password

2010-03-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After having made a clean install of ubuntu 10.04 beta 1 and used it for some 
days. The login screen suddenly didn't show the password. When i clicked on the 
user account, it didn't load the password field. 
In recovery mode from shell prompt, gdm can't start either.
On: Dell, Inspiron, 1.70 GHz, , 1 Gb RAM, intel graphic.

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

-- 
login screen does not show password
https://bugs.launchpad.net/bugs/550724
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 550730] Re: png pictures on ipod are not displayed

2010-03-29 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

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

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

-- 
png pictures on ipod are not displayed
https://bugs.launchpad.net/bugs/550730
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 549552] Re: [lucid] solid colour BG is transparent

2010-03-29 Thread Martin Pitt
Targetting for lucid. There is a workaround by choosing background
image and no picture, or setting transparent background and 100%
opacity, but it's a bit non-obvious.

Ideally, if you are using a theme with a transparent background, the
profile editor should show transparent with the appropriate level, not
solid background. Switching to solid should do the right thing then.

** Also affects: gnome-terminal (Ubuntu Lucid)
   Importance: Low
 Assignee: Chris Coulson (chrisccoulson)
   Status: Triaged

** Tags added: regression-potential

-- 
[lucid] solid colour BG is transparent
https://bugs.launchpad.net/bugs/549552
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 550724] Re: login screen does not show password

2010-03-29 Thread shrini
** Package changed: ubuntu = gdm (Ubuntu)

-- 
login screen does not show password
https://bugs.launchpad.net/bugs/550724
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 550361] Re: gvfsd-smb uses 100% cpu

2010-03-29 Thread mikbini
I just noticed that, if I kill gvfsd-smb (to stop it using 100% cpu)
then I'm no longer able to mount smb shares via nautilus until I logout
and login again.

-- 
gvfsd-smb uses 100% cpu
https://bugs.launchpad.net/bugs/550361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 546252] Re: gvfs-dav uses 100% cpu

2010-03-29 Thread mikbini
I just noticed that, if I kill gvfs-dav (to stop it using 100% cpu) then
I'm no longer able to mount dav shares via nautilus until I logout and
login again.

-- 
gvfs-dav uses 100% cpu
https://bugs.launchpad.net/bugs/546252
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 70293] Re: shutdown after plugging in AC with critical battery

2010-03-29 Thread Konstantin Lavrov
Still can confirm with lubuntu beta

g-p-m Version 2.29.91

-- 
shutdown after plugging in AC  with critical battery
https://bugs.launchpad.net/bugs/70293
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 549558] Re: Rhythmbox Application Indicator has no checkbox for Show Rhythmbox

2010-03-29 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Rhythmbox Application Indicator has no checkbox for Show Rhythmbox
https://bugs.launchpad.net/bugs/549558
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 466123] Re: When trying to play a DVD, an error message is displayed: No URI handler implemented for dvd

2010-03-29 Thread r riseley
Movie Player now works ... hope the following may help others with the same 
issue ... 
I found web-page ... https://help.ubuntu.com/community/RestrictedFormats
On this page, in red, is an install/ download link ... Click here to install 
the ubuntu-restricted-extras package
Instructions were clear and they worked.
Thanks to whoever created this ... hope it works for others too..

-- 
When trying to play a DVD, an error message is displayed:  No URI handler 
implemented for dvd
https://bugs.launchpad.net/bugs/466123
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 548851] Re: IM Status plugin does not reset status message on end playback.

2010-03-29 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

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

-- 
IM Status plugin does not reset status message on end playback.
https://bugs.launchpad.net/bugs/548851
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 548599] Re: Views locking the second song

2010-03-29 Thread Sebastien Bacher
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: rhythmbox (Ubuntu)
   Importance: Undecided = Low

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

-- 
Views locking the second song
https://bugs.launchpad.net/bugs/548599
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 549934] Re: rhythmbox assert failure: *** glibc detected *** rhythmbox: free(): invalid pointer: 0x0a359fb8 ***

2010-03-29 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a valgrind log following the
instructions at https://wiki.ubuntu.com/Valgrind and attach the file to
the bug report. This will greatly help us in tracking down your problem.

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

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

-- 
rhythmbox assert failure: *** glibc detected *** rhythmbox: free(): invalid 
pointer: 0x0a359fb8 ***
https://bugs.launchpad.net/bugs/549934
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 549748] Re: Panel applet not behaving as expected/past behaviour

2010-03-29 Thread Sebastien Bacher
thank you for your bug report, that's not a bug though but how the new
indicator is working

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
Panel applet not behaving as expected/past behaviour
https://bugs.launchpad.net/bugs/549748
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 526856] Re: palimpsest crashed with SIGSEGV in gdu_adapter_get_object_path()

2010-03-29 Thread viktor
Got the same problem today (up-to-date Lucid beta1 - amd64). Here's how
it occured:

Opened palimpsest thru menu Sytem/Administration
 ok

Connected USB stick with errors (removed too early on another computer), that 
wouldn't mount: Not authorized.
 palimpsest crashed, apport launched to report the bug

-- 
palimpsest crashed with SIGSEGV in gdu_adapter_get_object_path()
https://bugs.launchpad.net/bugs/526856
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu.

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


[Bug 512173] Re: gnome-screensaver-gl-helper crashed with SIGSEGV in _fini()

2010-03-29 Thread CristianCantoro
I am affected from this bug and I have an nVidia graphics card (but I haven't 
enabled the driver, yet) too. 
Furthermore, is this bug a duplicate of bug #550450?

-- 
gnome-screensaver-gl-helper crashed with SIGSEGV in _fini()
https://bugs.launchpad.net/bugs/512173
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a subscriber of a duplicate bug.

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


[Bug 550560] Re: Allow no directory as library path

2010-03-29 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
Allow no directory as library path
https://bugs.launchpad.net/bugs/550560
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 550711] Re: rhythmbox playprogress not work

2010-03-29 Thread Sebastien Bacher
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: rhythmbox (Ubuntu)
   Importance: Undecided = Low

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

-- 
rhythmbox playprogress not work
https://bugs.launchpad.net/bugs/550711
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 550374] Re: [CMI8738 - C-Media CMI8738] Playback problem

2010-03-29 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Low

-- 
[CMI8738 - C-Media CMI8738] Playback problem
https://bugs.launchpad.net/bugs/550374
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 550284] Re: Unable to open the Sony Walkman NWZ-S615F/NWZ-S616F/NWZ-S618F device

2010-03-29 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. However, your crash report is either missing or challenging to deal 
with as a '.crash' file. Please follow these instructions to have apport report 
a new bug about your crash that can be dealt with by the automatic retracer. 
 
 If you are running the Ubuntu Stable Release you might need to enable apport 
in /etc/default/apport and restart. 
 
 If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
and navigate to your /var/crash directory and double click on the crash report 
you wish to submit. 
 
 If you are using Kubuntu or Xubuntu you can file the crash using 
/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash in a 
terminal - where _my_crash_report.crash is the crash you would like to report. 
 I'm closing this bug report since the process outlined above will 
automatically open a new bug report which can then dealt with more efficiently. 
Thanks in advance for your cooperation and understanding.

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

-- 
Unable to open the Sony Walkman NWZ-S615F/NWZ-S616F/NWZ-S618F device
https://bugs.launchpad.net/bugs/550284
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 516520] Re: lucid lynx - login screen stuck in a loop

2010-03-29 Thread CristianCantoro
I tried to install kdm and, in the configure screen, I choose kdm as the 
default window manager. the login changed to KDE-style and I was able to use 
KDE normally. Please note that the login screen did not give me the possibility 
to choose GNOME session (gdm was installed, though).
I tried to purge/install gdm swithching from version gdm 2.29.92-0ubuntu6 to 
gdm 2.20 (I installed package gdm-2.20 via synaptic)m, still no luck.

Today I decided to install ubuntu-desktop package which requires gdm
as a dependency and /voilà/ my gdm (and GNOME desktop is back).

For that matters:
1) after logging in apport signaled me bug #418083.
2) I had graphics driver (for nVidia) disabled, I am renabling them and seeing 
what happens
3) Also bugs (which may be unrelated) bug #543484 and bug #550450
- - - - - -
Here some package info:
crist...@cristian-asus:~$ dpkg -l gdm
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Nome  Versione  Descrizione
+++-=-=-==
ii  gdm   2.29.92-0ubuntu8  GNOME Display Manager

crist...@cristian-asus:~$ dpkg -l ubuntu-desktop 
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Nome  Versione  Descrizione
+++-=-=-==
ii  ubuntu-desktop1.193 The Ubuntu desktop 
system

-- 
lucid lynx - login screen stuck in a loop
https://bugs.launchpad.net/bugs/516520
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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

[Bug 550356] Re: rhythmbox play music progress not work

2010-03-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 550711 ***
https://bugs.launchpad.net/bugs/550711

seems to same issue than bug #550711

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

** This bug has been marked a duplicate of bug 550711
   rhythmbox playprogress not work

** This bug is no longer a duplicate of bug 550711
   rhythmbox playprogress not work

** Changed in: rhythmbox (Ubuntu)
   Status: Incomplete = Invalid

** This bug has been marked a duplicate of bug 550711
   rhythmbox playprogress not work

** This bug is no longer a duplicate of bug 550711
   rhythmbox playprogress not work

** This bug has been marked a duplicate of bug 550711
   rhythmbox playprogress not work

-- 
rhythmbox play music progress not work
https://bugs.launchpad.net/bugs/550356
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 549962] Re: Rhythmbox tray behaviour doesn't make sense

2010-03-29 Thread Sebastien Bacher
thank you for your bug report, having those icons behaving in a consistent way 
and not having each doing custom ricght or middle click
tasks does make sense and is by design, there are already other bugs about the 
show entry which should be a toggle one using a checkbox, closing this bug now 
since that's not a really one

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
Rhythmbox tray behaviour doesn't make sense
https://bugs.launchpad.net/bugs/549962
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 550378] Re: evolution-data-server-2.28 crashed with SIGSEGV

2010-03-29 Thread Dirschl Andreas
** Visibility changed to: Public

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

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


[Bug 550768] [NEW] cant play music from last fm

2010-03-29 Thread michael cummings
Public bug reported:

Binary package hint: rhythmbox

cant hear music when i want to play rhyhmbox

ProblemType: Bug
Architecture: i386
Date: Mon Mar 29 05:02:02 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.12.5-0ubuntu5.2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: rhythmbox
Uname: Linux 2.6.31-20-generic i686

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


** Tags: apport-bug i386

-- 
cant play music from last fm
https://bugs.launchpad.net/bugs/550768
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 545427] Re: If I change my nick, Empathy only highlights on the old one

2010-03-29 Thread Omer Akram
Upstream bug was marked duplicate of
https://bugzilla.gnome.org/show_bug.cgi?id=613930

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

** Changed in: empathy
 Remote watch: GNOME Bug Tracker #614178 = GNOME Bug Tracker #613930

-- 
If I change my nick, Empathy only highlights on the old one
https://bugs.launchpad.net/bugs/545427
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 387274] Re: Shifted printing with Brother MFC-260C

2010-03-29 Thread Andreas Modinos
*** This bug is a duplicate of bug 293832 ***
https://bugs.launchpad.net/bugs/293832

I think this bug's duplicate status is incorrect. While the symptoms of
bug 293832 fit, the problem didn't go away for the original reporter
(nor myself) before running the brprintconf utility.

I have filed a new report for this as bug 550764 and nominated it for
Lucid.

-- 
Shifted printing with Brother MFC-260C
https://bugs.launchpad.net/bugs/387274
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu (via bug 293832).

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


[Bug 545427] Re: If I change my nick, Empathy only highlights on the old one

2010-03-29 Thread Michael
And the upstream bug also contains a fix.

-- 
If I change my nick, Empathy only highlights on the old one
https://bugs.launchpad.net/bugs/545427
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 549552] Re: [lucid] solid colour BG is transparent

2010-03-29 Thread Chris Coulson
This really needs an extra checkbox in the Background tab of the profile
editor for me to make it behave the way that users expect. Subscribing
ubuntu-release

-- 
[lucid] solid colour BG is transparent
https://bugs.launchpad.net/bugs/549552
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 538849] Re: Uses 100% CPU

2010-03-29 Thread Bram Bonné
This still seems to be happening to me in Lucid.

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

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


[Bug 384439] Re: GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed

2010-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-desktop - 1:2.29.92-0ubuntu3

---
gnome-desktop (1:2.29.92-0ubuntu3) lucid; urgency=low

  * debian/patches/100_load_desired_settings.patch:
- Fix another case where gnome_rr_config_apply_from_filename_with_time
  can fail without setting a GError, and really fix LP: #384439
 -- Chris Coulson chris.coul...@canonical.com   Sat, 27 Mar 2010 23:54:00 
+

** Changed in: gnome-desktop (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
https://bugs.launchpad.net/bugs/384439
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 550796] [NEW] python-gtk2: missing CAPI

2010-03-29 Thread Matteo Landi
Public bug reported:

Yesterday I installed Ubuntu Lucid Lynx beta1 64bits: everything went fine 
except for the package python-gtk2 (I suppose).  If I open a python shell, and 
try to import the gtk module, I get the following error:
$ python
Python 2.6.5 (r265:79063, Mar 20 2010, 14:40:09)
[GCC 4.4.3] on linux2
Type help, copyright, credits or license for more information.
 import gtk
Traceback (most recent call last):
 File stdin, line 1, in module
 File /usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py, line 40, in 
module
   from gtk import _gtk
AttributeError: 'module' object has no attribute 'CAPI'

and this also happens for example, while trying to open the preferences dialog 
of ubuntuone:
$ ubuntuone-preferences
Traceback (most recent call last):
 File /usr/bin/ubuntuone-preferences, line 27, in module
   import gtk
 File /usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py, line 40, in 
module
   from gtk import _gtk
AttributeError: 'module' object has no attribute 'CAPI'

The same occurs while invoking ubuntu-bug (I needed to run apport-cli..).
Best regards.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: python-gtk2 2.17.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
Architecture: amd64
Date: Mon Mar 29 12:02:12 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.utf8
SourcePackage: pygtk

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


** Tags: amd64 apport-bug lucid

-- 
python-gtk2: missing CAPI
https://bugs.launchpad.net/bugs/550796
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 550796] Re: python-gtk2: missing CAPI

2010-03-29 Thread Matteo Landi

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42358335/Dependencies.txt

-- 
python-gtk2: missing CAPI
https://bugs.launchpad.net/bugs/550796
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 550795] [NEW] [Lucid] Keyboard layout settings are saved only until reboot

2010-03-29 Thread Divius
Public bug reported:

Binary package hint: gnome-control-center

Ubiquity (shame on it!) decided that my locale is Kongo. Now after
reboot Kongo layout is added to my layout list.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-control-center 1:2.29.92-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Mar 29 14:01:29 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center

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


** Tags: amd64 apport-bug lucid

-- 
[Lucid] Keyboard layout settings are saved only until reboot
https://bugs.launchpad.net/bugs/550795
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 550795] Re: [Lucid] Keyboard layout settings are saved only until reboot

2010-03-29 Thread Divius

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42358068/Dependencies.txt

-- 
[Lucid] Keyboard layout settings are saved only until reboot
https://bugs.launchpad.net/bugs/550795
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 538761] Re: the volume changed sound effects don't work on Ubuntu

2010-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-settings-daemon -
2.29.92-0ubuntu4

---
gnome-settings-daemon (2.29.92-0ubuntu4) lucid; urgency=low

  * debian/patches/16_use_synchronous_notifications.patch:
- Update so that volume change event sounds work correctly (LP: #538761)
 -- Chris Coulson chris.coul...@canonical.com   Sun, 28 Mar 2010 02:07:56 
+0100

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

-- 
the volume changed sound effects don't work on Ubuntu
https://bugs.launchpad.net/bugs/538761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 516520] Re: lucid lynx - login screen stuck in a loop

2010-03-29 Thread Tom Louwrier
Reinstalled ubuntu-desktop, rebooted.
Same behaviour as before: clicking on either my username or on the 'other user' 
bar leads to the login screen fading out and coming back within a second. 
Loop-di-loop...
The bar at the bottom of the screen is completely blank apart from the clock, 
so I can't choose any options for gnome to use.

Back to the workaround I described earlier (recovery mode  resume
normal boot  login  startx)

Tom

-- 
lucid lynx - login screen stuck in a loop
https://bugs.launchpad.net/bugs/516520
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 130289] Re: Encode any :, @ or / within the user and password field in proxy settings.

2010-03-29 Thread Jean-Baptiste Lallement
here is the patch for the gnome-terminal.

** Changed in: gnome-terminal (Ubuntu)
 Assignee: (unassigned) = Jean-Baptiste Lallement (jibel)

** Attachment added: gnome-terminal_2.29.6-0ubuntu6.debdiff
   http://launchpadlibrarian.net/42360119/gnome-terminal_2.29.6-0ubuntu6.debdiff

-- 
Encode any :, @ or / within the user and password field in proxy settings.
https://bugs.launchpad.net/bugs/130289
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 130289] Re: Encode any :, @ or / within the user and password field in proxy settings.

2010-03-29 Thread Jean-Baptiste Lallement
Note to sponsors, this is a group a 3 patches. the synaptic and gnome-
terminal patches make sense only if the apt patch is applied.

Thanks.

-- 
Encode any :, @ or / within the user and password field in proxy settings.
https://bugs.launchpad.net/bugs/130289
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 550581] Re: empathy forgets changing name for salut/local_xmpp account

2010-03-29 Thread Sebastien Bacher
** Changed in: empathy (Ubuntu)
   Importance: Undecided = Low

-- 
empathy forgets changing name for salut/local_xmpp account
https://bugs.launchpad.net/bugs/550581
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 550638] Re: no thumbnails in nautilus

2010-03-29 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

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

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


[Bug 550571] Re: evince

2010-03-29 Thread Sebastien Bacher
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: evince (Ubuntu)
   Importance: Undecided = Low

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

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

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


[Bug 367504] Re: Gnome-panel turns invisible

2010-03-29 Thread Sebastien Bacher
Closing the bug since that works correctly now

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete = Fix Released

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

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


[Bug 550605] Re: nautilus mouseover audio file feature fails to play file

2010-03-29 Thread Sebastien Bacher
not confirming the issue that works fine on my lucid

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

-- 
nautilus mouseover audio file feature fails to play file
https://bugs.launchpad.net/bugs/550605
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2010-03-29 Thread Ivanka Majic
** Also affects: ayatana-ubuntu
   Importance: Undecided
   Status: New

-- 
Resizing windows by grabbing window borders is difficult
https://bugs.launchpad.net/bugs/160311
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 550394] Re: Send file on facebook chat

2010-03-29 Thread Guillaume Desmottes
No, that's because Ubuntu uses telepathy-gabble 0.8.x which doesn't
implement the ContactCapabilites interface. If you use telepathy-gabble
0.9.x the file transfer menu item won't be sensitive for contacts not
supporting file transfer, including the Facebook ones.

-- 
Send file on facebook chat
https://bugs.launchpad.net/bugs/550394
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 550569] Re: empathy tries to import from pidgin and fails. Edit Accounts continuoustly brings up wizard/assistant

2010-03-29 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

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

-- 
empathy tries to import from pidgin and fails. Edit  Accounts continuoustly 
brings up wizard/assistant
https://bugs.launchpad.net/bugs/550569
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 550516] Re: Circle of friends logo is too light on default GDM theme

2010-03-29 Thread Sebastien Bacher
** Package changed: gdm (Ubuntu) = ubuntu-mono (Ubuntu)

-- 
Circle of friends logo is too light on default GDM theme
https://bugs.launchpad.net/bugs/550516
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 550508] Re: panel not responding

2010-03-29 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Package changed: nautilus (Ubuntu) = gnome-panel (Ubuntu)

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

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

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

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


[Bug 538849] Re: Uses 100% CPU

2010-03-29 Thread Klaus Doblmann
Same here!

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

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


[Bug 424764] Re: gnome-display-properties applet does not detect PlugAndPlay events

2010-03-29 Thread Sebastien Bacher
Thank you for sending the bug to GNOME

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

** Changed in: gnome-control-center (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
gnome-display-properties applet does not detect PlugAndPlay events
https://bugs.launchpad.net/bugs/424764
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 550486] Re: Monitor preferences doesn't identify HDMI monitor correctly.

2010-03-29 Thread Sebastien Bacher
thank you for your bug report, is the issue with the label or with
actual screen resolution and settings?

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

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

-- 
Monitor preferences doesn't identify HDMI monitor correctly.
https://bugs.launchpad.net/bugs/550486
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 550361] Re: gvfsd-smb uses 100% cpu

2010-03-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 530605 ***
https://bugs.launchpad.net/bugs/530605

thank you for your bug report, it is the same issue than bug #530605 and
due to libgnome-keyring

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

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

** This bug has been marked a duplicate of bug 530605
   gvfs-mount doesn't always work. gvfsd-smb starts using 100% cpu.

** This bug is no longer a duplicate of bug 530605
   gvfs-mount doesn't always work. gvfsd-smb starts using 100% cpu.

** This bug has been marked a duplicate of bug 530605
   gvfs-mount doesn't always work. gvfsd-smb starts using 100% cpu.

-- 
gvfsd-smb uses 100% cpu
https://bugs.launchpad.net/bugs/550361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 550359] Re: top panel cannot be resized to 22px due to 'menu bar'

2010-03-29 Thread Sebastien Bacher
** Package changed: gnome-applets (Ubuntu) = gnome-panel (Ubuntu)

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

** Package changed: gnome-panel (Ubuntu) = gnome-applets (Ubuntu)

** Package changed: gnome-applets (Ubuntu) = gnome-panel (Ubuntu)

-- 
top panel cannot be resized to 22px due to 'menu bar'
https://bugs.launchpad.net/bugs/550359
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 550318] Re: Bug installer Lucid Lynx

2010-03-29 Thread Sebastien Bacher
** Package changed: nautilus (Ubuntu) = ubiquity (Ubuntu)

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

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


[Bug 550226] Re: gvfs-ftpd uses 100% of the CPU

2010-03-29 Thread Sebastien Bacher
thank you for your bug report, could be the same issue than bug #530605,
do you get the bug only when using the keyring?


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

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

-- 
gvfs-ftpd uses 100% of the CPU
https://bugs.launchpad.net/bugs/550226
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 550198] Re: LVM bugs in Grub2 (Ubuntu 10.04 B1)

2010-03-29 Thread Sebastien Bacher
reassign to grub2 that's not a gnome-control-center issue

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

-- 
 LVM bugs in Grub2 (Ubuntu 10.04 B1)
https://bugs.launchpad.net/bugs/550198
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 550006] Re: Open with Other Application shows duplicates of available applications

2010-03-29 Thread Sebastien Bacher
the issue is that those software ship several desktop entries with the
same title, that's not a bug in nautilus

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

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: nautilus (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
Open with Other Application shows duplicates of available applications
https://bugs.launchpad.net/bugs/550006
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 549654] Re: no keyboard indicator applet

2010-03-29 Thread Sebastien Bacher
there is a wishlist request on gnome-settings-daemon to have it optional
too

-- 
no keyboard indicator applet
https://bugs.launchpad.net/bugs/549654
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 546285] Re: Lucid does not detect HUAWEI 3G USB dongle.

2010-03-29 Thread Sebastien Bacher
** Package changed: gdm (Ubuntu) = ubuntu

** Package changed: ubuntu = network-manager (Ubuntu)

-- 
Lucid does not detect HUAWEI 3G USB dongle.
https://bugs.launchpad.net/bugs/546285
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 545825] Re: weather applet spelling error on prefs screen

2010-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-applets - 2.30.0-0ubuntu1

---
gnome-applets (2.30.0-0ubuntu1) lucid; urgency=low

  * New upstream release:
- gswitchit:
  + Build a null keyboard indicator applet so that it can be properly
removed from the panel configuration on upgrade.
- Weather applet:
  + Fix mnemonics for Find Next button (LP: #545825)
  + Fix format security warning (closes bug #610950)
- Invest applet:
  + Use network-manager to refresh on network connect (LP: #323113)
  + Fix two spelling errors (closes bug #579607)
- Updated translations
  * debian/patches/86_deprecate_battstatus.patch: refreshed
  * debian/patches/87_deprecate_modemlights.patch: refreshed
  * removed debian/patches/89_deprecate_gswitchit.patch: upstreamed
  * debian/patches/98_autoreconf.patch: refreshed
 -- Didier Roche didro...@ubuntu.com   Mon, 29 Mar 2010 12:53:43 +0200

** Branch linked: lp:~ubuntu-desktop/gnome-applets/ubuntu

** Changed in: gnome-applets (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
weather applet spelling error on prefs screen
https://bugs.launchpad.net/bugs/545825
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 411006] Re: GNOME's Documentation navigation bar overlaps content

2010-03-29 Thread Didier Roche
Fixed since 1.11 release

** Changed in: gtk-doc (Ubuntu)
   Status: Triaged = Fix Released

-- 
GNOME's Documentation navigation bar overlaps content
https://bugs.launchpad.net/bugs/411006
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 323113] Re: invest applet lacks network-manager integration

2010-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-applets - 2.30.0-0ubuntu1

---
gnome-applets (2.30.0-0ubuntu1) lucid; urgency=low

  * New upstream release:
- gswitchit:
  + Build a null keyboard indicator applet so that it can be properly
removed from the panel configuration on upgrade.
- Weather applet:
  + Fix mnemonics for Find Next button (LP: #545825)
  + Fix format security warning (closes bug #610950)
- Invest applet:
  + Use network-manager to refresh on network connect (LP: #323113)
  + Fix two spelling errors (closes bug #579607)
- Updated translations
  * debian/patches/86_deprecate_battstatus.patch: refreshed
  * debian/patches/87_deprecate_modemlights.patch: refreshed
  * removed debian/patches/89_deprecate_gswitchit.patch: upstreamed
  * debian/patches/98_autoreconf.patch: refreshed
 -- Didier Roche didro...@ubuntu.com   Mon, 29 Mar 2010 12:53:43 +0200

** Branch linked: lp:~ubuntu-desktop/gnome-applets/ubuntu

** Changed in: gnome-applets (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
invest applet lacks network-manager integration
https://bugs.launchpad.net/bugs/323113
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 550825] [NEW] Recommend a grace timeout between blanking and locking the screen

2010-03-29 Thread Dave Martin
Public bug reported:

Binary package hint: gnome-screensaver

On armel, the screensaver is not shown by default and instead the screen
locks immediately when gnome-screensaver's timeout fires.

This means that you get no chance to avoid entering your password,
whereas if the screensaver were to be shown you would be able to press a
key or wiggle the mouse to avoid the screen locking.  This is especially
annoying if it occurs during passive activities such as reading a
document or web page for example.

For the armel default configuration, it could make sense to blank the
screen for a short period before locking it so the user has a chance to
respond.

I don't know to what extent this applies to other architectures.

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


** Tags: armel

-- 
Recommend a grace timeout between blanking and locking the screen
https://bugs.launchpad.net/bugs/550825
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 549552] Re: [lucid] solid colour BG is transparent

2010-03-29 Thread Martin Pitt
The new radio button would be for providing a way to switch back to the
system/theme default transparency. However, such a button is not
provided by most other dialogs/apps either, so I see that rather as a
new and independent feature, than a necessary preliminary to fix this
bug. The theme could just provide the default slider position and radio
button ('transparent bg'), and the user can customize it as usual.

If I got that wrong, can you please give more details about make it
behave the way that users expect? Thanks!

-- 
[lucid] solid colour BG is transparent
https://bugs.launchpad.net/bugs/549552
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 550354] Re: gtk-doc-tools 1.13 is in the archive but only 1.11 is available

2010-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk-doc - 1.14-0ubuntu1

---
gtk-doc (1.14-0ubuntu1) lucid; urgency=low

  * New upstream release
   - 593282 : Append quot; _struct quot; prefix to every struct name
   - 599514 : sane support for per-page images
   - 604892 : checks fail
   - 613611 : parameter descriptions with annotations truncated at first \n
   - 115531 : add short description to index entries
   - 165425 : gtk-doc fails to parse unions
   - 512155 : gets confused by multiline typedef
   - 568711 : undocumented enum values are not reported
   - 590602 : secondly running gtkdoc-mkdb will generate DOCTYPE missing XML
 files
   - 590625 : $(DOC_MODULE)-overrides.txt is required by quot; make dist quot;
   - 591975 : Section_Id always embeds a trailing newline
   - 604885 : Fix the use of gtkdocize --flavour option
   - 604992 : gtkdoc-fixxref broken link warning is broken for functions
   - 604995 : Syntax error in gtkdoc-mkman
   - 604998 : Check for syntax errors in the test suite
   - 605052 : put class structs to the generated section file
   - 605211 : Many build failures with gtk-doc 1.13
   - 605281 : Add quot; Since quot; and quot; Deprecated quot; tag to
 function example
   - 605285 : Add lt; keycap gt; and lt; keycombo gt; example
   - 605289 : Some documentation improvements
   - 605452 : Added more info to quot; Documenting symbols quot; sectio
   - 605564 : Env var equivalent to --flavour=no-tmpl
   - 606661 : XInclude error while gnerating documentation
   - 607445 : gtk-doc does not support long double as returned value type
   - 607531 : Execute system() calls in subshells to ease debugging
   - 609062 : [All-langs] [gtk-doc] Translated *.po files not available within
 ~/po directory
   - 609194 : sort interface implementers
   - 610255 : Self-test failure in git as of 2010-02-17: FAIL: gobject.sh
   - 610257 : Patch to make GTK-DOC notice functions/variables with 'signed'
 prototypes
   - 611848 : gtk-doc produces invalid DocBook markup if the SECTION ends with a
 tag that cannot be nested inside lt; para gt;
  * debian/control.in:
- drop optional highlight build-dep (in universe, as well as
  libsource-highlight-dev alternative) (LP: #550354)
  * removed debian/patches/01_syntax_error.patch: upstreamed
  * removed debian/patches/02_fixxref_fix_backwards_compatibility.patch:
available upstream
  * removed debian/patches/03_gtkdoc-scan_touch_MODULE-overrides.txt.patch:
available upstream
  * revmoed debian/patches/50_shell-errors.patch: upstreamed
 -- Didier Roche didro...@ubuntu.com   Mon, 29 Mar 2010 13:02:48 +0200

** Changed in: gtk-doc (Ubuntu)
   Status: New = Fix Released

-- 
gtk-doc-tools 1.13 is in the  archive but only 1.11 is available
https://bugs.launchpad.net/bugs/550354
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk-doc in ubuntu.

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


[Bug 532633] Re: [Master] Window Control buttons: position/order/alignment

2010-03-29 Thread Pako
I think I went too far with my comments and I really sorry, Mr. Visser,
specifically apologize to you because I think you're older than me, so
respect to you is even greater. At the end I think we got great respect
by Ubuntu as always and I think that finally the passions around this
bug is calmed down. From this point of view I'm sorry once again for
most of my comments. I think we contributed much for the progress of
Ubuntu and Ubuntu will deliver back to as such a wonderful OS as always
did. I wish you best to all.

-- 
[Master] Window Control buttons: position/order/alignment
https://bugs.launchpad.net/bugs/532633
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 548853] Re: sound applet has disapeared from top panel

2010-03-29 Thread Sebastien Bacher
thank you for your bug report, what version of ubuntu do you use , did
you change something to get the issue there, is indicator-sound
installed and the indicator applet in your configuration? does it work
in a guest session or not?

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

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

-- 
sound applet has disapeared from top panel
https://bugs.launchpad.net/bugs/548853
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 550830] [NEW] indicator applet opens multiple windows for contacts and mail

2010-03-29 Thread frederik.nnaji
Public bug reported:

Binary package hint: evolution

evolution's integration into the indicator applet is a welcome step, as 
everyone i ask agrees.
problem is: when i choose mail from the indicator applet drop-down menu, it 
opens the overall window of evolution, regardless whether there is already an 
open evolution window for e.g. contacts or tasks.

more confusing is the fact that, considering contacts and chat share
the same drop-down menu column, selecting contacts does not reveal the
chat contacts. this is inconsistent with what that menu entry is
currently indicating to the intuitively navigating user..

solution could be, adding support for importing contacts from the chat app.
pidgin-contacts are already suported
system wide contact sharing for authorized applications would be the next step 
as proposed by the people-project, if the name contact list above empathy's 
contact list should not confuse the user.

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

-- 
indicator applet opens multiple windows for contacts and mail
https://bugs.launchpad.net/bugs/550830
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 550825] Re: Recommend a grace timeout between blanking and locking the screen

2010-03-29 Thread Chris Coulson
This is already the case, as the screensaver fades out gradually. Are
you not seeing the fade on armel?

-- 
Recommend a grace timeout between blanking and locking the screen
https://bugs.launchpad.net/bugs/550825
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 545825] Re: weather applet spelling error on prefs screen

2010-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gnome-applets

-- 
weather applet spelling error on prefs screen
https://bugs.launchpad.net/bugs/545825
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 323113] Re: invest applet lacks network-manager integration

2010-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gnome-applets

-- 
invest applet lacks network-manager integration
https://bugs.launchpad.net/bugs/323113
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 549932] Re: Main Menu applet scrolling broken

2010-03-29 Thread Sebastien Bacher
*** This bug is a duplicate of bug 548652 ***
https://bugs.launchpad.net/bugs/548652

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Package changed: gnome-applets (Ubuntu) = gtk+2.0 (Ubuntu)

** Changed in: gtk+2.0 (Ubuntu)
   Importance: Undecided = Low

** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 548652
   menu mouse-scrolling broken, when themes enable gtk-auto-mnemonics

-- 
Main Menu applet scrolling broken
https://bugs.launchpad.net/bugs/549932
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 549740] Re: Appearance properties searches for driver every time

2010-03-29 Thread Sebastien Bacher
the issue is a jockey and duplicate one

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

-- 
Appearance properties searches for driver every time
https://bugs.launchpad.net/bugs/549740
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 459940] Re: Launching totem when frei0r-plugins is installed shows: Could not load classifier cascade

2010-03-29 Thread Sebastien Bacher
the issue is not a totem one

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

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

-- 
Launching totem when frei0r-plugins is installed shows: Could not load 
classifier cascade
https://bugs.launchpad.net/bugs/459940
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 253167] Re: Rhythmnbox sort by Album Artist for guest/compilations

2010-03-29 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would
be nice if somebody having it could send the bug the to the people
writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

-- 
Rhythmnbox sort by Album Artist for guest/compilations
https://bugs.launchpad.net/bugs/253167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 534194] Re: nautilus crashed with SIGSEGV in start_thread()

2010-03-29 Thread Alan Sease
Occurred during log in.

-- 
nautilus crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/534194
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 550730] Re: png pictures on ipod are not displayed

2010-03-29 Thread Angel Abad
** Bug watch added: GNOME Bug Tracker #614242
   https://bugzilla.gnome.org/show_bug.cgi?id=614242

** Changed in: rhythmbox
   Importance: Undecided = Unknown

** Changed in: rhythmbox
   Status: New = Unknown

** Changed in: rhythmbox
 Remote watch: None = GNOME Bug Tracker #614242

-- 
png pictures on ipod are not displayed
https://bugs.launchpad.net/bugs/550730
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 543892] Re: Clicking Create Audio CD does nothing

2010-03-29 Thread Pedro Villavicencio
Upstream said this is a brasero bug thus reassigning.

** Package changed: rhythmbox (Ubuntu Lucid) = brasero (Ubuntu Lucid)

-- 
Clicking Create Audio CD does nothing
https://bugs.launchpad.net/bugs/543892
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 544917] Re: *** glibc detected *** gedit: free(): invalid pointer: 0x04bd184e ***

2010-03-29 Thread Pedro Villavicencio
comment from upstream:

That completion plugin has not been updated to the latest api changes: it
should be modified to return duplicated strings instead of pointers to internal
memory. This is the cause of the memory corruption and the crash. 

Closing the bug, the problem is on the plugin side.

** Changed in: gedit (Ubuntu)
   Status: Triaged = Invalid

-- 
*** glibc detected *** gedit: free(): invalid pointer: 0x04bd184e *** 
https://bugs.launchpad.net/bugs/544917
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

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


Re: [Bug 548853] Re: sound applet has disapeared from top panel

2010-03-29 Thread clive littlewood
Hi
Thanks for responding.

I am using Lucid beta.

Indicator sound is installed and I have re-installed notification area  
 from add to panel

I now have a sound applet, but it is the old applet with vertical mute,  
not the awesome new one 

I can put up with this situation and I am sure that I will install lucid  
again after release.

If nobody else has reported this bug then I would assume I have done  
something to create this.

Thanks again

Clive


On Mon, 29 Mar 2010 13:12:24 +0200, Sebastien Bacher seb...@ubuntu.com  
wrote:

 thank you for your bug report, what version of ubuntu do you use , did
 you change something to get the issue there, is indicator-sound
 installed and the indicator applet in your configuration? does it work
 in a guest session or not?

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

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



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

-- 
sound applet has disapeared from top panel
https://bugs.launchpad.net/bugs/548853
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 544450] Re: drill down + symbols on main screen are on the wrong side

2010-03-29 Thread Angel Abad
** Bug watch added: GNOME Bug Tracker #614245
   https://bugzilla.gnome.org/show_bug.cgi?id=614245

** Changed in: rhythmbox
   Importance: Undecided = Unknown

** Changed in: rhythmbox
   Status: New = Unknown

** Changed in: rhythmbox
 Remote watch: None = GNOME Bug Tracker #614245

-- 
drill down + symbols on main screen are on the wrong side
https://bugs.launchpad.net/bugs/544450
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


  1   2   3   4   5   6   7   >