Re: [Bug 234101] Re: Support latin locale

2008-06-04 Thread Robert Collins
On Fri, 2008-05-30 at 10:22 +, Martin Pitt wrote:
> Currently blocked on bug 234105, since the final name isn't determined
> yet.

Thanks Martin.

In the interim, for folk that want to see the result of their
translation efforts, my ppa has builds of both langpack-locales and gdm:

https://edge.launchpad.net/~lifeless/+archive

-- 
GPG key available at: .

-- 
Support latin locale
https://bugs.launchpad.net/bugs/234101
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 237238] Re: wont let download wine

2008-06-04 Thread Sebastien Bacher
Thanks for your comments. This does not appear to be a bug report as
such. We appreciate the difficulties you are facing, but it would make
more sense to raise your question in the support tracker.
http://launchpad.net/support

** Changed in: apt (Ubuntu)
Sourcepackagename: gnome-terminal => apt
   Status: New => Invalid

** Changed in: apt (Ubuntu)
   Importance: Undecided => Low

-- 
wont let download wine
https://bugs.launchpad.net/bugs/237238
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 237275] Re: cannot install flash-player into browser, sothat i cannot watch moviefilmpjes

2008-06-04 Thread Alan Munson
so...neither confirmed or otherwise, can you try editing the description
and make it more clear? thanks much!

-- 
cannot install flash-player into browser,sothat  i cannot watch moviefilmpjes
https://bugs.launchpad.net/bugs/237275
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 237275] Re: cannot install flash-player into browser, sothat i cannot watch moviefilmpjes

2008-06-04 Thread Alan Munson
I am not sure what your attemtpting to file a bug about, this isnt
making any sense to me, sorry, i just dont understand.

-- 
cannot install flash-player into browser,sothat  i cannot watch moviefilmpjes
https://bugs.launchpad.net/bugs/237275
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 90428] Re: [apport] evolution crashed with SIGSEGV in connection_listen_cb()

2008-06-04 Thread Bug Watch Updater
** Changed in: evolution-data-server
   Status: New => Invalid

-- 
[apport] evolution crashed with SIGSEGV in connection_listen_cb()
https://bugs.launchpad.net/bugs/90428
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 237053] Re: If opened from context menu correct folder not showed

2008-06-04 Thread Zoran Nasev
If multiple files are selected and all of them are from same folder, the
behavior to choose "Command Line Catalog" is not logical to me. I
usually browse with file browser and when I enter the folder which
contains pictures I want to see or edit, I select them all and open with
gthumb. Something like "browse with gthumb" is the option I am trying to
mimic.

Zoran

-- 
If opened from context menu correct folder not showed
https://bugs.launchpad.net/bugs/237053
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 237231] Re: Minimize, close, maximize

2008-06-04 Thread Sebastien Bacher
Thanks for your comments. This does not appear to be a bug report as
such. We appreciate the difficulties you are facing, but it would make
more sense to raise your question in the support tracker.
http://launchpad.net/support. You have apparently no decorator running,
maybe try to restart compiz

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Low
   Status: New => Invalid

-- 
Minimize, close, maximize
https://bugs.launchpad.net/bugs/237231
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 237226] Re: package gconf-editor 2.22.0-0ubuntu2 failed to install/upgrade:

2008-06-04 Thread Sebastien Bacher
Thanks for your comments. This does not appear to be a bug report as
such. We appreciate the difficulties you are facing, but it would make
more sense to raise your question in the support tracker.
http://launchpad.net/support. The log shows the installing has been
aborded on user interaction, that's not a bug

** Changed in: gconf-editor (Ubuntu)
   Importance: Undecided => Low
   Status: New => Invalid

-- 
package gconf-editor 2.22.0-0ubuntu2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/237226
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf-editor in ubuntu.

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


[Bug 236249] Re: nautilus won't start unless with sudo because of eel:error

2008-06-04 Thread Sebastien Bacher
did you try unsetting the gconf value mentionned before using gconf-
editor?

-- 
nautilus won't start unless with sudo because of eel:error
https://bugs.launchpad.net/bugs/236249
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 164120] Re: nautilus hangs when mounted nfs drive is no longer accessible

2008-06-04 Thread Franz
This might be a different behaviour then.

After some testing I can confirm that my nautilus stalling issue is related to 
bookmarking NFS/autofs-mounted shares.
After manually removing those bookmarks from ~/.gtk-bookmarks, nautilus starts 
up immediately.

Doing some tests with "strace nautilus --no-desktop" reveals that
nautilus issues numerous access()-calls to each bookmarked folder,
yielding ENOENT for those NFS/autofs-shares after a timeout of some
seconds for each call. Since nautilus does *lots* of those calls even
before showing its initial window, startup takes endlessly in this case.

Interestingly, these access() calls appear only for the first instance
of nautilus, any subsequently started nautilus instances already "know",
that those folders are not available (probably via CORBA/orbit?), they
don't even load ~/.gtk-bookmarks.

Manually removing bookmarked NFS/autofs folders from ~/.gtk-bookmarks
solved that issue at least in my case.

-- 
nautilus hangs when mounted nfs drive is no longer accessible
https://bugs.launchpad.net/bugs/164120
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 132612] Re: memory leak in evince?

2008-06-04 Thread Sebastien Bacher
that's not a memory leak issue but rather a design one and it's being
worked

-- 
memory leak in evince?
https://bugs.launchpad.net/bugs/132612
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 149681] Re: gconftool-2 crashed with SIGSEGV in strcmp()

2008-06-04 Thread Sebastien Bacher
** Changed in: gconf (Ubuntu)
Sourcepackagename: gconf2 => gconf

-- 
gconftool-2 crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/149681
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 103349] Re: gconfd-2 does not cleanup empty directories under /tmp

2008-06-04 Thread Sebastien Bacher
** Changed in: gconf (Ubuntu)
Sourcepackagename: gconf2 => gconf

-- 
gconfd-2 does not cleanup empty directories under /tmp
https://bugs.launchpad.net/bugs/103349
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 41788] Re: Package install fails with gconf-backends assertion

2008-06-04 Thread Sebastien Bacher
** Changed in: gconf (Ubuntu)
Sourcepackagename: gconf2 => gconf
   Status: Confirmed => Triaged

-- 
Package install fails with gconf-backends assertion
https://bugs.launchpad.net/bugs/41788
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


Re: [Bug 237139] Re: No bullets are shown while typing password at logon screen

2008-06-04 Thread ron keizer
Hi,

Thanks to you all for the prompt replies.
"Hide visual feedback in the password entry" check box was indeed checked, but 
not by me.
The "problem" occurred after installing the latest kernel update.
I unchecked the check box and everything is fine again.

Sorry for "bugging" you all with a configuration problem ;-)

Kind regards

Ron.


- Original Message 
From: Rocket2DMn <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Tuesday, June 3, 2008 7:59:31 PM
Subject: [Bug 237139] Re: No bullets are shown while typing password at logon 
screen

Can you please go to System->Administration->Login Window and double check 
under the General tab that "Hide visual feedback in the password entry" check 
box is not checked?
Thank you.

-- 
No bullets are shown while typing password at logon screen
https://bugs.launchpad.net/bugs/237139
You received this bug notification because you are a direct subscriber
of the bug.



** Attachment added: "unnamed"
   http://launchpadlibrarian.net/14984253/unnamed

-- 
No bullets are shown while typing password at logon screen
https://bugs.launchpad.net/bugs/237139
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 231812] Re: Evolution pop up error messges wen switched into Calendar

2008-06-04 Thread Sebastien Bacher
no reply to the comments, closing the bug, feel free to reopen if you
still get the issue though

** Changed in: evolution-data-server (Ubuntu)
   Status: Incomplete => Invalid

-- 
Evolution pop up error messges wen switched into Calendar
https://bugs.launchpad.net/bugs/231812
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 218426] Re: logout/shutdown causes freezed black screen during logout

2008-06-04 Thread kubuntux
The Problem is still available in the new package (gdm 2.20.6-0ubuntu2).
KDM and KDM4 are working properly.

-- 
logout/shutdown causes freezed black screen during logout
https://bugs.launchpad.net/bugs/218426
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 209457] Re: evolution-data-server gets stuck on a lock

2008-06-04 Thread Sebastien Bacher
no reply to the comments, closing the bug

** Changed in: evolution-data-server (Ubuntu)
   Status: Incomplete => Invalid

-- 
evolution-data-server gets stuck on a lock
https://bugs.launchpad.net/bugs/209457
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 237302] Re: Epiphany crashes on using the zoom function

2008-06-04 Thread Steve Davis

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/14985187/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/14985188/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/14985189/ProcStatus.txt

-- 
Epiphany crashes on using the zoom function
https://bugs.launchpad.net/bugs/237302
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 237302] [NEW] Epiphany crashes on using the zoom function

2008-06-04 Thread Steve Davis
Public bug reported:

Binary package hint: epiphany-browser

That's about it - I have replicated this problem several times today.  I
haven't had this previously and presume it has a connection with the
upgrade to Hardy, or possibly a recent patch?

Opera has also been crashed in a similar fashion when on the sites -
eBay and Yuku-G'Dope - http://gdope.yuku.com/directory but not with the
zoom function.  As far as I can determine the crashes are random.

Using Ubuntu Hardy 8.04.
Epiphany 2.22.2
Opera 9.50 - beta 1.

ProblemType: Bug
Architecture: amd64
Date: Wed Jun  4 10:17:40 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/epiphany-gecko
NonfreeKernelModules: nvidia
Package: epiphany-gecko 2.22.2-0ubuntu0.8.04.1
PackageArchitecture: amd64
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: epiphany-browser
Uname: Linux 2.6.24-18-generic x86_64

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Epiphany crashes on using the zoom function
https://bugs.launchpad.net/bugs/237302
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 236736] Re: Evince crashes X when viewing a certain Postscript file

2008-06-04 Thread Mathijs
On my PC at work, the X server crashes very reliably when opening this
file and zooming in on it. I tried to obtain a backtrace, but the
methods described in the wiki lock up my system completely.

On my laptop, X does not crash; Evince simply eats up about 1.5 GB of
memory (of the 4GB available) after the Postscript interpreter crashed.

The PC of a colleague (identical to my own) does not crash either, but
starts swapping a lot since it only has 1GB of memory. The only
difference between his and mine PC is that I have an Nvidia graphics
cards and enabled the Compiz desktop effects. Could that be the culprit
of the crash?

-- 
Evince crashes X when viewing a certain Postscript file
https://bugs.launchpad.net/bugs/236736
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 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-04 Thread luisan82
I had same problem with nautilus and smb shares password protected by a NAS.
Problem was solved after updating pre-released updates (hardy proposed). I know 
is not a good solution to whom are using a LTS distro cause they need a very 
stable system, but problem get solved.

Chers!

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
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 194953] Re: gnome-system-monitor resources graphs unstable on window resize

2008-06-04 Thread ianst

With the latest updates the state is the same please see the screenshots.


** Attachment added: "System Monitor Bad.png"
   http://launchpadlibrarian.net/14985183/System%20Monitor%20Bad.png

-- 
gnome-system-monitor resources graphs unstable on window resize
https://bugs.launchpad.net/bugs/194953
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 194953] Re: gnome-system-monitor resources graphs unstable on window resize

2008-06-04 Thread ianst
and another tab...

** Attachment added: "System Monitor Bad2.png"
   http://launchpadlibrarian.net/14985190/System%20Monitor%20Bad2.png

-- 
gnome-system-monitor resources graphs unstable on window resize
https://bugs.launchpad.net/bugs/194953
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 194953] Re: gnome-system-monitor resources graphs unstable on window resize

2008-06-04 Thread ianst
And here  you can see that system monitor takes 8 percent of cpu to
refresh processes page and 60 percent (!) when drawing graphs.

Of course the look of the whole window is fully wrong like the other
tabs (previous screenshots).

-- 
gnome-system-monitor resources graphs unstable on window resize
https://bugs.launchpad.net/bugs/194953
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 194953] Re: gnome-system-monitor resources graphs unstable on window resize

2008-06-04 Thread ianst

** Attachment added: "System Monitor Graphs take 60 perc cpu.png"
   
http://launchpadlibrarian.net/14985248/System%20Monitor%20Graphs%20take%2060%20perc%20cpu.png

-- 
gnome-system-monitor resources graphs unstable on window resize
https://bugs.launchpad.net/bugs/194953
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 237122] Re: Please sponsor zenity 2.23.2 (main) into Intrepid

2008-06-04 Thread Sebastien Bacher
thank you for your work but you attached the wrong dsc and no diff.gz
there

** Changed in: zenity (Ubuntu)
   Importance: Undecided => Wishlist
   Status: New => Incomplete

-- 
Please sponsor zenity 2.23.2 (main) into Intrepid
https://bugs.launchpad.net/bugs/237122
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to zenity in ubuntu.

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


[Bug 135813] Re: [gutsy] incorrect sleep type and timeout

2008-06-04 Thread wolfger
Over 3 months without a response.  We are closing this bug report
because it lacks the information we need to investigate the problem, as
described in the previous comments. Please reopen it if you can give us
the missing information, and don't hesitate to submit bug reports in the
future. To reopen the bug report you can click on the current status,
under the Status column, and change the Status back to "New". Thanks
again!

** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete => Invalid

-- 
[gutsy] incorrect sleep type and timeout
https://bugs.launchpad.net/bugs/135813
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 237214] Re: Please sponsor gnome-themes 2.23.3 (main) into Intrepid

2008-06-04 Thread Sebastien Bacher
thank you for your work there, some issues though:

- you didn't update the description to reflect the ubuntu changes
- you used an extra # in the changelog bug number so the bug will not be 
automatically closed on upload
- the extra replaces are not useful now since hardy already has the new version

could you fix those and update the bug?

** Changed in: gnome-themes (Ubuntu)
   Importance: Undecided => Low
   Status: New => Incomplete

-- 
Please sponsor gnome-themes 2.23.3 (main) into Intrepid
https://bugs.launchpad.net/bugs/237214
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-themes in ubuntu.

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


[Bug 237036] Re: Trash Applet doesn't render icon

2008-06-04 Thread zastomito
*** This bug is a duplicate of bug 49594 ***
https://bugs.launchpad.net/bugs/49594

I solved it this way, not really ellegant but efficient.
Applications > System tools > Configuration editor > apps > panel > applets. 
Then you find Trash applet and check "use custom icon". After that I got my 
icon back. If you don't have a menu Configuration editor, go to System > Main 
menu > System tools and check it.
Hope it helps. Btw I'm running Hardy AMD64.

-- 
Trash Applet doesn't render icon
https://bugs.launchpad.net/bugs/237036
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 237307] [NEW] "Record" button to record radio shows

2008-06-04 Thread David Prieto
Public bug reported:

Binary package hint: rhythmbox

I usually listen to online radios through rhythmbox, and have sometimes
listened to something that I found interesting and would have liked to
record.

I assume Gstreamer allows this operation? Would it be possible to give
RB a button to start / stop recording from a radio stream?

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

-- 
"Record" button to record radio shows
https://bugs.launchpad.net/bugs/237307
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 226117] Re: Please merge f-spot 0.4.3.1-1 from Debian unstable (main)

2008-06-04 Thread Sebastien Bacher
** Changed in: f-spot (Ubuntu)
   Status: Confirmed => Incomplete

-- 
Please merge f-spot 0.4.3.1-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/226117
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 221103] Re: microphone does not work on intel macbookpro with hardy

2008-06-04 Thread Lars Noodén
[EMAIL PROTECTED]:

With the program audacity, I  get the error "Error while opening sound
device.  Please check the input device settings and the project sample
rate."  In System Settings -> eSound Settings, I see no options to
adjust the microphone or even that one exists.

-- 
microphone does not work on intel macbookpro with hardy
https://bugs.launchpad.net/bugs/221103
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


[Bug 217301] Re: Real Player stream is garbled on BBC radio

2008-06-04 Thread sam tygier
** Description changed:

  When I try to listen to the Real Player stream or old shows on BBC Radio
  1, I get totally garbled output in my headphones.
  
  The Real Player stream is affected:
  
  http://www.bbc.co.uk/radio/aod/networks/radio1/live.shtml
  
  But the Windows media stream is fine:
  
  http://www.bbc.co.uk/radio/aod/networks/radio1/wmp.shtml?9all
  
  I'm using Hardy Beta, 64-bit, all updates applied as of today.
+ 
+ TEST CASE
+ make sure you have gstreamer0.10-plugins-ugly installed, and dont have 
realplayer installed (or anything else that may try to play realplayer streams)
+ visit http://www.bbc.co.uk/radio/aod/networks/radio1/live.shtml or 
http://www.bbc.co.uk/radio/aod/radio4.shtml
+ observe how the audio stream sounds horribly jumbled (no that not just what 
modern music sounds like)
+ 
+ now with the patched version, go to the same page, and the audio will be
+ clear.

-- 
Real Player stream is garbled on BBC radio
https://bugs.launchpad.net/bugs/217301
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 217301] Re: Real Player stream is garbled on BBC radio

2008-06-04 Thread sam tygier
debdiff for SRU.
i am a noob, please review carefully. thanks

** Attachment added: "gst-plugins-ugly0.10_0.10.7-3ubuntu1.debdiff"
   
http://launchpadlibrarian.net/14985875/gst-plugins-ugly0.10_0.10.7-3ubuntu1.debdiff

-- 
Real Player stream is garbled on BBC radio
https://bugs.launchpad.net/bugs/217301
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 217301] Re: Real Player stream is garbled on BBC radio

2008-06-04 Thread Luca Falavigna
** Changed in: totem (Ubuntu Hardy)
   Status: New => Invalid

-- 
Real Player stream is garbled on BBC radio
https://bugs.launchpad.net/bugs/217301
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 237319] Re: evolution crashed with SIGSEGV in exchange_account_get_password()

2008-06-04 Thread Matej Kenda

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/14986138/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/14986139/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/14986140/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/14986142/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/14986143/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/14986144/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/14986145/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/14986146/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evolution crashed with SIGSEGV in exchange_account_get_password()
https://bugs.launchpad.net/bugs/237319
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 88386] Re: Confused calculator buttons

2008-06-04 Thread useResa
I have recently performed a clean install of Hardy (after initially an upgrade).
Since then the issue is no longer present.
Therefor, from my perspective, I consider this as SOLVED.

I have updated the related thread (see
http://ubuntuforums.org/showthread.php?t=370987) accordingly

-- 
Confused calculator buttons
https://bugs.launchpad.net/bugs/88386
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 208467] Re: Camera Device button "Open F-spot Photo Manager" doesn't work

2008-06-04 Thread Martin Schwenke
I haven't tried with a new user yet.

Something is deciding to import the photos from the card instead of the
directory I've selected in Nautilus.  f-spot-import was my 1st guess
since it contains some logic that tries to figure out where to import
from.

Sorry I haven't had time to debug this further.  Will try to make time
on the weekend.

-- 
Camera Device button "Open F-spot Photo Manager" doesn't work
https://bugs.launchpad.net/bugs/208467
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 67129] Re: notification-daemon using 237MB of memory

2008-06-04 Thread Alexander Jones
Oops, my bad. :( Thanks for fixing.

-- 
notification-daemon using 237MB of memory
https://bugs.launchpad.net/bugs/67129
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to notification-daemon in ubuntu.

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


[Bug 237122] Re: Please sponsor zenity 2.23.2 (main) into Intrepid

2008-06-04 Thread Pedro Fragoso
Sorry. Here's the real one.

** Attachment added: "zenity_2.23.2-0ubuntu1.dsc"
   http://launchpadlibrarian.net/14986782/zenity_2.23.2-0ubuntu1.dsc

-- 
Please sponsor zenity 2.23.2 (main) into Intrepid
https://bugs.launchpad.net/bugs/237122
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to zenity in ubuntu.

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


[Bug 237122] Re: Please sponsor zenity 2.23.2 (main) into Intrepid

2008-06-04 Thread Pedro Fragoso

** Attachment added: "zenity_2.23.2-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/14986786/zenity_2.23.2-0ubuntu1.diff.gz

** Changed in: zenity (Ubuntu)
   Status: Incomplete => New

-- 
Please sponsor zenity 2.23.2 (main) into Intrepid
https://bugs.launchpad.net/bugs/237122
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to zenity in ubuntu.

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


[Bug 237214] Re: Please sponsor gnome-themes 2.23.3 (main) into Intrepid

2008-06-04 Thread Pedro Fragoso
Removed Replaces, Add Inverted to Description and updated the number os
themes.

** Attachment added: "gnome-themes_2.23.3-0ubuntu1.dsc"
   http://launchpadlibrarian.net/14987083/gnome-themes_2.23.3-0ubuntu1.dsc

-- 
Please sponsor gnome-themes 2.23.3 (main) into Intrepid
https://bugs.launchpad.net/bugs/237214
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-themes in ubuntu.

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


[Bug 237214] Re: Please sponsor gnome-themes 2.23.3 (main) into Intrepid

2008-06-04 Thread Pedro Fragoso

** Attachment added: "gnome-themes_2.23.3-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/14987086/gnome-themes_2.23.3-0ubuntu1.diff.gz

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

-- 
Please sponsor gnome-themes 2.23.3 (main) into Intrepid
https://bugs.launchpad.net/bugs/237214
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-themes in ubuntu.

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


[Bug 236249] Re: nautilus won't start unless with sudo because of eel:error

2008-06-04 Thread Stew
I'm not clear on how to do that. I did find that if I remove the
checkmark before trash_icon_visible, Nautilus runs, but, of course, I
have no trash icon. If I return the checkmark, nautilus stops. Could you
tell me please how I should go about implementing your suggestion? In
small words, please (grin)

stew

-- 
nautilus won't start unless with sudo because of eel:error
https://bugs.launchpad.net/bugs/236249
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 237330] [NEW] evince should use subpixel antialiasing for documents if the gconf key /desktop/gnome/font_rendering/antialiasing is set to "rgba"

2008-06-04 Thread Ilja Sekler
Public bug reported:

Binary package hint: evince

Evince always applies grayscale font smoothing to displayed documents.
It should be able to provide subpixel antialiasing to match the
appearance of the surrounding GNOME desktop too, if set so in gnome-
appearance-properties.

Steps to reproduce:

1. Set font smoothing to "Subpixel (LCDs)"

2. Open a PDF document with evince

3. Compare how menu fonts and document fonts are displayed.


Actual results:

Grayscale antialiasing for document fonts, subpixel antialiasing for
menu fonts.


Expected results:

Both menu and document fonts are rendered using subpixel antialiasing.


It may be a pure backend issue, please move then to poppler or something more 
appropriate.

Hardly possible that this bug has not been reported before, but I've
failed to find the original report.

Hardy Heron, evince 2.22.2-0ubuntu1

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

-- 
evince should use subpixel antialiasing for documents if the gconf key 
/desktop/gnome/font_rendering/antialiasing is set to "rgba"
https://bugs.launchpad.net/bugs/237330
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 237330] Re: evince should use subpixel antialiasing for documents if the gconf key /desktop/gnome/font_rendering/antialiasing is set to "rgba"

2008-06-04 Thread Ilja Sekler

** Attachment added: "A screenshot of eog showing a 400% zoomed screenshot of 
evince displaying a PDF document. It is clearly visible that the menu fonts are 
rendered using subpixel antialiasing but the document gets only grayscale 
antialiasing."
   http://launchpadlibrarian.net/14987137/pdf_evince_screenshot_zoomed.png

-- 
evince should use subpixel antialiasing for documents if the gconf key 
/desktop/gnome/font_rendering/antialiasing is set to "rgba"
https://bugs.launchpad.net/bugs/237330
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 237330] Re: evince should use subpixel antialiasing for documents if the gconf key /desktop/gnome/font_rendering/antialiasing is set to "rgba"

2008-06-04 Thread Ilja Sekler
** Description changed:

  Binary package hint: evince
  
  Evince always applies grayscale font smoothing to displayed documents.
  It should be able to provide subpixel antialiasing to match the
  appearance of the surrounding GNOME desktop too, if set so in gnome-
  appearance-properties.
  
- It may be a pure backend issue, please move then to poppler or something
- more appropriate.
+ Steps to reproduce:
+ 
+ 1. Set font smoothing to "Subpixel (LCDs)"
+ 
+ 2. Open a PDF document with evince
+ 
+ 3. Compare how menu fonts and document fonts are displayed.
+ 
+ 
+ Actual results:
+ 
+ Grayscale antialiasing for document fonts, subpixel antialiasing for
+ menu fonts.
+ 
+ 
+ Expected results:
+ 
+ Both menu and document fonts are rendered using subpixel antialiasing.
+ 
+ 
+ It may be a pure backend issue, please move then to poppler or something more 
appropriate.
  
  Hardly possible that this bug has not been reported before, but I've
  failed to find the original report.
  
  Hardy Heron, evince 2.22.2-0ubuntu1

-- 
evince should use subpixel antialiasing for documents if the gconf key 
/desktop/gnome/font_rendering/antialiasing is set to "rgba"
https://bugs.launchpad.net/bugs/237330
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 233920] Re: Sleep on lid close work only 1 time

2008-06-04 Thread Patrice Vetsel
Confirmed by Kevin on IRC.

** Changed in: gnome-power-manager (Ubuntu)
   Status: New => Confirmed

-- 
Sleep on lid close work only 1 time
https://bugs.launchpad.net/bugs/233920
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 237302] Re: Epiphany crashes on using the zoom function

2008-06-04 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 233909 ***
https://bugs.launchpad.net/bugs/233909

Thanks for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.

** Changed in: epiphany-browser (Ubuntu)
   Status: New => Invalid

** This bug has been marked a duplicate of bug 233909
   epiphany-browser dies on zooming a specific page

-- 
Epiphany crashes on using the zoom function
https://bugs.launchpad.net/bugs/237302
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 192330] Re: [wish] extract multipart files zip archive

2008-06-04 Thread Savvas Radević
I can't remember if the nomination was set before hardy or any of its
alpha versions were released. Anyway, I'll report the bug at gnome :)

-- 
[wish] extract multipart files zip archive
https://bugs.launchpad.net/bugs/192330
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 147045] Re: gnome-appearance-properties hogs processor even after close

2008-06-04 Thread Tarik Jabri
I have this bug too but I don't have a .gtkrc-2.0 file. The only .gtk*
file i have is ".gtk-bookmarks". My CPU usable drops as soon as I click
the Close button on the window. I noticed this happened within the last
day or two's updates, I saw a lot of Gnome stuff being updated.

I tried adding a blank .gtkrc-2.0, and that didn't change anything. I
also tried adding the same file that Steve Langasek had attached and it
didn't change anything either.

In the appearance panel the only thing that it seems to affect is my
ability to change backgrounds. when I click on a background, it doesn't
even put a selection box around it, it just sits there. Meanwhile, I can
everything else, including themes, fonts and even turn compiz on and
off. It's just a problem with the backgrounds.

-- 
gnome-appearance-properties hogs processor even after close
https://bugs.launchpad.net/bugs/147045
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 237259] Re: Eye of Gnome window too tall on widescreen display

2008-06-04 Thread Pedro Villavicencio
Thanks for your report, Does it happens with another user? This is only
reproducible with compiz or also without it? can you provide an
screenshot? thanks.

** Changed in: eog (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
Eye of Gnome window too tall on widescreen display
https://bugs.launchpad.net/bugs/237259
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 237258] Re: Aislerot crash

2008-06-04 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 102100 ***
https://bugs.launchpad.net/bugs/102100

Thanks for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.

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

** This bug has been marked a duplicate of bug 102100
   Aiselrot crashed in Ubuntu

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

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


[Bug 227095] Re: AisleRiot suddenly crashed (in Ubuntu)

2008-06-04 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 102100 ***
https://bugs.launchpad.net/bugs/102100

Thanks for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.

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

** This bug has been marked a duplicate of bug 102100
   Aiselrot crashed in Ubuntu

-- 
AisleRiot suddenly crashed (in Ubuntu)
https://bugs.launchpad.net/bugs/227095
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 222020] Re: spider solitaire crash on double click

2008-06-04 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 214903 ***
https://bugs.launchpad.net/bugs/214903

Thanks for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.

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

** This bug has been marked a duplicate of bug 214903
   Aisleriot regression for double-clicking stacks

-- 
spider solitaire crash on double click
https://bugs.launchpad.net/bugs/222020
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 237252] Re: tali 100 point bonus

2008-06-04 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 164684 ***
https://bugs.launchpad.net/bugs/164684

Thanks for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.

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

** This bug has been marked a duplicate of bug 164684
   tali computer players cheat

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

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


[Bug 192330] Re: [wish] extract multipart files zip archive

2008-06-04 Thread Savvas Radević
** Bug watch added: GNOME Bug Tracker #536589
   http://bugzilla.gnome.org/show_bug.cgi?id=536589

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

-- 
[wish] extract multipart files zip archive
https://bugs.launchpad.net/bugs/192330
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 147045] Re: gnome-appearance-properties hogs processor even after close

2008-06-04 Thread Tarik Jabri
Nevermind, I was affected by this bug instead:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/236778.
Sorry for the confusion!

-- 
gnome-appearance-properties hogs processor even after close
https://bugs.launchpad.net/bugs/147045
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 237307] Re: "Record" button to record radio shows

2008-06-04 Thread Pedro Villavicencio
thanks for your report, that's known upstream you can track it here:
http://bugzilla.gnome.org/show_bug.cgi?id=439940

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

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

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Wishlist
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Triaged

-- 
"Record" button to record radio shows
https://bugs.launchpad.net/bugs/237307
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 237307] Re: "Record" button to record radio shows

2008-06-04 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Unknown => New

-- 
"Record" button to record radio shows
https://bugs.launchpad.net/bugs/237307
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 236249] Re: nautilus won't start unless with sudo because of eel:error

2008-06-04 Thread Sebastien Bacher
how do you change the preference? toggling the boolean value in gconf-
editor has no reason to change the type and create an issue

-- 
nautilus won't start unless with sudo because of eel:error
https://bugs.launchpad.net/bugs/236249
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 236249] Re: nautilus won't start unless with sudo because of eel:error

2008-06-04 Thread Sebastien Bacher
ah, your screenshot show that the trash_icon_name is set to 0 which is
likely creating the issue, how did you change this one? does unsetting
this key fixes the issue?

-- 
nautilus won't start unless with sudo because of eel:error
https://bugs.launchpad.net/bugs/236249
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 237217] Re: totem hangs after some time or plays video without sound. It seems like it stops working properly after i use web browser with video content (youtube works fine though)

2008-06-04 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace of the hang
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

** Changed in: totem (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

** Summary changed:

- totem hangs after some time or plays video without sound. It seems like it 
stops working properly after i use web browser with video content (youtube 
works fine though)
+ totem hangs after some time or plays video without sound

-- 
totem hangs after some time or plays video without sound
https://bugs.launchpad.net/bugs/237217
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 237212] Re: gedit freezes - (gedit:15184): Gtk-CRITICAL **: gtk_propagate_event: assertion `GTK_IS_WIDGET (widget)' failed

2008-06-04 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace of the
freeze http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file
to the bug report. This will greatly help us in tracking down your
problem. May you also install the one from the updates and see if it's
still an issue with it? thanks.

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
gedit freezes - (gedit:15184): Gtk-CRITICAL **: gtk_propagate_event: assertion 
`GTK_IS_WIDGET (widget)' failed
https://bugs.launchpad.net/bugs/237212
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 233909] Re: epiphany-browser dies on zooming a specific page

2008-06-04 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: epiphany-browser (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Invalid

-- 
epiphany-browser dies on zooming a specific page
https://bugs.launchpad.net/bugs/233909
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 207072] Re: nautilus does not display samba shares for machines inside an ADS network.

2008-06-04 Thread nlinux
Patch works great here, thanks guys.  Somebody needs to get on the ball
and get this pushed into the updates, this was killing me on my work
network.

-- 
nautilus does not display samba shares for machines inside an ADS network.
https://bugs.launchpad.net/bugs/207072
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


Re: [Bug 236249] Re: nautilus won't start unless with sudo because of eel:error

2008-06-04 Thread Stew

Sebastien Bacher wrote:
> how do you change the preference? toggling the boolean value in gconf-
> editor has no reason to change the type and create an issue
>
>   
I'm sorry --- I don't understand. From a terminal, I ran gconf-editor. I 
found apps|nautilus|desktop and clicked the trash_icon_visible key, 
removing the checkmark from it. I assume it is type boolean, as it can 
take only two values - checked or not checked.

How should I have proceeded?

stew

-- 
J. Stewart Schneider, J.D.
Interim Pastor
Community Presbyterian Church of Bellefonte
http://CommunityPresbyterian.org
It's much easier to know the truth than to seek it. Matthew 7:13-14

-- 
nautilus won't start unless with sudo because of eel:error
https://bugs.launchpad.net/bugs/236249
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 232164] Re: EOG window thumbnail resets orientation on image save

2008-06-04 Thread Pedro Villavicencio
Thanks for your report, that doesn't happens here, which version of eog
and Ubuntu are you using?

** Changed in: eog (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
EOG window thumbnail resets orientation on image save
https://bugs.launchpad.net/bugs/232164
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 230690] Re: allow right-clicking on several images

2008-06-04 Thread Pedro Villavicencio
Thanks for your bug report. This bug has been reported to the developers
of the software. You can track it and make comments here:
http://bugzilla.gnome.org/show_bug.cgi?id=536594

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

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

** Changed in: eog (Ubuntu)
   Importance: Low => Wishlist
   Status: New => Triaged

-- 
allow right-clicking on several images
https://bugs.launchpad.net/bugs/230690
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 237330] Re: evince should use subpixel antialiasing for documents if the gconf key /desktop/gnome/font_rendering/antialiasing is set to "rgba"

2008-06-04 Thread Tobias Wolf
*** This bug is a duplicate of bug 80921 ***
https://bugs.launchpad.net/bugs/80921

** This bug has been marked a duplicate of bug 80921
   No subpixel rendering

-- 
evince should use subpixel antialiasing for documents if the gconf key 
/desktop/gnome/font_rendering/antialiasing is set to "rgba"
https://bugs.launchpad.net/bugs/237330
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 225942] Re: gnome-terminal lockup when launched from desktop launcher

2008-06-04 Thread Jaya Ballard
I have the problem also:

if it can help:
After editing the  "When the command exits: Hold the terminal open"

you can run this command from an existing gnome-terminal to reproduce the 
problem:
gnome-terminal -e "ls -altr" (I get the the blinking cursor and no prompt)

if you type

gnome-terminal -x "ls -altr" (I got "There was an error creating the
child process for this terminal")

I noticed that editing Preferred Applications has an influence on this
behaviour

-- 
gnome-terminal lockup when launched from desktop launcher
https://bugs.launchpad.net/bugs/225942
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 234911] Re: copy/paste bug in gedit leads to corrupted files

2008-06-04 Thread Pedro Villavicencio
thanks for your report, i cannot reproduce the behavior with the steps
you posted here, can you take an screenshot of the issue? are you using
compiz ? does it happens without it? which version of Ubuntu and gedit
are you using? thanks.

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
copy/paste bug in gedit leads to corrupted files
https://bugs.launchpad.net/bugs/234911
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 232164] Re: EOG window thumbnail resets orientation on image save

2008-06-04 Thread Victor Osadci
Pedro, this seems to be fixed with the recent eog update.

-- 
EOG window thumbnail resets orientation on image save
https://bugs.launchpad.net/bugs/232164
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 80921] Re: No subpixel rendering

2008-06-04 Thread Tobias Wolf
Posted at mailing list, problem is due to bug in Cairo backend surface
code.

https://bugs.freedesktop.org/show_bug.cgi?id=3307

** Changed in: poppler (Ubuntu)
   Status: Invalid => Confirmed

** Also affects: poppler via
   https://bugs.freedesktop.org/show_bug.cgi?id=3307
   Importance: Unknown
   Status: Unknown

-- 
No subpixel rendering
https://bugs.launchpad.net/bugs/80921
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 233832] Re: gedit does not keep window position

2008-06-04 Thread Pedro Villavicencio
thanks for your report, that's known upstream you can track it here:
http://bugzilla.gnome.org/show_bug.cgi?id=137128

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

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

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Triaged

-- 
gedit does not keep window position
https://bugs.launchpad.net/bugs/233832
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 195063] Re: [hardy] file-roller silently omits files upon .tar(.gz, .bz2) creation

2008-06-04 Thread Bug Watch Updater
** Changed in: fileroller
   Status: New => Invalid

-- 
[hardy] file-roller silently omits files upon .tar(.gz,.bz2) creation
https://bugs.launchpad.net/bugs/195063
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 236469] Re: gthumb crashed with SIGSEGV in strchr()

2008-06-04 Thread Gunter
** Visibility changed to: Public

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

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


[Bug 236471] Re: gimp-2.4 crashes when opening a file dialog

2008-06-04 Thread Gunter
** Visibility changed to: Public

-- 
gimp-2.4 crashes when opening a file dialog
https://bugs.launchpad.net/bugs/236471
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 233832] Re: gedit does not keep window position

2008-06-04 Thread Bug Watch Updater
** Changed in: gedit
   Status: Unknown => Confirmed

-- 
gedit does not keep window position
https://bugs.launchpad.net/bugs/233832
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 234711] Re: Print-preview pop-up fails to disappear

2008-06-04 Thread Pedro Villavicencio
thanks for your report, but your report is a bit unclear, may you tell
us a few steps in order to reproduce that behavior? a screenshot would
help too, thanks.

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
Print-preview pop-up fails to disappear
https://bugs.launchpad.net/bugs/234711
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 80921] Re: No subpixel rendering

2008-06-04 Thread Bug Watch Updater
** Changed in: poppler
   Status: Unknown => Confirmed

-- 
No subpixel rendering
https://bugs.launchpad.net/bugs/80921
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 176478] Re: Regression: Can't make tar archives [Hardy]

2008-06-04 Thread Bug Watch Updater
** Changed in: fileroller
   Status: New => Invalid

-- 
Regression: Can't make tar archives [Hardy]
https://bugs.launchpad.net/bugs/176478
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 164584] Re: gedit: trash files do not show in file browser

2008-06-04 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Thanks in advance.

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
gedit: trash files do not show in file browser
https://bugs.launchpad.net/bugs/164584
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 95414] Re: gedit unable to open files on samba shares (7.04 Beta)

2008-06-04 Thread Pedro Villavicencio
may someone having the issue forward this upstream? for forwarding
instructions please have a look to
https://wiki.ubuntu.com/Bugs/Upstream/GNOME ; leaving this as incomplete
until that, thanks.

** Changed in: gedit (Ubuntu)
   Status: New => Incomplete

-- 
gedit unable to open files on samba shares (7.04 Beta)
https://bugs.launchpad.net/bugs/95414
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 218725] Re: rhythmbox tries to play CD before all track information is downloaded

2008-06-04 Thread Pedro Villavicencio
thanks for your report, do you experience the same if you reproduce the
cd with sound-juicer ?

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

** Tags added: likely-dup

-- 
rhythmbox tries to play CD before all track information is downloaded
https://bugs.launchpad.net/bugs/218725
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 211407] Re: rhythmbox missing dependency for last.fm

2008-06-04 Thread Pedro Villavicencio
thanks for your report, this is not reproducible here, can you try to
reproduce it with latest rhythmbox package? thanks.

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
rhythmbox missing dependency for last.fm
https://bugs.launchpad.net/bugs/211407
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 199968] Re: Obex folders not correctly displayed in the file chooser

2008-06-04 Thread Sebastien Bacher
there is a new version in intrepid now

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

-- 
Obex folders not correctly displayed in the file chooser
https://bugs.launchpad.net/bugs/199968
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 209044] Re: file-roller crashed with SIGSEGV in g_str_hash()

2008-06-04 Thread Sebastien Bacher
there is a new version in intrepid now

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

-- 
file-roller crashed with SIGSEGV in g_str_hash()
https://bugs.launchpad.net/bugs/209044
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 237002] [NEW] Evolution cursor creates a track.

2008-06-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When typing, and moving a cursor, it doesn't disappear properly.

It disappears when the screen is refreshed, but not immediately, as it
does i.e. now when I'm reporting a bug.

This problem is only in Evolution.
Ubuntu 8.04, Polish, updated to the newest version

I own Nvidia graphics card, the driver is made by Nvidia company, and
the problem was on the older driver's version also.

Problem is very annoying.

Attached is screenshot with problem image.

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

-- 
Evolution cursor creates a track.
https://bugs.launchpad.net/bugs/237002
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 80921] Re: No subpixel rendering

2008-06-04 Thread Pedro Villavicencio
** Changed in: poppler (Ubuntu)
   Importance: Undecided => Low
   Status: Confirmed => Triaged

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

-- 
No subpixel rendering
https://bugs.launchpad.net/bugs/80921
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 90428] Re: [apport] evolution crashed with SIGSEGV in connection_listen_cb()

2008-06-04 Thread Pedro Villavicencio
** Changed in: evolution-data-server
 Bugwatch: GNOME Bug Tracker #415854 => GNOME Bug Tracker #515695
   Status: Invalid => Unknown

-- 
[apport] evolution crashed with SIGSEGV in connection_listen_cb()
https://bugs.launchpad.net/bugs/90428
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 188488] Re: Support embedded cover art in Ogg/Vorbis files

2008-06-04 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: In Progress => Fix Released

-- 
Support embedded cover art in Ogg/Vorbis files
https://bugs.launchpad.net/bugs/188488
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

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


[Bug 190537] Re: [Gutsy] Display sleep sets wrong DPMS off time

2008-06-04 Thread DarkStarSword
I have experienced this behavior on two systems running Hardy, but am
unsure of the trigger at present. It might have something to do with the
display being suspended (possibly though other means - on one of the
systems I have win+F9 rigged to run 'xset dpms force suspend' and
noticed the screen turned off faster after executing that one time, but
haven't noticed it other times, so I'm not sure).

-- 
[Gutsy] Display sleep sets wrong DPMS off time
https://bugs.launchpad.net/bugs/190537
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 192388] Re: Deleted song are moved to .Trash instead of .local/share/trash

2008-06-04 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: New => Confirmed

-- 
Deleted song are moved to .Trash instead of .local/share/trash
https://bugs.launchpad.net/bugs/192388
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 237360] Re: Play Count never goes above 2.

2008-06-04 Thread Az

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/14991260/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/14991261/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/14991262/ProcStatus.txt

-- 
Play Count never goes above 2.
https://bugs.launchpad.net/bugs/237360
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 237360] [NEW] Play Count never goes above 2.

2008-06-04 Thread Az
Public bug reported:

Binary package hint: rhythmbox


Ubuntu 7.10 - the Gutsy Gibbon
Rhythmbox 0.11.2

ProblemType: Bug
Architecture: i386
Date: Thu Jun  5 00:26:21 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: nvidia cdrom
Package: rhythmbox 0.11.2-0ubuntu4
PackageArchitecture: i386
ProcCmdline: /usr/bin/rhythmbox
ProcCwd: /
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux Home-desktop 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

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


** Tags: apport-bug

-- 
Play Count never goes above 2.
https://bugs.launchpad.net/bugs/237360
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 172550] Re: Can't print some emails and pictures to HP LaserJet 1200 series

2008-06-04 Thread Matthias Andree
Problem: hpijs doesn't support 1200 dpi, pxlmono doesn't support the
LaserJet 1320...

Question #1: What would be the required amount of memory to get the 1320
do proper PostScript?

Question #2: Is there a way to hack the hpijs or pxlmono based PPD files
to do 1200 dpi on the 1320?

-- 
Can't print some emails and pictures to HP LaserJet 1200 series
https://bugs.launchpad.net/bugs/172550
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in ubuntu.

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


[Bug 237002] Re: Evolution cursor creates a track.

2008-06-04 Thread fluteflute
** Changed in: evolution (Ubuntu)
Sourcepackagename: None => evolution

-- 
Evolution cursor creates a track.
https://bugs.launchpad.net/bugs/237002
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 90428] Re: [apport] evolution crashed with SIGSEGV in connection_listen_cb()

2008-06-04 Thread Bug Watch Updater
** Changed in: evolution-data-server
   Status: Unknown => New

-- 
[apport] evolution crashed with SIGSEGV in connection_listen_cb()
https://bugs.launchpad.net/bugs/90428
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   4   5   6   7   8   9   10   >