1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Added KDE display setting

This commit is contained in:
Bumsik Kim 2018-05-23 17:12:21 -04:00
parent 6db530301c
commit be02f3dd4a
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6

View file

@ -599,7 +599,7 @@ class Backend(QObject):
if exitCode is not 0:
self.onError.emit(f'Error opening "{running_program}".')
program_list = ["gnome-control-center display", "arandr"]
program_list = ["gnome-control-center display", "kcmshell5 kcm_kscreen", "arandr"]
program = ProcessProtocol(_onConnected, _onReceived, _onReceived, _onEnded, None)
running_program = ''
for arg in program_list: