39 lines
1.3 KiB
Desktop File
39 lines
1.3 KiB
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Desktop Icons
|
|
GenericName=Desktop Icons
|
|
Comment=Display icons on the GNOME desktop
|
|
Keywords=desktop;icons;files;folders;manager;arrange;hide;show;launcher;shortcuts;
|
|
Icon=com.desktop.ding
|
|
|
|
Exec=gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Extensions.EnableExtension gtk4-ding@smedius.gitlab.com
|
|
TryExec=/usr/bin/gdbus
|
|
Terminal=false
|
|
StartupNotify=false
|
|
OnlyShowIn=GNOME;
|
|
Categories=Utility;DesktopSettings;Settings;
|
|
|
|
X-Ding-SingleMainWindow=false
|
|
|
|
Actions=togglevisibility;enable;showshortcuts;preferences;disable;
|
|
|
|
[Desktop Action togglevisibility]
|
|
Name=Show<>Hide
|
|
Exec=gapplication action com.desktop.ding toggleVisibility
|
|
|
|
[Desktop Action enable]
|
|
Name=Enable
|
|
Exec=gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Extensions.EnableExtension gtk4-ding@smedius.gitlab.com
|
|
|
|
[Desktop Action showshortcuts]
|
|
Name=Shortcuts
|
|
Exec=gapplication action com.desktop.ding showShortcutViewer
|
|
|
|
[Desktop Action preferences]
|
|
Name=Preferences
|
|
Exec=gapplication action com.desktop.ding changeDesktopIconSettings
|
|
|
|
[Desktop Action disable]
|
|
Name=Disable
|
|
Exec=gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Extensions.DisableExtension gtk4-ding@smedius.gitlab.com
|