Old SeaMonkey can't log into some sites[solved]

Booting, installing, newbie
Message
Author
umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

Old SeaMonkey can't log into some sites[solved]

#1 Post by umc276 »

Was very impressed with Puppy 5.2 but had to give it up (after many hrs and much help from this forum) in 2011 because I couldn't connect to the internet with dial-up.
I now have broadband and started using it again in my old Dell Inspiron 7000.
But the old SeaMonkey browser causes problems when trying to log onto certain websites (financial and restricted auction sites.)
Can someone please tell me if the new Puppy 5.3 or 5.5 has an updated browser or if it is possible to install latest versions of Firefox in either Puppy 5.2, 5.3 or 5.5.
Thanks.
Last edited by umc276 on Sat 23 Aug 2014, 15:04, edited 1 time in total.

Latitude
Posts: 76
Joined: Sat 12 Jul 2014, 16:10
Location: Melbourne, Australia

#2 Post by Latitude »

For Puppy 5.2 download the latest Firefox and Seamonkey .PET files from here:
http://ftp.nluug.nl/ftp/pub/os/Linux/di ... ges-lucid/
For other Puppies use the appropriate repository.

Then shut down the browser and use the Puppy Package Manager to uninstall any Firefox and Seamonkey .PET packages that you have installed.

Install the later .PETs that you just downloaded, go online and start up the web browsers one at a time. Under "preferences" set the Browser to automatically check for updates, download and install them.

When both Firefox and Seamonkey are up to date, make a backup copy of your Savefile (if you have a Frugal install).
If it's not Backed-Up, then it isn't really yours.
You just think it is.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#3 Post by watchdog »

For wary 5.2.2 read:

http://www.murga-linux.com/puppy/viewto ... 9f39a54df1

Install geoffrey's firefox pet and update it. Also read:

http://www.murga-linux.com/puppy/viewtopic.php?t=94572

Remember to install dbus and dbus-glib by PPM after updating list of packages in Configure.

umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

#4 Post by umc276 »

Thanks for the replies.

This is like learning a new language, but should be able to work it out with the help of "search".

umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

Permission denied

#5 Post by umc276 »

Found Geoffrey's instructions:
I have Firefox 30.0 running in wary 5.5, works fine, needs these dbus pet's installed, also edit the /usr/share/applications/defaults.list, at the bottom of default.list add this Code:

inode/directory=ROX-Filer-file-manager.desktop

this will allow Firefox to open the download directory with rox file manager.

Firefox-30.0.pet
dbus-1.2.4.2permissive-1-w5.pet
dbus-glib-0.82-w5.pet

I downloaded and installed Firefox-30.pet, and the dbus-1.2.4.2 and dbus-glib .pets but when I tried to edit the defaults list with "/usr/share/applications/defaults.list" got "Permission denied"

Searched around and entered "whomi" got "root".

Then found:
This could mean that the file/program named could not be executed, because the permissions have not been properly set.

Use the console command # id
to find out who you are and got and a long string that begins: "uid=0(root) gid=0(root)..............

Use the console command # ls -la
to list all the files and permissions. Entered and got long list that show all listed as "root" except Web-Server.

I thought that if I was in root I could execute commands but can't even access the default list to add code.

What am I doing wrong?

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#6 Post by Semme »

Either take rox there and click it, or open like this:

Code: Select all

geany /usr/share/applications/defaults.list
Go ahead, rt-clk /etc/gnome/defaults.list and look @ it's set run action.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

#7 Post by umc276 »

Semme,

When I enter geany /usr/share/applications/defaults.list on terminal get message:"Geany: cannot open display"

From Menu>Filesystem>ROX-filer file manager>Choices>Rox-Filer>
Dir 'ROX-Filer'>Search with Pfind (usr/share/applications/defaults.list)
get message "No files found!".

Must be doing something very wrong.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#8 Post by Semme »

Oop's.. Wary! Haven't booted this monster in a while.

Is /usr/share/applications/defaults.list a shortcut pointing to /etc/gnome/defaults.list?

Pfind says the actual file's where?
Attachments
lose-the-path.jpg
(28.2 KiB) Downloaded 780 times
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

#9 Post by umc276 »

Is /usr/share/applications/defaults.list a shortcut pointing to /etc/gnome/defaults.list?
I don't know-just following Geoffrey's instructions here:
http://www.murga-linux.com/puppy/viewto ... les found.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#10 Post by Semme »

Clk and extract my attachment to /etc/gnome then run the following:

Code: Select all

ln -s /etc/gnome/defaults.list /usr/share/applications
If it says there's no /etc/gnome, do:

Code: Select all

mkdir /etc/gnome
.. then redo the "ln -s" bit.
Attachments
defaults.list.gz
(1.46 KiB) Downloaded 168 times
Last edited by Semme on Sat 23 Aug 2014, 00:15, edited 2 times in total.

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#11 Post by Makoto »

umc276: Edit your post to place the "[/url]" tag after the "94572," rather than at the end of the post. The forum setup tends to 'blank' posts if the [url] tags aren't used correctly, in its opinion.
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

#12 Post by umc276 »

Is /usr/share/applications/defaults.list a shortcut pointing to /etc/gnome/defaults.list?
I don't know-just following Geoffrey's instructions here:
http://www.murga-linux.com/puppy/viewto ... =94572[url]

Pfind says no files found.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#13 Post by Semme »

That's already old. Follow-up on the fresher posts.. I can always see what's going on in the quote.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

#14 Post by umc276 »

Sorry, I'm using two computers and your new post came before I could answer your previous one.

Should I save the attachment to disk and if so how do I extract it to
/etc/gnome?
Or open it with pupzip or open with Choose?

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#15 Post by Semme »

On Wary 5.3 atm.

You HAVE this defaults.list file.

Here's how you check..

Hit that "file" icon on your desktop. It's opens your users *home* folder. You are root!

Hit the green arrow and go up a directory to the *system* root.. NOT the same as *user* root.

In this root, or >> system "/" directory is the rest of what makes Pup.

Clk usr >> clk share >> clk applications.. You SEE defaults.list, right?
Last edited by Semme on Sat 23 Aug 2014, 01:07, edited 1 time in total.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

#16 Post by umc276 »

Think I figured it out.
Chose save to disk then chose /etc/gnome then entered the ln -s line and got answer - "File exists"

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#17 Post by Semme »

It can't be in the gz state. My instructions here are what you do after it's dwnldd.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#18 Post by Semme »

C'mon Bub :D Pup's intuitive!
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

umc276
Posts: 33
Joined: Sun 15 May 2011, 23:50

#19 Post by umc276 »

Our messages are getting mixed up.

Your first message says download - do I save to disk?
If I save to disk choice is save in folder, root, desktop, or file system

If I chose to open it it asks if I want to decompress /twp/defaults.list-1.gz and the original file will be deleted.

Second message:
When I click on "File" I get 10 folders- Choices, Desktop, file sharing,ftpd,my applications, my documents,puppy reference,spot,Startup and Web Server. No Home folder.
I have Wary 5.2 if that makes any difference.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#20 Post by Semme »

Mixed up? That's right. Forget the dwnld and follow again here.

Note the "tilde" up top when ROX opens.. This denotes YOUR $HOME folder.

Think of this directory as "My Documents" aboard Windows.

Likewise --ROX is Pups :wink: Windows Explorer.

Continue w/the green arrow in my link.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

Post Reply