Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rshipp/kapudan
Graphical first-boot configuration tool; a fork of Pardus's "Kaptan", for Chakra.
https://github.com/rshipp/kapudan
chakra chakra-linux desktop kapudan mirror python
Last synced: 3 days ago
JSON representation
Graphical first-boot configuration tool; a fork of Pardus's "Kaptan", for Chakra.
- Host: GitHub
- URL: https://github.com/rshipp/kapudan
- Owner: rshipp
- License: gpl-3.0
- Created: 2013-12-14T06:38:08.000Z (about 11 years ago)
- Default Branch: kf5
- Last Pushed: 2016-10-16T19:55:04.000Z (about 8 years ago)
- Last Synced: 2024-12-22T11:48:29.855Z (12 days ago)
- Topics: chakra, chakra-linux, desktop, kapudan, mirror, python
- Language: Python
- Homepage: http://gitlab.chakralinux.org/tools/kapudan
- Size: 3.54 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kapudan
Graphical first-boot configuration tool. A fork of Pardus's "Kaptan", for
Chakra.## License
GPLv3 (please read the LICENSE file)
## Dependencies
* Python 3
* PyQt5
* KDE Frameworks 5
* Python libraries: Xlib, v4l2capture, PIL## Building & Installation
Build Kapudan without installing to your system:
python3 setup.py build
Running Kapudan after building:
python3 build/kapudan.py
Build and install Kapudan to your system:
python3 setup.py install
## Testing (for Developers)
Build and run the source in a seperate dir:
./go
## Translations
### Developers
To regenerate the translation template, ‘po/kapudan.pot’ (requires
`intltool`):python3 setup.py update_messages
Don’t forget to upload this template to Transifex: https://www.transifex.com/chakra/chakra/
If you plan on releasing a new version of the software shortly, you should
post an announcement on Transifex asking translators to update Kapudan
translations as soon as possible.To retrieve the latest translations (give translators at least two weeks
since the last time you uploaded a modified POT file to Transifex):tx pull -af --minimum-perc=90
Note: You need to install the Transifex client (‘transifex-client’) first.
You will also need to have a Transifex account and configure your credentials
in the ‘~/.transifexrc’ file as described in http://docs.transifex.com/client/setup/If asked to change the host URL in the command line (.net/.com issue), answer ‘n’.
### Translators
If you haven't already, request to be added to the Chakra group on Transifex:
https://www.transifex.com/chakra/chakra/. Edit the translations there.