-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit integrates ``hamster-gtk`` as a integrated GNOME application. In order to do so, a dedicated ``application__id`` is assigned (which allows ``Gtk.Application`` to manage instance uniqueness). Furthermore we now provide a ``*.desktop`` file with basic metadata that is used to 'register' the app with GNOME. To make this process as easy as possible, we also provide a new make tarket ``register-gtk`` which uses the ``desktop-file-install`` helper tool to handle copying the desktop file to the appropiate location. On top of those changes this commit also makes sure that ``make install`` will build a ``gresources`` file beforehand. Closes: #197 Closes: #199
- Loading branch information
1 parent
0f2c9e0
commit 6b5d106
Showing
5 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Desktop Entry] | ||
Name=hamster-gtk | ||
Exec=hamster-gtk | ||
Type=Application | ||
Terminal=false | ||
Encoding=UTF-8 | ||
Categories=GTK;GNOME;Utility; | ||
Version=1.0 |