月別アーカイブ: 2022年5月

Ubuntu22.04の中でandroidエミュレータ(Anbox)を動かす

デジタルカメラの制御APPなど、PC用のソフトがリリーズされていない場合があるので、ubuntuでandroidエミュレータを導入してみた。

参考URL

http://pineplanter.moo.jp/non-it-salaryman/2022/01/31/ubuntu-anbox/

トラブル対処

anboxが起動しないときの対処法あれこれ

https://zenn.dev/t13row/articles/b2c0427650c919

The name org.anbox was not provided by any .service files

https://github.com/anbox/anbox/issues/1889

raspberry P4 64bit gnome環境でkstarsでekosのアイコン(一部)が表示されない。

sudo apt-get install breeze-icon-themeで解決

Missing button icons in EKOS under Ubuntu 15.10

https://indilib.org/forum/ekos/988-missing-button-icons-in-ekos-under-ubuntu-15-10/50577.html

Kstars Integration issue with Gnome desktop

https://indilib.org/forum/ekos/3679-kstars-integration-issue-with-gnome-desktop.html

Ubuntu22.04でOBS-Studio ( Virtual cameraの問題解決)

Ubuntu22.04でOBS-Studioを使ってみたら問題が発生。VirtualCameraの機能を最初は問題なく起動するが、一旦、VirtualCameraを停止すると、次に開始ボタンをクリックしても起動しない。(OSをリブートすると、再び使えるようになる)

この問題を解消する情報がネット上にあったので、手順を踏んでOKとなった。

https://github.com/obsproject/obs-studio/issues/4808

For Ubuntu users coming here after a recent upgrade to 22.04 LTS who are now running into this issue, the temporary downgrade/workaround discussed above still works:

Grab v4l2loopback-dkms_0.12.5-1_all.deb from https://packages.debian.org/sid/all/v4l2loopback-dkms/download
Install it: sudo dpkg -i v4l2loopback-dkms_0.12.5-1_all.deb
Hold it back so system updates don't wipe it out: sudo apt-mark hold v4l2loopback-dkms
Remove the hold in the future when upstream gets fixed: sudo apt-mark unhold v4l2loopback-dkms
The last version of v4l2loopback that worked properly is 0.12.5-1 and that's what we're installing above.
(Ubuntu 21.04 includes 0.12.5-1ubuntu1 and Ubuntu 22.04 includes 0.12.5-1ubuntu5)