Page 1 of 1

Install Tycho PM folder into Opt; will current shortcuts still work?

Posted: 2016-11-12, 04:18
by ron_1
I currently have PM4 Linux 26.5 on my machine. If I download Tycho and extract the Palemoon folder into /opt, thus replacing the current folder for 26.5 with the Tycho Palemoon folder, will the desktop shortcut and the launcher in the Panel I currently have still work?

Re: Install Tycho PM folder into Opt; will current shortcuts still work?

Posted: 2016-11-12, 04:59
by CraigPD
helloimustbegoing wrote:...will the desktop shortcut and the launcher in the Panel I currently have still work?
Affirmative. The shorcut / launcher icon color will change from blue to red, but everything transfers to 27 beta. For safety I deleted the contents of /opt/palemoon/ prior to extracting.

Re: Install Tycho PM folder into Opt; will current shortcuts still work?

Posted: 2016-11-12, 05:08
by New Tobin Paradigm
This is totally fine though when we get final release you should likely go back and clean it up and run the installer. k?

Re: Install Tycho PM folder into Opt; will current shortcuts still work?

Posted: 2016-11-12, 05:38
by ron_1
Thanks guys, that's what I thought.

Re: Install Tycho PM folder into Opt; will current shortcuts still work?

Posted: 2016-11-13, 00:21
by Walter Dnes
An easy way to switch back and forth is to have your launcher-menu point at a symlink, which can be pointed to the real binary. E.g.

install palemoon in /opt and then...

Code: Select all

cd /usr/bin
sudo ln -sf /opt/palemoon/palemoon palemoon
later on, if you install another version in /usr/local, you can

Code: Select all

cd /usr/bin
sudo ln -sf /usr/local/palemoon/palemoon palemoon
If you have problems with that version, point the symlink back to /opt/palemoon/palemoon. This also works for palemoon installed in your home directory. I.e. point your launcher-menu at $HOME/bin/palemoon which is a symlink to the actual binary.

Re: Install Tycho PM folder into Opt; will current shortcuts still work?

Posted: 2016-11-13, 03:43
by New Tobin Paradigm
There is no reason to do this. If you had previously used the installer it already created the launcher icons.. When you delete and replace the symlink will remain valid.

In any case my previous post stands.