How do I run Basilisk on Linux? Topic is solved
Moderator: Basilisk-Dev
-
- Astronaut
- Posts: 542
- Joined: 2019-08-13, 00:30
- Location: Casumia
How do I run Basilisk on Linux?
I have downloaded the tarball from the official site and extracted it in my home directory, but I do not know how to run it. Executing run-mozilla.sh does nothing. I am a layman who happens to use Linux and would like to try Basilisk as a secondary browser. Could somebody please give me a non-technical list of steps to run Basilisk from the directory?
Browser: Pale Moon (official build, updated regularly)
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
-
- Moonbather
- Posts: 58
- Joined: 2023-10-28, 18:59
Re: How do I run Basilisk on Linux?
Just run the file basilisk (or basilisk-bin) instead.
-
- Moonbather
- Posts: 58
- Joined: 2023-10-28, 18:59
Re: How do I run Basilisk on Linux?
If you want a system wide installation*, you can follow these steps:
2. This permission thing you can achieve by right-clicking the basilisk file > Properties > Permissions > Allow executing file as program . (This will vary according to the file manager you are using.)
3. Here is the .desktop file from AUR he mentioned. Right-click the page, click “Save page as…”, and put it in ~/.local/share/applications/ .
4. Open the basilisk.desktop file you just saved (it’s a plain text file), look for instances of “Exec=basilisk […]” and change it to “Exec=/path/to/basilisk […]”.
*. It won’t be a system wide installation if you follow the steps I gave, it’ll install just for your user.
1. The extract part you already did.Basilisk-Dev wrote: ↑ My suggestion for system wide installation:
* extract the tar archive to either something like /opt/basilisk or /home/youruser/bin/basilisk
* ensure your user will have proper filesystem permissions on the directory Basilisk is in (chown -R $(id -u):$(id -g) /path/to/basilisk)
* extract the .desktop file from either the RPM or the AUR packages
* modify the file paths in the .desktop file to point to /path/to/basilisk
* profit
2. This permission thing you can achieve by right-clicking the basilisk file > Properties > Permissions > Allow executing file as program . (This will vary according to the file manager you are using.)
3. Here is the .desktop file from AUR he mentioned. Right-click the page, click “Save page as…”, and put it in ~/.local/share/applications/ .
4. Open the basilisk.desktop file you just saved (it’s a plain text file), look for instances of “Exec=basilisk […]” and change it to “Exec=/path/to/basilisk […]”.
*. It won’t be a system wide installation if you follow the steps I gave, it’ll install just for your user.
-
- Astronaut
- Posts: 542
- Joined: 2019-08-13, 00:30
- Location: Casumia
Re: How do I run Basilisk on Linux?
How do I run it? If I click on either in my file manager (Nemo), I am told it is an ‘unknown file type’. There is no option in the drop-down when right-clicking on either to run them.

Browser: Pale Moon (official build, updated regularly)
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
-
- Moonbather
- Posts: 58
- Joined: 2023-10-28, 18:59
-
- Astronaut
- Posts: 542
- Joined: 2019-08-13, 00:30
- Location: Casumia
Re: How do I run Basilisk on Linux?
That box was already ticked from the start. The interface still appears as described.
Browser: Pale Moon (official build, updated regularly)
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
-
- Moonbather
- Posts: 58
- Joined: 2023-10-28, 18:59
Re: How do I run Basilisk on Linux?
This may be a bug in Nemo.
Anyway, I don’t have Nemo installed but I think it has an ‘open in terminal’ option when you right-click inside a directory, right? If so, enter the Basilisk directory, right-click in it, choose ‘open in terminal’, and type ‘./basilisk’ in the terminal window and hit enter.
By the way, how did you install Pale Moon?
-
- Astronaut
- Posts: 542
- Joined: 2019-08-13, 00:30
- Location: Casumia
Re: How do I run Basilisk on Linux?
Yes, now this worked! Moreover, you jogged my memory in a way that answers your question.
I had used Cinnamon’s menu editor to create a shortcut to open Pale Moon without using the terminal, and put a copy of this shortcut in my taskbar and desktop. Since then, I forgot how to do that, prompting my initial post, but I have now created such a shortcut for Basilisk also. Thank you!
Browser: Pale Moon (official build, updated regularly)
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
-
- Lunatic
- Posts: 492
- Joined: 2022-03-23, 16:41
- Location: Chamber of Secrets
Re: How do I run Basilisk on Linux?
Some older/LTS distributions see Position Independent Executables as shared libraries instead of binaries because their MIME type detection is obsolete.
Please see the first entry in the FAQ.
Also see this forum topic.
Please see the first entry in the FAQ.
Also see this forum topic.
-
- Astronaut
- Posts: 542
- Joined: 2019-08-13, 00:30
- Location: Casumia
Re: How do I run Basilisk on Linux?
Indeed, I am using an ELTS distribution, as my signature shows. I would like politely to suggest revising the FAQ entry to account for lay users such as myself who have no idea how to create a shell script or desktop file, had no idea how to run it from the terminal without being told and find the discussion in the linked board post rather too technical to understand.
Browser: Pale Moon (official build, updated regularly)
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.
Operating System: Linux Mint Debian Edition 4 (amd64)
※Receiving Debian 10 ELTS security upgrades
Hardware: HP Pavilion DV6-7010 (1400 MHz, 6 GB)
Ash is the best letter.