From aca9670aabe3185848f43da0da000b21b1a3bcb4 Mon Sep 17 00:00:00 2001 From: Syahrial Agni Prasetya Date: Mon, 10 May 2021 14:49:36 +0700 Subject: [PATCH] Update CROS_INSTALL.md --- CROS_INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CROS_INSTALL.md b/CROS_INSTALL.md index 969431e..fb1274c 100644 --- a/CROS_INSTALL.md +++ b/CROS_INSTALL.md @@ -32,8 +32,12 @@ gsettings set org.gnome.desktop.interface font-name "Roboto 10" For GTK2 apps, use `lxappearance` and for QT5 apps, use `qt5ct` ## Issues +### DBus Things that depends on `dbus` may broke if you execute it directly, e.g. : ``` archbox dconf-editor ``` You'll need to enter the shell to use it. + +### Audio +Audio doesn't seem to work at the moment, It's possible to start pulseaudio in chroot, but I didn't dive enough yet.