Skip to content

zimbatm/fluxboxlauncher

 
 

Repository files navigation

FluxboxLauncher

Build Status LICENSE

Dependances

python-gtk

launch

python ./fluxboxlauncher.py USERNAME

i18n

Create pot file :

pygettext -o fluxboxlauncher.pot ./fluxboxlauncher.py

Compile po file to mo :

msgfmt -o locale/{lang}/LC_MESSAGES/fluxboxlauncher.mo locale/{lang}/LC_MESSAGES/fluxboxlauncher.po

ie : in french

msgfmt -o locale/fr/LC_MESSAGES/fluxboxlauncher.mo locale/fr/LC_MESSAGES/fluxboxlauncher.po

Tests

python3 -m unittest tests/tests.py

Create a Debian package

git clone https://github.com/mothsART/fluxboxlauncher.git
cd fluxboxlauncher
dpkg-buildpackage -us -uc

Create a Nix package

nix-build built.nix

About

Use a gtk editor to configure applications launching on a fluxbox session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Nix 2.5%
  • Shell 0.4%