[Bug 309349] Re: gnome-power-manager dosen't enable battery power low notice and action in ubuntu 8.04.1

2009-02-01 Thread m45smg

** Attachment added: gnome-power-bugreport.sh
   http://launchpadlibrarian.net/21870602/%20gnome-power-bugreport-sh

-- 
gnome-power-manager dosen't enable battery power low notice and action in 
ubuntu 8.04.1
https://bugs.launchpad.net/bugs/309349
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 309349] Re: gnome-power-manager dosen't enable battery power low notice and action in ubuntu 8.04.1

2009-02-01 Thread m45smg

** Attachment added: hal-find-by-capability --capability battery | xargs -n 
1 hal-device
   
http://launchpadlibrarian.net/21870612/hal-find-by-capability-capability-battery-xargs-n-1-hal-device

-- 
gnome-power-manager dosen't enable battery power low notice and action in 
ubuntu 8.04.1
https://bugs.launchpad.net/bugs/309349
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 323665] [NEW] Jaunty Xubuntu installation fails at 85% Select and install software - 'post-installation trigger python-support'

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

Binary package hint: debian-installer

RELEASE: Xubuntu Jaunty 9.04 Development Version dated 01-31-2009
CD VARIANT: Alternate CD for both amd64 and i386
ISO BUILD: jaunty-alternate-i386.iso and jaunty-alternate-amd64.iso

SYMPTOMS:
Xubuntu installing from daily iso image, both 'jaunty-alternate-i386.iso' and 
'jaunty-alternate-amd64.iso' fail at the same point. Installation proceeds 
normally to Select and install software; at 85%, 'post-installation trigger 
python-support' gives a failure. Any attempts to continue the installation fail 
from this point. I have not even been able to install the grub after this 
failure. 

This is happening in VirtualBox and on hardware installations.

Attaching logs from the hardware installation failure.

STEPS TO REPRODUCE:
1. Download daily image from http://cdimages.ubuntu.com/xubuntu/daily/current/
2. Burn the ISO
3. Install from the cd or ISO image
4. Fails at 85% of Select and install software

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


** Tags: iso-testing jaunty xubuntu
-- 
Jaunty Xubuntu installation fails at 85% Select and install software - 
'post-installation trigger python-support'
https://bugs.edge.launchpad.net/bugs/323665
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gamin in ubuntu.

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


[Bug 323137] Re: Copying to ipod files with large names

2009-02-01 Thread Juan Carlos Inostroza
Hi Pedro,

here's some output of the command provided. The log is not complete, I'm
having some issues with my ipod (I/O errors, not related to Ubuntu nor
MSI), but have some lines revealing part of the problem.

Kind regards.


** Attachment added: rhythmbox debug log
   http://launchpadlibrarian.net/21870639/rhythmbox-debug.txt

-- 
Copying to ipod files with large names
https://bugs.launchpad.net/bugs/323137
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 323665] Re: Jaunty Xubuntu installation fails at 85% Select and install software - 'post-installation trigger python-support'

2009-02-01 Thread Colin Watson
A failure at this point is due to uninstallable packages; unless we're
actively calling for testing for some kind of milestone release or
whatever, it's usually best to wait a day or two to see if it goes away,
as this is often due to transient build problems.

Reassigning to gamin just in case any manual attention needs to be paid
to this.

Jan 31 18:02:31 in-target: The following packages have unmet dependencies:
Jan 31 18:02:31 in-target:   gamin: Conflicts: fam but 2.7.0-13.3ubuntu1 is to 
be installed
Jan 31 18:02:31 in-target:   libgamin0: Conflicts: libfam0
Jan 31 18:02:31 in-target:  Conflicts: libfam0c102
Jan 31 18:02:31 in-target: E:
Jan 31 18:02:31 in-target: Broken packages

** Changed in: gamin (Ubuntu)
Sourcepackagename: debian-installer = gamin

-- 
Jaunty Xubuntu installation fails at 85% Select and install software - 
'post-installation trigger python-support'
https://bugs.launchpad.net/bugs/323665
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gamin in ubuntu.

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


[Bug 323852] [NEW] hibernate/suspend doesn't work without root privileges

2009-02-01 Thread Ivan Zorin
Public bug reported:

Binary package hint: gnome-power-manager

I use Ubuntu Jaunty with latest updates.
Problem: hibernate/suspend doesn't work via gnome menu or gnome-power-cmd.sh 
command
Steps to reproduce:
1. power on your system.
2. log in
3. open some window
4. Run Menu - Shut Down... - Hibernate/Suspend
What should happens: system should be hibernated/suspended
What happens: screen just locks

As far as I know, these commands also can be executed via gnome-power-cmd.sh 
command, so here log of this commands:
 gnome-power-cmd.sh suspend
Suspending
*here lock screen happens*
Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible 
causes include: the remote application did not send a reply, the message bus 
security policy blocked the reply, the reply timeout expired, or the network 
connection was broken.
Failed
 gnome-power-cmd.sh hibernate
Hibernating
*here lock screen happens*
Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible 
causes include: the remote application did not send a reply, the message bus 
security policy blocked the reply, the reply timeout expired, or the network 
connection was broken.
Failed
 

Possible solution:
hibernate/suspend system via pm-utils like this:
sudo(!) pm-hibernate or sudo(!) pm-suspend - without root privileges these 
commands won't run; it's a possible solution, but it has at least two 
inconvenient moments:
1. you must run it from terminal (so, you can't binding this action at some key 
- for example, at power button)
2. you must type your password each time for hibernate/suspend, which pretty 
annoying

P.S. I've tested it at asus eeepc 901, if this significance.
P.P.S. I don't exclude, that only me have this issue, but, however, it's very 
strange issue, so, if you have any clues about this, welcome - i will be very 
appreciate for any useful information about this.

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

-- 
hibernate/suspend doesn't work without root privileges
https://bugs.launchpad.net/bugs/323852
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 323665] Re: Jaunty Xubuntu installation fails at 85% Select and install software - 'post-installation trigger python-support'

2009-02-01 Thread Colin Watson
Actually, the problem is that the recent thunar merge apparently dropped
the long-standing Ubuntu change to build-depend on libgamin-dev instead
of libfam-dev and drop the build-conflicts on libgamin-dev. This
resulted in libthunar-vfs-1-2 depending on libfam0 rather than
libgamin0, making the xubuntu-desktop task uninstallable.

** Changed in: thunar (Ubuntu)
Sourcepackagename: gamin = thunar

** Changed in: thunar (Ubuntu)
   Importance: Undecided = High
   Status: New = Triaged

-- 
Jaunty Xubuntu installation fails at 85% Select and install software - 
'post-installation trigger python-support'
https://bugs.launchpad.net/bugs/323665
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gamin in ubuntu.

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


[Bug 323827] Re: Cannot connect to an internet radio station. Says I need a text/html decoder. Radio station url is: http://www.waus.org/player-28.html

2009-02-01 Thread Andreas Olsson
Are you sure about http://www.waus.org/player-28.html being the URL to
the actual audio stream? To me it looks more like some kind of web based
player, require an unknown plugin.

Looking at www.waus.org I did find the url
mms://livestream.andrews.edu/waus-28 which does point to an audio
stream.

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

-- 
Cannot connect to an internet radio station. Says I need a text/html decoder. 
Radio station url is: http://www.waus.org/player-28.html
https://bugs.launchpad.net/bugs/323827
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 277203] Re: gnome-sound-properties setting to disable login sound not honored

2009-02-01 Thread ABE3K
I've finally solved this issue, it seems that it is somehow  connected to the 
gnome window manager being set to metacity.
I was able to customize the sound effects by deleting this folder:

~/.gconf/desktop/gnome/applications/window_manager

then logging out and back in again and now everything is back to normal.

this is what changed in my case 
in the %gconf.xml file

?xml version=1.0?
gconf
entry name=current mtime=1233465282 type=string
stringvalue/usr/bin/metacity/stringvalue
/entry
entry name=default mtime=1211261856 type=string
stringvalue/usr/bin/metacity/stringvalue
/entry
/gconf


was changed to :


?xml version=1.0?
gconf
entry name=current mtime=1233466103 type=string
stringvalue/usr/bin/compiz/stringvalue
/entry
entry name=default mtime=1233466103 type=string
stringvalue/usr/bin/compiz/stringvalue
/entry
/gconf


I hope this helps someone !

-- 
gnome-sound-properties setting to disable login sound not honored
https://bugs.launchpad.net/bugs/277203
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 323716] Re: A text/html decoder plugin is required

2009-02-01 Thread Andreas Olsson
I used a web browser to visit that link you provided. It only redirects
to a login page. I guess you are already logged in, and sees something
else.

Yet, are you sure they provide an audio stream which can be played in a
stand alone music player, like rhytmbox? Or do they only have some kind
of web based player?

-- 
A text/html decoder plugin is required
https://bugs.launchpad.net/bugs/323716
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 323570] Re: can't play avi video Movie player closes

2009-02-01 Thread Fergal
Yes both are installed
Thanks for the interest

-- 
can't play avi video Movie player closes
https://bugs.launchpad.net/bugs/323570
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 296451] Re: gnome-power-manager needs several minutes to load at startup

2009-02-01 Thread Jonas
I can confirm this on a AOA 110 with Xubuntu 8.10. The workaround works
fine. I noticed a large rectangle shaped box about 3 by 5 cm (h x w)
that freezes a few seconds after the power cord is disconnected and also
when its connected. It stays for a few minutes. The box keeps displaying
whatever was displayed when it froze.

I am not running the standard kernel but instead Array's 2.6.27-8-eeepc.

-- 
gnome-power-manager needs several minutes to load at startup
https://bugs.launchpad.net/bugs/296451
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 323570] Re: can't play avi video Movie player closes

2009-02-01 Thread Jonas
Does this problem occur with all avi files or just a few? Can you
reproduce the error in mplayer?

-- 
can't play avi video Movie player closes
https://bugs.launchpad.net/bugs/323570
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 323555] Re: Totem play WMV p.c. stop working

2009-02-01 Thread Jonas
So what packages/codecs are installed? w32codecs? totem-xine? totem-
plugins?

Does this happen with all avi and wmv files or just a few?

-- 
Totem play WMV p.c. stop working
https://bugs.launchpad.net/bugs/323555
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 315281] Re: Workspaces applet does not allow switching of workspaces when Desktop Wall in Compiz is not enabled

2009-02-01 Thread OptimusHippo
I first experienced the problem with Ubuntu 8.10. I'm not sure when I
last did a fresh install, over a year at least. I don't know how to
reproduce the bug except for the way mentioned in my first post.

-- 
Workspaces applet does not allow switching of workspaces when Desktop Wall in 
Compiz is not enabled
https://bugs.launchpad.net/bugs/315281
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 323872] Re: TOTEM DOSENT READ LEGENDS IN THE DVDS MOVIES

2009-02-01 Thread CARLOS

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

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

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

-- 
TOTEM DOSENT READ LEGENDS IN THE DVDS MOVIES
https://bugs.launchpad.net/bugs/323872
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 287811] Re: Emptying Trash Fails with 'Error while expunging folder'

2009-02-01 Thread bass
Sadly, the problem came back again... also, I ended up with a lot of
duplicate messages being downloaded, including a lot of the junk that I
had to work so hard to delete once already. So, this fix is actually by
not sufficient.

-- 
Emptying Trash Fails with 'Error while expunging folder'
https://bugs.launchpad.net/bugs/287811
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 323920] Re: Rhythmbox start in pause mode and will not play any song

2009-02-01 Thread omrgrc

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

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

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

-- 
Rhythmbox start in pause mode and will not play any song
https://bugs.launchpad.net/bugs/323920
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 323866] Re: gnome-screensaver takes 100% cpu time

2009-02-01 Thread Laurent Bigonville

** Attachment added: strace
   http://launchpadlibrarian.net/21872319/gnome-screensaver

** Attachment removed: strace

   http://launchpadlibrarian.net/21872319/gnome-screensaver

-- 
gnome-screensaver takes 100% cpu time
https://bugs.launchpad.net/bugs/323866
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 323235] Re: totem crashes immediately

2009-02-01 Thread Nikolaus Filus
** Bug watch added: GNOME Bug Tracker #570087
   http://bugzilla.gnome.org/show_bug.cgi?id=570087

** Also affects: totem via
   http://bugzilla.gnome.org/show_bug.cgi?id=570087
   Importance: Unknown
   Status: Unknown

-- 
totem crashes immediately
https://bugs.launchpad.net/bugs/323235
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


RE: [Bug 323570] Re: can't play avi video Movie player closes

2009-02-01 Thread Fergal
In all avi files. Mplayer simply disappears.
I'm considering install Ubuntu 8.04 instead of 8.10 as I'm having some issues 
with it. Windows vista media players are working fine

-Mensaje original-
De: boun...@canonical.com [mailto:boun...@canonical.com] En nombre de Jonas
Enviado el: domingo, 01 de febrero de 2009 12:47
Para: fergaldor...@gmail.com
Asunto: [Bug 323570] Re: can't play avi video Movie player closes

Does this problem occur with all avi files or just a few? Can you
reproduce the error in mplayer?

-- 
can't play avi video Movie player closes
https://bugs.launchpad.net/bugs/323570
You received this bug notification because you are a direct subscriber
of the bug.

Status in “totem” source package in Ubuntu: New

Bug description:
Binary package hint: totem

Ubuntu 8.10
Installed on Dell Inspiron 6400
Movie player crashes closes when trying to see .avi video

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.24.3-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.27-11-generic i686

-- 
can't play avi video Movie player closes
https://bugs.launchpad.net/bugs/323570
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 323946] [NEW] dont' show codec dialog at startup

2009-02-01 Thread Pavol Klačanský
Public bug reported:

dist: jaunty
version of rhythmbox: 0.11.6svn20090108-0ubuntu1

hallo, on ever sturtup there is occured search codec dialog, but there
aren't neither codexs to install

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

-- 
dont' show codec dialog at startup
https://bugs.launchpad.net/bugs/323946
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 323833] Re: Gedit vanished

2009-02-01 Thread Pedro Villavicencio
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
instuctions to have apport report a new bug about your crash that can be
dealt with by the automatic retracer.

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.

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: gedit (Ubuntu)
   Status: New = Invalid

-- 
Gedit vanished
https://bugs.launchpad.net/bugs/323833
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


[Bug 204202] Re: Ctrl+Z in Terminal doesn't work with dvorak layout

2009-02-01 Thread Pedro Villavicencio
fixed upstream ,thanks for reporting.

** Changed in: gnome-terminal (Ubuntu)
   Status: Triaged = Fix Committed

-- 
Ctrl+Z in Terminal doesn't work with dvorak layout
https://bugs.launchpad.net/bugs/204202
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 120402] Re: ctrl+x closes the window

2009-02-01 Thread Pedro Villavicencio
fixed upstream, thanks for reporting.

** Changed in: gtk+2.0 (Ubuntu)
   Status: Triaged = Fix Committed

-- 
ctrl+x closes the window
https://bugs.launchpad.net/bugs/120402
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 23244] Re: keyboard shortcut mixed when using several keymaps

2009-02-01 Thread Pedro Villavicencio
fixed upstream thanks for reporting.

** Changed in: gtk+2.0 (Ubuntu)
   Status: Triaged = Fix Committed

-- 
keyboard shortcut mixed when using several keymaps
https://bugs.launchpad.net/bugs/23244
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 138006] Re: Memory leak in Run Application dialog

2009-02-01 Thread Martin Mai
I can not reproduce this with Intrepid (gnome-panel 2.24.1-0ubuntu2.2).
Seems liike this specific leak has been fixed. Is anyone still getting
this?

-- 
Memory leak in Run Application dialog
https://bugs.launchpad.net/bugs/138006
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 323864] [NEW] gnome-volume-control does not list virtual sinks

2009-02-01 Thread tvst
Public bug reported:

Binary package hint: gnome-media

The new gnome-volume-control in Jaunty does not list virtual Pulseaudio
sinks in the output tab of the  sound preferences dialog.
Additionally, if a virtual sink is selected as default using the
pavucontrol application, then the output volume slider in that dialog
is disabled.

In my case, my virtual sink is a LADSPA plugin that works as a system-
wide equalizer. It is initialized at the end of my
/etc/pulseaudio/default.pa, like so:

.nofail
load-module module-ladspa-sink sink_name=equalized_out 
master=alsa_output.pci_8086_284b_sound_card_0_alsa_playback_0 plugin=mbeq_1197 
label=mbeq control=-2,-2,-1,-1,0,0,0,0,1,1,2,3,4,5,5
.fail

(This is under Gnome 2.25.5)

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

** Description changed:

  Binary package hint: gnome-media
  
- The new gnome-volume-control (GVC) in Jaunty does not list virtual
- Pulseaudio sinks in the output tab. Additionally, if a virtual sink is
- selected as default using the pavucontrol application, then the output
- volume slider in GVC's sound preferences dialog is disabled.
+ The new gnome-volume-control in Jaunty does not list virtual Pulseaudio
+ sinks in the output tab of the  sound preferences dialog.
+ Additionally, if a virtual sink is selected as default using the
+ pavucontrol application, then the output volume slider in that dialog
+ is disabled.
  
  In my case, my virtual sink is a LADSPA plugin that works as a system-
  wide equalizer. It is initialized at the end of my
  /etc/pulseaudio/default.pa, like so:
  
  .nofail
  load-module module-ladspa-sink sink_name=equalized_out 
master=alsa_output.pci_8086_284b_sound_card_0_alsa_playback_0 plugin=mbeq_1197 
label=mbeq control=-2,-2,-1,-1,0,0,0,0,1,1,2,3,4,5,5
  .fail
  
  (This is under Gnome 2.25.5)

-- 
gnome-volume-control does not list virtual sinks
https://bugs.launchpad.net/bugs/323864
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-media in ubuntu.

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


[Bug 323930] Re: Nautilus - Loosing Notes

2009-02-01 Thread mike Poirier

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

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

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

-- 
Nautilus - Loosing Notes
https://bugs.launchpad.net/bugs/323930
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 323699] Re: Terminal crashes on emacs exit

2009-02-01 Thread Lars Ljung
Thank you for your bug report. I'm not sure if I understand your
explanation. If you run the command emacs it's normal behaviour that
the terminal doesn't respond to new commands until you exit Emacs. But
if you run emacs  the terminal will accept more commands while Emacs
is running.

Is this a problem even after you have quit Emacs?

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

-- 
Terminal crashes on emacs exit
https://bugs.launchpad.net/bugs/323699
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 323930] [NEW] Nautilus - Loosing Notes

2009-02-01 Thread mike Poirier
Public bug reported:

Binary package hint: nautilus

This is for Nautilus File Manager.

Many of my files have lost their attached notes. (These are the one kept in XML 
by nautilus' Metadata) 
I have notes on most of my files, and now most are gone.

This is an urgent matter.
It is a very useful feature. It would be nice to rely on it.
It took a lot of efforts to make those file notes.


Nautilus: 2.22.5.1
Description:Ubuntu 8.04.2
Release:8.04

ProblemType: Bug
Architecture: i386
Date: Sun Feb  1 07:29:25 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.22.5.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.24-23-386 i686

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


** Tags: apport-bug

-- 
Nautilus - Loosing Notes
https://bugs.launchpad.net/bugs/323930
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 315281] Re: Workspaces applet does not allow switching of workspaces when Desktop Wall in Compiz is not enabled

2009-02-01 Thread OptimusHippo
Hi. Sorry about taking so long to reply. I had to get a hold of a DVD
drive that would allow me to boot a LiveCD (DVD? :-P ).

I am unable to reproduce the problem using a Ubuntu 8.10 LiveCD as I am
unable to change compiz settings when I do boot into a LiveCD
environment.

In my installed copy of Ubuntu 8.10, I use the menus to access a program
which can also be launched from the console by typing ccsm - the
compiz-settings-manager. The menu item for this program is not present
when I boot using a LiveCD and if I try to run the program from the
console it tells me that it is not installed and I should do so using
apt-get. I then entered the apt-get command and it failed to find the
appropriate package.

How were you able to access the compiz-settings-manager from the Ubuntu
8.10 LiveCD?

-- 
Workspaces applet does not allow switching of workspaces when Desktop Wall in 
Compiz is not enabled
https://bugs.launchpad.net/bugs/315281
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 323952] Re: Can't remove categories in applications menu

2009-02-01 Thread Michele Mangili
Hello Joseph!

I've read your bug report, but I've a doubt. Which application are you
using in order to edit the application menu?

Thanks in advance.

-- 
Can't remove categories in applications menu
https://bugs.launchpad.net/bugs/323952
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 323952] [NEW] Can't remove categories in applications menu

2009-02-01 Thread Joseph Garvin
Public bug reported:

Binary package hint: gnome-panel

The gnome-panel applications menu doesn't let you delete categories.
Pick a category. Click delete. Nothing happens. I cleaned out my ~/.wine
directory, and wanted to remove the wine category as a result. I can
remove as many subitems as I want, but not the category itself. Over
time, if enough apps add categories, this makes the edit menus interface
rather cluttered.

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

-- 
Can't remove categories in applications menu
https://bugs.launchpad.net/bugs/323952
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 323865] Re: totem-gstreamer crashed with SIGSEGV in gst_caps_is_subset()

2009-02-01 Thread martin

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/21872196/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/21872198/Disassembly.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/21872201/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/21872202/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/21872203/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
totem-gstreamer crashed with SIGSEGV in gst_caps_is_subset()
https://bugs.launchpad.net/bugs/323865
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 323522] Re: Rhytmbox has no Audio Output

2009-02-01 Thread Michele Mangili
Hello!

Well, the output of Alsa information script that you attached in this
report is different from an usual one. So, could you please try to
download that script once again, open a terminal and type sudo bash
utils_alsa-info.sh? This script will generate a report and will output
an URL, for example http://www.alsa-
project.org/db/?f=1c87c6c120da47897f303b7b87ca733a31c58d9d . Please,
paste the url for your pc in this bug report.

I was wondering whether we can merge bug #320063, since it seems to be
the same problem that you have reported here. Can I mark bug #320063 as
a duplicate of this one?

Thank you.

** Changed in: ubuntu
Sourcepackagename: rhythmbox = None

-- 
Rhytmbox has no Audio Output
https://bugs.launchpad.net/bugs/323522
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 322310] Re: Ekiga running, hidden, unreachable and won't close

2009-02-01 Thread Yannick Defais
I confirm that bug; using up-to-date ubuntu 9.04 netbook-remix.

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

-- 
Ekiga running, hidden, unreachable and won't close
https://bugs.launchpad.net/bugs/322310
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for ekiga.

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


[Bug 323866] Re: gnome-screensaver takes 100% cpu time

2009-02-01 Thread Laurent Bigonville

** Attachment added: lsof
   http://launchpadlibrarian.net/21872373/gnome-screensaver.of

-- 
gnome-screensaver takes 100% cpu time
https://bugs.launchpad.net/bugs/323866
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 323866] [NEW] gnome-screensaver takes 100% cpu time

2009-02-01 Thread Laurent Bigonville
Public bug reported:

Binary package hint: gnome-screensaver

Hi,

When trying to unlock the screen gnome-screesaver begins to take 100% of
the cpu. After a many seconds the dialog asking the password disappears
(with a delay expired message) but the screen still locked.

I'm not sure but I think this bug showed up when I plugged a 2nd screen

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

-- 
gnome-screensaver takes 100% cpu time
https://bugs.launchpad.net/bugs/323866
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 268141] Re: no ssh-agent after resume from hibernate

2009-02-01 Thread hyperair
** Description changed:

- Binary package hint: seahorse
+ Binary package hint: gnome-keyring
  
- After resume from hibernate (and not suspend) seahorse-daemon and
- seahorse-agent processes are not running, and there is no other ssh-
- agent available making it annoying to use ssh, and impossible to use
- sftp mounts in nautilus.
+ When gconf key /apps/gnome-power-manager/lock/gnome_keyring_suspend is
+ set to true, and GNOME Keyring's password is blank, gnome-keyring
+ crashes with a failed assertion when attempting to hibernate the system.
+ The same thing happens when /apps/gnome-power-
+ manager/lock/gnome_keyring_suspend is set to true, during an attempt to
+ suspend.
  
- Steps to reproduce:
- 
- 1- ps x | grep seahorse
- 2- hibernate and resume (I use gnome-power-manager)
- 3- ps x | grep seahorse
- 
- Step 3 returns nothing for me. Step 1 returns something like:
-  9554 ?Ss 0:00 seahorse-agent
-  9560 ?Ss 0:00 seahorse-daemon
- 
- This is in Ubuntu 8.04, with latest updates. Seahorse version is
- 2.22.2-0ubuntu1.
+ TEST CASE:
+ 1. On a system where suspend works, set 
/apps/gnome-power-manager/lock/gnome_keyring_suspend to true.
+ 2. SSH into a known system using a public key that is protected by a 
passphrase. Note that GNOME Keyring remembers the passphrase (or prompts you 
with the GUI).
+ 3. Suspend the system (using Fast-User-Switch-Applet)
+ 4. Resume the system
+ 5. Attempt #2 again. Notice that SSH now prompts you for a passphrase from 
within the terminal, and it is not remembered.

** Description changed:

  Binary package hint: gnome-keyring
  
  When gconf key /apps/gnome-power-manager/lock/gnome_keyring_suspend is
  set to true, and GNOME Keyring's password is blank, gnome-keyring
  crashes with a failed assertion when attempting to hibernate the system.
  The same thing happens when /apps/gnome-power-
  manager/lock/gnome_keyring_suspend is set to true, during an attempt to
  suspend.
  
  TEST CASE:
  1. On a system where suspend works, set 
/apps/gnome-power-manager/lock/gnome_keyring_suspend to true.
- 2. SSH into a known system using a public key that is protected by a 
passphrase. Note that GNOME Keyring remembers the passphrase (or prompts you 
with the GUI).
+ 2. SSH into a known system using a public key that is protected by a 
passphrase. Note that GNOME Keyring remembers the passphrase (or prompts you 
with the GUI). Alternatively, run 'ps aux | grep gnome-keyring-daemon' and note 
that there is a process by the name of gnome-keyring-daemon running.
  3. Suspend the system (using Fast-User-Switch-Applet)
  4. Resume the system
- 5. Attempt #2 again. Notice that SSH now prompts you for a passphrase from 
within the terminal, and it is not remembered.
+ 5. Attempt #2 again. Notice that SSH now prompts you for a passphrase from 
within the terminal, and it is not remembered. Alternatively, run 'ps aux | 
grep gnome-keyring'  and note that gnome-keyring-daemon has disappeared from 
the processes list.

-- 
no ssh-agent after resume from hibernate
https://bugs.launchpad.net/bugs/268141
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 315281] Re: Workspaces applet does not allow switching of workspaces when Desktop Wall in Compiz is not enabled

2009-02-01 Thread Martin Mai
OptimusHippo, when do you at first experience the problem with the
workspace switcher applet? Was it on a quite fresh installation of
Uubntu 7.10? If not, maybe some configurations caused this issue. It
would greatly help us if you could give us some steps to reproduce this.
Thanks in advance.

-- 
Workspaces applet does not allow switching of workspaces when Desktop Wall in 
Compiz is not enabled
https://bugs.launchpad.net/bugs/315281
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 292078] Re: Rhtyhmbox crashes when playing music (X-server error)

2009-02-01 Thread Martijn Bastiaan
Ah! Now we're getting somewhere ;-).

Breakpoint 1, gdk_x_error (display=0x8cca2a8, error=0xb1000408) at 
/build/buildd/gtk+2.0-2.12.9/gdk/x11/gdkmain-x11.c:614
614 /build/buildd/gtk+2.0-2.12.9/gdk/x11/gdkmain-x11.c: No such file or 
directory.
in /build/buildd/gtk+2.0-2.12.9/gdk/x11/gdkmain-x11.c

** Attachment added: gdb-rhythmbox.txt
   http://launchpadlibrarian.net/21872749/gdb-rhythmbox.txt

-- 
Rhtyhmbox crashes when playing music (X-server error)
https://bugs.launchpad.net/bugs/292078
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 289241] Re: Gnome-panel freezes when starting an application on the secondary display

2009-02-01 Thread Oliver Herrmann
Walking away from the Problem does not solve it ...

If somebody has time to look into the code for this, it will be solved
for sure!

-- 
Gnome-panel freezes when starting an application on the secondary display
https://bugs.launchpad.net/bugs/289241
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 51537] Re: Wrong handling of volume buttons on IBM Thinkpad notebooks

2009-02-01 Thread Steve Langasek
To the extent that this is an acpi-support problem, the fix is committed
now and will be uploaded soon.  However, with or without acpi-support,
the kernel now synthesizes a keypress event for these buttons due to the
mask set in /sys/devices/platform/thinkpad_acpi/hotkey_mask.  The
setting of this mask is currently done in the hotkey-setup package; I'm
not sure whether we should consider this current mask setting wrong, but
that's the next package in the chain, so opening a task there.

** Changed in: acpi-support (Ubuntu)
   Status: Confirmed = Fix Committed

** Also affects: hotkey-setup (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Wrong handling of volume buttons on IBM Thinkpad notebooks
https://bugs.launchpad.net/bugs/51537
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 323169] Re: doesgnomeapplet.Applet.get_popup_component not return useful object

2009-02-01 Thread Bug Watch Updater
** Changed in: gnome-python-desktop
   Status: Confirmed = Fix Released

-- 
 doesgnomeapplet.Applet.get_popup_component not return useful object
https://bugs.launchpad.net/bugs/323169
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

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


Re: [Bug 268141] Re: no ssh-agent after resume from hibernate

2009-02-01 Thread hyperair
And here's a debdiff for Jaunty's gnome-keyring. 
-- 
Chow Loong Jin


** Attachment added: gnome-keyring_2.25.4.1-0ubuntu1_2.25.4.1-0ubuntu2.debdiff
   
http://launchpadlibrarian.net/21874098/gnome-keyring_2.25.4.1-0ubuntu1_2.25.4.1-0ubuntu2.debdiff

-- 
no ssh-agent after resume from hibernate
https://bugs.launchpad.net/bugs/268141
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 306310] Re: Resume (from memory) goes back to sleep automatically

2009-02-01 Thread Matija Polajnar
Geir is right: Intrepid falls back to sleep only once, so that's why
with stopped acpid the problem is fixed for me.

-- 
Resume (from memory) goes back to sleep automatically
https://bugs.launchpad.net/bugs/306310
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 221972] Re: Archive mpanager crashed Archive type not supported.

2009-02-01 Thread ian materazzi
** Summary changed:

- Archive mpanager crashed
+ Archive mpanager crashed Archive type not supported.

-- 
Archive mpanager crashed Archive type not supported.
https://bugs.launchpad.net/bugs/221972
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2009-02-01 Thread Miles Prower
Confirming bug. Keyboard layout used on the machine is: fr oss (⇒
setxkbmap fr oss).

The French Alternative keyboard is (imho) the best available layout for
french keyboards… except you can't do a ñ easily and it's quite a shame
since a lot of people speaks Spanish too where I live. The space bar is
not a nonbreakingspace as far as I know, as all other applications
(including OpenOffice.org) reckon it as a regular space.

To do a nbsp in OpenOffice.org, you have to use CTRL+Shift+Spacebar
(cumbersome: CRTL+Space was a lot better in OOo2, OOo3 behavior is
copied from Microsoft Office).

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
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 323235] Re: totem crashes immediately

2009-02-01 Thread Bug Watch Updater
** Changed in: totem
   Status: Unknown = Incomplete

-- 
totem crashes immediately
https://bugs.launchpad.net/bugs/323235
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 323866] Re: gnome-screensaver takes 100% cpu time

2009-02-01 Thread Laurent Bigonville

** Attachment added: strace
   http://launchpadlibrarian.net/21872372/gnome-screensaver.gz

-- 
gnome-screensaver takes 100% cpu time
https://bugs.launchpad.net/bugs/323866
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 268141] Re: no ssh-agent after resume from hibernate

2009-02-01 Thread hyperair
** Changed in: gnome-keyring (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = hyperair (hyperair)

-- 
no ssh-agent after resume from hibernate
https://bugs.launchpad.net/bugs/268141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


R: [Bug 323555] Re: Totem play WMV p.c. stop working

2009-02-01 Thread tekkkkkk

Hi 

1) .WMV with Totrm.This is debug file: 
debug file is empty::
** (totem:): DEBUG: Init of Python module
** (totem:): DEBUG: Registering Python plugin instance: 
BBCViewer+TotemPythonPlugin
** (totem:): DEBUG: Creating object of type BBCViewer+TotemPythonPlugin
** (totem:): DEBUG: Creating Python plugin instance
** (totem:): DEBUG: Init of Python module
** (totem:): DEBUG: Registering Python plugin instance: 
YouTube+TotemPythonPlugin
** (totem:): DEBUG: Creating object of type YouTube+TotemPythonPlugin
** (totem:): DEBUG: Creating Python plugin instance

End


2) If i try play the same file with MPlayer and i try time sidebar an error 
appear:

Overflow in spectral RLE,ignoring

but i can continue watch the video

I am sorry for my bad english, i' am italian 

--- Sab 31/1/09, Jonas peace.dam...@gmail.com ha scritto:
Da: Jonas peace.dam...@gmail.com
Oggetto: [Bug 323555] Re: Totem play WMV p.c. stop working
A: matteo.zuli...@yahoo.it
Data: Sabato 31 gennaio 2009, 18:04

Any other information?

Does the same happen in other media players such as mplayer? What codecs
are installed? Any further information from totem? I.e. start totem by:
totem --debug  totem.log and post the file totem.log after you
have
repeated the problem.

-- 
Totem play WMV p.c. stop working
https://bugs.launchpad.net/bugs/323555
You received this bug notification because you are a direct subscriber
of the bug.

Status in “totem” source package in Ubuntu: New

Bug description:
Binary package hint: totem

hi,

O.S. Version: Ubuntu 8.10 x64
Kernel : 2.6.27.11
Video card: NVidia GTX280 Driver vers: 180.22
Totem Version: 2.24.3.0
Libxine version : 1.1.15 

Problem :
When I look . WMV Totem freeze my pc The only solution is to
restart the machine
The problem olso appears with certain .Avi

-- 
Totem play WMV p.c. stop working
https://bugs.launchpad.net/bugs/323555
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

Re: [Bug 322478] Re: cannot get cd played

2009-02-01 Thread birgitta rautalin
Thank you,I have solved the problem with my friend. I just did not know
how to open the box. Birgitta


tor 2009-01-29 klockan 11:44 + skrev 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? 
  * Could you do a screenshot showing the issue?
  
  This will help us to find and resolve the problem.
 
 ** Changed in: rhythmbox (Ubuntu)
Importance: Undecided = Low
  Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
Status: New = Incomplete


-- 
cannot get cd played
https://bugs.launchpad.net/bugs/322478
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 298804] Re: Hibernate fails on Dell Inspiron 8600 with Intrepid

2009-02-01 Thread hmph
Similar problem on my Dell xps1530 Kubuntu Intrepid Ibex. Everything
appears ok when I suspend to RAM or to Disk but it never restores as
explains MikeN

-- 
Hibernate fails on Dell Inspiron 8600 with Intrepid
https://bugs.launchpad.net/bugs/298804
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 323952] Re: Can't remove categories in applications menu

2009-02-01 Thread Joseph Garvin
Doh! Guess this is a usability bug: You can delete categories, but you
have to select Applications in the top left, then the categories
appear _again_ in the middle column, and then you can click them there
and click delete. The 'delete' button doesn't have any context around it
to make this behavior intuitive though, I expect to be able to click
categories in the left column and just hit the delete key, or right
click them and get a context menu with a delete option.

-- 
Can't remove categories in applications menu
https://bugs.launchpad.net/bugs/323952
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 323952] Re: Can't remove categories in applications menu

2009-02-01 Thread Joseph Garvin
The one that is triggered if you right click the applications menu and
click 'edit menus.' I'm not sure if it has a name.

-- 
Can't remove categories in applications menu
https://bugs.launchpad.net/bugs/323952
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 323969] Re: No network printing

2009-02-01 Thread KRK

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

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

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

** Description changed:

  Binary package hint: evince
  
  Cannot print pdf files to either of my network printers. Going to
  administration printers allows me to print test pages, and all other
  applications do print.
  
  Ubuntu 8.10
  
  Expected to print pdf file, nothing happened, system did not acknowledge
  receipt of print job.
  
  Printers are both HP. Deskjet 9800 and HP Laserjet 4L with opensource
  drivers. (Ubuntu cups)
  
- Found no version information in synaptic or using apt, just that the
- package is installed.
  
  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/evince
  NonfreeKernelModules: nvidia
  Package: evince 2.24.1-0ubuntu1
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evince
  Uname: Linux 2.6.27-11-generic x86_64

-- 
No network printing
https://bugs.launchpad.net/bugs/323969
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 323969] [NEW] No network printing

2009-02-01 Thread KRK
Public bug reported:

Binary package hint: evince

Cannot print pdf files to either of my network printers. Going to
administration printers allows me to print test pages, and all other
applications do print.

Ubuntu 8.10

Expected to print pdf file, nothing happened, system did not acknowledge
receipt of print job.

Printers are both HP. Deskjet 9800 and HP Laserjet 4L with opensource
drivers. (Ubuntu cups)


ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evince
NonfreeKernelModules: nvidia
Package: evince 2.24.1-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.27-11-generic x86_64

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


** Tags: apport-bug

-- 
No network printing
https://bugs.launchpad.net/bugs/323969
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 323872] Re: totem doesn't read legends in the dvds movies

2009-02-01 Thread Adam Niedling
Could you be more specific? What were you trying to do? What was the
expected result and what was the actual result?

** Summary changed:

- TOTEM DOSENT READ LEGENDS IN THE DVDS MOVIES
+ totem doesn't read legends in the dvds movies

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

-- 
totem doesn't read legends in the dvds movies
https://bugs.launchpad.net/bugs/323872
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 321311] Re: gnome-screensaver dialog helper spins indefinitely, never unlocks the session, when GTK_IM_MODULE is set

2009-02-01 Thread Arne Goetje
Can you please test with GTK_IM_MODULE=scim-bridge, since that is the
default setting in Intrepid and Jaunty?

I can only test this on Monday UTC+1 time.

-- 
gnome-screensaver dialog helper spins indefinitely, never unlocks the session, 
when GTK_IM_MODULE is set
https://bugs.launchpad.net/bugs/321311
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 323963] [NEW] [jaunty] totem-mozilla doesn't play OGG and MP3 files within the web browser

2009-02-01 Thread Johannes Langlotz
Public bug reported:

Binary package hint: totem-mozilla

totem-mozilla doesn't play OGG and MP3 files within the web browser
because their mime types are not registered and not assigned to a
firefox plugin. Have a look at the attached about:plugins html files.

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

-- 
[jaunty] totem-mozilla doesn't play OGG and MP3 files within the web browser
https://bugs.launchpad.net/bugs/323963
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 323963] Re: [jaunty] totem-mozilla doesn't play OGG and MP3 files within the web browser

2009-02-01 Thread Johannes Langlotz

** Attachment added: About_Plugins_Hardy.html
   http://launchpadlibrarian.net/21877807/About_Plugins_Hardy.html

-- 
[jaunty] totem-mozilla doesn't play OGG and MP3 files within the web browser
https://bugs.launchpad.net/bugs/323963
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 323963] Re: [jaunty] totem-mozilla doesn't play OGG and MP3 files within the web browser

2009-02-01 Thread Johannes Langlotz

** Attachment added: About_Plugins_Jaunty.html
   http://launchpadlibrarian.net/21877802/About_Plugins_Jaunty.html

-- 
[jaunty] totem-mozilla doesn't play OGG and MP3 files within the web browser
https://bugs.launchpad.net/bugs/323963
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 317292] Re: New Volume Control in Jaunty should have an option to enable/disable analogue surround and digital audio (IEC958/SPDIF)

2009-02-01 Thread Yfrwlf
Have the same problem too, outputting to optical needs to either be
listed as a separate output device, or there needs to be an option to
turn it on/off.

-- 
New Volume Control in Jaunty should have an option to enable/disable analogue 
surround and digital audio (IEC958/SPDIF)
https://bugs.launchpad.net/bugs/317292
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-media in ubuntu.

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


[Bug 323980] [NEW] Totem's slider doesn't move smoothly

2009-02-01 Thread Johannes Langlotz
Public bug reported:

Binary package hint: totem

Totem's slider doesn't move smoothly like the one in Rhythmbox (slider =
seeking bar). I think the slider should have its own thread so that the
movement is not interrupted by other code.

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

-- 
Totem's slider doesn't move smoothly
https://bugs.launchpad.net/bugs/323980
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 323980] Re: Totem's slider doesn't move smoothly

2009-02-01 Thread Johannes Langlotz
This bug is related to all Ubuntu/Gnome versions up to jaunty alpha 3
(which is currently the latest version).

-- 
Totem's slider doesn't move smoothly
https://bugs.launchpad.net/bugs/323980
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 248791] Re: Advanced Desktop Effects Settings (compiz) settings lost when change to metacity then back to compiz

2009-02-01 Thread atreju
So if I want to switch back and force between compiz and metacity
without losing the settings made in compizconfig-settings-manager, the
only option I have is to install simple-ccsm? Or is there another way to
turn compiz back on and keep the settings?

-- 
Advanced Desktop Effects Settings (compiz) settings lost when change to 
metacity then back to compiz
https://bugs.launchpad.net/bugs/248791
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 323952] Re: Can't remove categories in applications menu

2009-02-01 Thread Michele Mangili
Hi!

Thank you for your quick response.

The program triggered when you right click the application menu and
select 'edit menus' is alacarte.

I've tried to reproduce your bug and I've noticed that the user
interface of alcarte is quite strange. Try for example the following
steps:

1) Click Application
2) Click New menu
3) Create a new menu with name testMenu
4) Click testMenu
5) Click New Item
6) Create a new item with name testItem and command testCommand

Now I'm going to delete testItem.

7) I select testItem from the Items: column
8) I click Delete

The result is that testItem has been deleted as expected.

Now I'm going to delete testMenu.

9) I select testMenu from the Menus: column
10) I click Delete (which is active)

Nothing happens.

11) I select Application from the Menus: column
12) I select testMenu from the Items: column
13) I click Delete

testMenu has been deleted as expected.

(I'm sorry for the verbosity of my message...)

I'm going to move this report to alacarte package and mark this as
Confirmed since I find this user interface extremely unintuitive. I'd
suggest to disable the Delete button when the user has not selected
anything in the Item: column, or better let the user delete an item
which belongs to the Menus: column.

Thank you for taking the time to help in making ubuntu better.

** Changed in: alacarte (Ubuntu)
Sourcepackagename: gnome-panel = alacarte
   Status: New = Confirmed

-- 
Can't remove categories in applications menu
https://bugs.launchpad.net/bugs/323952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


[Bug 323952] Re: Can't remove categories in applications menu

2009-02-01 Thread Michele Mangili
Oops. I haven't read your second response before posting my previous
(long) comment. I hope my message hasn't bored you too much! :P

Bye!

-- 
Can't remove categories in applications menu
https://bugs.launchpad.net/bugs/323952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


[Bug 323952] Re: Can't remove categories in applications menu

2009-02-01 Thread Michele Mangili
** Description changed:

- Binary package hint: gnome-panel
+ Binary package hint: alacarte
+ 
+ Updated description:
+ 
+ In order to delete categories you have to select Applications in the
+ top left, then the categories appear _again_ in the middle column, and
+ then you can click them there and click delete. The 'delete' button
+ doesn't have any context around it to make this behaviour intuitive
+ though, I expect to be able to click categories in the left column and
+ just hit the delete key, or right click them and get a context menu with
+ a delete option.
+ 
+ --
+ 
+ Original description follows:
  
  The gnome-panel applications menu doesn't let you delete categories.
  Pick a category. Click delete. Nothing happens. I cleaned out my ~/.wine
  directory, and wanted to remove the wine category as a result. I can
  remove as many subitems as I want, but not the category itself. Over
  time, if enough apps add categories, this makes the edit menus interface
  rather cluttered.

-- 
[Whishlist] Improving the user-interface for removing categories in 
applications menu
https://bugs.launchpad.net/bugs/323952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


[Bug 323992] [NEW] Allow to get rid of PulseAudio easily

2009-02-01 Thread Rimas Kudelis
Public bug reported:

I'm not quite sure if it's a control-center bug, but this is where an
appropriate setting could live.

Currently, to disable PulseAudio, one has to manually hunt down each and
every possible reason why this daemon starts. This is very time
consuming and gets on nerves when you think you've done everything you
could, and you still see Pulseaudio running.

I suggest to add a simple checkbox to enable/disable the use of
PulseAudio.

Why I want to turn off PA: 
* Multi-channel mixing can be performed by ALSA internally (I think it's called 
Dmix)
* I don't need to route my sound to other PC's, and I very rarely to never need 
to route it to other hardware than it's running on
* I have never in my life needed to resample sounds
* I think PA introduces lags
* It doesn't work well with Skype (I think)
* It doesn't work well with Flash (I think).

So, the summary is as simple as I think that for me PA generates more
trouble than revenue, and I want to get rid of it

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

-- 
Allow to get rid of PulseAudio easily
https://bugs.launchpad.net/bugs/323992
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 323952] Re: [Whishlist] Improving the user-interface for removing categories in applications menu

2009-02-01 Thread Michele Mangili
** Summary changed:

- Can't remove categories in applications menu
+ [Whishlist] Improving the user-interface for removing categories in 
applications menu

-- 
[Whishlist] Improving the user-interface for removing categories in 
applications menu
https://bugs.launchpad.net/bugs/323952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


[Bug 323952] Re: [Whishlist] Improving the user-interface for removing categories in applications menu

2009-02-01 Thread Martin Mai
Thank you for taking time to report this.

This is not a real bug, since it's the way it should be, so I am marking
this as a wishlist report. Alacarte is not very intuitive but I doubt
there will be much effort on this (alacarte was always horrible to use).

** Changed in: alacarte (Ubuntu)
   Importance: Undecided = Wishlist
   Status: Confirmed = Triaged

-- 
[Whishlist] Improving the user-interface for removing categories in 
applications menu
https://bugs.launchpad.net/bugs/323952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


[Bug 36413] Re: Drag-drop column ordering

2009-02-01 Thread Frijolie
This would be a great feature! Please add in a future release...

-- 
Drag-drop column ordering
https://bugs.launchpad.net/bugs/36413
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 30554] Re: rhytmbox columns are not in right order

2009-02-01 Thread Frijolie
Yes! I would like this feature as well. It would be nice to drag-and-
drop the columns to an order you prefer or be able to change them in
Edit  Preferences. Please add this feature in a future release.

-- 
rhytmbox columns are not in right order
https://bugs.launchpad.net/bugs/30554
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 30554] Re: rhytmbox columns are not in right order

2009-02-01 Thread Frijolie
I guess this is similar to bug #36413

-- 
rhytmbox columns are not in right order
https://bugs.launchpad.net/bugs/30554
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 323952] Re: [Wishlist] Improving the user-interface for removing categories in applications menu

2009-02-01 Thread Michele Mangili
** Summary changed:

- [Whishlist] Improving the user-interface for removing categories in 
applications menu
+ [Wishlist] Improving the user-interface for removing categories in 
applications menu

-- 
[Wishlist] Improving the user-interface for removing categories in applications 
menu
https://bugs.launchpad.net/bugs/323952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


RE: [Bug 323570] Re: can't play avi video Movie player closes

2009-02-01 Thread Fergal
Yes same in VLC disappears but have sound not picture on Dragon player

-Mensaje original-
De: boun...@canonical.com [mailto:boun...@canonical.com] En nombre de Jonas
Enviado el: domingo, 01 de febrero de 2009 16:39
Para: fergaldor...@gmail.com
Asunto: [Bug 323570] Re: can't play avi video Movie player closes

Don't change the distro please until this issue is solved. Otherwise we
won't know what's causing it.

Any bug messages? (Run totem by: totem --debug  totem.log and post
the result after totem has crashed.)

This problem doesn't seem to be related to totem since mplayer simply
disappears for you as well. It seems as if the codecs could cause this
rather than totem and mplayer. Is it the same with VLC  as well?

If so I would start by purging all totem packages, mplayer packages and
w32codecs and try reinstalling them.

-- 
can't play avi video Movie player closes
https://bugs.launchpad.net/bugs/323570
You received this bug notification because you are a direct subscriber
of the bug.

Status in “totem” source package in Ubuntu: New

Bug description:
Binary package hint: totem

Ubuntu 8.10
Installed on Dell Inspiron 6400
Movie player crashes closes when trying to see .avi video

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.24.3-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.27-11-generic i686

-- 
can't play avi video Movie player closes
https://bugs.launchpad.net/bugs/323570
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 313910] Re: I can't clean or empty the trash folder

2009-02-01 Thread keepertoad
I have the same issue.  Ubuntu 8.10 32 bit.

** Attachment added: evolution-debug.txt
   http://launchpadlibrarian.net/21880318/evolution-debug.txt

-- 
I can't clean or empty the trash folder
https://bugs.launchpad.net/bugs/313910
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 268141] Re: no ssh-agent after resume from hibernate

2009-02-01 Thread Christophe Sauthier (huats)
Thanks for your work here. The thing is that there is already a new
gnome-keyring version available (2.25.5.) which FTBFS for the moment on
jaunty. I am currently working with upstream to fix that. I'll integrate
your work in the next package for jaunty (this week I think).

-- 
no ssh-agent after resume from hibernate
https://bugs.launchpad.net/bugs/268141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


Re: [Bug 268141] Re: no ssh-agent after resume from hibernate

2009-02-01 Thread hyperair
On Sun, 2009-02-01 at 17:42 +, Christophe Sauthier (huats) wrote:
 Thanks for your work here. The thing is that there is already a new
 gnome-keyring version available (2.25.5.) which FTBFS for the moment on
 jaunty. I am currently working with upstream to fix that. I'll integrate
 your work in the next package for jaunty (this week I think).
 
Okay, awesome. How about SRU for Intrepid after that?
-- 
Chow Loong Jin

-- 
no ssh-agent after resume from hibernate
https://bugs.launchpad.net/bugs/268141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


Re: [Bug 321311] Re: gnome-screensaver dialog helper spins indefinitely, never unlocks the session, when GTK_IM_MODULE is set

2009-02-01 Thread Steve Langasek
On Sun, Feb 01, 2009 at 03:24:34PM -, Arne Goetje wrote:
 Can you please test with GTK_IM_MODULE=scim-bridge, since that is the
 default setting in Intrepid and Jaunty?

Confirmed, the problem is also present when specifying
GTK_IM_MODULE=scim-bridge.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

-- 
gnome-screensaver dialog helper spins indefinitely, never unlocks the session, 
when GTK_IM_MODULE is set
https://bugs.launchpad.net/bugs/321311
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 289880] Re: cannot create download directory (intrepid)

2009-02-01 Thread Bradley Peters
I think I am experiencing this same bug. I'm running an updated copy of
Ubuntu 8.10 with the proposed repository enabled.

$ dpkg-query -W rhythmbox
rhythmbox   0.11.6svn20081008-0ubuntu4.3

The feed I'm experiencing problems is the Science Fiction Book Review
Podcast at http://www.sfbrp.com/?feed=podcast. It seem worth noting
that every episode in this feed has the number sign (#) character in the
enclosure URL, as does the download in the error message posted with the
original summary.

Steps:
1. Add a New Podcast Feed with the url http://www.sfbrp.com/?feed=podcast.
2. When Rhythmbox attempts to download the first episode I get an error message 
titled Error creating podcast download directory with the following message:

Unable to create the download directory for
file:///home/bdp/Podcasts/Science%20Fiction%20Book%20Review%20Podcast/SFBRP
#040 - Fredrick Pohl - Gateway.mp3: Operation not supported

This also happens with other episodes in the same feed.

-- 
cannot create download directory (intrepid)
https://bugs.launchpad.net/bugs/289880
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 289880] Re: cannot create download directory (intrepid)

2009-02-01 Thread Bradley Peters
I'm attaching my debug log. This was created by running Rhythmbox in a
brand new user account created just for this purpose. I made no
configuration changes other than subscribing to the Science Fiction Book
Review Podcast mentioned above.

$ rhythmbox --debug  rhythmbox.log

** Attachment added: Debug Log
   http://launchpadlibrarian.net/21881355/rhythmbox.log

-- 
cannot create download directory (intrepid)
https://bugs.launchpad.net/bugs/289880
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 307957] Re: brasero crashes when trying to burn a file with a # in its name

2009-02-01 Thread Jerome
I have exactly the same problem (although I understood it came from the
# only by reading this thread): I tried to burn a DVD with many files,
one of them having a # in its name, and brasero crashed after having
completed the chesksum of the files to burn (I wonder why he computes
such a checksum since there is no original md5sum to compare to).

I am willing to test the next version of brasero (all the more that I
have another - slight, this time - bug with the CD burned using brasero
0.8.2), but on the contrary to what is said on this website, brasero
0.9.1 is not available in the intrepid-backports...

-- 
brasero crashes when trying to burn a file with a # in its name
https://bugs.launchpad.net/bugs/307957
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


Re: [Bug 268141] Re: no ssh-agent after resume from hibernate

2009-02-01 Thread Felipe Figueiredo
On Sun, Feb 1, 2009 at 3:51 PM, hyperair hyper...@gmail.com wrote:
 On Sun, 2009-02-01 at 17:42 +, Christophe Sauthier (huats) wrote:
 Thanks for your work here. The thing is that there is already a new
 gnome-keyring version available (2.25.5.) which FTBFS for the moment on
 jaunty. I am currently working with upstream to fix that. I'll integrate
 your work in the next package for jaunty (this week I think).

 Okay, awesome. How about SRU for Intrepid after that?
 --

And Hardy also.

Thanks hyperair.

-- 
no ssh-agent after resume from hibernate
https://bugs.launchpad.net/bugs/268141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 324043] [NEW] Not all birthdays are shown

2009-02-01 Thread Zash
Public bug reported:

Binary package hint: evolution

Not all birthdays for contacts are shown in the calendar view, or the 
clock-applet.
I tried going through all my contacts and setting the birth date +1 day and 
back again so I could save. This appears to temporarily fix the issue for that 
contact, until I had gone through all contacts and found that it had forgotten 
about some of them again.

I got this in terminal after doing evolution --force-shutdown; evolution and 
then unchecking and checking the checkbox for Birthdays and Anniversaries:
(evolution:17603): calendar-gui-WARNING **: gnome-cal.c:910: Could not create 
the query: Backend is busy 

And after doing evolution --force-shutdown; evolution again that
disappeared and I got this instead:

calendar-gui-Message: Check if default client matches
(1193913009.6096...@rutilus 1193913009.6096...@rutilus)

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

-- 
Not all birthdays are shown
https://bugs.launchpad.net/bugs/324043
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 284612] Re: progress bar doesn't scroll

2009-02-01 Thread Rafik Ouerchefani
I have this issue in Rhythmbox 0.11.6svn20081008-0ubuntu4.2 (updated Intrepid)
As in the attached screenshot, the progress bar doesn't move but the counter 
(here at 1:28) is correct and the player moves forward to next song at end of 
the current. I can't move it manually. 
Si it might be not *only* related to pulseaudio.
Please let mt know if any other info is needed or if I should file a new bug.

** Attachment added: Screenshot-11.png
   http://launchpadlibrarian.net/21882266/Screenshot-11.png

-- 
progress bar doesn't scroll
https://bugs.launchpad.net/bugs/284612
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 324046] [NEW] every other audio file refuses to play

2009-02-01 Thread Zev Mydlarz
Public bug reported:

Binary package hint: totem

the ones that don't play get as far as displaying the recording time,
and then nothing. I can PAUSE and PLAY and these clicks are acknowledged
but not executed.

mostly wav files from vonage.com voip service.

ProblemType: Bug
Architecture: i386
Date: Sun Feb  1 14:24:42 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: ath_hal
Package: totem-gstreamer 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.24-21-eeepc i686

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


** Tags: apport-bug

-- 
every other audio file refuses to play
https://bugs.launchpad.net/bugs/324046
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 324046] Re: every other audio file refuses to play

2009-02-01 Thread Zev Mydlarz

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

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

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

-- 
every other audio file refuses to play
https://bugs.launchpad.net/bugs/324046
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 324043] Re: Not all birthdays are shown

2009-02-01 Thread Zash
** Bug watch added: GNOME Bug Tracker #565361
   http://bugzilla.gnome.org/show_bug.cgi?id=565361

** Also affects: evolution via
   http://bugzilla.gnome.org/show_bug.cgi?id=565361
   Importance: Unknown
   Status: Unknown

-- 
Not all birthdays are shown
https://bugs.launchpad.net/bugs/324043
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


Re: [Bug 268141] Re: no ssh-agent after resume from hibernate

2009-02-01 Thread hyperair
On Sun, 2009-02-01 at 19:09 +, Felipe Figueiredo wrote:
 On Sun, Feb 1, 2009 at 3:51 PM, hyperair hyper...@gmail.com wrote:
  On Sun, 2009-02-01 at 17:42 +, Christophe Sauthier (huats) wrote:
  Thanks for your work here. The thing is that there is already a new
  gnome-keyring version available (2.25.5.) which FTBFS for the moment on
  jaunty. I am currently working with upstream to fix that. I'll integrate
  your work in the next package for jaunty (this week I think).
 
  Okay, awesome. How about SRU for Intrepid after that?
  --
 
 And Hardy also.
 
 Thanks hyperair.
 
You're welcome and here's a Hardy debdiff.
-- 
Chow Loong Jin


** Attachment added: gnome-keyring_2.22.2-0ubuntu1_2.22.2-0ubuntu2.debdiff
   
http://launchpadlibrarian.net/21882507/gnome-keyring_2.22.2-0ubuntu1_2.22.2-0ubuntu2.debdiff

-- 
no ssh-agent after resume from hibernate
https://bugs.launchpad.net/bugs/268141
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 217984] Re: Totem exits fullscreen mode

2009-02-01 Thread Michael Lueck
As I stated on 2008-07-31, I traced the problems back to Compiz, so
purged compix* packages from my 8.04 systems and that cured the crashes.

I have done some preliminary testing with 8.10, setting the GUI affects
to the lowest possible mode - which also makes the Workspace Switcher
behave the way I like it to behave, and no crashes with Totem thus far.
So on 8.10 I am able to not purge compiz* packages, all that is needed
on 8.10 is to set the GUI affects from the medium default level to the
lowest level.

I have not bothered to test with Compiz enabled as I do not like it.

-- 
Totem exits fullscreen mode
https://bugs.launchpad.net/bugs/217984
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 185704] Re: gnome-screensaver-gl-helper crashed with SIGSEGV

2009-02-01 Thread Shadow
Get this bug when i return to use the pc after screensaver (just black
screen) has been active. Happened on Jaunty after upgrade from intrepid

-- 
gnome-screensaver-gl-helper crashed with SIGSEGV
https://bugs.launchpad.net/bugs/185704
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 323865] Re: totem-gstreamer crashed with SIGSEGV in gst_caps_is_subset()

2009-02-01 Thread Apport retracing service

StacktraceTop:gst_caps_is_subset (subset=0x25ae280, 
gst_caps_is_equal (caps1=0x25ae280, 
gst_pad_accept_caps (pad=0x123ba70, caps=0x25ae280)
gst_pad_configure_src (pad=0x123ba70, 
gst_pad_push (pad=0x123ba70, buffer=0x1fe5440)

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/21872196/CoreDump.gz

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/21883128/Stacktrace.txt

-- 
totem-gstreamer crashed with SIGSEGV in gst_caps_is_subset()
https://bugs.launchpad.net/bugs/323865
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 323865] Symbolic threaded stack trace

2009-02-01 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/21883129/ThreadStacktrace.txt

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

** Tags removed: need-amd64-retrace

-- 
totem-gstreamer crashed with SIGSEGV in gst_caps_is_subset()
https://bugs.launchpad.net/bugs/323865
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 323743] Symbolic threaded stack trace

2009-02-01 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/21883329/ThreadStacktrace.txt

-- 
gnome-screensaver-gl-helper crashed with SIGSEGV
https://bugs.launchpad.net/bugs/323743
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 323743] Crash report cannot be processed

2009-02-01 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate an useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

libdrm2: installed version 2.4.4-0ubuntu3, latest version:
2.4.4-0ubuntu4


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


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

** Tags removed: need-amd64-retrace

-- 
gnome-screensaver-gl-helper crashed with SIGSEGV
https://bugs.launchpad.net/bugs/323743
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 323743] Symbolic stack trace

2009-02-01 Thread Apport retracing service

StacktraceTop:?? () from /usr/lib/libGL.so.1
?? ()
?? ()
?? () from /usr/lib/libGL.so.1
?? ()

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/21883328/Stacktrace.txt

-- 
gnome-screensaver-gl-helper crashed with SIGSEGV
https://bugs.launchpad.net/bugs/323743
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


  1   2   3   >