openSUSE / openSUSEway

dotfiles for Sway on openSUSE
MIT License
82 stars 17 forks source link

YaST not launching / missing polkit policy endless loop #123

Open Albireo67 opened 9 months ago

Albireo67 commented 9 months ago

I am confused by the behavior of YaST, and unsure whether my installation is broken or missing anything. Let me explain:

What's the expected behavior on a fresh installation? No GUI and always ncurses TUI ? Or is my system simply missing some files, hence lacking some features ?

FilippoBonazziSUSE commented 9 months ago

Sorry, I don't use YaST so I don't know. I don't know what package would provide a YaST GUI, and we probably are not including that in openSUSEway because it has not been of interest of any contributor. Likewise, I don't know what .desktop entries are provided by YaST which would be picked up by a launcher, if they are DE-specific or how they are supposed to work. Maybe someone else that uses YaST can advise on the best way to use it in openSUSEway (I suspect it will be the ncurses interface).

ucihariskoding commented 8 months ago

yeah, i found this problems too. after i saw the fix from @Albireo67 , i tried to change "WANTED_GUI=" into "qt" instead of ncurses and it worked fine.

krishjainx commented 5 months ago

@FilippoBonazziSUSE Should we modify the config to take this into account?

FilippoBonazziSUSE commented 5 months ago

I am not sure we want to modify system-wide YaST configuration in openSUSEway. Also not sure how to ship an additional YaST config that would not break its normal usage on another desktop.

krishjainx commented 5 months ago

@FilippoBonazziSUSE Yes, at least not without adding unnecessary complexity. How should we fix this?