Skip to content

A Gui editor (gtk) to configure applications launching on a fluxbox session

Notifications You must be signed in to change notification settings

mothsART/fluxboxlauncher

Repository files navigation

Fluxboxlauncher logo

FluxboxLauncher

Build Status LICENSE

Introduction

Manage application startup when FluxBox is launched : FluxBoxlauncher is a graphical application with drag-and-drop functionality.

Last stable version

Packaging status

  • Ubuntu 18.04, 19.10 and 20.04: PPA

Dependances

python-gtk

launch

./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 flxl/tests/tests.py

Create a Debian package

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

and launch with :

sudo dpkg -i ../fluxboxlauncher_*_all.deb

Create a Nix package

nix-build

install locally :

nix-env -if .

launch locally :

nix run -c fluxboxlauncher

About

A Gui editor (gtk) to configure applications launching on a fluxbox session

Resources

Stars

Watchers

Forks

Packages

No packages published