From c44e4544ca2f694a5b05eb878d0de1bc94e91b0e Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 3 Nov 2020 16:57:28 +0100 Subject: [PATCH] Add temporary icon --- CMakeLists.txt | 2 +- neochat.svg | 23 +++++++++++++++++++++++ org.kde.neochat.desktop | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 neochat.svg diff --git a/CMakeLists.txt b/CMakeLists.txt index 465e8d8d4..bc4e7cff7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ find_package(cmark REQUIRED) install(PROGRAMS org.kde.neochat.desktop DESTINATION ${KDE_INSTALL_APPDIR}) install(FILES org.kde.neochat.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) -#install(FILES neochat.svg DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/hicolor/scalable/apps) +install(FILES neochat.svg DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/hicolor/scalable/apps) install(FILES neochat.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR}) # add_definitions(-DQT_NO_KEYWORDS) Need to fix libQuotient first diff --git a/neochat.svg b/neochat.svg new file mode 100644 index 000000000..04aa4c2f8 --- /dev/null +++ b/neochat.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.kde.neochat.desktop b/org.kde.neochat.desktop index ecc3cc566..c6ed89757 100644 --- a/org.kde.neochat.desktop +++ b/org.kde.neochat.desktop @@ -15,6 +15,6 @@ GenericName[x-test]=xxMatrix Clientxx Comment=Client for the Matrix protocol Exec=neochat Terminal=false -Icon=org.kde.neochat +Icon=neochat Type=Application Categories=Network;InstantMessaging;