Updated xdg metadata
This commit is contained in:
parent
36e4271a5f
commit
c998792254
4 changed files with 25 additions and 24 deletions
|
|
@ -1,23 +1,23 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>org.telegram.desktop</id>
|
<id>io.github.kotatogram</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<name>Telegram Desktop</name>
|
<name>Kotatogram Desktop</name>
|
||||||
<summary>Telegram Desktop messenger</summary>
|
<summary>Kotatogram Desktop messenger</summary>
|
||||||
<description>
|
<description>
|
||||||
|
<p>Kotatogram Desktop is unofficial messaging based on Telegram Desktop.</p>
|
||||||
<p>Telegram is a popular messaging protocol with encryption and security as its key focus.</p>
|
<p>Telegram is a popular messaging protocol with encryption and security as its key focus.</p>
|
||||||
<p>Fast and secure desktop app, perfectly synced with your mobile phone.</p>
|
|
||||||
</description>
|
</description>
|
||||||
<categories>
|
<categories>
|
||||||
<category>Network</category>
|
<category>Network</category>
|
||||||
<category>InstantMessaging</category>
|
<category>InstantMessaging</category>
|
||||||
</categories>
|
</categories>
|
||||||
<update_contact>johnprestonmail_at_gmail.com</update_contact>
|
<update_contact></update_contact>
|
||||||
<developer_name>John Preston</developer_name>
|
<developer_name>RadRussianRus</developer_name>
|
||||||
<url type="homepage">https://desktop.telegram.org/</url>
|
<url type="homepage">https://kotatogram.github.io/</url>
|
||||||
<url type="bugtracker">https://github.com/telegramdesktop/tdesktop/issues</url>
|
<url type="bugtracker">https://github.com/kotatogram/kotatogram-desktop/issues</url>
|
||||||
<url type="help">https://github.com/telegramdesktop/tdesktop/issues</url>
|
<url type="help">https://github.com/kotatogram/kotatogram-desktop/issues</url>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/docs/assets/preview.png</image>
|
<image>https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/docs/assets/preview.png</image>
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
<keywords>
|
<keywords>
|
||||||
<keyword>tg</keyword>
|
<keyword>tg</keyword>
|
||||||
<keyword>telegram</keyword>
|
<keyword>telegram</keyword>
|
||||||
|
<keyword>kotatogram</keyword>
|
||||||
<keyword>tdesktop</keyword>
|
<keyword>tdesktop</keyword>
|
||||||
<keyword>messaging</keyword>
|
<keyword>messaging</keyword>
|
||||||
<keyword>messenger</keyword>
|
<keyword>messenger</keyword>
|
||||||
|
|
@ -63,6 +64,6 @@
|
||||||
<content_attribute id="money-gambling">none</content_attribute>
|
<content_attribute id="money-gambling">none</content_attribute>
|
||||||
</content_rating>
|
</content_rating>
|
||||||
<provides>
|
<provides>
|
||||||
<binary>telegram-desktop</binary>
|
<binary>kotatogram-desktop</binary>
|
||||||
</provides>
|
</provides>
|
||||||
</component>
|
</component>
|
||||||
13
lib/xdg/kotatogramdesktop.desktop
Normal file
13
lib/xdg/kotatogramdesktop.desktop
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=Kotatogram Desktop
|
||||||
|
Comment=Experimental Telegram Desktop fork
|
||||||
|
Exec=kotatogram-desktop -- %u
|
||||||
|
Icon=kotatogram
|
||||||
|
Terminal=false
|
||||||
|
StartupWMClass=KotatogramDesktop
|
||||||
|
Type=Application
|
||||||
|
Categories=Network;InstantMessaging;Qt;
|
||||||
|
MimeType=x-scheme-handler/tg;
|
||||||
|
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;kotatogram;
|
||||||
|
X-GNOME-UsesNotifications=true
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Name=Telegram Desktop
|
|
||||||
Comment=Official desktop version of Telegram messaging app
|
|
||||||
Exec=telegram-desktop -- %u
|
|
||||||
Icon=telegram
|
|
||||||
Terminal=false
|
|
||||||
StartupWMClass=TelegramDesktop
|
|
||||||
Type=Application
|
|
||||||
Categories=Network;InstantMessaging;Qt;
|
|
||||||
MimeType=x-scheme-handler/tg;
|
|
||||||
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;
|
|
||||||
X-GNOME-UsesNotifications=true
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[Protocol]
|
[Protocol]
|
||||||
exec=/usr/bin/telegram-desktop -- %u
|
exec=/usr/bin/kotatogram-desktop -- %u
|
||||||
protocol=tg
|
protocol=tg
|
||||||
input=none
|
input=none
|
||||||
output=none
|
output=none
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue