Skip to content
Snippets Groups Projects
Commit c3828d37 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Hide some more applications

We want them installed but currently not shown in the menu

Closes: #16
parent f8329c6a
No related branches found
No related tags found
1 merge request!65Hide some more applications
......@@ -6,6 +6,7 @@ Uploaders:
Guido Günther <agx@sigxcpu.org>
Build-Depends:
debhelper (>= 10),
desktop-file-utils,
germinate (>= 1.18),
Standards-Version: 4.1.4
Homepage: https://code.puri.sm/guido.gunther/librem5-base
......
......@@ -8,3 +8,9 @@ default/audio/phone-voice-call-audio.target usr/lib/systemd/user/
default/sm.puri.OSK0.desktop usr/share/applications/
default/osk-wayland usr/bin/
# librem5 specific environment variables
default/profile.d/librem5.sh etc/profile.d/
# Applications to hide form the menu
default/hidden-apps/*.desktop usr/share/librem5/applications/
......@@ -11,3 +11,6 @@ override_dh_link:
ifeq ($(DEB_HOST_ARCH_OS),linux)
dh_link --package librem5-base-defaults usr/lib/systemd/user/phone-voice-call-audio.target usr/lib/systemd/user/default.target.wants/phone-voice-call-audio.target
endif
override_dh_auto_test:
desktop-file-validate default/hidden-apps/*.desktop
[Desktop Entry]
Name=dconf editor
Keywords=settings;configuration;
Exec=dconf-editor
Terminal=false
Type=Application
StartupNotify=true
NoDisplay=true
[Desktop Entry]
Name=gVim
GenericName=Text Editor
Type=Application
Icon=gvim
NoDisplay=true
[Desktop Entry]
Name=Advanced Network Configuration
Icon=preferences-system-network
Exec=nm-connection-editor
Terminal=false
StartupNotify=true
Type=Application
NoDisplay=true
[Desktop Entry]
Name=Vim
GenericName=Text Editor
TryExec=vim
Exec=vim %F
Terminal=true
Type=Application
Icon=gvim
NoDisplay=true
# Give us some room to configure things:
export XDG_DATA_DIRS
XDG_DATA_DIRS="/usr/share/librem5:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment