You are not logged in.
Pages: 1
been trying to upgrade seamonkey from 2.48 to 2.49.2.
I tried this:
downloaded seamonkey to my home directory.
Open a Terminal and to home directory:
cd ~
Extracted the contents of the downloaded file:
tar xjf seamonkey-*.tar.bz2
started seamonkey
~/seamonkey/seamonkey
this worked though with error messages.
I dont know how to create an icon in applications/internet for version 2.49.2
Offline
Hi.
You can go to /usr/share/applications and create or edit its .desktop file.
In the line Categories, just write "Network". For example, here is the .desktop file of Nano :
[c][Desktop Entry]
Type=Application
Name=Nano Text Editor
Name[fr]=Editeur Nano
Name[pt]=Editor de texto Nano
Name[pt_BR]=Editor de texto Nano
Name[ru]=Текстовый редактор Nano
Comment=Advanced text editor
Comment[fr]=Editeur de texte avançé
Comment[ru]=Консольный текстовый редактор
Exec=terminal -e nano
Icon=accessories-text-editor
Categories=ConsoleOnly;Utility;TextEditor;[/c]
Offline
thank you Anard...I will try this.
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]