How can i if possible disable the Run command dialog?. It keeps appearing even if i don't press the Key combination. ( I have disabled the Key combination ALT+f2)
Disable it as in prevent it from ever running again, EVER.
How can i if possible disable the Run command dialog?. It keeps appearing even if i don't press the Key combination. ( I have disabled the Key combination ALT+f2)
Disable it as in prevent it from ever running again, EVER.
You can disable the Run Command dialog by creating an custom definition in the file kdeglobal.
You can find the kdeglobals file under your home dir.
#cd /your-home-dir/.kde/share/config
#vim kdeglobals
Add the entry like
[KDE Action Restrictions][$i]
run_command=false
Here is the help link for kde system admin
Im running KDE at this momemnt, so cant tell you the exact steps,
you can find keyboard shortcuts menu in kde control center,
KDE Control Center -> Accessibility -> Keyboard Shortcuts ...
Try if you have can disable it from there.