mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
portable mode: ./ instead of pwd for paths
Portable mode: not full path in desktop files
This commit is contained in:
parent
f67d896b23
commit
e9ce6d4f58
89 changed files with 179 additions and 179 deletions
|
@ -4,8 +4,8 @@ Type=Application
|
|||
Name=oracle
|
||||
GenericName=
|
||||
Comment=
|
||||
Exec=sh -c 'cd /home/zen/Git/DistroHopper && yad --form --field="Release:CB" "7.7"!"7.8"!"7.9"!"8.4"!"8.5"!"8.6"!"9.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget oracle {}";/usr/bin/fish'
|
||||
Icon=/home/zen/Git/DistroHopper/icons/oracle.svg
|
||||
Exec=sh -c 'cd ./ && yad --form --field="Release:CB" "7.7"!"7.8"!"7.9"!"8.4"!"8.5"!"8.6"!"9.0" | cut -d"|" -f1 | xargs -I{} sh -c "./quickget oracle {}";/usr/bin/fish'
|
||||
Icon=./icons/oracle.svg
|
||||
Terminal=sakura
|
||||
X-MultipleArgs=
|
||||
Type=Application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue