Lee wrote: > > Hopefully someone that understands the *nix flavour of SM can say how > to fix the warning. And also how to install it for everyone vs. > installing in your home directory >
When using the ubuntuzilla it does just that and simplifies the process, but if you want to manually do it from the tarball as you have then: 1. Move seamonkey dir to /opt sudo mv ./ADDON/seamonkey /opt/ 2. Fix ownership to root sudo chown -R root:root /opt/seamonkey 3. Create symbolic link sudo ln -s /opt/seamonkey/seamonkey /usr/bin/seamonkey 4. Install app icon sudo cp /opt/seamonkey/chrome/icons/default/seamonkey.png /usr/share/pixmaps/seamonkey-mozilla-build.png 5. Create system wide shortcut: /usr/share/applications/seamonkey-mozilla-build.desktop Contents: [Desktop Entry] Encoding=UTF-8 Name=Mozilla Build of Seamonkey GenericName=Internet Suite Comment=Web Browser, Email/News Client, HTML Editor, IRC Client Exec=seamonkey %u Icon=seamonkey-mozilla-build Terminal=false X-MultipleArgs=false StartupWMClass=SeaMonkey Type=Application Categories=Network;WebBrowser;Email;WebDevelopment;IRCClient; MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;x-scheme-handler/mailto; ###### I create my own custom one with right-click menu actions ~/.local/share/applications/seamonkey.desktop Contents: [Desktop Entry] Version=1.0 Type=Application StartupWMClass=Seamonkey Name=Welcome to SeaMonkey - SeaMonkey Exec=seamonkey StartupNotify=false Icon=eamonkey-mozilla-build Actions=NewWindow;NewPrivateWindow;Mail;Compose;Contacts; [Desktop Action NewWindow] Name=Open a New Window Exec=seamonkey -new-window [Desktop Action NewPrivateWindow] Name=Open a New Private Window Exec=seamonkey -private-window [Desktop Action Mail] Name=Mail Client Exec=seamonkey -mail [Desktop Action Compose] Name=Compose New Message Exec=seamonkey -compose [Desktop Action Contacts] Name=Contacts Exec=seamonkey -addressbook -- Take care, Jonathan ------------------- LITTLE WORKS STUDIO http://www.LittleWorksStudio.com _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

