3
0
Fork 0
forked from mirrors/nixpkgs

calamares: increase default verbosity

This commit is contained in:
Victor Fuentes 2022-06-05 12:35:51 -07:00
parent c50f620c33
commit 4b863a0256
No known key found for this signature in database
GPG key ID: 0A88B68D6A9ACAE0

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," \