Skip to content

Commit 71d008e

Browse files
committed
Add distrobox shortcut
1 parent 29af5b0 commit 71d008e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Exec=konsole -e bash --rcfile <(echo "source ~/.bashrc && bash -c '(set -x; distrobox --help)'")
4+
Icon=utilities-terminal
5+
Categories=Development;Utility
6+
StartupNotify=true
7+
X-KDE-AuthorizeAction=shell_access
8+
StartupWMClass=konsole
9+
Keywords=distrobox;container;linux
10+
Name=Distrobox
11+
GenericName=Linux Container Helper
12+
Comment=Access Linux Containers
13+

0 commit comments

Comments
 (0)