Re: [Bug 308169] Re: postscript (ps) files printing problem

2009-04-18 Thread MarekH
I have no access to printer now, but I'll try it on Monday.
(I forgot on this bug - in a mean time I have upgraded to Intrepid Ibex and
I did not check whether it solved this bug.)
I am not using yet Jaunty, but I might try it in virtual machine.

For the example, it is any .ps file which has more than 1 page.
(test.ps)


** Attachment added: test.ps
   http://launchpadlibrarian.net/25693829/test.ps

-- 
postscript (ps) files printing problem
https://bugs.launchpad.net/bugs/308169
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 363245] [NEW] gtk_main leaks a file descriptor every time the main loop is run if threads have been initialized

2009-04-18 Thread Glyph Lefkowitz
Public bug reported:

Here is a Python script, using pygtk, which demonstrates the problem.

from gtk import main, main_quit
from gobject import threads_init, timeout_add, source_remove
import sys

def test(iterations, use_threads):
if use_threads:
threads_init()
tick = 0
while tick  iterations:
tick += 1
if (tick % 1000) == 0:
print 'Tick', tick
lasttag = timeout_add(1, main_quit)
main()
source_remove(lasttag)

if __name__ == __main__:
if sys.argv[1:] == ['no-threads']:
threads = False
else:
threads = True
print 'Using threads:', threads
test(1, threads)
print 'Done.'

When run on Jaunty or Intrepid, this is the output:

$ python gtkrash.py 
Using threads: True

** ERROR **: Cannot create main loop pipe: Too many open files

aborting...
Aborted
$ python gtkrash.py no-threads
Using threads: False
Tick 1000
Tick 2000
Tick 3000
Tick 4000
Tick 5000
Tick 6000
Tick 7000
Tick 8000
Tick 9000
Tick 1
Done.
$ 

When run on Hardy, however, the test is successful regardless of whether
threads are used.

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gtk_main leaks a file descriptor every time the main loop is run if threads 
have been initialized
https://bugs.launchpad.net/bugs/363245
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 363249] [NEW] terminal crashes after changing system fonts to 12 point while terminal open

2009-04-18 Thread Brett Sutton
Public bug reported:

Binary package hint: gnome-terminal

jaunty 9.04 final beta.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/gnome-terminal
Package: gnome-terminal 2.26.0-0ubuntu2
ProcEnviron:
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
Uname: Linux 2.6.28-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
terminal crashes after changing system fonts to 12 point while terminal open
https://bugs.launchpad.net/bugs/363249
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 363249] Re: terminal crashes after changing system fonts to 12 point while terminal open

2009-04-18 Thread Brett Sutton

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

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

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

-- 
terminal crashes after changing system fonts to 12 point while terminal open
https://bugs.launchpad.net/bugs/363249
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 362409] Re: nautilus crashed with SIGSEGV in __libc_start_main()

2009-04-18 Thread Kether2
the same problem happened right now, after the update.

-- 
nautilus crashed with SIGSEGV in __libc_start_main()
https://bugs.launchpad.net/bugs/362409
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 309776] Re: jaunty xorg 100% cpu usage

2009-04-18 Thread Janusz (ledruide)
*** This bug is a duplicate of bug 307306 ***
https://bugs.launchpad.net/bugs/307306

Find a solution in deleting my home directory :

cd /home
sudo mv USER USER.bak
sudo mkdir USER
sudo chown USER:USER USER

It works now.

I think the problem is near the gnome parameters in .gconf, .gconfd or
.gnome2, etc.

-- 
jaunty xorg 100% cpu usage
https://bugs.launchpad.net/bugs/309776
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu (via bug
307306).

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


[Bug 363254] [NEW] White stripes in fading

2009-04-18 Thread nigra
Public bug reported:

Binary package hint: evince

This pdf was created from this LaTeX source with pdflatex:

\documentclass{beamer}
\usetheme{Warsaw}
\begin{document}
\begin{frame}
\frametitle{White vertical stripes in fading (viewing with Evince)}
\end{frame}
\end{document}

If you view fading.pdf using Evince, you can see white vertical stripes
in the fading part. Viewing with Okular or Adobe reader (official
packages in Ubuntu 9.04) fading is perfect.

Evince 2.26.0-0ubuntu1, Ubuntu 9.04

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/evince
Package: evince 2.26.0-0ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
White stripes in fading
https://bugs.launchpad.net/bugs/363254
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 363254] Re: White stripes in fading

2009-04-18 Thread nigra

** Attachment added: sample pdf file
   http://launchpadlibrarian.net/25694506/fading.pdf

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

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

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

-- 
White stripes in fading
https://bugs.launchpad.net/bugs/363254
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 363255] [NEW] Blacks out on zero free sapce on disk

2009-04-18 Thread Hemanth
Public bug reported:

Binary package hint: nautilus

For the first time mount of a disk , with zero free space in it , searching for 
the folder by typing it's name , nautilus blacks out .
I the file attached , typing m and scrolling through , for folders which 
starts with mnautilus is blacking out , there are three folders with m

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: nautilus 1:2.24.1-0ubuntu2
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

-- 
Blacks out on zero free sapce on disk 
https://bugs.launchpad.net/bugs/363255
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 363255] Re: Blacks out on zero free sapce on disk

2009-04-18 Thread Hemanth

** Attachment added: black_out.png
   http://launchpadlibrarian.net/25694647/black_out.png

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

-- 
Blacks out on zero free sapce on disk 
https://bugs.launchpad.net/bugs/363255
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 363235] Re: Ryhtmbox crashes after ending playlist

2009-04-18 Thread cattellar
** Description changed:

  Binary package hint: rhythmbox
  
  I'm running Ubuntu Jaunty Beta 64 bit. When Rhythmbox ends playing a
  playlist, that is after the last song on the queue, it suddenly crashes.
+ 
+ Terminal gives me at the end:
+ 
+ (rhythmbox:11030): GStreamer-CRITICAL **: gst_pad_unlink: assertion
+ `GST_IS_PAD (sinkpad)' failed
+ 
+ (rhythmbox:11030): Rhythmbox-WARNING **: Couldn't unlink stream 
file:///media/bodega/musica/1200%20Micograms/1200%20Micrograms%20-%20Heroes%20of%20the%20Imagination%20(2003)/08%20www..mp3:
 things will probably go quite badly from here on
+ Segmentation fault (core dumped)

-- 
Ryhtmbox crashes after ending playlist
https://bugs.launchpad.net/bugs/363235
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 363257] [NEW] incorrect scaling with non-standart page

2009-04-18 Thread war-deda
Public bug reported:

Binary package hint: evince

if used size of page like A5,  on printing ever used page format A4 for
scaling and scaled pages are not on the center of paper (A5)

The about form said:
Document Viewer 2.24.1
Used poppler v 0.8.7 (cairo)

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evince
NonfreeKernelModules: fglrx
Package: evince 2.24.1-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-bug

-- 
incorrect scaling with non-standart page
https://bugs.launchpad.net/bugs/363257
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 363257] Re: incorrect scaling with non-standart page

2009-04-18 Thread war-deda

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

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

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

-- 
incorrect scaling with non-standart page
https://bugs.launchpad.net/bugs/363257
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 363255] Re: Blacks out on zero free sapce on disk

2009-04-18 Thread Bhavani Shankar
Okay.. Is it still reproducible with jaunty? and are you using compiz?

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

-- 
Blacks out on zero free sapce on disk 
https://bugs.launchpad.net/bugs/363255
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 363255] Re: Blacks out on zero free sapce on disk

2009-04-18 Thread Hemanth
Me virtually on jaunty as of now , yes i'm using compiz

-- 
Blacks out on zero free sapce on disk 
https://bugs.launchpad.net/bugs/363255
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 275505] Re: F-spot crashes when creating a stand alone gallery

2009-04-18 Thread robin basic
i wrote a temporary workaround

1) create a standole gallery (for the hmtl files)
2) create gallery files only 
3) run the attached script
4) merge everything

** Attachment added: workaround - sort and resizing script
   http://launchpadlibrarian.net/25695259/f-spot_export_to_folder.sh

-- 
F-spot crashes when creating a stand alone gallery
https://bugs.launchpad.net/bugs/275505
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 335307] Re: Crimean Tatar (Crimean Turkish) locale (crh) is not shown in gdm languages list, even if language support for crh is added

2009-04-18 Thread Reşat SABIQ
** Summary changed:

- Please enable language support for Crimean Tatar (Crimean Turkish) locale 
(crh)
+ Crimean Tatar (Crimean Turkish) locale (crh) is not shown in gdm languages 
list, even if language support for crh is added

-- 
Crimean Tatar (Crimean Turkish) locale (crh) is not shown in gdm languages 
list, even if language support for crh is added
https://bugs.launchpad.net/bugs/335307
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 279282] Re: preferences dialog shows wrong look in evolution

2009-04-18 Thread Jeff Sereno
This cosmetic bug is still present under Ubuntu 9.04.

The Mail Preferences option in the preferences is the only part of the
whole preferences dialog to use completely different colours for the
text.

Attached is how I see it using the New Wave colour theme. Choose any
other area of the preferences and the text is black.


** Attachment added: EvolutionMailPrefsSnappy.jpg
   http://launchpadlibrarian.net/25695586/EvolutionMailPrefsSnappy.jpg

-- 
preferences dialog shows wrong look in evolution
https://bugs.launchpad.net/bugs/279282
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 155438] Re: Compiz - workspace switcher shrinks and workspaces do not work corectly

2009-04-18 Thread Michal T
Just find out, that after this fix I have 4 desktops... each 4x.. so in 
result I have 16 desktops :-/ 
For instance I move window to the Right desktop. I am unable to get there using 
ctrl+alt+arrow. I have to click on workspace switcher to move to another 
desktop (with it's own 4 desktops). This is not what I wanted to have.. :-/
I want only 1 virtual desktop.. divided into 2x2...

-- 
Compiz - workspace switcher shrinks and workspaces do not work corectly
https://bugs.launchpad.net/bugs/155438
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libwnck in ubuntu.

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


[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars

2009-04-18 Thread Eugen Dedu
The patch I sent you was only for video.  I thought about audio too, and
thanks to having confirmed that it needs to be done for audio too.

I will check in a complete fix very soon.

-- 
Ekiga doesn't recognize webcam with non-UTF chars
https://bugs.launchpad.net/bugs/345192
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


Re: [Bug 352684] Re: when recording sound on ubuntu 8 ; after this listening no sound

2009-04-18 Thread iigorj
thanks;

succesfully turnedon recordng ; by adding mic in sound preferences; only
sound is noisy when listening record;

2009/4/1 Sebastien Bacher seb...@ubuntu.com

 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: gnome-media (Ubuntu)
   Importance: Undecided = Low

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

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

 --
 when recording sound on ubuntu 8 ; after this listening no sound
 https://bugs.launchpad.net/bugs/352684
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “gnome-media” source package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: gnome-media

 when recording sound on ubuntu 8 ; after this listening no sound

 ProblemType: Bug
 Architecture: i386
 Date: Tue Mar 31 23:42:10 2009
 DistroRelease: Ubuntu 8.04
 ExecutablePath: /usr/bin/gnome-sound-recorder
 NonfreeKernelModules: nvidia
 Package: gnome-media 2.22.0-0ubuntu3
 PackageArchitecture: i386
 ProcEnviron:
  SHELL=/bin/bash

  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  LANG=en_US.UTF-8
 SourcePackage: gnome-media
 Uname: Linux 2.6.24-23-generic i686


-- 
when recording sound on ubuntu 8 ; after this listening no sound 
https://bugs.launchpad.net/bugs/352684
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 335307] Re: Crimean Tatar (Crimean Turkish) locale (crh) is not shown in gdm languages list, even if language support for crh is added

2009-04-18 Thread Reşat SABIQ
I split out Firefox packaging issue into a separate bug:
https://bugs.launchpad.net/ubuntu/+source/language-pack-crh-base/+bug/363264

This bug is now only about GDM languages list issue.

Hopefully, this will help a bit in tracking and fixing outstanding
issues in a more organized and efficient manner, and the easier issue
could be closed separately w/o having to wait for both issues to be
resolved.

-- 
Crimean Tatar (Crimean Turkish) locale (crh) is not shown in gdm languages 
list, even if language support for crh is added
https://bugs.launchpad.net/bugs/335307
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 363257] Re: incorrect scaling with non-standart page

2009-04-18 Thread war-deda
** Description changed:

  Binary package hint: evince
  
  if used size of page like A5,  on printing ever used page format A4 for
- scaling and scaled pages are not on the center of paper (A5)
+ scaling and scaled pages are not on the center of paper (A5).  Result
+ are moved to the center of virtual of A4 page. For example if is set
+ scale to 90 - the top of resulting page has margin 40 (for example) and
+ bottom of resulting page is below of bottom real A5 format page.
  
  The about form said:
  Document Viewer 2.24.1
  Used poppler v 0.8.7 (cairo)
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/evince
  NonfreeKernelModules: fglrx
  Package: evince 2.24.1-0ubuntu1
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: evince
  Uname: Linux 2.6.27-14-generic i686

-- 
incorrect scaling with non-standart page
https://bugs.launchpad.net/bugs/363257
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 280798] Re: gnome-display-properties dont allow me rotate screen rigth and left but xrandr works fine

2009-04-18 Thread AppleCrow
It's still an issue in jaunty.
GDP allows only normal and inversed screen rotation.
But GDP warns user about issue between it and nvidia driver, and prompt user to 
manage display through nvidia control panel.

But NCP doesn't provide a simple way, as GDP, to manage displays.

-- 
gnome-display-properties dont allow me rotate screen rigth and left but xrandr 
works fine
https://bugs.launchpad.net/bugs/280798
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 363282] [NEW] Gstreamer reports internal data flow error for ogg vorbis stream

2009-04-18 Thread Johan Ehnberg
Public bug reported:

Here's a link that fails with Internal data flow error on all three of
the computers I could test this on using any program with the
gstreamer0.10 backend. Movie player (totem) seems to give a split second
of the stream, while rhythmbox fails with no sound at all.

Here's a link that works in Finland. Other stream can surely be found around 
the net. There are similar bug reports for other media types, maybe related.
http://217.30.180.242:8000/gvfm.ogg.m3u

I'd be happy to provide more information.

Tested on updated Jaunty RC and intrepid, amd64.

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Gstreamer reports internal data flow error for ogg vorbis stream
https://bugs.launchpad.net/bugs/363282
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 338700] Re: Failed to restore the system power manager

2009-04-18 Thread antoniomedina2006
Had the same issue today.

Launched

*dpkg-reconfigure brasero
*dpkg-reconfigure gnome-power-manager

Seems to be working again.

-- 
Failed to restore the system power manager
https://bugs.launchpad.net/bugs/338700
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 215472] Re: Darklooks gtkrc is broken [hardy-intrepid]

2009-04-18 Thread Amr Hassan
huh. this is still screwed up in jaunty.

-- 
Darklooks gtkrc is broken [hardy-intrepid]
https://bugs.launchpad.net/bugs/215472
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gnome-themes-extras.

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


[Bug 216644] Re: set wallpaper via middle click from nautilus does not scale image

2009-04-18 Thread David Prieto
Sebastien, I was about to file the same bug. I think I can give the
requested details.

-When you set a wallpaper, you usually also set the style (tiled, zoom,
centered, scaled, fit screen) that better suits your screen and likings.
In my case it's zoom, since I want my wallpapers to fill the screen
without getting stretched.

-When you middle-drag an image from nautilus to the desktop and choose
set as background it overrides your preferences and is automatically
set as tiled, which forces you to open gnome-appearance-properties and
choose your preferred style again.

-This pretty much negates the use of the set as background option,
since you're forced to open the appearance dialogue anyway.

-In order for it to be useful, it should respect your preferred style.

-- 
set wallpaper via middle click from nautilus does not scale image
https://bugs.launchpad.net/bugs/216644
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 357633] Re: Unable to send an S/MIME encrypted message to alternative address to a person who own a certificate with multiple emails

2009-04-18 Thread Mathieu Alorent
 This seems to works well on Jaunty with Evolution 2.26.1 :)
hum... I've upgraded to jaunty beta today.. and this doesn't works.. :/ I 
should have missed something ! I'm quite sure that worked with Jaunty VM 
tests...

-- 
Unable to send an S/MIME encrypted message to alternative address to a person 
who own a certificate with multiple emails
https://bugs.launchpad.net/bugs/357633
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 150721] Re: .xsession-errors: 'Failed to read saved session file'

2009-04-18 Thread kavkar
I have same problem under Jaunty.
After last updates.

koc...@kocsis-laptop:~$ compiz
Checking for Xgl: not present. 
xset q doesn't reveal the location of the log file. Using fallback 
/var/log/Xorg.0.log 
Blacklisted PCIID '8086:2a02' found 
aborting and using fallback: /usr/bin/metacity 
Window manager warning: Failed to read saved session file 
„/home/kocsis/.config/metacity/sessions/10487b19c556b3233512400423853247670112410022.ms”
 Failed to open file 
„/home/kocsis/.config/metacity/sessions/10487b19c556b3233512400423853247670112410022.ms”
 : No such file or directory
.config/metacity/session isn't existing.

-- 
.xsession-errors: 'Failed to read saved session file'
https://bugs.launchpad.net/bugs/150721
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 227186] Re: Evince doesn't print PDF files

2009-04-18 Thread Gábor Szeder
Unfortunately, the situation is by no means fixed in Jaunty RC.

Opening Simon's good.pdf
(https://bugs.launchpad.net/ubuntu/+source/evince/+bug/227186/comments/7)
and printing it to pdf with Jaunty RC's evince takes approx. 0.9 sec CPU
time and the produced output pdf is approx. 7kB.

Opening Simon's wrong.pdf
(https://bugs.launchpad.net/ubuntu/+source/evince/+bug/227186/comments/8)
and printing it to pdf takes approx. 1.6 sec CPU time and the produced
output pdf is 1.5MB (yes, _mega_bytes).  Neither evince nor gv could
open the resulting pdf.

The difference in CPU usage seems not much, but the documents in
question are quite short.  Making a 10 pages long document from Simon's
tex source with some copy-pasting and printing it to pdf will take
approx. 1 sec CPU time without T1 fonts and 6.5 sec with T1 fonts, and
the resulting pdfs are 20kB vs. 16MB.

The CPU usage is even worse when opening the print preview.  In case of
Simon's pdf, it takes 1 sec CPU time to open good.pdf and display its
print preview, but takes 21 sec to do the same with wrong.pdf.  With the
10 pages long document it's 2 sec vs. 223 sec.  The print preview looks
as expected for the documents without T1 fonts, but looks terrible with
T1.

-- 
Evince doesn't print PDF files
https://bugs.launchpad.net/bugs/227186
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 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-04-18 Thread Sebastien Bacher
what sort of device is the one you try to use? the bug should probably
be sent to the people writting gvfs on bugzilla.gnome.org by somebody
having access to that

-- 
gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting
https://bugs.launchpad.net/bugs/363101
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 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2009-04-18 Thread Sebastien Bacher
what sort of device is the one you try to use? the bug should probably
be sent to the people writting gvfs on bugzilla.gnome.org by somebody
having access to that

-- 
gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting
https://bugs.launchpad.net/bugs/363101
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 363149] Re: CANT MOUNT PRINTER

2009-04-18 Thread Sebastien Bacher
** Package changed: totem (Ubuntu) = ubuntu

** Changed in: ubuntu
   Importance: Undecided = Low

-- 
CANT MOUNT PRINTER
https://bugs.launchpad.net/bugs/363149
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 363294] Re: xchat-gnome returns error on install

2009-04-18 Thread LanoxxthShaddow

** Attachment added: Error log of: sudo aptitude install xchat-gnome
   http://launchpadlibrarian.net/25697580/xchat.error

-- 
xchat-gnome returns error on install
https://bugs.launchpad.net/bugs/363294
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xchat-gnome in ubuntu.

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


[Bug 363293] [NEW] Overscaled desktop icons behave strange

2009-04-18 Thread vasdi
Public bug reported:

Binary package hint: nautilus

Ubuntu 9.04 [AMD64]
Gnome 2.26.1
Nautilus 2.26.2

When I resizing an icon on the Gnome desktop (Nautilus?) there is a
limit of how big it can become. When I trying to resize an icon over the
limit and then scale it down it starting to resize only after a delay.
And when overscaled some more the icon starts to move nonlinearly
instead of resizing.

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

-- 
Overscaled desktop icons behave strange
https://bugs.launchpad.net/bugs/363293
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 282378] Re: Flickering Log Out of the Session dialog after resuming from suspend or hibernation.

2009-04-18 Thread Sebastien Bacher
thank you for investigating, closing the bug since that's not a gnome-
session one

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

-- 
Flickering Log Out of the Session dialog after resuming from suspend or 
hibernation.
https://bugs.launchpad.net/bugs/282378
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 363298] [NEW] Debug messages in .xsession-errors

2009-04-18 Thread Hernando Torque
Public bug reported:

Binary package hint: gnome-panel

Gnome-panel, nm-applet, and update-notifier put messages prefixed with
DEBUG in the .xsession-errors file. As those aren't errors or
warnings, I ask you to remove them for the release. There's already
enough noise in this file.

Example:

** (nm-applet:3253): DEBUG: applet_common_device_state_changed
** (nm-applet:3253): DEBUG: old state indicates that this was not a disconnect 0
** (nm-applet:3253): DEBUG: applet_common_device_state_changed
** (nm-applet:3253): DEBUG: old state indicates that this was not a disconnect 0
** (gnome-panel:3245): DEBUG: Adding applet 0.
** (gnome-panel:3245): DEBUG: Initialized Panel Applet Signaler.
** (gnome-panel:3245): DEBUG: Adding applet 1.
** (gnome-panel:3245): DEBUG: Adding applet 2.
** (gnome-panel:3245): DEBUG: Adding applet 3.
** (gnome-panel:3245): DEBUG: Adding applet 4.
** (gnome-panel:3245): DEBUG: Adding applet 5.
** (gnome-panel:3245): DEBUG: Adding applet 6.
** (gnome-panel:3245): DEBUG: Adding applet 7.
** (gnome-panel:3245): DEBUG: Adding applet 8.
** (gnome-panel:3245): DEBUG: Adding applet 9.
** (gnome-panel:3245): DEBUG: Adding applet 10.
** (gnome-panel:3245): DEBUG: Adding applet 11.
** (gnome-panel:3245): DEBUG: Adding applet 12.
** (gnome-panel:3245): DEBUG: Adding applet 13.
** (nm-applet:3253): DEBUG: applet_common_device_state_changed
** (nm-applet:3253): DEBUG: applet_common_device_state_changed
** (nm-applet:3253): DEBUG: applet_common_device_state_changed
** (nm-applet:3253): DEBUG: foo_client_state_changed_cb
** (nm-applet:3253): DEBUG: applet_common_device_state_changed
** (nm-applet:3253): DEBUG: foo_client_state_changed_cb
** (update-notifier:3252): DEBUG: /usr/lib/update-notifier/apt-check returned 0 
(security: 0)
** (update-notifier:3252): DEBUG: crashreport_check

gnome-panel:
  Installed: 1:2.26.0-0ubuntu7
  Candidate: 1:2.26.0-0ubuntu7

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

-- 
Debug messages in .xsession-errors
https://bugs.launchpad.net/bugs/363298
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 363293] Re: Overscaled desktop icons behave strange

2009-04-18 Thread vasdi

** Attachment added: video demonstration
   http://launchpadlibrarian.net/25697727/bug.ogv

-- 
Overscaled desktop icons behave strange
https://bugs.launchpad.net/bugs/363293
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 363294] Re: xchat-gnome returns error on install

2009-04-18 Thread LanoxxthShaddow
Looks like an error in libc6

$ dpkg --configure -a
dpkg: requested operation requires superuser privilege
ubu...@ubuntu:~$ sudo !!
sudo dpkg --configure -a
Setting up libc6 (2.9-4ubuntu6) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Bus error 
dpkg: subprocess post-installation script returned error exit status 135

I tried to run aptitude update and upgrade but upgrade complains I have
to run dpkg first and dpkg returns the error above.

-- 
xchat-gnome returns error on install
https://bugs.launchpad.net/bugs/363294
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xchat-gnome in ubuntu.

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


[Bug 363184] Re: jaunty: totem volume control flaky

2009-04-18 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: totem (Ubuntu)
   Importance: Undecided = Low

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

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

-- 
jaunty: totem volume control flaky
https://bugs.launchpad.net/bugs/363184
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 362930] Re: Evolution freezes when calendar is selected

2009-04-18 Thread Mick Redman
Attached is the backtrace for the evolution-data-server.

** Attachment added: gdb-evolution-data-server.txt
   http://launchpadlibrarian.net/25697740/gdb-evolution-data-server.txt

-- 
Evolution freezes when calendar is selected
https://bugs.launchpad.net/bugs/362930
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 349555] Re: gvfsd-gphoto2 crashed with SIGSEGV in strlen()

2009-04-18 Thread Sebastien Bacher
closing the bug since the crash doesn't happen now, there is an another
bug about mtp device being locked by gvfs see bug #348287

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

-- 
gvfsd-gphoto2 crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/349555
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 215472] Re: Darklooks gtkrc is broken [hardy-intrepid]

2009-04-18 Thread James Westby
** Changed in: gnome-themes-extras
   Importance: Undecided = Unknown

** Changed in: gnome-themes-extras
   Status: Fix Committed = Unknown

** Changed in: gnome-themes-extras
 Remote watch: None = GNOME Bug Tracker #528322

-- 
Darklooks gtkrc is broken [hardy-intrepid]
https://bugs.launchpad.net/bugs/215472
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gnome-themes-extras.

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


[Bug 261518] Re: nspluginviewer crashed with SIGSEGV in g_datalist_id_set_data_full()

2009-04-18 Thread Sebastien Bacher
the crash happening in a gtk function doesn't mean it's a gtk bug you
could just be using it wrongly

-- 
nspluginviewer crashed with SIGSEGV in g_datalist_id_set_data_full()
https://bugs.launchpad.net/bugs/261518
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 283613] Re: evince shows yellow background for postscript files on powerpc

2009-04-18 Thread Herbert V. Riedel
can't tell yet, as evince dies on me with a segfault with todays
jaunty/ppc when trying to open that postscript file :-(

-- 
evince shows yellow background for postscript files on powerpc
https://bugs.launchpad.net/bugs/283613
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 363209] Re: won't play.

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, that's rather a question than a bug
description though


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

** Converted to question:
   https://answers.edge.launchpad.net/ubuntu/+source/rhythmbox/+question/67808

-- 
won't play.
https://bugs.launchpad.net/bugs/363209
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 363205] Re: I am not able to play mp3 songs after the update

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, that's rather a question than a bug
description though

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

** Converted to question:
   https://answers.edge.launchpad.net/ubuntu/+source/rhythmbox/+question/67807

-- 
I am not able to play mp3 songs after the update
https://bugs.launchpad.net/bugs/363205
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 363204] Re: rhythmbox mouse over display does not match the one used during song change

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, the icon in the notification area
displays a normal gtk tooltip that's not a bug, bubbles are for
notifications only

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

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

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

-- 
rhythmbox mouse over display does not match the one used during song change
https://bugs.launchpad.net/bugs/363204
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 363220] Re: Rhythmbox does not play.

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, that's rather a question than a bug
description though


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

** Converted to question:
   https://answers.edge.launchpad.net/ubuntu/+source/rhythmbox/+question/67810

-- 
 Rhythmbox does not play.
https://bugs.launchpad.net/bugs/363220
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 363267] [NEW] Takes 100% CPU

2009-04-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: vino

Dear friends,

When remote access is enabled the CPU usage gets to and stays at 100%
until remote access is disabled.

Many blessings.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: vino 2.26.1-0ubuntu1
ProcEnviron:
 LANG=he_IL.UTF-8
 SHELL=/bin/bash
SourcePackage: vino
Uname: Linux 2.6.28-11-generic i686

** Affects: vino (Ubuntu)
 Importance: Low
 Assignee: Ubuntu Desktop Bugs (desktop-bugs)
 Status: Incomplete


** Tags: apport-bug i386 jaunty
-- 
Takes 100% CPU
https://bugs.edge.launchpad.net/bugs/363267
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 258081] Re: Can't add new wallpapers using gnome interface and Images (like jpeg) are not detected as it.

2009-04-18 Thread Sebastien Bacher
the issue is not a gnome-control-one then, shared-mime-info installs the
system definition to /usr/share/mime, the .local directory is an user
one for customization, you installed or used a software which writtes
buggy definitions there, that's not a default ubuntu software but if you
figure which one open a bug against this one

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

-- 
Can't add new wallpapers using gnome interface and Images (like jpeg) are not 
detected as it.
https://bugs.launchpad.net/bugs/258081
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 363294] [NEW] xchat-gnome returns error on install

2009-04-18 Thread LanoxxthShaddow
Public bug reported:

Binary package hint: xchat-gnome

I just tried to install xchat in a live cd of jaunty rc and got this
error.

See attachment.

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

-- 
xchat-gnome returns error on install
https://bugs.launchpad.net/bugs/363294
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xchat-gnome in ubuntu.

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


[Bug 261518] Re: nspluginviewer crashed with SIGSEGV in g_datalist_id_set_data_full()

2009-04-18 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: gtk+2.0 (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: gtk+2.0 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
nspluginviewer crashed with SIGSEGV in g_datalist_id_set_data_full()
https://bugs.launchpad.net/bugs/261518
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 363267] Re: Takes 100% CPU

2009-04-18 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: vino (Ubuntu)
   Importance: Undecided = Low

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

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

-- 
Takes 100% CPU
https://bugs.launchpad.net/bugs/363267
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 363267] Re: Takes 100% CPU

2009-04-18 Thread Sebastien Bacher
could be that a vino instance is already running and that an another one
is started by gnome-session in loop and exit since there is one running

-- 
Takes 100% CPU
https://bugs.launchpad.net/bugs/363267
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 363257] Re: incorrect scaling with non-standart page

2009-04-18 Thread Sebastien Bacher
** Package changed: evince (Ubuntu) = cups (Ubuntu)

-- 
incorrect scaling with non-standart page
https://bugs.launchpad.net/bugs/363257
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 363254] Re: White stripes in fading

2009-04-18 Thread Sebastien Bacher
*** This bug is a duplicate of bug 318130 ***
https://bugs.launchpad.net/bugs/318130

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

** Package changed: evince (Ubuntu) = poppler (Ubuntu)

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

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

** This bug has been marked a duplicate of bug 318130
   Horizontal lines appear on blue background on pdf

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

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


[Bug 363255] Re: Blacks out on zero free sapce on disk

2009-04-18 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.

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

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

-- 
Blacks out on zero free sapce on disk 
https://bugs.launchpad.net/bugs/363255
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 363282] Re: Gstreamer reports internal data flow error for ogg vorbis stream

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, you could perhaps open it on
bugzilla.gnome.org too where the people writting gstreamer will read it?
there is no gstreamer hacker in the current ubuntu team and they will
have a better clue about the issue

** Changed in: gstreamer0.10 (Ubuntu)
   Importance: Undecided = Low

-- 
Gstreamer reports internal data flow error for ogg vorbis stream
https://bugs.launchpad.net/bugs/363282
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 363235] Re: Ryhtmbox crashes after ending playlist

2009-04-18 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)
   Importance: Undecided = Medium

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

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

-- 
Ryhtmbox crashes after ending playlist
https://bugs.launchpad.net/bugs/363235
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 363294] Re: xchat-gnome returns error on install

2009-04-18 Thread Sebastien Bacher
could be an hardware issue too

** Package changed: xchat-gnome (Ubuntu) = glibc (Ubuntu)

** Summary changed:

- xchat-gnome returns error on install
+ ldconfig bus error

-- 
ldconfig bus error
https://bugs.launchpad.net/bugs/363294
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xchat-gnome in ubuntu.

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


[Bug 363293] Re: Overscaled desktop icons behave strange

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, that's such a minor detail that I don't
see that being worked soon but it should be sent on bugzilla.gnome.org
by somebody having the issue so the people writting the software will
read about it

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

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

-- 
Overscaled desktop icons behave strange
https://bugs.launchpad.net/bugs/363293
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 363298] Re: Debug messages in .xsession-errors

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, jaunty is frozen now so that will have to
wait next cycle

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

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

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

-- 
Debug messages in .xsession-errors
https://bugs.launchpad.net/bugs/363298
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 362930] Re: Evolution freezes when calendar is selected

2009-04-18 Thread Sebastien Bacher
the stacktrace doesn't seem to be a crash but a manual interruption, how
did you get it exactly?

-- 
Evolution freezes when calendar is selected
https://bugs.launchpad.net/bugs/362930
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 363318] [NEW] gnome-display-properties doesn't allow you to choose primary display for dual-screen

2009-04-18 Thread Dominic Evans
Public bug reported:

Binary package hint: gnome-control-center

gnome-display-properties in jaunty is a massive improvement, great job

however, with the dual-screen configuration, it is not possible from
within the GUI to select which monitor should be used as the primary
display (i.e., which displays gnome-panels etc.)

xrandr supports setting this via the '--primary' per-output option, so
the GUI should also provide the ability to set this

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: gnome-control-center 1:2.26.0-0ubuntu3
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_GB.UTF-8
SourcePackage: gnome-control-center
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
gnome-display-properties doesn't allow you to choose primary display for 
dual-screen
https://bugs.launchpad.net/bugs/363318
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 363318] Re: gnome-display-properties doesn't allow you to choose primary display for dual-screen

2009-04-18 Thread Dominic Evans

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

-- 
gnome-display-properties doesn't allow you to choose primary display for 
dual-screen
https://bugs.launchpad.net/bugs/363318
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 363234] Re: I can't change the properties of the tracks(name, album, etc.)

2009-04-18 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? 
 * What error do you get? is that on any format you use?
 
 This will help us to find and resolve the problem.

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

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

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

-- 
I can't change the properties of the tracks(name,album,etc.)
https://bugs.launchpad.net/bugs/363234
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 363236] Re: Thunderbird does not appear in right-click send to

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, that's not a bug though since you don't
use the thunderbird ubuntu version and nautilus-sendto can't know about
your weird custom installation

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

** Changed in: nautilus-sendto (Ubuntu)
   Status: New = Invalid

-- 
Thunderbird does not appear in right-click send to
https://bugs.launchpad.net/bugs/363236
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 363227] Re: throbber not visible, epiphany-browser

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, not sure that's a bug though, why would
it need to display an activity indicator when there is no activity going
on?

** Changed in: epiphany-browser (Ubuntu)
   Importance: Undecided = Low

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

-- 
throbber not visible, epiphany-browser
https://bugs.launchpad.net/bugs/363227
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 362639] Re: Unable to mount or read CD drive

2009-04-18 Thread Sebastien Bacher
the issue could be due to linux, the drive or the cd, if those work
under other os let's reassign to linux it's not GNOME specific

** Package changed: gnome-mount (Ubuntu) = linux (Ubuntu)

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

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

-- 
Unable to mount or read CD drive
https://bugs.launchpad.net/bugs/362639
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 363245] Re: gtk_main leaks a file descriptor every time the main loop is run if threads have been initialized

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, is that specific to pygtk or do you have
it also in C GTK? the issue is an upstream one and should be open on
bugzilla.gnome.org when the people writting pygtk or gtk will read it

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

** Changed in: gtk+2.0 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
gtk_main leaks a file descriptor every time the main loop is run if threads 
have been initialized
https://bugs.launchpad.net/bugs/363245
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 363319] [NEW] Wait a couple seconds before switching tabs

2009-04-18 Thread David Prieto
Public bug reported:

Binary package hint: nautilus

I often use tabs to move files from one folder to another. I open the
first tab and drag the file to the second tab. Unfortunately, it also
switches tabs: it opens the second tab, and forces me to switch back to
the first manually.

So please, make it that if I drag a file to a tab, I have to hover the
mouse over the tab for a couple seconds before switching tabs: don't do
it immediately.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: nautilus 1:2.26.2-0ubuntu1
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Wait a couple seconds before switching tabs
https://bugs.launchpad.net/bugs/363319
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 363317] [NEW] Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy Drive, 151.8 GB Media) when running with admin rights

2009-04-18 Thread Ricardo Pérez López
Public bug reported:

Binary package hint: nautilus

[Using Jaunty]

When Nautilus is started with admin rights (i.e. using sudo), it uses
device names (floppy0, sda1, cdrom0) instead of humanized names (Floppy
Drive, 151.8 GB Media).

Steps to reproduce:

1. Open Nautilus as usual. In the Places sidebar, you can see
humanized names for the devices: Floppy Drive, 151.8 GB Media and
so on.

2. Open a Terminal and type: sudo nautilus. Result: In the Places
sidebar, you can see device names (floppy0, sda1, cdrom0) instead.

The bug can be reproduces in any file dialog of any application started
with admin rights (i.e. using sudo, gksudo, etc.).

For example:

1. Select System-Administration-Software Sources.
2. Enter the user's password.
3. Select the Authentication tab and click on Import Key File... button.

Result: A file dialog appears, with device names (floppy0, sda1, cdrom0)
instead of humanized names.

This bug is not present in Hardy.

I attach some screenshots to illustrate the problem.

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

-- 
Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy 
Drive, 151.8 GB Media) when running with admin rights
https://bugs.launchpad.net/bugs/363317
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 363319] Re: Wait a couple seconds before switching tabs

2009-04-18 Thread David Prieto

** Attachment added: screenshot
   http://launchpadlibrarian.net/25698508/Pantallazo-1.png

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

-- 
Wait a couple seconds before switching tabs
https://bugs.launchpad.net/bugs/363319
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 363317] Re: Nautilus uses device names (floppy0, sda1) instead of human names (Floppy Drive, 151.8 GB Media) when running with admin rights

2009-04-18 Thread Ricardo Pérez López
When you open Nautilus with a normal user without admin rights, you can
see humanized names (Floppy Drive, 151.8 GB Media).


** Attachment added: nautilus--normal-user.png
   http://launchpadlibrarian.net/25698445/nautilus--normal-user.png

-- 
Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy 
Drive, 151.8 GB Media) when running with admin rights
https://bugs.launchpad.net/bugs/363317
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 363317] Re: Nautilus uses device names (floppy0, sda1) instead of human names (Floppy Drive, 151.8 GB Media) when running with admin rights

2009-04-18 Thread Ricardo Pérez López
When you open Nautilus using sudo nautilus, you can see device names
(floppy0, sda1, cdrom0).


** Attachment added: nautilus--admin-user.png
   http://launchpadlibrarian.net/25698449/nautilus--admin-user.png

-- 
Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy 
Drive, 151.8 GB Media) when running with admin rights
https://bugs.launchpad.net/bugs/363317
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 363317] Re: Nautilus uses device names (floppy0, sda1) instead of human names (Floppy Drive, 151.8 GB Media) when running with admin rights

2009-04-18 Thread Ricardo Pérez López
When using any admin application, the file dialogs reproduces the bug.
In this example, I'm trying to import a key file using Software Sources
application (which runs with admin rights). You can see the device names
(floppy0, sda1, cdrom0) in the Places sidebar.

** Attachment added: software-sources-import-key.png
   http://launchpadlibrarian.net/25698461/software-sources-import-key.png

** Summary changed:

- Nautilus uses device names (floppy0, sda1) instead of human names (Floppy 
Drive, 151.8 GB Media) when running with admin rights
+ Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy 
Drive, 151.8 GB Media) when running with admin rights

** Description changed:

  Binary package hint: nautilus
  
+ [Using Jaunty]
+ 
  When Nautilus is started with admin rights (i.e. using sudo), it uses
- device names (floppy0, sda1, cdrom0) instead of human names (Floppy
+ device names (floppy0, sda1, cdrom0) instead of humanized names (Floppy
  Drive, 151.8 GB Media).
  
  Steps to reproduce:
  
  1. Open Nautilus as usual. In the Places sidebar, you can see
  humanized names for the devices: Floppy Drive, 151.8 GB Media and
  so on.
  
  2. Open a Terminal and type: sudo nautilus. Result: In the Places
  sidebar, you can see device names (floppy0, sda1, cdrom0) instead.
  
  The bug can be reproduces in any file dialog of any application started
  with admin rights (i.e. using sudo, gksudo, etc.).
  
  For example:
  
  1. Select System-Administration-Software Sources.
  2. Enter the user's password.
  3. Select the Authentication tab and click on Import Key File... button.
  
  Result: A file dialog appears, with device names (floppy0, sda1, cdrom0)
  instead of humanized names.
  
+ This bug is not present in Hardy.
+ 
  I attach some screenshots to illustrate the problem.

-- 
Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy 
Drive, 151.8 GB Media) when running with admin rights
https://bugs.launchpad.net/bugs/363317
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 363319] Re: Wait a couple seconds before switching tabs

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, that's an upstream wishlist and should be
sent to bugzilla.gnome.org where the people writting the software will
read it too

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

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

-- 
Wait a couple seconds before switching tabs
https://bugs.launchpad.net/bugs/363319
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 363317] Re: Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy Drive, 151.8 GB Media) when running with admin rights

2009-04-18 Thread Sebastien Bacher
thank you for your bug report, that's because you don't have a normal
session and the gvfs server running, that's not a bug, running graphical
applications under sudo is not recommended and that will not be worked

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

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

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

-- 
Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy 
Drive, 151.8 GB Media) when running with admin rights
https://bugs.launchpad.net/bugs/363317
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 363318] Re: gnome-display-properties doesn't allow you to choose primary display for dual-screen

2009-04-18 Thread Sebastien Bacher
*** This bug is a duplicate of bug 216144 ***
https://bugs.launchpad.net/bugs/216144

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

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

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

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

** This bug has been marked a duplicate of bug 216144
   no possibility to choose xv screen

-- 
gnome-display-properties doesn't allow you to choose primary display for 
dual-screen
https://bugs.launchpad.net/bugs/363318
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 363298] Re: Debug messages in .xsession-errors

2009-04-18 Thread Hernando Torque
I see. Should I report this for the other two applications too?

-- 
Debug messages in .xsession-errors
https://bugs.launchpad.net/bugs/363298
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 216144] Re: should allow to select the primary screen

2009-04-18 Thread Sebastien Bacher
** Summary changed:

- no possibility to choose xv screen
+ should allow to select the primary screen

-- 
should allow to select the primary screen
https://bugs.launchpad.net/bugs/216144
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 363323] [NEW] Brasero doesn't recognize empty dics

2009-04-18 Thread Coen
Public bug reported:

Binary package hint: brasero

Brasero won't burn anything as it refuses to recognize blank CD's. I reported 
via apport.
I have included a screenshot as the program says it cannot burn with the 
installed plugins and the disc is not supported.
I new in reporting bugs so hope the report is usefull.

Grt,
Coen

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/brasero
NonfreeKernelModules: nvidia
Package: brasero 2.26.0-0ubuntu3
ProcEnviron:
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
SourcePackage: brasero
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Brasero doesn't recognize empty dics
https://bugs.launchpad.net/bugs/363323
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 363323] Re: Brasero doesn't recognize empty dics

2009-04-18 Thread Coen

** Attachment added: Brasero.png
   http://launchpadlibrarian.net/25698885/Brasero.png

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

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

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

-- 
Brasero doesn't recognize empty dics
https://bugs.launchpad.net/bugs/363323
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 362930] Re: Evolution freezes when calendar is selected

2009-04-18 Thread Mick Redman
I followed these instructions https://wiki.ubuntu.com/Backtrace
replacing the first line of stage 2 with 
gdb /usr/lib/evolution/evolution-data-server-2.26 21 | tee 
gdb-evolution-data-server.txt
I didn't add any arguments at the run command.
the server didn't crash, so I had to ctrl-c at stage , but I continued with the 
instructions to stage 5.

-- 
Evolution freezes when calendar is selected
https://bugs.launchpad.net/bugs/362930
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 363325] [NEW] F-Spot crashes while importing photos from camera

2009-04-18 Thread Jonathan Avraham
Public bug reported:

Binary package hint: f-spot

Latest patched Ubuntu 8.10
AMD Athlon XP 2600
Canon A590IS camera working with PTP

After importing some images, the import stops, retrying doesn't work and
canceling crashes f-spot with the following message:

F-Spot Encountered a Fatal Error

Object reference not set to an instance of an object

An unhandled exception was thrown: Object reference not set to an
instance of an object

  at FileImportBackend.Prepare () [0x0] 
  at ImportCommand.DoImport (.ImportBackend imp) [0x0] 
  at ImportCommand.ImportFromPaths (.PhotoStore store, System.String[] paths, 
FSpot.Tag[] tags, Boolean copy) [0x0] 
  at ImportCommand.ImportFromPaths (.PhotoStore store, System.String[] paths, 
FSpot.Tag[] tags) [0x0] 
  at FSpot.CameraFileSelectionDialog.ImportFiles () [0x0] 
  at FSpot.CameraFileSelectionDialog.Run () [0x0] 
  at MainWindow.ImportCamera (System.String camera_device) [0x0] 
  at FSpot.Core+ImportCommand.Execute () [0x0] 
  at FSpot.Core.Import (System.String path) [0x0] 
  at FSpot.Driver.Main (System.String[] args) [0x0] 
.NET Version: 2.0.50727.42

Assembly Version Information:

libgphoto2-sharp (1.0.3230.34451)
CDExport (0.0.0.0)
FlickrExport (0.0.0.0)
GalleryExport (0.0.0.0)
FolderExport (0.0.0.0)
FacebookExport (0.1.0.0)
HashJob (0.0.0.0)
PicasaWebExport (0.0.0.0)
pango-sharp (2.12.0.0)
SemWeb (0.7.1.0)
glade-sharp (2.12.0.0)
FSpot.JobScheduler (0.0.0.0)
System.Transactions (2.0.0.0)
System.Configuration (2.0.0.0)
FSpot.Widgets (0.0.0.0)
System.Xml (2.0.0.0)
NDesk.DBus.Proxies (0.0.0.0)
gconf-sharp (2.20.0.0)
System.Data (2.0.0.0)
Mono.Data.SqliteClient (2.0.0.0)
FSpot.Query (0.0.0.0)
gdk-sharp (2.12.0.0)
gnome-vfs-sharp (2.20.0.0)
NDesk.DBus.GLib (1.0.0.0)
NDesk.DBus (1.0.0.0)
Mono.Posix (2.0.0.0)
Cms (0.0.0.0)
System (2.0.0.0)
FSpot.Utils (0.0.0.0)
FSpot.Core (0.0.0.0)
atk-sharp (2.12.0.0)
gtk-sharp (2.12.0.0)
Mono.Addins (0.3.0.0)
Mono.Addins.Setup (0.3.0.0)
glib-sharp (2.12.0.0)
gnome-sharp (2.20.0.0)
f-spot (0.5.0.3)
mscorlib (2.0.0.0)

Platform Information: Linux 2.6.27-11-generic i686 unknown GNU/Linux

Distribution Information:

[/etc/debian_version]
lenny/sid

[/etc/lsb-release]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.10
DISTRIB_CODENAME=intrepid
DISTRIB_DESCRIPTION=Ubuntu 8.10

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: fglrx
Package: f-spot 0.5.0.3-0ubuntu4
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: f-spot
Uname: Linux 2.6.27-11-generic i686

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
F-Spot crashes while importing photos from camera
https://bugs.launchpad.net/bugs/363325
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 363325] Re: F-Spot crashes while importing photos from camera

2009-04-18 Thread Jonathan Avraham

** Attachment added: First error dialog
   http://launchpadlibrarian.net/25699102/f-spot.png

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

-- 
F-Spot crashes while importing photos from camera
https://bugs.launchpad.net/bugs/363325
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 363327] [NEW] no audio output in utube video

2009-04-18 Thread jdelima
Public bug reported:

Binary package hint: yelp

audio does not function (mute) on u tube videos

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

-- 
no audio output in utube video
https://bugs.launchpad.net/bugs/363327
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 363317] Re: Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy Drive, 151.8 GB Media) when running with admin rights

2009-04-18 Thread Ricardo Pérez López
Sebastien, what about the Software Souces use case? That tool is started
using gksu. The same problem can also be found in Synaptic, for
instance. All the admin tools which needs to save/load any file could
have the same issue. And the issue is not in Hardy, so it could be
considered a regression.

-- 
Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy 
Drive, 151.8 GB Media) when running with admin rights
https://bugs.launchpad.net/bugs/363317
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 307751] Re: support comicbook formats: cb7, cba, cbt...

2009-04-18 Thread David Prieto
Done: http://bugzilla.gnome.org/show_bug.cgi?id=579402

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

-- 
support comicbook formats: cb7, cba, cbt...
https://bugs.launchpad.net/bugs/307751
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 356515] Re: Jaunty: indicator applet cannot be removed from panel when inactive (it simply cannot be seen)

2009-04-18 Thread Bernhard
And here if I move it a little further to the right, so it get's
compressed even more.

** Attachment added: Screenshot-2.png
   http://launchpadlibrarian.net/25699578/Screenshot-2.png

-- 
Jaunty: indicator applet cannot be removed from panel when inactive (it simply 
cannot be seen)
https://bugs.launchpad.net/bugs/356515
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 356515] Re: Jaunty: indicator applet cannot be removed from panel when inactive (it simply cannot be seen)

2009-04-18 Thread Bernhard
Here there's a window list that is compressed because to the right of it
there is an indicator applet that is completely invisible. That's kind
of confusing.

** Attachment added: Screenshot-1.png
   http://launchpadlibrarian.net/25699567/Screenshot-1.png

-- 
Jaunty: indicator applet cannot be removed from panel when inactive (it simply 
cannot be seen)
https://bugs.launchpad.net/bugs/356515
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 216144] Re: gnome-display-properties should allow the primary screen to be chosen

2009-04-18 Thread Dominic Evans
fyi, I believe xrandr supports setting this via the '--primary' per-
output option

** Summary changed:

- should allow to select the primary screen
+ gnome-display-properties should allow the primary screen to be chosen

-- 
gnome-display-properties should allow the primary screen to be chosen
https://bugs.launchpad.net/bugs/216144
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 363317] Re: Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy Drive, 151.8 GB Media) when running with admin rights

2009-04-18 Thread Sebastien Bacher
dunno about those what you described is a nautilus bug, synaptic doesn't
list devices

-- 
Nautilus uses device names (floppy0, sda1) instead of humanized names (Floppy 
Drive, 151.8 GB Media) when running with admin rights
https://bugs.launchpad.net/bugs/363317
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 363319] Re: Wait a couple seconds before switching tabs

2009-04-18 Thread Sebastien Bacher
Thank you for sending the bug to GNOME

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

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

-- 
Wait a couple seconds before switching tabs
https://bugs.launchpad.net/bugs/363319
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 307751] Re: support comicbook formats: cb7, cba, cbt...

2009-04-18 Thread Sebastien Bacher
Thank you for sending the bug to GNOME

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

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

-- 
support comicbook formats: cb7, cba, cbt...
https://bugs.launchpad.net/bugs/307751
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 362930] Re: Evolution freezes when calendar is selected

2009-04-18 Thread Sebastien Bacher
evolution-data-server is autostarted, you should follow the instructions
on how to get a stacktrace for a running software

-- 
Evolution freezes when calendar is selected
https://bugs.launchpad.net/bugs/362930
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 363298] Re: Debug messages in .xsession-errors

2009-04-18 Thread Sebastien Bacher
you can if you want but those will not be changed for jaunty either

-- 
Debug messages in .xsession-errors
https://bugs.launchpad.net/bugs/363298
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 363245] Re: gtk_main leaks a file descriptor every time the main loop is run if threads have been initialized

2009-04-18 Thread Glyph Lefkowitz
** Also affects: pygtk (Ubuntu)
   Importance: Undecided
   Status: New

-- 
gtk_main leaks a file descriptor every time the main loop is run if threads 
have been initialized
https://bugs.launchpad.net/bugs/363245
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


  1   2   3   >