Approach and ideas to reduce the amount of console windows...
Denio888 opened this issue · 1 comments
Since some time i try to reduce the amount of open console windows.
But only sudo -E in console seems to work. So each GUI app has an additional console window open.
My plan is to start GUI apps without additional console window.
With lots of started GUI apps you have as much open console windows and you loose count of it.
Sadly gksu did not work although there is an option to preserve environment variables like sudo -E.
I tried pkexec together with sudo -E, but it is only working with rudimental GUI apps which work without preserving enviroment variables.
Has anyone other approaches to get a double sudo -E working with graphical authentification without a console window?
I thought about hiding annoying console windows, but it seems even that is not possible in an easy practical way.
Are you sure that this is the right project? :)