Difference between revisions of "Kino"

From Linuxintro
(QqxWlQGTkoZ)
(DJXzZLhUraovbrlyF)
Line 1: Line 1:
Cool app. Has loads of games installed in no-time!One meeancenhnt request, if I may  please add a  Loading  screen, or disable the Play  button once pressed, and it's loading the game, or make it change colour to show it's been pressed.I ended up with some games loading a few times, as I clicked it a few times, as nothing seemed to be happening Oh, and add in more games ASAP (Assassins Creed, anyone?)    Thankx!
+
Awesome! Thanks for the docs!As for the packaging stuff, in Fedora it's:Gtk-3.0.typelib: gtk3GUdev-1.0.typelib: iuegldbv1Notify-0.7.typelib: libnotifyIn fact you can basically just figure it out by doing  rpm -qf /usr/lib/girepository-1.0/LIBNAME* , e.g.:[wwoods@kraid ~]$ rpm -qf /usr/lib/girepository-1.0/Atk*atk-2.0.0-1.fc15.i686Actually, we could probably find those requirements automatically at package build time. Hmmm

Revision as of 02:41, 24 March 2012

Awesome! Thanks for the docs!As for the packaging stuff, in Fedora it's:Gtk-3.0.typelib: gtk3GUdev-1.0.typelib: iuegldbv1Notify-0.7.typelib: libnotifyIn fact you can basically just figure it out by doing rpm -qf /usr/lib/girepository-1.0/LIBNAME* , e.g.:[wwoods@kraid ~]$ rpm -qf /usr/lib/girepository-1.0/Atk*atk-2.0.0-1.fc15.i686Actually, we could probably find those requirements automatically at package build time. Hmmm