Skip to content

Instantly share code, notes, and snippets.

@skid9000
Last active March 22, 2019 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skid9000/06a4aa4f8ed321717201439ac336e86c to your computer and use it in GitHub Desktop.
Save skid9000/06a4aa4f8ed321717201439ac336e86c to your computer and use it in GitHub Desktop.

Kolossus Launcher Linux Documentation

Pour la version française, cliquez ici.

Distribution already supported

For a manual instalation click here.

Installation

ArchLinux

I made a aur package so it is super easy.

Just use your favorite aur package manager and install the kolossus-launcher package.

For exemple with pikaur : pikaur -S kolossus-launcher

Since it will create a .desktop file in /usr/share/applications you just have to use the search function of your favorite Desktop Environement to launch it.

Install manually

You only need a package that can unzip the kolossus-launcher archive and wget.

Open a terminal in root and type :

sudo mkdir /opt/Kolossus-Launcher ; cd /opt/Kolossus-Launcher
sudo wget http://ifscl.b-cdn.net/kolossus/Kolossus_141_31_Linux.zip -O kolossus.zip
sudo unzip kolossus.zip ; sudo rm kolossus.zip
sudo mkdir -p app ; sudo chmod 777 app
cd /usr/share/applications
sudo wget https://gist.githubusercontent.com/skid9000/6d9408a38bbe9e9a8b2ad355dfb2e3cc/raw/73715bf76fa0a42bdf312100dc5b2d6d9bd385d3/Kolossus-Launcher.desktop

After that you can close this terminal and you are done.

Since you created a .desktop file in /usr/share/applications you just have to use the search function of your favorite Desktop Environement to launch it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment