aenertia
aenertia
UBUniversal Blue
Created by aenertia on 9/19/2024 in #🛟bazzite-help
Toolbox containers inflict significant network performance impact on network perf
No description
7 replies
UBUniversal Blue
Created by aenertia on 9/6/2024 in #🛟bazzite-help
tmux session are closed on bazzite suspend with defaults
Behaviour on every other distro is that tmux sessions will be retained after a suspend event. Allowing for a tmux attach-session remotely or locally reattaching to an old session. The default behaviour in bazzite is for all tmux sessions to be closed on suspend, which causes problems for expected behaviour and workflows. Does any know why this is and if there is a quick config change to modify this behaviour to have tmux sessions retained as expected during suspend events?
3 replies
UBUniversal Blue
Created by aenertia on 8/28/2024 in #🛟bazzite-help
Disable steam udev Auto-mounting of media which breaks Desktop Automounters
As root copy the steam automounter udev rules from:
/usr/lib/udev/rules.d/99-steamos-automount.rules
/usr/lib/udev/rules.d/99-steamos-automount.rules
to:
/etc/udev/rules.d/99-steamos-automount.rules
/etc/udev/rules.d/99-steamos-automount.rules
Comment the two lines that begin
ACTION
ACTION
by adding a
#
#
at the start of them i.e:
#ACTION=="add", RUN+="/usr/bin/systemd-run --no-block --collect /usr/libexec/hwsupport/block-device-event.sh add %k"
#ACTION=="remove", RUN+="/usr/bin/systemd-run --no-block --collect /usr/libexec/hwsupport/block-device-event.sh remove %k"
#ACTION=="add", RUN+="/usr/bin/systemd-run --no-block --collect /usr/libexec/hwsupport/block-device-event.sh add %k"
#ACTION=="remove", RUN+="/usr/bin/systemd-run --no-block --collect /usr/libexec/hwsupport/block-device-event.sh remove %k"
reload the udev rules:
udevadm control --reload
udevadm control --reload
This will return the system to using the 'on-click' mount behavior expected for storage in every other distro/DE, as well as allowing users who need to manipulate the storage devices at blocklevel (i.e with dd / media-imager, recovery tools etc) without having a mounted filesystem break these workflows.
4 replies