Skip to content

a little handy tool to grab .desktop files in .appimage files

Notifications You must be signed in to change notification settings

Git-Fal7/appimage-desktop-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

appimage-desktop-grabber

a little handy tool to grab .desktop files in .appimage files

using it

first you have to build the rust bin. which is used to replace lines (its just used for replacing output of a file, you can replace anything really).

cargo build --release

then you grab the bin to the folder which the bash file is in it.

mv target/release/appimage-desktop ./

then you execute the bash file

./grab-desktop.sh (your appimage location)

and it should put the .desktop file onto your ~/.local/share/application. redirecting all executable to the appimage location.

rust version

i made a branch that has the rust version to make it just one binary.

About

a little handy tool to grab .desktop files in .appimage files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages