Change icon path in ibus.conf
This commit is contained in:
parent
4a29c4a265
commit
efa9d0031d
@ -8,7 +8,7 @@
|
||||
|
||||
Name: ibus
|
||||
Version: 1.2.0.20090828
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Intelligent Input Bus for Linux OS
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -242,6 +242,9 @@ fi
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 31 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090828-2
|
||||
- Change icon path in ibus.conf
|
||||
|
||||
* Fri Aug 28 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090828-1
|
||||
- Update to 1.2.0.20090828
|
||||
- Change the icon on systray.
|
||||
|
@ -1,6 +1,6 @@
|
||||
XIM=ibus
|
||||
XIM_PROGRAM="/usr/bin/ibus-daemon"
|
||||
ICON="/usr/share/ibus/icons/ibus.svg"
|
||||
ICON="/usr/share/pixmaps/ibus.svg"
|
||||
XIM_ARGS="--xim"
|
||||
PREFERENCE_PROGRAM=/usr/bin/ibus-setup
|
||||
SHORT_DESC="IBus"
|
||||
|
Loading…
Reference in New Issue
Block a user