6.4.1 #65

Merged
Ark74 merged 9 commits from unstable into master 2021-06-28 09:57:54 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 096eb6a530 - Show all commits

View File

@ -262,7 +262,7 @@ do
This is an unsupported use, as it will likely BREAK YOUR SYSTEM, so please don't." This is an unsupported use, as it will likely BREAK YOUR SYSTEM, so please don't."
exit exit
else else
echo -e "\n > No standard desktop environment for user oriented porpuse detected, continuing..." echo -e "\n > No standard desktop environment \'$de\' for user oriented porpuse detected, continuing..."
fi fi
done done
@ -624,12 +624,12 @@ do
esac esac
done done
if [ "$JIB_RES" = "720" ]; then if [ "$JIBRI_RES" = "720" ]; then
JIBRI_RES_CONF="\"1280x720\"" JIBRI_RES_CONF="\"1280x720\""
JIBRI_RES_XORG_CONF="1280 720" JIBRI_RES_XORG_CONF="1280 720"
fi fi
if [ "$JIB_RES" = "1080" ]; then if [ "$JIBRI_RES" = "1080" ]; then
JIBRI_RES_CONF="\"1920x1080\"" JIBRI_RES_CONF="\"1920x1080\""
JIBRI_RES_XORG_CONF="1920 1080" JIBRI_RES_XORG_CONF="1920 1080"
fi fi