Changes to work with KDE
This commit is contained in:
@@ -21,7 +21,7 @@ for file in $(ls "$dir"); do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -n $exe_name ]; then
|
if [ -n "$exe_name" ]; then
|
||||||
basename="${exe_name%.*}"
|
basename="${exe_name%.*}"
|
||||||
dest="/opt/$basename"
|
dest="/opt/$basename"
|
||||||
[ -d $dest ] && sudo rm -rf "$dest"
|
[ -d $dest ] && sudo rm -rf "$dest"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
doas tee /etc/udev/rules.d/99-wacom.rules <<HRD
|
sudo tee /etc/udev/rules.d/99-wacom.rules <<HRD
|
||||||
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service"
|
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service"
|
||||||
HRD
|
HRD
|
||||||
|
|
||||||
|
|||||||
0
.local/share/Dungeondraft/asset_packs/.gitkeep
Normal file
0
.local/share/Dungeondraft/asset_packs/.gitkeep
Normal file
0
.local/share/Dungeondraft/mods/.gitkeep
Normal file
0
.local/share/Dungeondraft/mods/.gitkeep
Normal file
0
.local/share/Wonderdraft/assets/.gitkeep
Normal file
0
.local/share/Wonderdraft/assets/.gitkeep
Normal file
0
.local/share/Wonderdraft/themes/.gitkeep
Normal file
0
.local/share/Wonderdraft/themes/.gitkeep
Normal file
10
.local/share/applications/Dungeondraft.desktop
Normal file
10
.local/share/applications/Dungeondraft.desktop
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.1.0.5
|
||||||
|
Name=Dungeondraft
|
||||||
|
Comment=Dungeondraft is a tabletop encounter map creation tool designed to draw aesthetic maps without the typical frustrations and time investment.
|
||||||
|
Exec=/opt/Dungeondraft/Dungeondraft.x86_64
|
||||||
|
Path=/opt/Dungeondraft
|
||||||
|
Icon=/opt/Dungeondraft/Dungeondraft.png
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Graphics
|
||||||
10
.local/share/applications/Wonderdraft.desktop
Normal file
10
.local/share/applications/Wonderdraft.desktop
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.1.7.3
|
||||||
|
Name=Wonderdraft
|
||||||
|
Comment=Wonderdraft is a powerful yet intuitive fantasy map creation tool.
|
||||||
|
Exec=/opt/Wonderdraft/Wonderdraft.x86_64
|
||||||
|
Path=/opt/Wonderdraft
|
||||||
|
Icon=/opt/Wonderdraft/Wonderdraft.png
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Graphics
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=File Manager
|
|
||||||
Exec=/usr/local/bin/st -e lf %u
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Image viewer
|
|
||||||
Exec=/usr/bin/sxiv -a %f
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Mail
|
|
||||||
Exec=/usr/local/bin/st -e neomutt %u
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=RSS feed addition
|
|
||||||
Exec=/usr/bin/env rssadd %U
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Text editor
|
|
||||||
Exec=/usr/local/bin/st -e nvim %u
|
|
||||||
Reference in New Issue
Block a user