termdisc
termdisc
UBUniversal Blue
Created by t9999clint on 2/22/2025 in #🛟bazzite-help
Virtualbox AKMOD kernel module. Can it work on Bazzite?
If this is the same thing I had last month, sudo pacman -S archlinux-keyring && sudo pacman -Syu
32 replies
UBUniversal Blue
Created by t9999clint on 2/22/2025 in #🛟bazzite-help
Virtualbox AKMOD kernel module. Can it work on Bazzite?
haha
32 replies
UBUniversal Blue
Created by t9999clint on 2/22/2025 in #🛟bazzite-help
Virtualbox AKMOD kernel module. Can it work on Bazzite?
and as I sent that, you found that issue
32 replies
UBUniversal Blue
Created by t9999clint on 2/22/2025 in #🛟bazzite-help
Virtualbox AKMOD kernel module. Can it work on Bazzite?
someone just posted an issue on github for that
32 replies
UBUniversal Blue
Created by TheDarkSideOfCookies on 2/21/2025 in #🛟bazzite-help
Battery drop to 98% plugged to charger
percentages at the upper (near 100%) range are fuzzy anyway.
13 replies
UBUniversal Blue
Created by PCArcade on 2/20/2025 in #🛟bazzite-help
How to Install virtualhere?
Can you run echo $XDG_CONFIG_HOME?
18 replies
UBUniversal Blue
Created by PCArcade on 2/20/2025 in #🛟bazzite-help
How to Install virtualhere?
Huh, guess the aliases didn’t resolve properly
18 replies
UBUniversal Blue
Created by PCArcade on 2/20/2025 in #🛟bazzite-help
How to Install virtualhere?
don't know if this works. this is just a basic edit of the script to run in user space
18 replies
UBUniversal Blue
Created by PCArcade on 2/20/2025 in #🛟bazzite-help
How to Install virtualhere?
#!/bin/sh

if [ -n "$1" ]; then
FILENAME="$1"
else
ARCH=$(uname -m)
if [ -z "${ARCH##*arm*}" ]; then
FILENAME="vhusbdarm"
elif [ "$ARCH" = "mips" ]; then
FILENAME="vhusbdmips"
elif [ "$ARCH" = "mipsel" ]; then
FILENAME="vhusbdmipsel"
elif [ -z "${ARCH##*x86_64*}" ]; then
FILENAME="vhusbdx86_64"
elif [ -z "${ARCH##*aarch64*}" ]; then
FILENAME="vhusbdarm64"
else
FILENAME="vhusbdi386"
fi
fi
wget https://www.virtualhere.com/sites/default/files/usbserver/$FILENAME
chmod +x $FILENAME
mkdir -p $HOME/.local/bin
mv $FILENAME $HOME/.local/bin
mkdir -p $XDG_DATA_HOME/virtualhere
mkdir -p $XDG_CONFIG_HOME/systemd/user

cat << EOF > $XDG_CONFIG_HOME/systemd/user/virtualhere.service
[Unit]
Description=VirtualHere Server
After=network.target

[Service]
Type=forking
ExecStart=$HOME/.local/bin/$FILENAME -b -c $XDG_DATA_HOME/virtualhere/config.ini

[Install]
WantedBy=multi-user.target
EOF
systemctl daemon-reload
systemctl --user enable virtualhere.service
systemctl --user start virtualhere.service
else
echo "Error, only systemd is supported"
fi
#!/bin/sh

if [ -n "$1" ]; then
FILENAME="$1"
else
ARCH=$(uname -m)
if [ -z "${ARCH##*arm*}" ]; then
FILENAME="vhusbdarm"
elif [ "$ARCH" = "mips" ]; then
FILENAME="vhusbdmips"
elif [ "$ARCH" = "mipsel" ]; then
FILENAME="vhusbdmipsel"
elif [ -z "${ARCH##*x86_64*}" ]; then
FILENAME="vhusbdx86_64"
elif [ -z "${ARCH##*aarch64*}" ]; then
FILENAME="vhusbdarm64"
else
FILENAME="vhusbdi386"
fi
fi
wget https://www.virtualhere.com/sites/default/files/usbserver/$FILENAME
chmod +x $FILENAME
mkdir -p $HOME/.local/bin
mv $FILENAME $HOME/.local/bin
mkdir -p $XDG_DATA_HOME/virtualhere
mkdir -p $XDG_CONFIG_HOME/systemd/user

cat << EOF > $XDG_CONFIG_HOME/systemd/user/virtualhere.service
[Unit]
Description=VirtualHere Server
After=network.target

[Service]
Type=forking
ExecStart=$HOME/.local/bin/$FILENAME -b -c $XDG_DATA_HOME/virtualhere/config.ini

[Install]
WantedBy=multi-user.target
EOF
systemctl daemon-reload
systemctl --user enable virtualhere.service
systemctl --user start virtualhere.service
else
echo "Error, only systemd is supported"
fi
18 replies
UBUniversal Blue
Created by PCArcade on 2/20/2025 in #🛟bazzite-help
How to Install virtualhere?
looking at the script, it wants to drop a precompiled binary into /usr/local/sbin. I would just grab the one I need and throw the binary into ~/.local/bin, attempt to run it from there, and if it works, set up a user service similar to the way the script does it
18 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
25 then
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
but the other one has appeared for me in the past
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
last time I looked at it, I only had the all lower case one
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
setting it globally is also helpful
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
yes, hover over Wine in the left column, click the gear that appears
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
yes
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
set your runner to ge-proton (all lower case) or GE-Proton(Latest) for the newest version
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
let it
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
you could also do it via the Software or Discover apps depending on your DE
62 replies
UBUniversal Blue
Created by Synister on 2/20/2025 in #🛟bazzite-help
Game launch spinning Steam Logo
flatpak remove lutris
62 replies