Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfred82santa/tarrabmecheckergtk
Tarrab.me Ticket Checker GTK
https://github.com/alfred82santa/tarrabmecheckergtk
Last synced: about 4 hours ago
JSON representation
Tarrab.me Ticket Checker GTK
- Host: GitHub
- URL: https://github.com/alfred82santa/tarrabmecheckergtk
- Owner: alfred82santa
- License: gpl-2.0
- Created: 2013-12-26T17:55:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T21:22:00.000Z (over 9 years ago)
- Last Synced: 2023-03-29T19:23:36.539Z (over 1 year ago)
- Language: Python
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Tarrab.me Checker Gtk
=====================.. _TarrabServer: https://github.com/alfred82santa/tarrabserv/
.. _screenshots: docs/source/screenshots.rstTicket checker for events. Gtk3 client for TarrabServer_.
Look at screenshots_.
Install requirements
====================It must be execute in a Gnome 3.12 environment.
.. code-block:: bash
$ sudo apt-get install gobject-introspection gir1.2-soup-2.4 gir1.2-gtk-3.0 \
gir1.2-gtkclutter-1.0 gir1.2-gstreamer-1.0 gir1.2-clutter-gst-1.0 \
gir1.2-glib-2.0 gir1.2-gudev-1.0 gir1.2-gdkpixbuf-2.0 \
python3 python3-gi pulseaudio gstreamer1.0-pulseaudio gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad
PulseAudio Config
-----------------Tarrab.me Checker Gtk needs pulseaudio access via dbus. So you must add below line to ``/etc/pulse/default.pa`` file
and reboot pulseaudio... code-block::
load-module module-dbus-protocol
Run application
===============On project root directory:
.. code-block:: bash
$ make buildrun