mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-02-04 13:55:27 +00:00
example/hyprland.desktop: install with full path in Exec
This commit is contained in:
@ -575,6 +575,11 @@ install(
|
||||
\"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_BINDIR}/hyprland\" \
|
||||
)")
|
||||
# session file
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/example/hyprland.desktop.in
|
||||
${CMAKE_SOURCE_DIR}/example/hyprland.desktop
|
||||
@ONLY
|
||||
)
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/example/hyprland.desktop
|
||||
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/wayland-sessions)
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Hyprland
|
||||
Comment=An intelligent dynamic tiling Wayland compositor
|
||||
Exec=start-hyprland
|
||||
Exec=@CMAKE_INSTALL_BINDIR@/start-hyprland
|
||||
Type=Application
|
||||
DesktopNames=Hyprland
|
||||
Keywords=tiling;wayland;compositor;
|
||||
@ -97,7 +97,7 @@ in
|
||||
../systemd
|
||||
../VERSION
|
||||
(fs.fileFilter (file: file.hasExt "1") ../docs)
|
||||
(fs.fileFilter (file: file.hasExt "conf" || file.hasExt "desktop") ../example)
|
||||
(fs.fileFilter (file: file.hasExt "conf" || file.hasExt "in") ../example)
|
||||
(fs.fileFilter (file: file.hasExt "sh") ../scripts)
|
||||
(fs.fileFilter (file: file.name == "CMakeLists.txt") ../.)
|
||||
(optional withTests [../tests ../hyprtester])
|
||||
|
||||
Reference in New Issue
Block a user