mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-04-29 18:51:18 +00:00
libstartmenu-plugin
This directory contains the source code for the Start menu XFCE panel plugin.
Installation
See the README.MD under /packaging/deb/panel for packaging and installation.
Building
Standard CMake build for the plugin:
mkdir buildcd buildcmake ..- (if you're missing libraries they will be mentioned here)
make
Then you must put the files in the right places in the filesystem:
- Put the compiled
libstartmenu-plugin.soin/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins(adjust for your architecture) - Put
startmenu.desktopin/usr/share/xfce4/panel/plugins - Copy files under
/res/*to/usr/share/winxp/shell-res(you may need to create this directory)
Of course, with subsequent builds you will need to replace libstartmenu.so in the directory specified above, if you're developing.
Keyboard Shortcut
At the moment there is no ability to open the Start menu with the super/Win key - there is an issue open for this however: #86
