Skip to content

Use this bash script to easily create a .desktop file on Linux Environment.

License

Notifications You must be signed in to change notification settings

Ablablab/desktopFileMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Desktop File Maker!

Usage (through Bash)

  1. Clone this repo:

git clone https://github.com/Ablablab/desktopFileMaker.git

  1. Go into folder

cd desktopFileMaker

  1. Set correctly permissions with:

make install

  1. Use it!

./desktopMaker.sh

Experimental

To generate a desktop entry for this program.

./desktopMaker.sh --install

Parameters

-n,--name

  • (Required) Name of the Application entry (not the command)

-c,--command

  • (Required) Command of the Application entry

-C,--comment

  • (Required) Comment of the Application entry (not the command)

-i,--icon

  • Path of local icon to use

-I,--webicon

  • Url of PNG to download to use as icon

-t,--terminal

  • Execute application in terminal

-z,--install

  • Generate a desktop entry for this application

-u,--uninstall

  • Delete desktop Entry for this application

About

Use this bash script to easily create a .desktop file on Linux Environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published