美文网首页
STILL about i3 & chrome &

STILL about i3 & chrome &

作者: FlyingPig_ | 来源:发表于2018-03-30 18:03 被阅读15次

    final solution

    first install lxde-core, the lightest one

    sudo apt install lxde-core
    

    then u can step into lxde, just run:

    startx
    

    or

    xinit
    

    then maybe u wang to use ibus-*(for example I use ibus-rime)
    u need to install some softwares like

    sudo apt install ibus ibus-rime ibus-gtk ibus-gtk3 ibus-qt4 
    

    well, u are very happy, because u can input chinese in your Linux OS
    even in Chrome or Chromium-browser
    But when u want to switch to one more light WM, just like ##i3-wm##
    u just find that there are some unhappy issues...
    when u cannot input chinese(use ibus) in your modern Broswers like Chrome, but u can use it in lxde, then u can borrow somethings frome LXDE, not just input essue.

    Replace

    just edit the startup file of LXDE

    sudo vim `which startlxde`
    

    just replace the last line:

    # Start the LXDE session
    exec /usr/bin/lxsession -s LXDE -e LXDE
    

    to

    # Start the i3 session
    exec i3
    

    bingo

    相关文章

      网友评论

          本文标题:STILL about i3 & chrome &

          本文链接:https://www.haomeiwen.com/subject/ekgicftx.html