ports/x11/xfce4/xfce4-whiskermenu/patches/patch-panel-plugin_settings_cpp

14 lines
363 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Dont show switchuser & menueditor by default since they wont work on openbsd
Index: panel-plugin/settings.cpp
--- panel-plugin/settings.cpp.orig
+++ panel-plugin/settings.cpp
@@ -185,6 +185,8 @@ void Settings::load(gchar* file)
{
if (!file)
{
+ command[CommandSwitchUser]->set_shown(false);
+ command[CommandMenuEditor]->set_shown(false);
return;
}