Confirmed, on Ubuntu 9.04 x86.

I did a bit of investigation:
 - I examined the menu item for Galculator, and it's set up to use 
/usr/share/pixmaps/galculator.png
 - This file is a symlink to "galculator/galculator.png", which **doesn't 
exist.** (the folder 'galculator' doesn't even exist)

That's the source of the problem.

Note that the following files *do* exist (and aren't symlinks):
    /usr/share/pixmaps/galculator.svg
    /usr/share/pixmaps/galculator.xpm

As a temporary workaround, you can redirect the symbolic link to point
to the SVG file, as follows:

#############
cd /usr/share/pixmaps
sudo mv galculator.png galculator-old.png
sudo ln -s galculator.svg galculator.png
#############

** Summary changed:

- Galculator has not application icon
+ Galculator has no application icon

** Summary changed:

- Galculator has no application icon
+ Galculator has no application icon (symlink that points to nothing)

-- 
Galculator has no application icon (symlink that points to nothing)
https://bugs.launchpad.net/bugs/374194
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to