Install Tycho PM folder into Opt; will current shortcuts still work? Topic is solved
-
- Moon Magic practitioner
- Posts: 2985
- Joined: 2012-06-28, 01:20
Install Tycho PM folder into Opt; will current shortcuts still work?
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?
-
- Lunatic
- Posts: 292
- Joined: 2013-01-01, 19:03
- Location: Mexico
Re: Install Tycho PM folder into Opt; will current shortcuts 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.helloimustbegoing wrote:...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?
This is totally fine though when we get final release you should likely go back and clean it up and run the installer. k?
-
- Moon Magic practitioner
- Posts: 2985
- Joined: 2012-06-28, 01:20
Re: Install Tycho PM folder into Opt; will current shortcuts still work?
Thanks guys, that's what I thought.
-
- Astronaut
- Posts: 689
- Joined: 2015-07-30, 20:29
- Location: Vaughan, ON, Canada
Re: Install Tycho PM folder into Opt; will current shortcuts still work?
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...
later on, if you install another version in /usr/local, you can
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.
install palemoon in /opt and then...
Code: Select all
cd /usr/bin
sudo ln -sf /opt/palemoon/palemoon palemoon
Code: Select all
cd /usr/bin
sudo ln -sf /usr/local/palemoon/palemoon palemoon
There are 2 kinds of people in this world...
1) Those who can extrapolate from incomplete data
1) Those who can extrapolate from incomplete data
Re: Install Tycho PM folder into Opt; will current shortcuts still work?
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.
In any case my previous post stands.