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

Issue 101490043: Run xmodmap after run setxkbmap -l layout. (Closed)

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

Description

Run xmodmap after run setxkbmap -l layout. BUG=rhbz#750484 TEST=ui/gtk3/ibus-ui-gtk3 data/dconf/org.freedesktop.ibus.gschema.xml

Patch Set 1 #

Total comments: 9

Patch Set 2 : Updated with message #5. #

Total comments: 2

Patch Set 3 : Updated with message #7. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -0 lines) Patch
M data/ibus.schemas.in View 1 chunk +12 lines, -0 lines 0 comments Download
M ui/gtk3/panel.vala View 3 chunks +10 lines, -0 lines 0 comments Download
M ui/gtk3/xkblayout.vala View 1 2 2 chunks +50 lines, -0 lines 0 comments Download

Messages

Total messages: 8
fujiwara
If both setxkbmap and xmodmap is sync, it seems dbus timeout happens and xmodmap causes ...
9 years, 12 months ago (2014-06-24 10:21:04 UTC) #1
fujiwara
On 2014/06/24 10:21:04, fujiwara wrote: > If both setxkbmap and xmodmap is sync, it seems ...
9 years, 11 months ago (2014-06-24 13:25:05 UTC) #2
Peng
https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala File ui/gtk3/xkblayout.vala (right): https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala#newcode262 ui/gtk3/xkblayout.vala:262: GLib.Process.spawn_async(null, use sync version? https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala#newcode266 ui/gtk3/xkblayout.vala:266: GLib.SpawnFlags.SEARCH_PATH, If you ...
9 years, 11 months ago (2014-06-24 20:10:35 UTC) #3
fujiwara
https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala File ui/gtk3/xkblayout.vala (right): https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala#newcode262 ui/gtk3/xkblayout.vala:262: GLib.Process.spawn_async(null, On 2014/06/24 20:10:35, Peng wrote: > use sync ...
9 years, 11 months ago (2014-06-25 05:59:26 UTC) #4
Peng
https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala File ui/gtk3/xkblayout.vala (right): https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala#newcode241 ui/gtk3/xkblayout.vala:241: return; Should we just return here? or just run ...
9 years, 11 months ago (2014-06-25 15:43:58 UTC) #5
fujiwara
https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala File ui/gtk3/xkblayout.vala (right): https://codereview.appspot.com/101490043/diff/1/ui/gtk3/xkblayout.vala#newcode241 ui/gtk3/xkblayout.vala:241: return; On 2014/06/25 15:43:58, Peng wrote: > Should we ...
9 years, 11 months ago (2014-06-26 04:50:22 UTC) #6
Peng
lgtm with a comment. https://codereview.appspot.com/101490043/diff/20001/ui/gtk3/xkblayout.vala File ui/gtk3/xkblayout.vala (right): https://codereview.appspot.com/101490043/diff/20001/ui/gtk3/xkblayout.vala#newcode245 ui/gtk3/xkblayout.vala:245: GLib.SpawnFlags.DO_NOT_REAP_CHILD | Remove DO_NOT_REAP_CHILD? And ...
9 years, 11 months ago (2014-07-03 14:29:13 UTC) #7
fujiwara
9 years, 11 months ago (2014-07-04 06:59:51 UTC) #8
https://codereview.appspot.com/101490043/diff/20001/ui/gtk3/xkblayout.vala
File ui/gtk3/xkblayout.vala (right):

https://codereview.appspot.com/101490043/diff/20001/ui/gtk3/xkblayout.vala#ne...
ui/gtk3/xkblayout.vala:245: GLib.SpawnFlags.DO_NOT_REAP_CHILD |
On 2014/07/03 14:29:13, Peng wrote:
> Remove DO_NOT_REAP_CHILD? And let glib close the pid for you?

I removed DO_NOT_REAP_CHILD and run_xmodmap_cb().
Sign in to reply to this message.

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