Fix #627107 and update ibus-541492-xkb.patch
This commit is contained in:
parent
60148ca4f1
commit
cca15f3f91
@ -267,7 +267,7 @@ new file mode 100644
|
|||||||
index 0000000..b5f1a06
|
index 0000000..b5f1a06
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/ibus/xkblayout.py.in
|
+++ b/ibus/xkblayout.py.in
|
||||||
@@ -0,0 +1,86 @@
|
@@ -0,0 +1,87 @@
|
||||||
+# vim:set et sts=4 sw=4:
|
+# vim:set et sts=4 sw=4:
|
||||||
+#
|
+#
|
||||||
+# ibus - The Input Bus
|
+# ibus - The Input Bus
|
||||||
@ -340,7 +340,8 @@ index 0000000..b5f1a06
|
|||||||
+ if need_us_layout:
|
+ if need_us_layout:
|
||||||
+ layout = layout + ",us"
|
+ layout = layout + ",us"
|
||||||
+ args.append(layout)
|
+ args.append(layout)
|
||||||
+ os.spawnl(os.P_NOWAIT, *args)
|
+ pid = os.spawnl(os.P_NOWAIT, *args)
|
||||||
|
+ os.waitpid(pid, 0)
|
||||||
+
|
+
|
||||||
+ def set_default_layout(self, layout="default"):
|
+ def set_default_layout(self, layout="default"):
|
||||||
+ if self.__command == None:
|
+ if self.__command == None:
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.3.7
|
Version: 1.3.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -269,6 +269,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 26 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-2
|
||||||
|
- Fix #627107 and update ibus-541492-xkb.patch
|
||||||
|
|
||||||
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
|
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.7-1
|
||||||
- Update to 1.3.7
|
- Update to 1.3.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user