Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1432  / 2 Years ago, sun, june 26, 2022, 12:38:06

I've created a .desktop file like this



[Desktop Entry]
Categories=Game;
Name=Mari0
Exec=love-unstable /opt/Mari0/mari0_1.0.love
Icon=/opt/Mari0/icon.gif
Type=Application


And what i want is to get it in the unity launcher under the games category



I first asked how to create a shortcut file and how to get it into the launcher, but now i've created a .desktop file myself. and i'm looking for how to get it into the launcher


More From » shortcuts

 Answers
6

Did you try to write bash file for example
just create a file and write this in



#!/bin/bash

cd dir_name; #the dir name to go

love-unstable mari0_1.0.love; #run the soft


then write in terminal chmod +x name_what_you_place
then you can just create a shortcut of that file.


[#39969] Sunday, June 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
riffnkful

Total Points: 390
Total Questions: 123
Total Answers: 110

Location: Puerto Rico
Member since Sat, Mar 13, 2021
3 Years ago
riffnkful questions
Thu, Nov 17, 22, 04:24, 1 Year ago
Mon, Nov 28, 22, 01:40, 1 Year ago
Mon, Jul 11, 22, 13:24, 2 Years ago
Sun, Feb 5, 23, 05:06, 1 Year ago
;