There was an error while loading. Please reload this page.
1 parent 3046251 commit 5064335Copy full SHA for 5064335
1 file changed
src/plasmoid/package/contents/ui/FullRepresentation.qml
@@ -32,7 +32,7 @@ ColumnLayout {
32
33
property string execName: 'kde-material-you-colors'
34
property string execPath: ""
35
- property string checkBackendCommand: 'ps -o user,pid,cmd -C '+execName+' --no-headers | grep -e "'+username+'" | grep -v "<defunct>" | grep -ve "--version" | grep "" | awk \'{print $2}\''
+ property string checkBackendCommand: 'ps -o user:256,pid,cmd -C '+execName+' --no-headers | grep -e "'+username+'" | grep -v "<defunct>" | grep -ve "--version" | awk \'{print $2}\''
36
property string startBackendCommand: execPath
37
property string autoStartBackendCommand: execPath + ' --autostart;' + execPath
38
property string backendVersionCommand: execPath + ' --version'
0 commit comments