calamares: increase default verbosity

This commit is contained in:
Victor Fuentes
2022-06-05 14:10:36 -07:00
parent c50f620c33
commit 4b863a0256
+1 -1
View File
@@ -57,7 +57,7 @@ mkDerivation rec {
postPatch = ''
# Run calamares without root. Other patches make it functional as a normal user
sed -e "s,pkexec calamares,calamares," \
sed -e "s,pkexec calamares,calamares -D6," \
-i calamares.desktop
sed -e "s,X-AppStream-Ignore=true,&\nStartupWMClass=calamares," \