Skip to content

Commit

Permalink
Release 1.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Jun 1, 2017
1 parent f2ad418 commit 360933c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
40 changes: 39 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@
commit 4bee8f3bff018a5ed7a64f1ccd0a08b67c560409
commit 185b90c7565249a386175925449d81f03093b37f
Author: Mike FABIAN <mfabian@redhat.com>
Date: Thu Jun 1 13:11:04 2017 +0200

Release 1.9.17

commit f2ad418163efbe78d8e1ef98d8b2389499e32f3e
Author: Mike FABIAN <mfabian@redhat.com>
Date: Thu Jun 1 13:17:13 2017 +0200

Update translations from zanata

commit 2d26e15cb828a94e4e26512626c4b783cdc9680a
Author: Mike FABIAN <mfabian@redhat.com>
Date: Thu Jun 1 13:08:29 2017 +0200

Load .desktop file for ibus-setup-table correctly under Gnome Wayland

commit 4cf3f6d8490392de28c7fdc311d8e4e782dcd0b7
Author: Mike FABIAN <mfabian@redhat.com>
Date: Thu Feb 23 05:11:25 2017 +0100

Set WM_CLASS of ibus-setup-table correctly

This is needed to get the application name and icon shown correctly by
gnome-shell in the top bar.

gnome-shell seems to use the first argument of set_wmclass() to find
the .desktop file. If the .desktop file can be found, the name shown
by gnome-shell in the top bar comes from that .desktop file and the
icon to show is also read from that .desktop file. If the .desktop
file cannot be found, the second argument of set_wmclass() is shown by
gnome-shell in the top bar.

Therefore, for ibus-setup-typing-table we need:

set_wmclass('ibus-setup-table', 'IBus Table Setup')

commit 02f1b980582e784c22cf41915e28b706d09000e9
Author: Mike FABIAN <mfabian@redhat.com>
Date: Mon Jan 16 14:46:57 2017 +0100

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ m4_define([package_name], [ibus-table])
m4_define([ibus_released], [1])
m4_define([ibus_major_version], [1])
m4_define([ibus_minor_version], [9])
m4_define([ibus_micro_version], [16])
m4_define([ibus_micro_version], [17])
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test ]ibus_released[ != 1; then date +.%Y%m%d | tr -d '\n\r'; fi]))

Expand Down
14 changes: 13 additions & 1 deletion ibus-table.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
<url type="bugtracker">https://github.com/kaio/ibus-table/issues</url>
<url type="help">https://kaio.github.io/ibus-table/documentation.html</url>
<releases>
<release version="1.9.17" date="2017-06-01" urgency="medium">
<description>
<ul>
<li>
Load .desktop file for ibus-setup-table correctly under
Gnome Wayland
</li>
<li>
Set WM_CLASS of ibus-setup-table correctly
</li>
</ul>
</description>
</release>
<release version="1.9.16" date="2017-01-17" urgency="medium">
<description>
<ul>
Expand Down Expand Up @@ -66,7 +79,6 @@
</ul>
</description>
</release>
</releases>
<release version="1.9.13" date="2016-08-23" urgency="medium">
<description>
<ul>
Expand Down

0 comments on commit 360933c

Please sign in to comment.