WaltS48 wrote:
On 12/18/2015 03:52 AM, Daniel wrote:
On 18/12/2015 4:36 PM, Bret Busby wrote:
Hello.

I am using Seamonkey on UbuntuMATE 15.10 .

The only menu option that appears for SeaMonkey in this installation
(on both of two separate computers), is "Mozilla build of Seamonkey".

In previously used SeaMonkey  (2.2x) on Debian 6, three separate menu
options were displayed in the menu (Applications -> Internet);
something like "Seamonkey Compose New Message", Seamonkey Mail and
NewsGroups", and, Seamonkey web browser", which allowed a user to
access the new message composer, or, the Mail and News Groups
component (to examine previously sent messages, and, for other uses),
or, the web browser component, without having to load the web browser
component (thence restoring the last previous saved session, if the
web browser component is configured to restart with the last session).

I do not know whether the developers read the messages on this list,
but I am wondering whether it would be possible to restore the
functionality, of having those three separate menu options, so that a
user like me, can chose to simply open the Compose New Message
component, without having to reload the last session of the web
browser.

Thank you in anticipation.

Bret, I'm using my Win7 SeaMonkey tonight, and have never seen "the menu
(Applications -> Internet)", so can only assume that is a UbuntuMate
modification.

However, in my installation, under "Window", I see that I can open and
change to any of five windows (Browser, Mail & News, Composer,
Addressbook and IRC). Do you not see this, or is this not what you are
referring to?? Maybe Ubuntu has modified SeaMonkey!


I think the question is could the SeaMonkey developers fix SeaMonkey so
his operating systems Application launcher shows the three items under
the Internet heading like it did in Debian.

AIUI Ubuntu doesn't even offer SeaMonkey anymore.

Users that want it for Ubuntu have to add a 3rd party repository called
Ubuntuzilla.

UbuntuUpdates - PPA: Ubuntuzilla -
<http://www.ubuntuupdates.org/ppa/ubuntuzilla>

Or install from The SeaMonkey® Project -
<http://www.seamonkey-project.org/> which AFAIK doesn't add the
functionality. I don't see the items in my Application > Internet Menu.

I thought I had SM installed through my software manager, but it appears
I don't. IIRC when I did have it installed from a repo there were menu
items for launching the browser or mail, but not just the compose window.



All he has to do is create custom shortcuts in ~/.local/share/applications

I use Ubuntu so it uses only one shortcut file with right-click actions similar to Windows 7+. But you could easily divide it up into separate shortcuts, e.g., seamonkey-browser.desktop, seamonkey-mail.desktop seamonkey-addressbook.desktop, etc. My 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