WaltS48 wrote:
On 08/07/2016 12:36 PM, Jonathan N. Little wrote:
WaltS48 wrote:


The answer to that question may be
/var/lib/app-info/icons/ubuntu-xenial-main/64x64, but I got a lot of
hits when I opened File Manager and did a search for the term icons.

Now how would I copy my SeaMonkey icon to
/var/lib/app-info/icons/ubuntu-xenial-main/64x64? I'm going to have to
refresh my sudo terminal foo. sudo cp blah, blah, > blah, blah, I think.


Not where is it on my system. Just two locations, one under my profil

sudo find / -name seamonkey.png
find: ‘/run/user/1000/gvfs’: Permission denied
/home/jonathan/.local/share/icons/seamonkey.png
/opt/seamonkey/chrome/icons/default/seamonkey.png

and my launcher shortcut lists the icon simply:

grep -i icon /home/jonathan/.local/share/applications/seamonkey.desktop
Icon=seamonkey.png

And I get the SeaMonkey icon in the ALT+TAB screen. Ubuntu 16.04.1 LTS



Did you install SeaMonkey from a repo, or like myself and John E (the
OP) from a Mozilla tarball?

I'm sure if John E added the Ubuntuzilla repo his problem would be
solved. I install the Nightly builds and as far I am concerned, don't
really care. Just trying to solve his problem.

From Ubuntuzilla repo. I agree that it would probably fix his issue. But he also could simply do as I suggested elsewhere in the thread
(I am going to assume his profile path is /home/john):

1. copy seamonkey.png to /home/john/.local/share/icons/seamonkey.png
2. create text file:
/home/john/.local/share/applications/seamonkey.desktop
with content:

[Desktop Entry]
StartupWMClass=Seamonkey
Name=Welcome to SeaMonkey - SeaMonkey
Encoding=UTF-8
Exec=seamonkey
StartupNotify=false
OnlyShowIn=Unity;
Version=1.0
Actions=
Path=/home/john
X-UnityGenerated=true
Type=Application
Icon=seamonkey.png

Actions=NewWindow;NewPrivateWindow;Mail;Compose;Contacts

[Desktop Action NewWindow]
Name=Open a New Window
Exec=seamonkey -new-window
OnlyShowIn=Unity;

[Desktop Action NewPrivateWindow]
Name=Open a New Private Window
Exec=seamonkey -private-window
OnlyShowIn=Unity;

[Desktop Action Mail]
Name=Mail Client
Exec=seamonkey -mail
OnlyShowIn=Unity;

[Desktop Action Compose]
Name=Compose New Message
Exec=seamonkey -compose
OnlyShowIn=Unity;

[Desktop Action Contacts]
Name=Contacts
Exec=seamonkey -addressbook
OnlyShowIn=Unity;

X-Ubuntu-Gettext-Domain=app-install-data

3. Unlock current SeaMonkey shortcut on the launcher and lock a new copy to update it. You will know that you are successful because now right-clicking will list alternate actions, such and Mail Client, Address Book, ...


The only application my ./local/share/applications shows is wine. I
think I'll go drink a glass or two or more, since nobody can grasp the
original posters problem, or my attempt at solving his problem.

That is where your user profile customized shortcuts should go. They take priority over global install /usr/share/applications/

Where does alt+tab get the icons that appear there from? I see a Firefox
icon and Thunderbird icon if I have the Nightly and Daily versions open,
not the Nightly and Daily icons. SeaMonkey gives me
<http://imgur.com/hDIZzUY>


It pulls from whatever your current icon theme is under
/usr/share/icons/

locate icon | grep unknown | grep mimetype
/usr/share/icons/gnome/16x16/mimetypes/unknown.png
/usr/share/icons/gnome/22x22/mimetypes/unknown.png
/usr/share/icons/gnome/24x24/mimetypes/unknown.png
/usr/share/icons/gnome/256x256/mimetypes/unknown.png
/usr/share/icons/gnome/32x32/mimetypes/unknown.png
/usr/share/icons/gnome/48x48/mimetypes/unknown.png
jonathan@nomad:~$ locate icon | grep unknown | grep mime
/usr/share/icons/Humanity/mimes/16/unknown.svg
/usr/share/icons/Humanity/mimes/22/unknown.svg
/usr/share/icons/Humanity/mimes/24/unknown.svg
/usr/share/icons/Humanity/mimes/48/unknown.svg
/usr/share/icons/gnome/16x16/mimetypes/unknown.png
/usr/share/icons/gnome/22x22/mimetypes/unknown.png
/usr/share/icons/gnome/24x24/mimetypes/unknown.png
/usr/share/icons/gnome/256x256/mimetypes/unknown.png
/usr/share/icons/gnome/32x32/mimetypes/unknown.png
/usr/share/icons/gnome/48x48/mimetypes/unknown.png
jonathan@nomad:~$ locate icon | grep unknown | grep mime
/usr/share/icons/Humanity/mimes/16/unknown.svg
/usr/share/icons/Humanity/mimes/22/unknown.svg
/usr/share/icons/Humanity/mimes/24/unknown.svg
/usr/share/icons/Humanity/mimes/48/unknown.svg
/usr/share/icons/gnome/16x16/mimetypes/unknown.png
/usr/share/icons/gnome/22x22/mimetypes/unknown.png
/usr/share/icons/gnome/24x24/mimetypes/unknown.png
/usr/share/icons/gnome/256x256/mimetypes/unknown.png
/usr/share/icons/gnome/32x32/mimetypes/unknown.png
/usr/share/icons/gnome/48x48/mimetypes/unknown.png

The one the OP was seeing was probably
/usr/share/icons/Humanity/mimes/48/unknown.svg

Yours is the generic Launcher icon. Don't remember the name.


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to