From 3b4102518ca9605df23f6c233be9c6c09cae7894 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Wed, 15 May 2024 17:39:06 +0800 Subject: [PATCH] Export LIBVIRT_DEFAULT_URI=qemu:///system --- .bash_profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index c4e5488..d051227 100644 --- a/.bash_profile +++ b/.bash_profile @@ -26,7 +26,9 @@ export XDG_CONFIG_HOME="${HOME}/.config" export QT_STYLE_OVERRIDE=kvantum -#export GTK_USE_PORTAL=1 +export GTK_USE_PORTAL=1 + +export LIBVIRT_DEFAULT_URI=qemu:///system if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then if [[ ! -z "$IS_LAPTOP" ]]; then