Use rDNS file name for desktop icon

To match the desktop file name as used by other modern apps
This commit is contained in:
AsciiWolf
2025-09-05 14:38:26 +02:00
parent 1a8ab3a3cc
commit 5ab7ce4067
6 changed files with 5 additions and 5 deletions

View File

@@ -269,7 +269,7 @@ install(FILES dk.gqrx.gqrx.desktop DESTINATION share/applications)
install(FILES dk.gqrx.gqrx.appdata.xml DESTINATION share/metainfo) install(FILES dk.gqrx.gqrx.appdata.xml DESTINATION share/metainfo)
# Install icon # Install icon
install(FILES resources/icons/gqrx.svg DESTINATION share/icons/hicolor/scalable/apps) install(FILES resources/icons/dk.gqrx.gqrx.svg DESTINATION share/icons/hicolor/scalable/apps)
# Add subdirectories # Add subdirectories
add_subdirectory(src) add_subdirectory(src)

View File

@@ -26,7 +26,7 @@ APP="$PREFIX/bin/gqrx"
# No need to tweak below unless you move files on the actual project # No need to tweak below unless you move files on the actual project
DESKTOP="dk.gqrx.gqrx.desktop" DESKTOP="dk.gqrx.gqrx.desktop"
ICON="resources/icons/gqrx.svg" ICON="resources/icons/dk.gqrx.gqrx.svg"
# clean log space # clean log space
echo "===================================================================" echo "==================================================================="

View File

@@ -15,6 +15,6 @@ GenericName[zh_CN]=软件无线电
Comment[zh_CN]=使用 GNU Radio 和 Qt GUI 实现的软件无线电接收器 Comment[zh_CN]=使用 GNU Radio 和 Qt GUI 实现的软件无线电接收器
Exec=gqrx Exec=gqrx
Terminal=false Terminal=false
Icon=gqrx Icon=dk.gqrx.gqrx
Categories=AudioVideo;Audio;Qt;HamRadio; Categories=AudioVideo;Audio;Qt;HamRadio;
Keywords=SDR;Radio;HAM; Keywords=SDR;Radio;HAM;

View File

@@ -10,7 +10,7 @@
<file>icons/folder.svg</file> <file>icons/folder.svg</file>
<file>icons/fullscreen.svg</file> <file>icons/fullscreen.svg</file>
<file>icons/floppy.svg</file> <file>icons/floppy.svg</file>
<file>icons/gqrx.svg</file> <file>icons/dk.gqrx.gqrx.svg</file>
<file>icons/help.svg</file> <file>icons/help.svg</file>
<file>icons/info.svg</file> <file>icons/info.svg</file>
<file>icons/play.svg</file> <file>icons/play.svg</file>

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -15,7 +15,7 @@
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources/icons.qrc"> <iconset resource="../../../resources/icons.qrc">
<normaloff>:/icons/icons/gqrx.svg</normaloff>:/icons/icons/gqrx.svg</iconset> <normaloff>:/icons/icons/dk.gqrx.gqrx.svg</normaloff>:/icons/icons/dk.gqrx.gqrx.svg</iconset>
</property> </property>
<property name="dockOptions"> <property name="dockOptions">
<set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set> <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>