Luis Carlos wrote:
Yes. Hello frend. I'm also a SEAmonkey fan, and I'm using with NVDA on
Windows. Version 2.32.
I'have a cuestion: How to install SeaMonkey on Linux?
I have a soldo laptop with vinux 4.0 installed. so I'm lew to Linux.

Vinux? Oh, it's a Ubuntu derivative.

I
want to make the integrated internet suite for linux 5.0 and beyond, and
Ubuntu 15.04 and beyond to replace Firefox brouser And Thunderbird.

Okay there is a PPA. In a terminal:

echo -e "deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list.d/ubuntuzilla.list > /dev/null

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

sudo apt-get update

sudo apt-get install seamonkey-mozilla-build

In Ubuntu Seamonkey installer doesn't setup a Unity launcher icon, (or didn't) and here is what I composed.

nano ~/.local/share/applications/seamonkey.desktop

[Desktop Entry]
X-AppInstall-Package=seamonkey-mozilla-build
X-AppInstall-Section=main

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
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;application/x-xpinstall;
StartupNotify=true
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


--
Take care,

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

Reply via email to