[refactor] change app id to com.frac-tion.teleport
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Teleport
|
||||
Exec=teleportapp
|
||||
Icon=org.gtk.teleportapp
|
||||
Icon=com.frac-tion.teleport
|
||||
Type=Application
|
||||
Categories=GTK;GNOME;Utility;
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema path="/org/gtk/teleportapp/" id="org.gtk.teleportapp">
|
||||
<schema path="/com/frac-tion/teleport/" id="com.frac-tion.teleport">
|
||||
<key name="font" type="s">
|
||||
<default>'Monospace 12'</default>
|
||||
<summary>Font</summary>
|
||||
@@ -1,4 +1,4 @@
|
||||
desktop = 'org.gtk.teleportapp.desktop'
|
||||
desktop = 'com.frac-tion.teleport.desktop'
|
||||
|
||||
i18n.merge_file(
|
||||
desktop,
|
||||
@@ -24,7 +24,7 @@ i18n.merge_file(
|
||||
#)
|
||||
|
||||
install_data(
|
||||
'org.gtk.teleportapp.gschema.xml',
|
||||
'com.frac-tion.teleport.gschema.xml',
|
||||
install_dir: teleportapp_schemadir
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/org/gtk/teleportapp">
|
||||
<gresource prefix="/com/frac-tion/teleport">
|
||||
<file preprocess="xml-stripblanks">window.ui</file>
|
||||
<file preprocess="xml-stripblanks">settings.ui</file>
|
||||
<file preprocess="xml-stripblanks">remote_list.ui</file>
|
||||
|
||||
Reference in New Issue
Block a user