Ubuntu20 Galleria (Ryzen7 + RTX3080) でキーボード設定
Aim
Mac から 画面共有メインで使っている Ubuntu について,MacBookPro や,Magic Keyboard を使って入力する際に
一部のキー入力ができない.
特に,¥ キー入力が反応しない.ので,\ が打てない(辞書にバックスラッシュで変換を記憶したが...
英数 - かな変換は,mozku の設定で,英数 = Shift + Space, かな = かな でできているが
kinto を使ってみる
download & install は ここ から Install
/bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh || curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh)" を実行
が,エラー.「pip3 コマンドが見つからない」と言われる.
ダウンロードされた kinto-master から,./setup.py しても同様.
python3 は入っているので,pyenv のせいかと思いきや
sudo pip3 は,apt で別で入れないといけないっぽいのえ
sudo apt inrtall pip3 で システムに install
再度 setup.py でインストールできた.
Setting
install 後に GUI がひょうじされるが表示されいない
code: message after installing kinto
Kinto install is complete.
If the setup wizard fails to appear then please run this command.
~/.config/kinto/gui/kinto-gui.py
You can then either Google what dependencies you may be missing
or open an issue ticket.
Gnome may not support appindicators well, so by default you may need to install packages before enabling the System Tray.
You may try one of the following extensions.
1) AppIndicator and KStatusNotifierItem Support
2) TopIcons Plus
Note: you may want these supporting packages
'sudo apt install gnome-tweaks gnome-shell-extension-appindicator gir1.2-appindicator3-0.1'
にしたがって,一番下のぱっけーじいんすとーるしてみる.
import gi に失敗するので
Remarks
Uninstall もオフィシャル通り
/bin/bash <( wget -qO- https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh || curl -fsSL https://raw.githubusercontent.com/rbreaves/kinto/HEAD/install/linux.sh ) -r
VNC でキー入力が正しく送られていないのが問題なので,Kinto でもどうにもならない???
Date :2020/8/27
Modified Date :2020/8/31
Author :lattice.icon