Skip to content

Commit

Permalink
Hide lxqt-panel application from applications menu
Browse files Browse the repository at this point in the history
- Add NoDisplay=true to .desktop file

CMake: rename autostart desktop variable
  • Loading branch information
gfgit committed Jul 12, 2024
1 parent dd5fdfa commit ad5cf4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autostart/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(DESKTOP_FILES lxqt-panel.desktop.in)
set(AUTOSTART_DESKTOP_FILES_IN lxqt-panel.desktop.in)

# Translations **********************************
lxqt_translate_desktop(DESKTOP_FILES
SOURCES
${DESKTOP_FILES_IN}
${AUTOSTART_DESKTOP_FILES_IN}
USE_YAML
)
add_custom_target(lxqt_panel_autostart_desktop_files ALL DEPENDS ${DESKTOP_FILES})
Expand Down
1 change: 1 addition & 0 deletions autostart/lxqt-panel_wayland.desktop.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Desktop Entry]
Type=Application
TryExec=lxqt-panel
NoDisplay=true

# NOTE: KWin wants absolute path here, get it from CMake install path
Exec=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/lxqt-panel
Expand Down

0 comments on commit ad5cf4a

Please sign in to comment.