projecthamster / xfce4-hamster-plugin

A recreation of the gnome-shell 'hamster project extension' for the xfce4 panel.
http://projecthamster.org
GNU General Public License v2.0
27 stars 8 forks source link

Install permissions on Xubuntu 19.04 #34

Closed GeraldJansen closed 4 years ago

GeraldJansen commented 5 years ago

On Xubuntu 19.04, after ./autogen.sh && make && sudo make install xfce4-panel did not pick up the plugin. I had to manually fix the permissions on /usr/share/xfce4/panel/plugins/ (a+rx).

GeraldJansen commented 5 years ago

( umask 0022 && sudo make install) would protect against non-standard user's umask, as discussed here.