https://bugs.kde.org/show_bug.cgi?id=181477
the SAG <stehen.sel...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|RESOLVED |REOPENED Platform|Compiled Sources |Debian stable CC| |stehen.sel...@gmail.com Resolution|FIXED |--- --- Comment #14 from the SAG <stehen.sel...@gmail.com> --- Bug #181477 still exists and is manifesting itself on my system. Running KDE Plasma 5.7 ; root>> trifid:~/status # uname -a Linux trifid 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux Debian buster, updated. as of today. The quicklaunch button is configured and the resulting desktop file is : stephen@trifid:~/.local/share/applications$ cat do-mouse.desktop [Desktop Entry] Categories=System;Utility Comment[en_US]= Comment= Exec=/home/stephen/bin/IPtools/do-mouse GenericName[en_US]=do-mouse click on youtube window GenericName=do-mouse click on youtube window Icon=mlterm-icon-24colors-1 MimeType= Name[en_US]=mouse Name=mouse Path=/home/stephen StartupNotify=false Terminal=false TerminalOptions= Type=Application X-DBUS-ServiceName= X-DBUS-StartupType=unique X-Desktop-File-Install-Version=0.23 X-KDE-SubstituteUID=false X-KDE-Username= the shell script I am launching is very simple and is : #!/bin/bash export DISPLAY=:0.0 /bin/xdotool getmouselocation --shell /bin/xdotool mousemove 2083 551 /bin/xdotool getmouselocation /bin/xdotool click 1 /bin/xdotool mousemove 853 542 /bin/xdotool click 1 and the error message in the dialog is : KDEInit could not launch '/home/stephen/bin/IPtools/do-mouse' which, of course, *does* successfully get launched. What gives? -- You are receiving this mail because: You are watching all bug changes.