Last active
September 17, 2025 09:20
-
-
Save torsten-online/713c82ad31c5300f09c6156d6013994c to your computer and use it in GitHub Desktop.
Revisions
-
torsten-online revised this gist
Sep 17, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,4 @@ Have a lot of Fun with OpenSuSE MicroOS! ## Author - [torsten-online](https://github.com/torsten-online) from [blog.open-source.cloud](https://blog.open-source.cloud) -
torsten-online revised this gist
Feb 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This will fix the discover software management issue with policykit. Don't mix that wheel group permission with the sudo group wheel. IT dont have to be used, together - to get it work! Please remember, that users with group wheel gots the admin permission for policykit tasks at discover software updates! Easy. Thats it! -
torsten-online revised this gist
Feb 5, 2023 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,9 @@ usermod -aG wheel username This will fix the discover software management issue with policykit. Don't mix that wheel group permission with the sudo group wheel. IT dont have to be used, together - to get it work! Please remember, that users with group wheel gots the admin permission for policykit tasks at discover! Easy. Thats it! -
torsten-online revised this gist
Feb 5, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## OpenSuSE MicroOS - KDE Discover asking for User/Admin-Password by running Updates (again and again...) If you get any policykit issue, by running some software updates over Discover at KDE, even when system patches will be installed, the default installation of OpenSUSE Micro is missing the wheel group, which gots checked by policykit. -
torsten-online created this gist
Feb 5, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ ## Software Management Discover asking for User/Admin-Password by running Updates (again and again...) If you get any policykit issue, by running some software updates over Discover at KDE, even when system patches will be installed, the default installation of OpenSUSE Micro is missing the wheel group, which gots checked by policykit. I dont recommend to modify / add any rules to policykit, so if you dont want be asked again and again for the user password, simply add the wheel group and your users to that group! ```` groupadd wheel usermod -aG wheel username ```` This will fix the discover software management issue with policykit. Please remember, that users with group wheel gots the admin permission for policykit! Easy. Thats it! Have a lot of Fun with OpenSuSE MicroOS! ## Author - [torsten-online](https://github.com/torsten-online) from [linux.schule](https://linux.schule)