README 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. To install this run the setup.py script as root:
  2. chmod +x setup.py
  3. ./setup.py install
  4. It will place the main fluxStyle executable in /usr/bin
  5. It will also make a dir in /usr/share/fluxstyle-1.0 for all the
  6. files that fluxStyle uses. fluxStyle depends on libglade, and pygtk 2.4 or newer
  7. 2.6+ is recommended.
  8. fluxStyle looks only in the users ~/.fluxbox/styles folder for
  9. styles by default, to change the locations fluxstyle looks edit the config file
  10. that it makes called ".fluxStyle.rc" located in the users $HOME dir.
  11. A 'preview.jpg' in the ~/.fluxbox/styles/yourStyle/preview.jpg is required or you will
  12. get the default 'none' showing that informs you what to do to get a preview. Several
  13. style makers are creating compliant styles. http://tenr.de/ is one.
  14. I have the package with preview images up for
  15. download at: http://errr-online.com/fluxbox/
  16. If you have any problems using this app please feel free to let me know how I can make
  17. it eaiser to use. email: errr(at)errr-online(dot)com
  18. or see me in IRC on chat.freenode.net in #fluxbox. Removal
  19. of this app is not exactly simple. as root:
  20. rm -rf /usr/share/fluxstyle-1.0
  21. rm -rf /usr/bin/fluxStyle
  22. rm -rf /usr/lib/python(your version)/site-packages/fluxstyle/
  23. and it will be gone.
  24. ###################################################################
  25. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  26. Common problems after install
  27. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  28. ###################################################################
  29. Sometimes people have said they have permission problems after installing
  30. this is because of your umask. To solve the problem make sure all the
  31. file installed by fluxstyle are worl readable: chmod a+r
  32. Next the fluxStyle binary in /usr/bin will need to be: chmod a+rx