Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2023-01-22 08:20:50 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2023-01-22 08:20:50 +0300
commitcb8898be8beb2b85b1fea6d68ae9756b287b2705 (patch)
tree9533df8e06551484985afd11ccf6e51875bf29f6 /data
parent3807bd48927be6d04a6342bfa7f19e7cb19fa798 (diff)
Use generic-icon in mime file
Since icons were standardized in shared-mime-info spec version 0.16, only generic-icon is recognized in the system database, where this file is installed by distribution packages. This fixes the use of the mime-type icon on recent GNOME versions.
Diffstat (limited to 'data')
-rw-r--r--data/desktop/remmina-mime.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/desktop/remmina-mime.xml b/data/desktop/remmina-mime.xml
index b47a90582..0d219cdc9 100644
--- a/data/desktop/remmina-mime.xml
+++ b/data/desktop/remmina-mime.xml
@@ -7,6 +7,6 @@
<glob pattern="*.rdp"/>
<glob pattern="*.rdpx"/>
<glob pattern="*.RDP"/>
- <icon name="org.remmina.Remmina"/>
+ <generic-icon name="org.remmina.Remmina"/>
</mime-type>
</mime-info>