Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(126)

Issue 5320066: Fixed fallback icons. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by fujiwara
Modified:
12 years, 6 months ago
Reviewers:
shawn.p.huang
CC:
shawn.p.huang_gmail.com
Base URL:
git@github.com:ibus/ibus.git@master
Visibility:
Public.

Description

Fixed fallback icons. 1. Set 'ibus-keyboard' icon for IME off in non-GNOME theme. People would think the application icon for non-GNONE classic desktop. The themed icon is applied for GNOME icon theme only. 2. Set gtk-fallback-icon-theme as 'gnome' ibus gtk panel needs gtk stock icons but some desktop does not load GNOME icon theme. I assigned 'gnome' for gtk-fallback-icon-theme if it's none. 3. Use 'gtk-dialog-info' if 'gtk-info' is not found. It seems the latest gtk2 does not have 'gtk-info' icon via pygtk2. BUG=RH#711632 TEST=Linux desktop

Patch Set 1 #

Total comments: 2

Patch Set 2 : Revised panel.py with the review. #

Total comments: 2

Patch Set 3 : Revised _config.py.in with the review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M ibus/_config.py.in View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M ui/gtk/main.py View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gtk/panel.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
fujiwara
12 years, 6 months ago (2011-11-02 05:41:43 UTC) #1
Peng
http://codereview.appspot.com/5320066/diff/1/ibus/_config.py.in File ibus/_config.py.in (right): http://codereview.appspot.com/5320066/diff/1/ibus/_config.py.in#newcode52 ibus/_config.py.in:52: icon = fallback_icon I don't understand why need this? ...
12 years, 6 months ago (2011-11-02 06:45:49 UTC) #2
fujiwara
On 2011/11/02 06:45:49, Peng wrote: > http://codereview.appspot.com/5320066/diff/1/ibus/_config.py.in > File ibus/_config.py.in (right): > > http://codereview.appspot.com/5320066/diff/1/ibus/_config.py.in#newcode52 > ...
12 years, 6 months ago (2011-11-02 07:13:24 UTC) #3
fujiwara
On 2011/11/02 07:13:24, fujiwara wrote: > On 2011/11/02 06:45:49, Peng wrote: > > http://codereview.appspot.com/5320066/diff/1/ui/gtk/panel.py > ...
12 years, 6 months ago (2011-11-03 07:48:53 UTC) #4
Peng
http://codereview.appspot.com/5320066/diff/6001/ibus/_config.py.in File ibus/_config.py.in (right): http://codereview.appspot.com/5320066/diff/6001/ibus/_config.py.in#newcode51 ibus/_config.py.in:51: if settings.get_property('gtk-icon-theme-name') != 'gnome': Maybe better to use: if ...
12 years, 6 months ago (2011-11-08 01:15:18 UTC) #5
fujiwara
On 2011/11/08 01:15:18, Peng wrote: > http://codereview.appspot.com/5320066/diff/6001/ibus/_config.py.in > File ibus/_config.py.in (right): > > http://codereview.appspot.com/5320066/diff/6001/ibus/_config.py.in#newcode51 > ...
12 years, 6 months ago (2011-11-08 01:29:04 UTC) #6
Peng
12 years, 6 months ago (2011-11-08 01:37:43 UTC) #7
lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b