Move to RDN-format for .desktop and gschema (org.bluesabre.mugshot), fixes asv-cid-desktopapp-is-not-rdns

This commit is contained in:
Sean Davis 2020-07-30 07:45:31 -04:00
parent dbaac31630
commit fcf3e949ed
41 changed files with 75 additions and 75 deletions

View File

@ -1,4 +1,4 @@
include AUTHORS COPYING mugshot.1 mugshot.desktop.in README include AUTHORS COPYING mugshot.1 org.bluesabre.Mugshot.desktop.in README.md
include bin/* include bin/*
recursive-include data *.svg *.ui *.xml recursive-include data *.svg *.ui *.xml
recursive-include mugshot *.py recursive-include mugshot *.py

View File

@ -47,9 +47,9 @@ Please refer to the [Mugshot Wiki](https://github.com/bluesabre/mugshot/wiki/Ins
## Troubleshooting ## Troubleshooting
If you see the following error: If you see the following error:
(mugshot:22748): GLib-GIO-ERROR **: Settings schema 'apps.mugshot' is not installed (mugshot:22748): GLib-GIO-ERROR **: Settings schema 'org.bluesabre.mugshot' is not installed
Be sure to copy data/glib-2.0/schemas/apps.mugshot.gschema.xml to either: Be sure to copy data/glib-2.0/schemas/org.bluesabre.mugshot.gschema.xml to either:
- /usr/share/glib-2.0/schemas, or - /usr/share/glib-2.0/schemas, or
- /usr/local/share/glib-2.0/schemas - /usr/local/share/glib-2.0/schemas

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mugshot"> <schemalist gettext-domain="mugshot">
<schema id="apps.mugshot" path="/apps/mugshot/"> <schema id="org.bluesabre.mugshot" path="/org/bluesabre/mugshot/">
<key name="initials" type="s"> <key name="initials" type="s">
<default>''</default> <default>''</default>
<summary>Initials</summary> <summary>Initials</summary>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2019 Sean Davis <sean@bluesabre.org> --> <!-- Copyright 2014-2019 Sean Davis <sean@bluesabre.org> -->
<component type="desktop"> <component type="desktop">
<id>mugshot.desktop</id> <id>org.bluesabre.Mugshot.desktop</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>Mugshot</name> <name>Mugshot</name>

View File

@ -66,7 +66,7 @@ class Window(Gtk.Window):
self.CameraDialog = None # class self.CameraDialog = None # class
self.camera_dialog = None # instance self.camera_dialog = None # instance
self.settings = Gio.Settings.new("apps.mugshot") self.settings = Gio.Settings.new("org.bluesabre.mugshot")
self.settings.connect('changed', self.on_preferences_changed) self.settings.connect('changed', self.on_preferences_changed)
self.tmpfile = None self.tmpfile = None

View File

@ -14,7 +14,7 @@
### END LICENSE ### END LICENSE
# Desktop File # Desktop File
mugshot.desktop.in org.bluesabre.Mugshot.desktop.in
# Glade Files # Glade Files
[type: gettext/glade]data/ui/CameraMugshotDialog.ui [type: gettext/glade]data/ui/CameraMugshotDialog.ui

View File

@ -18,11 +18,11 @@ msgstr ""
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Пра мяне" msgstr "Пра мяне"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Наладзіць выяву профіля і кантактныя звесткі" msgstr "Наладзіць выяву профіля і кантактныя звесткі"

View File

@ -22,11 +22,11 @@ msgstr ""
"Language: ca\n" "Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Quant a mi" msgstr "Quant a mi"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configureu la imatge del perfil i les dades de contacte" msgstr "Configureu la imatge del perfil i les dades de contacte"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Quant a mi" msgstr "Quant a mi"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configureu l'imatge del perfil i les dades de contacte" msgstr "Configureu l'imatge del perfil i les dades de contacte"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "O mně" msgstr "O mně"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Nastavte si svůj profilový snímek i všechny kontaktní údaje" msgstr "Nastavte si svůj profilový snímek i všechny kontaktní údaje"

View File

@ -22,11 +22,11 @@ msgstr ""
"Language: da\n" "Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Om mig" msgstr "Om mig"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Konfigurer dit profilbillede og kontaktdetaljer" msgstr "Konfigurer dit profilbillede og kontaktdetaljer"

View File

@ -22,11 +22,11 @@ msgstr ""
"Language: de\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Persönliche Informationen" msgstr "Persönliche Informationen"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Profilbild und Kontaktdetails konfigurieren" msgstr "Profilbild und Kontaktdetails konfigurieren"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Σχετικά Με Εμένα" msgstr "Σχετικά Με Εμένα"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Διαμορφώστε την εικόνα προφίλ και τις λεπτομέρειες επαφής σας" msgstr "Διαμορφώστε την εικόνα προφίλ και τις λεπτομέρειες επαφής σας"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "About Me" msgstr "About Me"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configure your profile image and contact details" msgstr "Configure your profile image and contact details"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Pri mi" msgstr "Pri mi"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "" msgstr ""

View File

@ -22,11 +22,11 @@ msgstr ""
"Language: es\n" "Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Acerca de mí" msgstr "Acerca de mí"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configure su imagen de perfil y los datos de contacto" msgstr "Configure su imagen de perfil y los datos de contacto"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Niri buruz" msgstr "Niri buruz"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "" msgstr ""

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Omat tiedot" msgstr "Omat tiedot"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Muuta profiilikuvaasi ja yhteystietojasi" msgstr "Muuta profiilikuvaasi ja yhteystietojasi"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "À mon sujet" msgstr "À mon sujet"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configurer les informations de contact et la photo de votre profil" msgstr "Configurer les informations de contact et la photo de votre profil"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Acerca de min" msgstr "Acerca de min"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configure a imaxe do seu perfil e a información de contacto" msgstr "Configure a imaxe do seu perfil e a información de contacto"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "" msgstr ""
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Konfigurirajte sliku profila i pojedinosti kontakta" msgstr "Konfigurirajte sliku profila i pojedinosti kontakta"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Um mig" msgstr "Um mig"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "" msgstr ""

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Informazioni personali" msgstr "Informazioni personali"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configura l'immagine del profilo e i dettagli del contatto" msgstr "Configura l'immagine del profilo e i dettagli del contatto"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "個人情報" msgstr "個人情報"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "プロファイルの画像と連絡先の詳細を設定" msgstr "プロファイルの画像と連絡先の詳細を設定"

View File

@ -22,11 +22,11 @@ msgstr ""
"Language: lt\n" "Language: lt\n"
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Apie mane" msgstr "Apie mane"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Konfigūruokite savo profilį bei kontaktinius duomenis" msgstr "Konfigūruokite savo profilį bei kontaktinius duomenis"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-28 14:46-0400\n" "POT-Creation-Date: 2020-07-30 07:40-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,11 +17,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "" msgstr ""
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "" msgstr ""

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Om meg" msgstr "Om meg"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Endre ditt profilbilde og kontakt-detaljer" msgstr "Endre ditt profilbilde og kontakt-detaljer"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Over mij" msgstr "Over mij"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Stel uw profielafbeelding en contactdetails in" msgstr "Stel uw profielafbeelding en contactdetails in"

View File

@ -18,11 +18,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Informacje o użytkowniku" msgstr "Informacje o użytkowniku"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Konfiguruje obraz użytkownika i szczegóły kontaktu" msgstr "Konfiguruje obraz użytkownika i szczegóły kontaktu"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Sobre Mim" msgstr "Sobre Mim"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configure a sua imagem de perfil e detalhes de contato" msgstr "Configure a sua imagem de perfil e detalhes de contato"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Sobre Mim" msgstr "Sobre Mim"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configure sua imagem de perfil e dados da conta" msgstr "Configure sua imagem de perfil e dados da conta"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Despre mine" msgstr "Despre mine"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Configurați imaginea de profil și detaliile de contact" msgstr "Configurați imaginea de profil și detaliile de contact"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Обо мне" msgstr "Обо мне"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Настроить изображение профиля и контактную информацию" msgstr "Настроить изображение профиля и контактную информацию"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "O mne" msgstr "O mne"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Upravte si svoj profilový obrázok a kontaktné informácie" msgstr "Upravte si svoj profilový obrázok a kontaktné informácie"

View File

@ -17,11 +17,11 @@ msgstr ""
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n" "X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "O meni" msgstr "O meni"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Nastavite svojo sliko profila in podrobnosti stika" msgstr "Nastavite svojo sliko profila in podrobnosti stika"

View File

@ -22,11 +22,11 @@ msgstr ""
"Language: sr\n" "Language: sr\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "О мени" msgstr "О мени"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Подесите своју слику и податке о налогу" msgstr "Подесите своју слику и податке о налогу"

View File

@ -21,11 +21,11 @@ msgstr ""
"X-Generator: Launchpad (build 18968)\n" "X-Generator: Launchpad (build 18968)\n"
"Language: sv\n" "Language: sv\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Om mig" msgstr "Om mig"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Ställ in din profilbild och kontaktuppgifter" msgstr "Ställ in din profilbild och kontaktuppgifter"

View File

@ -21,11 +21,11 @@ msgstr ""
"Language: tr\n" "Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "Hakkımda" msgstr "Hakkımda"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "Profil resminizi ve iletişim bilgilerinizi yapılandırın" msgstr "Profil resminizi ve iletişim bilgilerinizi yapılandırın"

View File

@ -22,11 +22,11 @@ msgstr ""
"Language: zh_CN\n" "Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: ../mugshot.desktop.in.h:1 #: ../org.bluesabre.Mugshot.desktop.in.h:1
msgid "About Me" msgid "About Me"
msgstr "关于我" msgstr "关于我"
#: ../mugshot.desktop.in.h:2 #: ../org.bluesabre.Mugshot.desktop.in.h:2
msgid "Configure your profile image and contact details" msgid "Configure your profile image and contact details"
msgstr "设置您的头像和详细联系信息" msgstr "设置您的头像和详细联系信息"

View File

@ -93,7 +93,7 @@ def get_desktop_file(root, target_data):
"""Move the desktop file to its installation prefix.""" """Move the desktop file to its installation prefix."""
desktop_path = os.path.realpath(os.path.join(root, target_data, 'share', desktop_path = os.path.realpath(os.path.join(root, target_data, 'share',
'applications')) 'applications'))
desktop_file = os.path.join(desktop_path, 'mugshot.desktop') desktop_file = os.path.join(desktop_path, 'org.bluesabre.Mugshot.desktop')
return desktop_file return desktop_file