Remove duplicate buttons using xfconf-query for xfce-based VM#261
Conversation
In the gnome-based template, xsettingsd was used to remove duplicate buttons. However, since xfce-based templates use xfsettingsd, xfconf-query is called at session startup to perform the same configuration.
|
Hm, looking at this more, there is a significant issue with this approach: it also disables buttons in So, I'm afraid it needs to be a bit smarter. Maybe a script that saves old value to a file in user home (somewhere in |
This is a strange behavior of XFCE, but when only the
Wouldn't it be sufficient to simply skip it when guivm service is enabled? |
In the gnome-based template, xsettingsd was used to remove duplicate buttons. However, since xfce-based templates use xfsettingsd, xfconf-query is called at session startup to perform the same configuration.
Previously: #256