5

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.

Uri Herrera
  • 14,866

2 Answers2

4

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

Mughil
  • 1,622
-1

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.

Rajesh Pantula
  • 1,627
  • 1
  • 14
  • 17