mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
Submodules / Forks
This directory contains submodules referenced by this repository. Mostly forks of existing software tweaked to patch things to fix certain problems.
Note about cloning
If you simply git clone'd this repository these directories may be empty. If so, run git submodule update --init --recursive to make sure these submodules are also cloned.
xfce-winxp-tc-panel
This is a fork of xfce4-panel which patches a few things such as removing borders and fixing external plugin backgrounds. It is recommended to install this so that the Start button looks correct.
To install this fork:
cdintoxfce-winxp-tc-panel/packaging(it should already be on thetest-bordersbranch, but you can check withgit status)- Build the packages by running these scripts:
./pack-libxfce4panel-2.0.sh./pack-xfce4-panel.sh
- Install the generated packages with:
sudo dpkg -i libxfce4panel-2.0-4.debsudo dpkg -i xfce4-panel.deb
You must then restart the panel, logging off and back on is sufficient to do this.
(In future I will hopefully tidy up the fork and see if the patches can be merged with upstream)