Change icon path in ibus.conf

This commit is contained in:
Peng Huang 2009-08-30 22:59:56 +00:00
parent 4a29c4a265
commit efa9d0031d
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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"