Use "org.gnome.Geary" for the app ID. Bug 766196.
This commit is contained in:
parent
2e5fe9ea86
commit
4b5b2ee6e1
9 changed files with 36 additions and 30 deletions
|
|
@ -1,17 +1,17 @@
|
|||
#
|
||||
# Build and install geary.desktop
|
||||
# Build and install org.gnome.Geary.desktop
|
||||
#
|
||||
|
||||
include (FindIntltool)
|
||||
include (FindDesktopFileValidate)
|
||||
if (INTLTOOL_MERGE_FOUND)
|
||||
INTLTOOL_MERGE_APPDATA (geary.appdata.xml po)
|
||||
INTLTOOL_MERGE_DESKTOP (geary.desktop po)
|
||||
INTLTOOL_MERGE_APPDATA (org.gnome.Geary.appdata.xml po)
|
||||
INTLTOOL_MERGE_DESKTOP (org.gnome.Geary.desktop po)
|
||||
INTLTOOL_MERGE_AUTOSTART_DESKTOP (geary-autostart.desktop po)
|
||||
|
||||
if (DESKTOP_VALIDATE)
|
||||
if (DESKTOP_FILE_VALIDATE_FOUND)
|
||||
VALIDATE_DESKTOP_FILE (geary.desktop)
|
||||
VALIDATE_DESKTOP_FILE (org.gnome.Geary.desktop)
|
||||
VALIDATE_DESKTOP_FILE (geary-autostart.desktop)
|
||||
else (DESKTOP_FILE_VALIDATE_FOUND)
|
||||
message (FATAL_ERROR "desktop-file-validate must be installed to validate generated .desktop file")
|
||||
|
|
@ -22,7 +22,7 @@ else (INTLTOOL_MERGE_FOUND)
|
|||
endif (INTLTOOL_MERGE_FOUND)
|
||||
|
||||
# Optional: run update-desktop-database at install time.
|
||||
# (This has to happen after the geary.desktop file is installed.)
|
||||
# (This has to happen after the org.gnome.Geary.desktop file is installed.)
|
||||
if (DESKTOP_UPDATE)
|
||||
install(
|
||||
CODE
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<!-- Copyright 2016 Software Freedom Conservancy Inc. -->
|
||||
<!-- Copyright 2016 Michael Gratton <mike@vee.net> -->
|
||||
<component type="desktop">
|
||||
<id>geary.desktop</id>
|
||||
<id>org.gnome.Geary.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>LGPL-2.1+</project_license>
|
||||
<_name>Geary</_name>
|
||||
|
|
@ -14,6 +14,7 @@ Categories=GNOME;GTK;Network;Email;
|
|||
MimeType=x-scheme-handler/mailto;
|
||||
StartupNotify=true
|
||||
Actions=Compose;
|
||||
DBusActivatable=true
|
||||
|
||||
[Desktop Action Compose]
|
||||
_Name=Compose Message
|
||||
|
|
@ -1,67 +1,67 @@
|
|||
<schemalist>
|
||||
|
||||
<schema id="org.yorba.geary" path="/org/yorba/geary/">
|
||||
|
||||
<schema id="org.gnome.Geary" path="/org/gnome/Geary/">
|
||||
|
||||
<key name="window-maximize" type="b">
|
||||
<default>false</default>
|
||||
<summary>maximize window</summary>
|
||||
<description>True if library application is maximized, false otherwise.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="window-width" type="i">
|
||||
<default>1024</default>
|
||||
<summary>width of window</summary>
|
||||
<description>The last recorded width of the application window.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="window-height" type="i">
|
||||
<default>768</default>
|
||||
<summary>height of window</summary>
|
||||
<description>The last recorded height of the application window.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="folder-list-pane-position" type="i">
|
||||
<default>100</default>
|
||||
<summary>position of folder list pane</summary>
|
||||
<description>Position of the folder list Paned grabber.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="folder-list-pane-position-horizontal" type="i">
|
||||
<default>-1</default>
|
||||
<summary>position of folder list pane when horizontal</summary>
|
||||
<description>Position of the folder list Paned grabber in the horizontal orientation.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="folder-list-pane-position-vertical" type="i">
|
||||
<default>200</default>
|
||||
<summary>position of folder list pane when vertical</summary>
|
||||
<description>Position of the folder list Paned grabber in the vertical orientation.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="folder-list-pane-horizontal" type="b">
|
||||
<default>true</default>
|
||||
<summary>orientation of the folder list pane</summary>
|
||||
<description>True if the folder list Paned is in the horizontal orientation.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="messages-pane-position" type="i">
|
||||
<default>250</default>
|
||||
<summary>position of message list pane</summary>
|
||||
<description>Position of the message list Paned grabber.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="autoselect" type="b">
|
||||
<default>true</default>
|
||||
<summary>autoselect next message</summary>
|
||||
<description>True if we should autoselect the next available conversation.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="display-preview" type="b">
|
||||
<default>true</default>
|
||||
<summary>display message previews</summary>
|
||||
<description>True if we should display a short preview of each message.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="spell-check" type="b">
|
||||
<default>true</default>
|
||||
<summary>enable inline spell checking</summary>
|
||||
|
|
@ -79,37 +79,43 @@
|
|||
<summary>Languages that are displayed in the spell checker popover.</summary>
|
||||
<description>List of languages that are always displayed in the popover of the spell checker.</description>
|
||||
</key>
|
||||
|
||||
<key name="play-sounds" type="b">
|
||||
<default>true</default>
|
||||
<summary>enable notification sounds</summary>
|
||||
<description>True to play sounds for notifications and sending.</description>
|
||||
</key>
|
||||
|
||||
<key name="show-notifications" type="b">
|
||||
<default>true</default>
|
||||
<summary>show notifications for new mail</summary>
|
||||
<description>True to show notification bubbles.</description>
|
||||
</key>
|
||||
|
||||
<key name="startup-notifications" type="b">
|
||||
<default>false</default>
|
||||
<summary>notify of new mail at startup</summary>
|
||||
<description>True to notify of new mail at startup.</description>
|
||||
</key>
|
||||
|
||||
<key name="ask-open-attachment" type="b">
|
||||
<default>true</default>
|
||||
<summary>ask when opening an attachment</summary>
|
||||
<description>True to ask when opening an attachment.</description>
|
||||
</key>
|
||||
|
||||
<key name="compose-as-html" type="b">
|
||||
<default>true</default>
|
||||
<summary>whether to compose emails in HTML</summary>
|
||||
<description>True to compose emails in HTML; false for plain text.</description>
|
||||
</key>
|
||||
|
||||
|
||||
<key name="search-strategy" type="s">
|
||||
<default>"conservative"</default>
|
||||
<summary>Advisory strategy for full-text searching</summary>
|
||||
<description>Acceptable values are EXACT, CONSERVATIVE, AGGRESSIVE, and HORIZON.</description>
|
||||
</key>
|
||||
|
||||
<key name="conversation-viewer-zoom" type="d">
|
||||
<default>1</default>
|
||||
<summary>zoom of conversation viewer</summary>
|
||||
Loading…
Add table
Add a link
Reference in a new issue