Skip to content

Commit

Permalink
Merge #1291
Browse files Browse the repository at this point in the history
1291: Add "Mir Shell" to the greeter r=wmww a=AlanGriffiths



Co-authored-by: Alan Griffiths <[email protected]>
  • Loading branch information
bors[bot] and AlanGriffiths committed Feb 19, 2020
1 parent c65b9ea commit 034af91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions debian/mir-demos.install
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ usr/bin/miral-kiosk
usr/bin/miral-app
usr/bin/miral-system-compositor
usr/share/applications/miral-shell.desktop
usr/share/wayland-sessions/miral-shell.desktop
usr/share/icons/hicolor/scalable/apps/ubuntu-logo.svg
4 changes: 4 additions & 0 deletions examples/miral-shell/desktop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/miral-shell.desktop
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications
)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/miral-shell.desktop
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/wayland-sessions
)

install(FILES ${ICON_NAME}.svg
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps
)
4 changes: 2 additions & 2 deletions examples/miral-shell/desktop/miral-shell.desktop.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Desktop Entry]
Version=1.0
Name=Miral Shell
Name=Mir Shell
GenericName=Mir Shell
Comment=A Mir Shell
Comment=Mir Shell: "miral-shell" Demo
Keywords=Mir;Server;Shell
Type=Application
Icon=@ICON_NAME@
Expand Down

0 comments on commit 034af91

Please sign in to comment.