Bug 699103 - icon missing in KDE desktop for 'No input window' message
Summary: icon missing in KDE desktop for 'No input window' message
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: oxygen-gtk
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-23 06:38 UTC by A S Alam
Modified: 2013-07-03 01:08 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-07 08:13:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Screenshot of ibus with message in KDE (19.04 KB, image/png)
2011-04-23 06:38 UTC, A S Alam
no flags Details

Description A S Alam 2011-04-23 06:38:50 UTC
Created attachment 494373 [details]
Screenshot of ibus with message in KDE

Description of problem:
there is no Icon, when try to click on Ibus (and there is no Window for input)

Version-Release number of selected component (if applicable):
ibus-1.3.99.20110408-2.fc15.x86_64
kdebase-4.6.2-1.fc15.x86_64

How reproducible:


Steps to Reproduce:
1. Desktop KDE, (language Punjabi)
2. Click on ibus icon
3. Message 'No Input Window'
  
Actual results:
No Icon (missing icon)
 
Expected results:
there is should be ICON,

Additional info:
Screenshot

Comment 1 fujiwara 2011-04-25 01:26:38 UTC
I guess your desktop theme is different from mine.
Could you run the following script on the KDE desktop?

% cat a.py 
import gtk

print "theme_name", gtk.settings_get_default().props.gtk_theme_name
print "icon_theme_name", gtk.settings_get_default().props.gtk_icon_theme_name
print "fallback_icon_theme", gtk.settings_get_default().props.gtk_fallback_icon_theme

% python a.py
theme_name QtCurve
icon_theme_name oxygen
fallback_icon_theme gnome

Comment 2 A S Alam 2011-04-25 01:55:52 UTC
(In reply to comment #1)
> I guess your desktop theme is different from mine.
yes, my theme is not default one.

> Could you run the following script on the KDE desktop?
> 
> % cat a.py 
> import gtk
> 
> print "theme_name", gtk.settings_get_default().props.gtk_theme_name
> print "icon_theme_name", gtk.settings_get_default().props.gtk_icon_theme_name
> print "fallback_icon_theme",
> gtk.settings_get_default().props.gtk_fallback_icon_theme
> 
> % python a.py
> theme_name QtCurve
> icon_theme_name oxygen
> fallback_icon_theme gnome

[aalam@mole ~]$ python a.py 
theme_name oxygen-gtk
icon_theme_name oxygen
fallback_icon_theme

Comment 3 fujiwara 2011-04-25 02:19:31 UTC
(In reply to comment #2)
> > % python a.py
> > theme_name QtCurve
> > icon_theme_name oxygen
> > fallback_icon_theme gnome
> 
> [aalam@mole ~]$ python a.py 
> theme_name oxygen-gtk
> icon_theme_name oxygen
> fallback_icon_theme

OK, I see.
I think this problem can be fixed after gnome-icon-theme is installed.

Probably I think oxygen-gtk needs to sets gtk-fallback-icon-theme as 'gnome'.

# grep fallback /usr/share/themes/QtCurve/gtk-2.0/gtkrc 
gtk-fallback-icon-theme="gnome"
# grep fallback /usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc 

Forwarding to oxygen-gtk to get the feedback.

Comment 4 fujiwara 2011-11-07 08:13:58 UTC
It seems this is fixed in Fedora 16.
I'm not sure where set the gtk_fallback_icon_theme = gnome.


Note You need to log in before you can comment on or make changes to this bug.