Skip to content

Commit

Permalink
Switch session files, leave magpie session in the code for a future r…
Browse files Browse the repository at this point in the history
…elease. (#661)
  • Loading branch information
fossfreedom authored Jan 25, 2025
1 parent b462ad1 commit b015e58
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
8 changes: 0 additions & 8 deletions src/session/budgie-desktop-labwc.desktop.in.in

This file was deleted.

8 changes: 8 additions & 0 deletions src/session/budgie-desktop-magpie.desktop.in.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
_Name=Budgie Desktop (magpie)
_Comment=This session logs you into the Budgie Desktop using magpie as the window manager
Exec=@prefix@/bin/magpie-wm -s /usr/bin/budgie-desktop
TryExec=@prefix@/bin/magpie-wm
Icon=
Type=Application
DesktopNames=Budgie
6 changes: 3 additions & 3 deletions src/session/budgie-desktop.desktop.in.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Desktop Entry]
_Name=Budgie Desktop
_Comment=This session logs you into the Budgie Desktop
Exec=@prefix@/bin/magpie-wm -s /usr/bin/budgie-desktop
TryExec=@prefix@/bin/magpie-wm
_Comment=This session logs you into the Budgie Desktop using labwc as the window manager
Exec=@prefix@/bin/labwc -S /usr/bin/budgie-desktop
TryExec=@prefix@/bin/labwc
Icon=
Type=Application
DesktopNames=Budgie
26 changes: 13 additions & 13 deletions src/session/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ custom_target('desktop-file-waylandsession',
install_dir : join_paths(datadir, 'wayland-sessions'),
)

# Configure the labwc wayland-session file
waylandlabwcsession_conf = configure_file(
input: 'budgie-desktop-labwc.desktop.in.in',
output: 'budgie-desktop-labwc.desktop.in',
configuration: session_data,
)
# Configure the magpie wayland-session file
#waylandmagpiesession_conf = configure_file(
# input: 'budgie-desktop-magpie.desktop.in.in',
# output: 'budgie-desktop-magpie.desktop.in',
# configuration: session_data,
#)

# Now merge the translations of the .desktop.in to a .desktop
custom_target('desktop-file-waylandlabwcsession',
input : waylandlabwcsession_conf,
output : 'budgie-desktop-labwc.desktop',
command : [intltool, '--desktop-style', podir, '@INPUT@', '@OUTPUT@'],
install : true,
install_dir : join_paths(datadir, 'wayland-sessions'),
)
#custom_target('desktop-file-waylandmagpiesession',
# input : waylandmagpiesession_conf,
# output : 'budgie-desktop-magpie.desktop',
# command : [intltool, '--desktop-style', podir, '@INPUT@', '@OUTPUT@'],
# install : true,
# install_dir : join_paths(datadir, 'wayland-sessions'),
#)

# Merge + install nm-applet
custom_target('desktop-file-nm-applet',
Expand Down

0 comments on commit b015e58

Please sign in to comment.