Skip to content

Commit

Permalink
CMake: fix double dekstop file installed in autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Apr 11, 2024
1 parent fce099e commit 1445414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autostart/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file(GLOB DESKTOP_FILES_IN *.desktop.in)
set(DESKTOP_FILES lxqt-panel.desktop.in)

# Translations **********************************
lxqt_translate_desktop(DESKTOP_FILES
Expand Down
2 changes: 1 addition & 1 deletion autostart/lxqt-panel_wayland.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Type=Application
TryExec=lxqt-panel

# NOTE: KWin wants absolute path here, make sure it's correct
# NOTE: KWin wants absolute path here, get it from CMake install path
Exec=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/lxqt-panel

# NOTE: adding KDE to make it work under Plasma Wayland session
Expand Down

0 comments on commit 1445414

Please sign in to comment.