Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-braswell/pybootchartgui_wip
this is a quick rework of pybootchartgui, mainly done for the sake of antiX (sysVinit) and other debian linux distros not using systemd. due to the package's age, there have been several deprecations.
https://github.com/t-braswell/pybootchartgui_wip
antix bootchart debian gobject-introspection gtk2 init python python3 sysvinit
Last synced: 13 days ago
JSON representation
this is a quick rework of pybootchartgui, mainly done for the sake of antiX (sysVinit) and other debian linux distros not using systemd. due to the package's age, there have been several deprecations.
- Host: GitHub
- URL: https://github.com/t-braswell/pybootchartgui_wip
- Owner: t-braswell
- License: gpl-2.0
- Created: 2024-03-27T18:56:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T20:15:43.000Z (7 months ago)
- Last Synced: 2024-10-04T21:59:58.994Z (about 1 month ago)
- Topics: antix, bootchart, debian, gobject-introspection, gtk2, init, python, python3, sysvinit
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pybootchartgui_wip
this is a quick rework of pybootchartgui, mainly done for the sake of antiX (sysVinit) and other linux distros not using systemd. with bootchartd folded into systemd, this package has fallen out of use.
Due to the package's age, there have been several deprecations:
1. dependencies include python (2.7); has beenupdated to python3. the same is true of the dependency python-cairo, this has been updated to python3-cairo. Trivial and finished.
2. python-gtk2 is deprecated, and there as been an attempt to move to Gobject-introspection
(see https://packages.debian.org/buster/python-gtk2 and https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting)
as a result, the gui.py script needs to be reworked Gobject, and the new dependencies need to be noted.# TODO
1. rework gui.py for Gobjects
2. replace python-gtk2 dependency in /DEBIAN/contorl to reflect new dependencies
3. fix checksums