Skip to content

Manjaro Openbox right-click menu as root

  • Edit /root/.config/obmenu-generator/schema.pl:

    Terminal window
    leafpad /root/.config/obmenu-generator/schema.pl
  • Find the line that says:

    require '/home/root/.config/obmenu-generator/config.pl';

    and change it to read:

    require '/root/.config/obmenu-generator/config.pl';
  • Save the file

Thanks to rfk1ll on the Manjaro forum for this invaluable hint.