[Bug 39869] Re: User ist wrongly named linux on log-on [Dapper]

2006-06-27 Thread Bug Watch Updater
** Changed in: gdm (upstream)
   Status: Unconfirmed = In Progress

-- 
User ist wrongly named linux on log-on [Dapper]
https://launchpad.net/bugs/39869

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


[Bug 44646] Re: Same GNOME: False high score notice

2006-06-27 Thread Bug Watch Updater
** Changed in: gnome-games (upstream)
   Status: Unknown = Fix Released

-- 
Same GNOME: False high score notice
https://launchpad.net/bugs/44646

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


[Bug 51092] Plug-in should handle video/x-ms-asf, not only video/x-ms-asf-plugin

2006-06-27 Thread Einar M Råberg Rosenvinge
Public bug reported:

Binary package hint: totem-xine-firefox-plugin

A look in about:plugins in Firefox reveals that totem-xine-firefox-
plugin does not handle content of type video/x-ms-asf, yet it does
handle video/x-ms-asf-plugin content.

I think it should handle video/x-ms-asf as well. I suppose this should
be just a quick fix.

I'm using Dapper and totem-xine-firefox-plugin 1.4.1-0ubuntu4.

** Affects: totem (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Plug-in should handle video/x-ms-asf, not only video/x-ms-asf-plugin
https://launchpad.net/bugs/51092

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


[Bug 50017] Re: yelp search doesn't do anything

2006-06-27 Thread Joachim Noreiko
Beagle isn't installed by default as far as I know.
Yelp search should still do something useful without beagle.

Search has now been running for 6 minutes (on an Athlon 3000+, 1Gb RAM)
with still no results.

-- 
yelp search doesn't do anything
https://launchpad.net/bugs/50017

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


[Bug 51095] different behavoir based on existence of .jpg extension

2006-06-27 Thread Miek
Public bug reported:

I have 2 dirs with the same photos in them:
/tmp/A/img1.jpg   
/tmp/A/img2.jpg

and

/tmp/B/img1
/tmp/B/img2

If you go (with nautilus) to dir /tmp/A and click a photo and select
open with gthumb, you get a slideshow with ALL the .jpg files in
the directory. Also the 'next' and 'prev' buttons work. 

If you go to /tmp/B and select a photo to be viewed with gthumb you
only get that one photo, and no slide show. And ofcourse the next and
prev buttons also don't work.

This difference in behavior is inconsistent, esp. as nautilus does show the
images in both directories.

** Affects: gthumb (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
different behavoir based on existence of .jpg extension
https://launchpad.net/bugs/51095

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


[Bug 51095] Re: different behavoir based on existence of .jpg extension

2006-06-27 Thread Gary Coady
You can get the behaviour you want by selecting Determine image type
from content (slower) in gthumb preferences. The default is for this
not to be checked, as it would be a lot slower showing directories with
large numbers of images.

** Changed in: gthumb (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
different behavoir based on existence of .jpg extension
https://launchpad.net/bugs/51095

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


[Bug 51116] Inline Image Attachment/Display - Evolution 2.6.1

2006-06-27 Thread razboinik
Public bug reported:

Binary package hint: evolution

The in-line image display used to be automatic now it's not working, when you 
used to add an image, it would reference the image in the html.
Now in evolution 2.6.1, it display the image in the composer when you add it 
but the reference is for the local file so when the mail is received by the 
other party they can't see the image.
I posted this on evolution mailing list and it appears to be a distribution 
specific issue.

** Affects: evolution (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Inline Image Attachment/Display - Evolution 2.6.1
https://launchpad.net/bugs/51116

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


[Bug 51060] Re: Creating 7z archives of folders through nautilus is broken

2006-06-27 Thread Lionel Le Folgoc
Same bug here.

I tried to compress a directory called 'build' with some source files
into, and it seems that file-roller is unable to find the files ; it
displays this output :

=
7-Zip (A) 4.30 beta  Copyright (c) 1999-2005 Igor Pavlov  2005-11-18
p7zip Version 4.30 (locale=fr_FR.UTF-8,Utf16=on,HugeFiles=on)
Scanning


build\cpp\prout.cpp:  WARNING: No more files
build\c\if.c:  WARNING: No more files
build\c\a.out:  WARNING: No more files
build\c\tab.c:  WARNING: No more files
build\c\switch.c:  WARNING: No more files
build\c\conv.c:  WARNING: No more files
build\c\test.c:  WARNING: No more files
build\c\break.c:  WARNING: No more files
build\c\point.c:  WARNING: No more files


Creating archive /home/silk/Desktop/test.7z


WARNINGS for files:

build\cpp\prout.cpp : No more files
build\c\if.c : No more files
build\c\a.out : No more files
build\c\tab.c : No more files
build\c\switch.c : No more files
build\c\conv.c : No more files
build\c\test.c : No more files
build\c\break.c : No more files
build\c\point.c : No more files

WARNING: Cannot find 9 files
=

But using directly p7zip works :
=
$ 7z a build.7z build

7-Zip 4.30 beta  Copyright (c) 1999-2005 Igor Pavlov  2005-11-18
p7zip Version 4.30 (locale=fr_FR.UTF-8,Utf16=on,HugeFiles=on)
Scanning

Creating archive build.7z

Compressing  build/c/break.c
Compressing  build/c/conv.c
Compressing  build/c/if.c
Compressing  build/c/point.c
Compressing  build/c/switch.c
Compressing  build/c/tab.c
Compressing  build/c/test.c
Compressing  build/cpp/prout.cpp
Compressing  build/c/a.out

Everything is Ok
=

-- 
Creating 7z archives of folders through nautilus is broken
https://launchpad.net/bugs/51060

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


[Bug 50658] Memory stick filesystems

2006-06-27 Thread v6sa
Public bug reported:

Hello! This is quite major problem! Many MP3 players and memory sticks
have been formatted as a big FAT32 filesystems. Usually a device is
registered as harddisk (/dev/sda for example) and it has a FAT32
partition on it (/dev/sda1), but many players have only /dev/sda which
is the partition itself formatted as FAT32. I think the nautilus
mounting utility should be modified accordingly so if it detects only
/dev/sda it could be dumb-user mountable too.

** Affects: nautilus (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Memory stick filesystems
https://launchpad.net/bugs/50658

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


[Bug 50658] Re: Memory stick filesystems

2006-06-27 Thread Adam Buchbinder
Assigning to package 'nautilus'.

** Changed in: Ubuntu
Sourcepackagename: None = nautilus

-- 
Memory stick filesystems
https://launchpad.net/bugs/50658

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


[Bug 51124] Glitch renaming directory

2006-06-27 Thread Federico Del Bene
Public bug reported:

Binary package hint: nautilus

Seen using Ubuntu 6.06 and Nautilus 2.14.1.

Right click on a subdirectory, and copy it in the same directory. You should 
now have two of them, with second one named xxx (copy).
Right click on the latter and choose rename, change the name and before 
clicking outside or giving a return to save the change, double click on the 
folder and enter it.
The change will be saved, but the location bar will show the older name.

Another version of this bug shows doing the same without before copying the 
directory, using directly an existing directory.
In this case nautilus doesn't show the contents of the directory but return 
this error:

The folder contents could not be displayed
xxx couldn't be found. Perhaps it has recently been deleted.

Of course the renaming has been saved, and exiting and reentering the
directory will show correctly the contents.

** Affects: nautilus (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Glitch renaming directory
https://launchpad.net/bugs/51124

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


[Bug 50929] Re: Multilayer TIFFs only show one layer.

2006-06-27 Thread Jeff Buchbinder
Manually confirmed that the test image displays improperly in eog but
properly in gimp.

||/ Name Version  Description
+++---
ii  gimp 2.2.11-1ubuntu3  The GNU Image Manipulation Program
ii  eog  2.14.1-0ubuntu2  Eye of Gnome graphics viewer program


** Changed in: eog (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Multilayer TIFFs only show one layer.
https://launchpad.net/bugs/50929

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


[Bug 51060] Re: Creating 7z archives of folders through nautilus is broken

2006-06-27 Thread Lionel Le Folgoc
I have just seen that in the first output, it uses \ instead of /.
This is probably the reason it doesn't find the files...

-- 
Creating 7z archives of folders through nautilus is broken
https://launchpad.net/bugs/51060

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


[Bug 51128] Launching bug-buddy from the menu fails

2006-06-27 Thread Ouattara Aziz
Public bug reported:

Binary package hint: bug-buddy

When I launch bug-buddy from the menu, it opens
https://launchpad.net/distros/ubuntu/+filebug but when launching it from
the terminal, it opens normally.

** Affects: bug-buddy (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Launching bug-buddy from the menu fails
https://launchpad.net/bugs/51128

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


[Bug 50477] Re: Please backport newer rhythmbox to dapper-backports

2006-06-27 Thread Mike Basinger
Working great for me. The only thing I have noticed is that the
notificatiion bubble don't always show.

-- 
Please backport newer rhythmbox to dapper-backports
https://launchpad.net/bugs/50477

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


[Bug 51144] search with beagle backend does not always search in chosen directory

2006-06-27 Thread Stefan Bethge
Public bug reported:

Binary package hint: nautilus

When searching files with beagle enabled, I can add additional search criteria 
to the search. If I add a directory to search in, in my case 'gajim', I always 
get results from 'gajim-trunk' and all other directories beginning with 'gajim' 
(the dirs being one level above with gajim in their name get displayed as 
well). It seems like the dir is added to the beagle search and therefore does 
substring search as well?
The directories are in my home dir like this:
~
  -- gajim
  -- gajim_trunk
  -- ...
I expected files to only be displayed from inside 'gajim'.

** Affects: nautilus (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
search with beagle backend does not always search in chosen directory
https://launchpad.net/bugs/51144

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


[Bug 15413] Re: ip neigh flush dev eth0 is hanging

2006-06-27 Thread Ben Collins
Assuming that means it's fixed.

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

-- 
ip neigh flush dev eth0 is hanging
https://launchpad.net/bugs/15413

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


[Bug 42959] Re: Samsung YP-Z5 flash based MP3 player fails to mount

2006-06-27 Thread Ben Collins
New kernel was supposed to fix this. Glad it did :)

** Changed in: linux-source-2.6.15 (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Samsung YP-Z5 flash based MP3 player fails to mount
https://launchpad.net/bugs/42959

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


[Bug 21882] Re: gnome-cups-manager creates printers with invalid names

2006-06-27 Thread Kurt Pfeifle
CUPS printer and class names may contain any printable character, except
space, tab, /, or #.  (See man lpadmin)

Also important to note: printer and class names are *not* case-
sensitive. myprinter and mYpRiNtEr are exactly the same printer for
CUPS!

A different kind of fish is what an application parsing PPD files may
display as printer-make-and-model information. The PPD keywords
*NickName and *ShortNickName do describe printer models, and do
indeed very often contain spaces. Please do not confuse this with
printername as is allowed for CUPS!

-- 
gnome-cups-manager creates printers with invalid names
https://launchpad.net/bugs/21882

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


[Bug 44459] Re: [Dapper] Can't use spaces when specifying printer name

2006-06-27 Thread Kurt Pfeifle
CUPS printer and class names may contain any printable character, except
space, tab, /, or #.

Also important to note: printer and class names are *not* case-
sensitive. myprinter and mYpRiNtEr are exactly the same printer for
CUPS!

-- 
[Dapper] Can't use spaces when specifying printer name
https://launchpad.net/bugs/44459

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


[Bug 44459] Re: [Dapper] Can't use spaces when specifying printer name

2006-06-27 Thread Kurt Pfeifle
Above post was meant to say:

  This can not be accepted as a wishlist item, nor as a bug report for Ubuntu. 
If 
the Vincent badly wants spaces in printer names, he'll have to file a 
wishlist at 
http://www.cups.org/str.php -- I doubt it would have big chances of 
acceptance, 
though.

-- 
[Dapper] Can't use spaces when specifying printer name
https://launchpad.net/bugs/44459

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


[Bug 8125] Re: username for smb printer is not shown on printer properties

2006-06-27 Thread Kurt Pfeifle
The sanitization of the device URI (not showing username and/or password
in log files or other places where device URIs show up for mortal users
to see) is in fact a *feature* that was introduced some time ago (it was
different before), in order to increase security.

Chances are pretty low that you will get acceptance at CUPS.org to
revert that again.

Security is low in any case when printing to an smb://-connected printer
that needs authentication, but there is not much CUPS can do about that.

-- 
username for smb printer is not  shown on printer properties
https://launchpad.net/bugs/8125

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


[Bug 29760] Re: Sound does not work properly in Flash in firefox

2006-06-27 Thread Jonas Riise Hamre
*** This bug is a duplicate of bug 34051 ***

...and for me. :-)

-- 
Sound does not work properly in Flash in firefox
https://launchpad.net/bugs/29760

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


[Bug 8125] Re: [Bug 8125] Re: username for smb printer is not shown on printer properties

2006-06-27 Thread Soren Hansen
On Tue, Jun 27, 2006 at 09:02:08PM -, Kurt Pfeifle wrote:
 The sanitization of the device URI (not showing username and/or password
 in log files or other places where device URIs show up for mortal users
 to see) is in fact a *feature* that was introduced some time ago (it was
 different before), in order to increase security.

I wasn't aware of the chronology of it, but it was quite clear that the
removal was intentional. 

We have three options:

1. Change cups to send the username (not the password of course)

2. Change the UI so that it won't be as surprising that the fields are
blank. (e.g. a text telling that it won't be shown but can be used for
changing the info)

3. Ditch gnome-cups-manager and go with that new one which I don't
remember the name of.

As a result of the printing BoF's at the Ubuntu Developer Summit my
money is on no. 3.  :-)

Cheers, Søren.

-- 
username for smb printer is not  shown on printer properties
https://launchpad.net/bugs/8125

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


[Bug 37668] Re: automatic last.fm links don't work so well

2006-06-27 Thread Daniel Holbach
** Bug watch removed: GNOME Bug Tracker #337051
   http://bugzilla.gnome.org/show_bug.cgi?id=337051

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

-- 
automatic last.fm links don't work so well
https://launchpad.net/bugs/37668

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


[Bug 50854] Re: gnome-cups-icon memory leak in Dapper

2006-06-27 Thread RichardN
This bug seems to be similar to #45406

-- 
gnome-cups-icon memory leak in Dapper
https://launchpad.net/bugs/50854

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


[Bug 29760] Re: Sound does not work properly in Flash in firefox

2006-06-27 Thread AValente
*** This bug is a duplicate of bug 34051 ***

Daniel Carrera's solution works perfectly well here!

a huge thanks!

av

-- 
Sound does not work properly in Flash in firefox
https://launchpad.net/bugs/29760

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


[Bug 29760] Re: Sound does not work properly in Flash in firefox

2006-06-27 Thread AValente
*** This bug is a duplicate of bug 34051 ***

Well almost perfectly :(

The sound is out of sync... any Ideas Daniel?

av

-- 
Sound does not work properly in Flash in firefox
https://launchpad.net/bugs/29760

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


[Bug 19088] Re: [Bug 19088] Re: Totem doesn't work with any kind of video files (also DVDs)

2006-06-27 Thread Chris
Thanks for answering. I found that I had to install the totem/xine player 
instead
of the totem/gstreamer.  Even when I install this, the totem player would 
completely
disappear.  I then did some more searching, and I found that I had to reinstall 
the
libdevcss2 library for my DVD player to work correctly.  Once that was installed
everything started working.

Chris McCann

 Sebastian Dröge [EMAIL PROTECTED] wrote: 
 What movies are this?
 
 Did you install gstreamer0.10-plugins-good, gstreamer0.10-plugins-ugly,
 gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, gstreamer0.10-plugins-
 ugly-multiverse and gstreamer0.10-plugins-bad-multiverse (and maybe
 gstreamer0.10-pitfdll if you want to use win32 codecs)? This will get
 you support for almost all formats but that DVD playback isn't working
 is a known bug. You could use a xine-based player for this, for example
 gxine or xine-ui.
 
 -- 
 Totem doesn't work with any kind of video files (also DVDs)
 https://launchpad.net/bugs/19088

-- 
Totem doesn't work with any kind of video files (also DVDs)
https://launchpad.net/bugs/19088

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


[Bug 29513] Re: gthumb ships files in /usr/libexec

2006-06-27 Thread Adam Buchbinder
** Bug watch added: Debian Bug tracker #162687
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=162687

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

-- 
gthumb ships files in /usr/libexec
https://launchpad.net/bugs/29513

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


[Bug 51167] totem plugins do not advertise all mimetypes to firefox

2006-06-27 Thread John Steele Scott
Public bug reported:

Binary package hint: totem

I was trying to watch video from http://www.abc.net.au/vod in WMV
format. However, I always get Click here to download the appropriate
plugin message.

Clicking through reveals that the plugin mimetype is video/x-ms-asf.

Looking at about:plugins shows that Totem Mozilla Plugin can handle
video/x-ms-asf-plugin, but not video/x-ms-asf.

Looking in the totem source at totem-mozilla-plugin.cpp:648 shows that
the authors of totem have listed video/x-ms-asf as an alias for video/x
-ms-asf-plugin. Unfortunately for some reason this is not getting
through to firefox.

** Affects: totem (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
totem plugins do not advertise all mimetypes to firefox
https://launchpad.net/bugs/51167

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


[Bug 8125] Re: username for smb printer is not shown on printer properties

2006-06-27 Thread Ante Karamatić
I guess 3. will be :)

-- 
username for smb printer is not  shown on printer properties
https://launchpad.net/bugs/8125

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