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:24:07 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2023-01-22 08:24:07 +0300
commit595be3c23240664bf4a05bc155d05bb0a5a61cb6 (patch)
treedbcf7724362631acb1d1eb55d2825df4c899a71d /data
parentcb8898be8beb2b85b1fea6d68ae9756b287b2705 (diff)
Rename mime file
Only files prefixed with the app ID are exported by flatpak.
Diffstat (limited to 'data')
-rw-r--r--data/desktop/CMakeLists.txt2
-rw-r--r--data/desktop/org.remmina.Remmina-mime.xml (renamed from data/desktop/remmina-mime.xml)0
2 files changed, 1 insertions, 1 deletions
diff --git a/data/desktop/CMakeLists.txt b/data/desktop/CMakeLists.txt
index 95b371f9f..f62f684cb 100644
--- a/data/desktop/CMakeLists.txt
+++ b/data/desktop/CMakeLists.txt
@@ -181,7 +181,7 @@ set( SHARED_MIME_INFO_MINIMUM_VERSION "0.30" )
set( XDG_MIME_INSTALL_DIR "${REMMINA_DATADIR}/mime/packages" )
find_package( SharedMimeInfo )
if( SHARED_MIME_INFO_FOUND )
- install( FILES remmina-mime.xml DESTINATION ${XDG_MIME_INSTALL_DIR} )
+ install( FILES org.remmina.Remmina-mime.xml DESTINATION ${XDG_MIME_INSTALL_DIR} )
update_xdg_mimetypes( ${XDG_MIME_INSTALL_DIR} )
endif()
if(WITH_ICON_CACHE)
diff --git a/data/desktop/remmina-mime.xml b/data/desktop/org.remmina.Remmina-mime.xml
index 0d219cdc9..0d219cdc9 100644
--- a/data/desktop/remmina-mime.xml
+++ b/data/desktop/org.remmina.Remmina-mime.xml