Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hime的gtk status icons有可能不會緊鄰 #261

Open
ghost opened this issue Feb 7, 2012 · 7 comments
Open

hime的gtk status icons有可能不會緊鄰 #261

ghost opened this issue Feb 7, 2012 · 7 comments

Comments

@ghost
Copy link

ghost commented Feb 7, 2012

as mentioned above

@tytsim
Copy link
Contributor

tytsim commented Feb 7, 2012

你的意思是中間夾了另一個圖示? ... 還是像GNOME SHELL3般啟動時隔了許多空位? 那是TOOLTIP惹的禍

@caleb-
Copy link
Contributor

caleb- commented Feb 7, 2012

這個沒辦法,就算用了 workaround 也沒辦法保證 100% 緊鄰。
終級解決之道是不要用兩個 icon 。

@ghost
Copy link
Author

ghost commented Feb 7, 2012

tytsim:夾圖示

@medicalwei
Copy link
Contributor

像這樣

@tytsim
Copy link
Contributor

tytsim commented Feb 11, 2012

也許要推遲 tray 的創建,gtk status icon 可不能跟 wm 的 script 拼速度......

hime.c:630

g_timeout_add(200, delayed_start_cb, NULL); // Old setting is 5000 here.

tray-double.c:445

g_timeout_add(200, create_tray_double, NULL);

將200換成5000之類的。

@taylorchu
Copy link
Contributor

i still think it would be better if we could use single tray.

why it is possible:

  1. full and half icon does not do much. normally people just ignore it.
  2. we could also move full and half shape into preedit, if we dont want to completely remove the indicator.

@caleb-
Copy link
Contributor

caleb- commented Feb 12, 2012

可以把 200 預設改回 5000 試試,200 可以另外放在 debug 選項之類的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants