1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-14 19:12:11 +01:00

KNotifications - Install falkon.notifyrc

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2024-10-02 09:28:22 +02:00
parent 529189d42c
commit fbf6537ce6
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B
2 changed files with 35 additions and 3 deletions

View File

@ -4,7 +4,37 @@ Name=Falkon
Comment=Falkon Web Browser
DesktopEntry=falkon.desktop
[Event/newmail]
Name=New E-Mail
Comment=You have got a new email
[Event/General]
Name=General
Comment=General information
Action=Popup
[Event/Web]
Name=Web
Comment=Notifications from web sites
Action=Popup
[Event/DownloadFinished]
Name=Download Finished
Comment=All downloads are finished
Action=Sound|Popup
[Event/UpdateAvailable]
Name=Update Available
Comment=New Falkon version is available
Action=Popup
[Event/OcsSupport]
Name=Plugin installer
Comment=Information from online plugin installer
Action=Sound|Popup
[Event/Plugins]
Name=Plugins
Comment=General notifications from plugins
Action=Popup
[Event/Preview]
Name=Preview
Comment=Dummy entry for preview functionality
Action=Popup

View File

@ -53,3 +53,5 @@ if (UNIX AND NOT APPLE)
install(FILES ../../linux/appdata/org.kde.falkon.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
endif()
# Install general files
install( FILES ${CMAKE_SOURCE_DIR}/common/falkon.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR} )