Could not find Mozilla runtime

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
Binky

Could not find Mozilla runtime

Unread post by Binky » 2020-06-01, 22:38

I just installed Pale Moon 28.9.3 in a new install of Linux Mint 19.3 Mate.

I followed the instructions at https://linux.palemoon.org/help/installation/, with the exception that I installed Pale Moon into '~/.local/bin/palemoon'.

When I try to run Pale Moon from the application menu it doesn't start. When I try from a terminal, I get the error

Code: Select all

Could not find the Mozilla runtime.
Searching both in this forum and generally did not result in any relevant solutions - they refer to the old Pale Moon installer or to Windows installations.

Any idea what the problem is here?

Binky

Re: Could not find Mozilla runtime

Unread post by Binky » 2020-06-01, 23:09

Ok, I think I've solved this one myself.

I had to change the /usr/share/applications/palemoon.desktop file from

Code: Select all

Exec=palemoon %u
to

Code: Select all

/home/phil/.local/bin/palemoon/palemoon %u
and then copy '/usr/share/applications/palemoon.desktop' to '~/.local/share/applications'.

User avatar
stevenpusser
Project Contributor
Project Contributor
Posts: 903
Joined: 2015-08-01, 18:33

Re: Could not find Mozilla runtime

Unread post by stevenpusser » 2020-06-02, 02:18

Yes, that folder wasn't in your PATH.