Merge lp:~elementary-pantheon/switchboard-plug-notifications/add-desktop into lp:~elementary-pantheon/switchboard-plug-notifications/trunk

Proposed by Danielle Foré
Status: Merged
Merged at revision: 112
Proposed branch: lp:~elementary-pantheon/switchboard-plug-notifications/add-desktop
Merge into: lp:~elementary-pantheon/switchboard-plug-notifications/trunk
Diff against target: 34 lines (+15/-1)
2 files modified
CMakeLists.txt (+3/-1)
data/pantheon-plug-notifications.desktop (+12/-0)
To merge this branch: bzr merge lp:~elementary-pantheon/switchboard-plug-notifications/add-desktop
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+259819@code.launchpad.net

Commit message

add .desktop file

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2014-11-06 15:45:18 +0000
3+++ CMakeLists.txt 2015-05-21 17:48:45 +0000
4@@ -49,9 +49,11 @@
5 # Files
6 file (GLOB resources "${CMAKE_CURRENT_SOURCE_DIR}/data/*")
7
8+install (FILES "${CMAKE_CURRENT_SOURCE_DIR}/data/pantheon-plug-notifications.desktop" DESTINATION "${CMAKE_INSTALL_FULL_DATAROOTDIR}/applications")
9+
10 # Traslation stuff
11 add_subdirectory (po)
12 # Info-plug
13 install (FILES ${resources} DESTINATION ${PKGDATADIR})
14
15-add_subdirectory(src)
16\ No newline at end of file
17+add_subdirectory(src)
18
19=== added file 'data/pantheon-plug-notifications.desktop'
20--- data/pantheon-plug-notifications.desktop 1970-01-01 00:00:00 +0000
21+++ data/pantheon-plug-notifications.desktop 2015-05-21 17:48:45 +0000
22@@ -0,0 +1,12 @@
23+[Desktop Entry]
24+Name=Notifications
25+Comment=Enable or disable notifications
26+Exec=switchboard -o personal-pantheon-notifications
27+Icon=preferences-desktop-notifications
28+Terminal=false
29+Type=Application
30+StartupNotify=true
31+Categories=X-PANTHEON-Switchboard-Plugs;
32+OnlyShowIn=Pantheon;
33+Keywords=notifications;
34+X-GNOME-Gettext-Domain=switchboard

Subscribers

People subscribed via source and target branches

to all changes: