ricardo_brz
-
Posts
39 -
Joined
-
Last visited
Community Answers
-
ricardo_brz's post in Armbian Build with Sway was marked as the answer
I finally had the time to get back here and create a script that installs everything I need for SwayWM to work (as per my needs/taste).
I installed armbian-minimal and did:
sudo apt install blueman fish fonts-font-awesome foot foot-themes \ fuzzel gvfs hicolor-icon-theme libspa-0.2-bluetooth lm-sensors lxpolkit \ mako-notifier mesa-vulkan-drivers polkitd sddm sway sway-backgrounds \ swayidle swaylock thunar thunar-archive-plugin thunar-volman vim waybar \ wireplumber pipewire-pulse wlogout xarchiver xdg-desktop-portal-wlr \ xdg-desktop-portal-gtk xwayland upower
There are lots of dependencies installed, but that's what I needed for my installation. I'm looking where to add this so I can automatically build my version with it without the need to run this command after I install Armbian.
-
ricardo_brz's post in Chromium Fails to Load was marked as the answer
You could try to create chromium.conf yourself. Here's what I have here:
cat /etc/armbian/chromium.conf # Default settings for chromium-browser. This file is sourced by /bin/sh from # /usr/bin/chromium-browser # Options to pass to chromium-browser CHROMIUM_FLAGS="--disable-smooth-scrolling \ --disable-low-res-tiling \ --enable-low-end-device-mode \ --num-raster-threads=$(grep -c processor /proc/cpuinfo) \ --profiler-timing=0 \ --disable-composited-antialiasing \ --disk-cache-dir=/tmp/${USER}-cache \ --disk-cache-size=$(findmnt --target /tmp -n -o AVAIL -b | awk '{printf ("%0.0f",$1*0.3); }') \ --no-sandbox \ --test-type"
-
ricardo_brz's post in mesa-vpu extension not being compiled with i3wm was marked as the answer
ok, I found it's a feature as i3 doesn't support wayland it's not added.
