[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-22 Thread Sebastien Bacher
You are not supposed to have a
/home/YOUR_USERNAME/.local/share/mime/packages/Override.xml, you added
it by some way, most likely using a software. That's not an Ubuntu bug,
closing. Your new user had the same bug, that might be something you
installed and you run for every user creating the buggy one

** Changed in: shared-mime-info (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Incomplete => Invalid

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-21 Thread Giovanni Rapagnani
Thanks to your help and some searching on google I solved the problem.
Here is the procedure :

gedit /home/YOUR_USERNAME/.local/share/mime/packages/Override.xml

suppress the following line :
  png 
document

save the modification and run the 2 following commands :

sudo update-mime-database /home/YOUR_USERNAME/.local/share/mime
nautilus --quit

It solved the problem for me.
More information (in French) with some links to more information (in English) 
-->
http://forum.ubuntu-fr.org/viewtopic.php?pid=152200

Merci beaucoup Sebastien.

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-21 Thread Sebastien Bacher
the packages don't install files to user directory, only to the system.
Does moving /home/gio/.local/share/mime away fix your bug?

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-21 Thread Giovanni Rapagnani
I've run a recursive grep for "png document" in /usr,  /opt, /home, /etc, /root 
and /lib but /lib/modules and /lib/udev (it hangs on both directories)
I don't think other directories could contain usefull information.
It returns nothing usefull except for /home :

/home/gio/.local/share/mime/packages/Override.xml:png document

/home/gio/.local/share/mime/application/x-extension-png.xml:
png document

I've done :
dpkg -S Override.xml
and
dpkg -S x-extension-png.xml

They returns respectively :
dpkg: *Override.xml* not found.
dpkg: *x-extension-png.xml* not found.

"apt-file search" with both patterns above does not return anything.

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-21 Thread Sebastien Bacher
what about "grep "png document" / -r"?

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-21 Thread Giovanni Rapagnani
"dpkg -S /usr/share/mime/image/png.xml" returns :
dpkg: /usr/share/mime/image/png.xml not found.

"dpkg -S png.xml" returns :
dpkg: *png.xml* not found.

"apt-file search png.xml" doesn't return anything.

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-21 Thread Sebastien Bacher
What about "dpkg -S /usr/share/mime/image/png.xml"?

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-20 Thread Giovanni Rapagnani
"grep "png document" /usr/share/mime -r" does not return anything

"grep "png" /usr/share/mime -r" returns :
/usr/share/mime/image/png.xml:http://www.freedesktop.org/standards/shared-mime-info"; type="image/png">
/usr/share/mime/packages/freedesktop.org.xml:  
/usr/share/mime/packages/freedesktop.org.xml:
/usr/share/mime/globs:image/png:*.png
Binary file /usr/share/mime/magic matches
Binary file /usr/share/mime/mime.cache matches

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-20 Thread Sebastien Bacher
Can you run "grep "png document" /usr/share/mime -r" and copy that to a
comment?

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-19 Thread Giovanni Rapagnani
Yes it does. I created a new user and tried to open
PNG_transparency_demonstration_1.png. I got the same error and it did
not open.

I always have Ubuntu 6.06 Dapper Drake.

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-19 Thread Sebastien Bacher
Does it happen with an another user on the same configuration? Looks
like a local .config definition breaking the system one

** Changed in: shared-mime-info (Ubuntu)
   Importance: Undecided => Low
   Status: Confirmed => Needs Info

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-19 Thread Brian Murray
The PNG image found at
http://en.wikipedia.org/wiki/Image:PNG_transparency_demonstration_1.png
is a not a problem with Gutsy.

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-19 Thread Brian Murray
** Changed in: shared-mime-info (Ubuntu)
Sourcepackagename: None => shared-mime-info
   Status: Needs Info => Confirmed

-- 
.png and .wav not opening - no icon for .wav
https://bugs.launchpad.net/bugs/59498
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2006-09-08 Thread Anita
A little more information.  I'm running beagle.  When I search on files
.wav, .ogg, .png, or .jpg they all show as documents.  When I search on
a file that is .jpeg or .gif, they show as an image. .mp3 shows as
audio.

-- 
.png and .wav not opening - no icon for .wav
https://launchpad.net/bugs/59498

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


[Bug 59498] Re: [Bug 59498] Re: .png and .wav not opening - no icon for .wav

2006-09-08 Thread Anita
I downloaded the file right to my desktop.  When I left-clicked on it, 
the icon-image appeared.  When I double left-click on it, I get that 
same error message I mentioned in the bug.

-- 
.png and .wav not opening - no icon for .wav
https://launchpad.net/bugs/59498

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


[Bug 59498] Re: [Bug 59498] Re: .png and .wav not opening - no icon for .wav

2006-09-08 Thread Anita
Mateusz Drożdżyński wrote:
> Thanks for your bug report. Could you please state which version of Ubuntu 
> you use (6.06, 6.04 or earlier?).
> Does this problem occur with every .png image or is it image-specific? Could 
> you please try to download this file: 
> http://upload.wikimedia.org/wikipedia/en/4/47/PNG_transparency_demonstration_1.png
>  and try to open it?
> 
> ** Changed in: Ubuntu
>Status: Unconfirmed => Needs Info
> 

I've upgraded to 6.10 and did a dist-upgrade again this morning.  I'll 
try the file when I get home tonight.

Thanks,
Anita

-- 
.png and .wav not opening - no icon for .wav
https://launchpad.net/bugs/59498

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

[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2006-09-08 Thread Mateusz Drożdżyński
Thanks for your bug report. Could you please state which version of Ubuntu you 
use (6.06, 6.04 or earlier?).
Does this problem occur with every .png image or is it image-specific? Could 
you please try to download this file: 
http://upload.wikimedia.org/wikipedia/en/4/47/PNG_transparency_demonstration_1.png
 and try to open it?

** Changed in: Ubuntu
   Status: Unconfirmed => Needs Info

-- 
.png and .wav not opening - no icon for .wav
https://launchpad.net/bugs/59498

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