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

Ubuntu 24.04の対応 #111

Closed
cradle8810 opened this issue Apr 30, 2024 · 7 comments
Closed

Ubuntu 24.04の対応 #111

cradle8810 opened this issue Apr 30, 2024 · 7 comments

Comments

@cradle8810
Copy link
Owner

cradle8810 commented Apr 30, 2024

わかったこととかこまごまと。ブランチは origin/ubuntu_24_04

@cradle8810
Copy link
Owner Author

cradle8810 commented Apr 30, 2024

いまんとこわかっている内容:

  • gpgv2のパッケージがなくなっていて、gpgのパッケージ名でインストールする
  • libdvdcssがなくなっている。libdvd-pkgでよい
  • deb822形式に対応したGoogle Chromeのリポジトリファイルがない? 旧形式の混在はOKのもよう。
  • xrdpを動かしている状態でRDPすると(MacのMicrosoft Remote Desktop)、画面が真っ黒になりCPU使用率が100%ではりつく

@cradle8810
Copy link
Owner Author

cradle8810 commented Apr 30, 2024

xrdpの件

hayato@ubuntu2404:~$ dpkg -l xrdp
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-====================================
ii  xrdp           0.9.24-4     amd64        Remote Desktop Protocol (RDP) server
hayato@ubuntu2404:~$ date && cat .xsession-errors
Wed May  1 07:15:01 AM JST 2024
Xsession: X session started for hayato at Wed May  1 01:10:42 AM JST 2024
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:10.0
localuser:hayato being added to access control list
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
Xsession: X session started for hayato at Wed May  1 06:53:51 AM JST 2024
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:10.0
localuser:hayato being added to access control list
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
Xsession: X session started for hayato at Wed May  1 06:54:08 AM JST 2024
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:10.0
localuser:hayato being added to access control list
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
hayato@ubuntu2404:~$ date && cat .xsessionrc
Wed May  1 07:15:58 AM JST 2024
export GNOME_SHELL_SESSION_MODE=ubuntu
export XDG_CURRENT_DESKTOP=ubuntu:GNOME
export XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg

@cradle8810
Copy link
Owner Author

cradle8810 commented Apr 30, 2024

https://github.com/matt335672/xrdp/wiki/Running-GNOME-on-Ubuntu-24.04-LTS
にとりあえずの解決方法があるが、アップデートでの修繕をまつことにします(ライセンスがわからんのでこれに取り込めないし、次のアップデートで修繕された場合に気付けないとかめんどっちいので)

一旦console以外についてアップグレードを検討。ruiは早めに(20.04)

@cradle8810
Copy link
Owner Author

対話式、全部チェック入れて、とやると、意外といらんもんがはいる。packerかautoinstall(cloud-config)だかでインストールするときは、明示的に弾くなり、選択式に入れるなりしないといけない

image image

@cradle8810
Copy link
Owner Author

RDPの件、xrdpはXorg、UbuntuはWaylandを使っている関係上ムズそう。Ubuntu標準のRDPサーバを有効にするしかなさそう?

@cradle8810
Copy link
Owner Author

minimalからconsole.ymlを実行すればxrdpは問題なく動く。ただnautilusの挙動が色々変わっていてキモい。
あとNUC13のiGPU(i915/xe)がパススルーしても動作しない。

@cradle8810
Copy link
Owner Author

うーん、26.04待ちかなー……

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

When branches are created from issues, their pull requests are automatically linked.

1 participant