ptitSeb / box86

Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices
https://box86.org
MIT License
3.36k stars 233 forks source link

latest steam login window? #833

Open mio-19 opened 1 year ago

mio-19 commented 1 year ago

I got a blank window. I assume that recent Steam updates broke box86/box64 support. Is there a workaround for it?

image

mio-19 commented 1 year ago

I tried -login and -tcp argument. They doesn't work

ptitSeb commented 1 year ago

I tried on my side and it seem to just works fine. I'm guessing you are missing some gtk2 dependancies (or libICE/libSM), on aarch64.

ptitSeb commented 1 year ago

(just to be clear, steam needs both box86 and box64 to run)

mio-19 commented 1 year ago

bottom of log. haven't found anything wrong

Box64 with Dynarec v0.2.3 900f3877 built on Mar 22 2023 07:33:12
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 54 Env var
Looking for /home/user/.local/share/Steam/ubuntu12_32/../ubuntu12_64/gldriverquery
Rename process to "gldriverquery"
Using native(wrapped) libSDL2-2.0.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libm.so.6
Using native(wrapped) libGL.so.1
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Box86 with Dynarec v0.3.1 5cdc1b9f built on Jun 11 2023 01:18:58
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Kryo-4XX-Silver Kryo-4XX-Gold with 8 Cores
Params database has 22 entries
Params database has 22 entries
Box64 with Dynarec v0.2.3 900f3877 built on Mar 22 2023 07:33:12
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 54 Env var
Looking for /home/user/.local/share/Steam/ubuntu12_32/../ubuntu12_64/vulkandriverquery
Rename process to "vulkandriverquery"
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libvulkan.so.1
Box86 with Dynarec v0.3.1 5cdc1b9f built on Jun 11 2023 01:18:58
steamwebhelper.sh[17995]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[17995]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
steamwebhelper.sh[18217]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[18217]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
src/steamUI/steamuisharedjscontroller.cpp (421) : Failed creating offscreen shared JS context
src/steamUI/steamuisharedjscontroller.cpp (421) : Failed creating offscreen shared JS context
src/vgui2/controls/HTML.cpp (277) : Assertion Failed: Failed creating HTML browser HTMLRoot: <no url>
src/vgui2/controls/HTML.cpp (277) : Assertion Failed: Failed creating HTML browser HTMLRoot: <no url>
Failed to init SteamVR because it isn't installed
steamwebhelper.sh[18290]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[18290]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
steamwebhelper.sh[18356]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[18356]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
src/steamexe/main.cpp (255) : Assertion Failed: reaping pid: 18290 -- unknown

src/steamexe/main.cpp (255) : Assertion Failed: reaping pid: 18290 -- unknown

src/steamexe/main.cpp (264) : Assertion Failed: ReapProcess: waitid failed: 'No child processes'. Possibly leaking a zombie.

src/steamexe/main.cpp (264) : Assertion Failed: ReapProcess: waitid failed: 'No child processes'. Possibly leaking a zombie.

steamwebhelper.sh[18427]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[18427]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
steamwebhelper.sh[18504]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[18504]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
src/steamexe/main.cpp (255) : Assertion Failed: reaping pid: 18427 -- unknown

src/steamexe/main.cpp (255) : Assertion Failed: reaping pid: 18427 -- unknown

src/steamexe/main.cpp (264) : Assertion Failed: ReapProcess: waitid failed: 'No child processes'. Possibly leaking a zombie.

src/steamexe/main.cpp (264) : Assertion Failed: ReapProcess: waitid failed: 'No child processes'. Possibly leaking a zombie.

steamwebhelper.sh[18587]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[18587]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
steamwebhelper.sh[18827]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[18827]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
src/steamexe/main.cpp (255) : Assertion Failed: reaping pid: 18587 -- unknown

src/steamexe/main.cpp (255) : Assertion Failed: reaping pid: 18587 -- unknown

src/steamexe/main.cpp (264) : Assertion Failed: ReapProcess: waitid failed: 'No child processes'. Possibly leaking a zombie.

src/steamexe/main.cpp (264) : Assertion Failed: ReapProcess: waitid failed: 'No child processes'. Possibly leaking a zombie.
ptitSeb commented 1 year ago

Update your box64, it seems a bit too old.

mio-19 commented 1 year ago

Update your box64, it seems a bit too old.

Apparently I was installing the old package from ryanfortner's box64 repo

mio-19 commented 1 year ago

on latest box64:

steam
/home/user/.local/share/Steam/steam.sh: line 124: VERSION_ID: unbound variable
/home/user/.local/share/Steam/steam.sh: line 124: VERSION_ID: unbound variable
steam.sh[22889]: Running Steam on debian  64-bit
steam.sh[22889]: STEAM_RUNTIME is enabled by the user
setup.sh[22956]: Steam runtime environment up-to-date!
steam.sh[22889]: Steam client's requirements are satisfied
Box86 with Dynarec v0.3.1 5cdc1b9f built on Jun 11 2023 01:18:58
[2023-06-12 20:16:53] Startup - updater built May 30 2023 20:40:12
[2023-06-12 20:16:53] Startup - Steam Client launched with: '/home/user/.local/share/Steam/ubuntu12_32/steam' 'steam://open/minigameslist'
[2023-06-12 20:16:54] Loading cached metrics from disk (/home/user/.local/share/Steam/package/steam_client_metrics.bin)
[2023-06-12 20:16:54] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2023-06-12 20:16:54] Using the following download hosts for Public, Realm steamglobal
[2023-06-12 20:16:54] 1. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2023-06-12 20:16:54] Verifying installation...
[2023-06-12 20:17:02] Verification complete
Error initializing native libpng12.so.0 (last dlerror is libpng12.so.0: wrong ELF class: ELFCLASS64)
Loaded SDL version 3.0.0-1117-g727c7d4e2
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x40180120
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x40180130
sh: 1: lspci: not found
GetWin32Stats: display was not open yet, good
steamwebhelper.sh[23189]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[23189]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
CAppInfoCacheReadFromDiskThread took 1 milliseconds to initialize
dbus[23006]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1373.
This is normally a bug in some application using the D-Bus library.

Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Warning: failed to set thread priority: set failed for priority 8
Warning: support for elevated priorities is most likely unavailable, suppressing future warnings
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed

(steam:23006): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(steam:23006): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
PulseAudio connect failed (used only for Mic Volume Control) with error: Access denied
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Kryo-4XX-Silver Kryo-4XX-Gold with 8 Cores
Params database has 24 entries
Params database has 24 entries
Box64 with Dynarec v0.2.3 d0acd59a built on Jun 11 2023 06:44:31
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 54 Env var
Looking for /home/user/.local/share/Steam/ubuntu12_32/../ubuntu12_64/gldriverquery
Rename process to "gldriverquery"
Using native(wrapped) libSDL2-2.0.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libm.so.6
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Using native(wrapped) libGL.so.1
Box86 with Dynarec v0.3.1 5cdc1b9f built on Jun 11 2023 01:18:58
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Kryo-4XX-Silver Kryo-4XX-Gold with 8 Cores
Params database has 24 entries
Params database has 24 entries
Box64 with Dynarec v0.2.3 d0acd59a built on Jun 11 2023 06:44:31
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 54 Env var
Looking for /home/user/.local/share/Steam/ubuntu12_32/../ubuntu12_64/vulkandriverquery
Rename process to "vulkandriverquery"
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libvulkan.so.1
Box86 with Dynarec v0.3.1 5cdc1b9f built on Jun 11 2023 01:18:58
steamwebhelper.sh[23394]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[23394]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
steamwebhelper.sh[23443]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[23443]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
src/steamUI/steamuisharedjscontroller.cpp (421) : Failed creating offscreen shared JS context
src/steamUI/steamuisharedjscontroller.cpp (421) : Failed creating offscreen shared JS context
src/vgui2/controls/HTML.cpp (277) : Assertion Failed: Failed creating HTML browser HTMLRoot: <no url>
src/vgui2/controls/HTML.cpp (277) : Assertion Failed: Failed creating HTML browser HTMLRoot: <no url>
Failed to init SteamVR because it isn't installed
steamwebhelper.sh[23496]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[23496]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
steamwebhelper.sh[23547]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[23547]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()

image

Heasterian commented 1 year ago

Try to start it with this env variable BUS_FATAL_WARNINGS=0

mio-19 commented 1 year ago

Try to start it with this env variable BUS_FATAL_WARNINGS=0

export STEAMOS=1
export STEAM_RUNTIME=1
export DBUS_FATAL_WARNINGS=0

I start it with these env as in doc

mio-19 commented 1 year ago

Got another error

steam.sh[21619]: Running Steam on debian 12 64-bit
steam.sh[21619]: STEAM_RUNTIME is enabled by the user
setup.sh[21682]: Steam runtime environment up-to-date!
steam.sh[21619]: Steam client's requirements are satisfied
Box86 with Dynarec v0.3.1 5cdc1b9f built on Jun  8 2023 06:29:22
[2023-06-16 22:32:34] Startup - updater built Jun 16 2023 01:41:16
[2023-06-16 22:32:34] Startup - Steam Client launched with: '/home/user/.local/share/Steam/ubuntu12_32/steam' 'steam://open/minigameslist'
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2023-06-16 22:32:34] Loading cached metrics from disk (/home/user/.local/share/Steam/package/steam_client_metrics.bin)
[2023-06-16 22:32:34] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2023-06-16 22:32:34] Using the following download hosts for Public, Realm steamglobal
[2023-06-16 22:32:34] 1. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2023-06-16 22:32:34] Checking for update on startup
[2023-06-16 22:32:34] Checking for available updates...
[2023-06-16 22:32:34] Downloading manifest: http://media.steampowered.com/client/steam_client_ubuntu12
[2023-06-16 22:32:34] Manifest download: send request
[2023-06-16 22:32:35] Manifest download: waiting for download to finish
[2023-06-16 22:32:35] Manifest download: finished
[2023-06-16 22:32:35] Download skipped: /client/steam_client_ubuntu12 version 1686880776, installed version 1686880776, existing pending version 0
[2023-06-16 22:32:35] Nothing to do
[2023-06-16 22:32:35] Verifying installation...
[2023-06-16 22:32:35] Performing checksum verification of executable files
[2023-06-16 22:32:44] Verification complete
Error initializing native libpng12.so.0 (last dlerror is libpng12.so.0: wrong ELF class: ELFCLASS64)

(process:21730): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(process:21730): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
sh: 1: lspci: not found
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x401800d0
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x401800e0
GetWin32Stats: display was not open yet, good
Loaded SDL version 3.0.0-1735-g2e465ae31
sh: 1: lspci: not found
GetWin32Stats: display was not open yet, good
steamwebhelper.sh[21817]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[21817]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
CAppInfoCacheReadFromDiskThread took 3 milliseconds to initialize
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Warning: failed to set thread priority: set failed for priority 8
Warning: support for elevated priorities is most likely unavailable, suppressing future warnings
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Kryo-4XX-Silver Kryo-4XX-Gold with 8 Cores
Params database has 24 entries
Params database has 24 entries
Box64 with Dynarec v0.2.3 7e282c90 built on Jun 15 2023 06:36:07
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 83 Env var
Looking for /home/user/.local/share/Steam/ubuntu12_32/../ubuntu12_64/gldriverquery
Rename process to "gldriverquery"
Using native(wrapped) libSDL2-2.0.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libm.so.6
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Using native(wrapped) libGL.so.1
Box86 with Dynarec v0.3.1 5cdc1b9f built on Jun  8 2023 06:29:22
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Kryo-4XX-Silver Kryo-4XX-Gold with 8 Cores
Params database has 24 entries
Params database has 24 entries
Box64 with Dynarec v0.2.3 7e282c90 built on Jun 15 2023 06:36:07
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 83 Env var
Looking for /home/user/.local/share/Steam/ubuntu12_32/../ubuntu12_64/vulkandriverquery
Rename process to "vulkandriverquery"
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libvulkan.so.1
Box86 with Dynarec v0.3.1 5cdc1b9f built on Jun  8 2023 06:29:22
steamwebhelper.sh[21982]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[21982]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
steamwebhelper.sh[22051]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[22051]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
steamwebhelper.sh[22132]: Runtime for steamwebhelper: defaulting to /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[22132]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
src/steamUI/steamuisharedjscontroller.cpp (529) : Failed creating offscreen shared JS context
src/steamUI/steamuisharedjscontroller.cpp (529) : Failed creating offscreen shared JS context
src/steamUI/steamuisharedjscontroller.cpp (529) : Fatal assert; application exiting
src/steamUI/steamuisharedjscontroller.cpp (529) : Fatal assert; application exiting
_ExitOnFatalAssert
arlohewitt commented 1 year ago

can anyone confirm that steam is currently working or at least launchable? on the box86 readme steam is supported with both box64 and box86 installed, which i have alongside a large swap which i have (5GB on pi3). however on the box64 readme "it's not working correctly on box64 for now. So, no Steam for now on box64.". which one is accurate since i cant seem to get steam to work.

ptitSeb commented 1 year ago

I need to update box64 readme. Steam is launchable now if you have both box86 and box64, and all the dependancies that "install_steam.sh" want to install (you'll need to install them yourself if you are not on a debian/ubuntu based OS). You'll need latest version of both box86 & box64 and lots of memory indeed.

arlohewitt commented 1 year ago

could a bad power supply be the source of my issues then? i have installed and compiled box86 and box64 on a fresh raspberry pi 3 64bit OS, given it 5GB of swap and used your steam install script, yet i crash at varying points, often at the CEF secure warning. Im finding it difficult to see what my issue may be though the power warning is showing up in the top right, could this cause a crash or just cause it to run slower than usual?

arlohewitt commented 1 year ago

seems like it did end up to be a power issue, i am able to get past CEF and it looks as if steam should have launched however it hasnt. It gets to the point where it says "Nothing to do" with no login menu or even just a blank rendered screen. https://pastebin.com/LGTrRe50

not-important-vr commented 1 year ago

seems like it did end up to be a power issue, i am able to get past CEF and it looks as if steam should have launched however it hasnt. It gets to the point where it says "Nothing to do" with no login menu or even just a blank rendered screen. https://pastebin.com/LGTrRe50

I find that when this type of situation occurs usually it's possible to bring out the GUI by using the -foreground switch, for example in my particular case:

pi@buster64:~/.local/share/Steam/ubuntu12_32 $ ./steam -foreground

stealmyhousekey commented 1 year ago

seems like it did end up to be a power issue, i am able to get past CEF and it looks as if steam should have launched however it hasnt. It gets to the point where it says "Nothing to do" with no login menu or even just a blank rendered screen. https://pastebin.com/LGTrRe50

I'm having this same issue, and unfortunately the suggestion of 'steam -foreground' is not working for me.

Here are my logs.

ptitSeb commented 1 year ago

Do you have enough memory? Steam needs a lot of memory now to run with box86+box64, and 4Gbb SBC will need some swap. Without swap, don't expect it to launch successfully or being usable if it launch unless a 2Gb swap is present.

stealmyhousekey commented 1 year ago

I should, I've got an 8GB RPi4.

pi@raspberry:~ $ neofetch
       _,met$$$$$gg.          pi@raspberry 
    ,g$$$$$$$$$$$$$$$P.       ------------ 
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 11 (bullseye) aarch64 
 ,$$P'              `$$$.     Host: Raspberry Pi 4 Model B Rev 1.5 
',$$P       ,ggs.     `$$b:   Kernel: 6.1.21-v8+ 
`d$$'     ,$P"'   .    $$$    Uptime: 6 mins 
 $$P      d$'     ,    $$P    Packages: 1711 (dpkg) 
 $$:      $$.   -    ,d$$'    Shell: bash 5.1.4 
 $$;      Y$b._   _,d$P'      Resolution: 1920x1080 
 Y$$.    `.`"Y$$$$P"'         DE: LXDE 
 `$$b      "-.__              WM: Mutter 
  `Y$$                        WM Theme: Adwaita 
   `Y$$.                      Theme: PiXflat [GTK3] 
     `$$b.                    Icons: PiXflat [GTK3] 
       `Y$$b.                 Terminal: lxterminal 
          `"Y$b._             Terminal Font: Monospace 10 
              `"""            CPU: BCM2835 (4) @ 2.200GHz 
                              Memory: 491MiB / 7811MiB