Page 1 of 1

freetuxtv problems

PostPosted: Apr 29th, '18, 12:00
by nwtmg
Hi, is a

From uname -r 4.14.30-desktop-3.mga6 . I have 6.6 of freetuxtv and it is not working. I have been checking the various web site for info and there is a consensus that an upgrade to 6.8 is required. Downloaded and unzipped and configed with the following error

Code: Select all
checking for GTK... yes
checking for GLIB... yes
checking for GOBJECT... yes
checking for GIO... yes
checking for DBUS_GLIB... no
configure: error: Package requirements (dbus-glib-1 >= 0.74) were not met:

No package 'dbus-glib-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_GLIB_CFLAGS
and DBUS_GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


Thanking you in advance for assistance.

Re: freetuxtv problems

PostPosted: Apr 29th, '18, 14:51
by doktor5000
You are missing the development package containing dbus-glib headers.
Easiest thing would be to install all build dependencies of the src.rpm via
Code: Select all
urpmi --buildrequires http://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/6/SRPMS/core/release/freetuxtv-0.6.6-6.mga6.src.rpm


Apart from that, you should probably report a bug if the version from the repos is not working: https://wiki.mageia.org/en/How_to_report_a_bug_properly
For completeness's sake and also to allow others to follow up on that bug report, please also post the link to it here in the thread, thanks.

Re: freetuxtv problems

PostPosted: Apr 30th, '18, 21:13
by nwtmg
Thanks for the response. Install and compile successful but still having the following errors. This is occurring with all selected stations.


Code: Select all
An error occurred while playing channel 'France 24 English' : mms://stream1.france24.yacast.net/f24_liveen

If the problem persist, you can report that the link is dead at http://database.freetuxtv.net/

Re: freetuxtv problems

PostPosted: Apr 30th, '18, 23:29
by doktor5000
You should probably run freetuxtv from a terminal and post the complete output here. Or maybe ask here: https://github.com/freetuxtv/freetuxtv/issues

Re: freetuxtv problems

PostPosted: May 1st, '18, 21:22
by nwtmg
Thanks for your help. Ran freetuxtv in terminal and here is the output. Will also check that link.

Code: Select all
[FreetuxTV]    INFO       : Compiled with GTK3
[FreetuxTV]    INFO       : Compiled with LibVLC version 3.0.0
[FreetuxTV]    INFO       : Compiled with libnotify version 0.7.7

(freetuxtv:10067): Gtk-WARNING **: Theme parsing error: gtk.css:102:28: The :prelight pseudo-class is deprecated. Use :hover instead.

(freetuxtv:10067): Gtk-WARNING **: Theme parsing error: gtk.css:112:35: The :prelight pseudo-class is deprecated. Use :hover instead.

(freetuxtv:10067): Gtk-WARNING **: Theme parsing error: gtk.css:154:31: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(freetuxtv:10067): Gtk-WARNING **: Theme parsing error: gtk.css:155:24: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(freetuxtv:10067): Gtk-WARNING **: Theme parsing error: gtk.css:184:27: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(freetuxtv:10067): Gtk-WARNING **: Theme parsing error: gtk.css:185:29: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(freetuxtv:10067): Gtk-WARNING **: Theme parsing error: gtk.css:205:34: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(freetuxtv:10067): Gtk-WARNING **: Theme parsing error: gtk.css:226:34: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.
[FreetuxTV]    INFO       : Loading FreetuxTV 0.6.8
[FreetuxTV]    INFO       : Loading user interface from path /usr/share/freetuxtv/ui
[FreetuxTV]    INFO       : Initializing user interface
[GMMKeys]      INFO       : Initialize
[GMMKeys]      INFO       : Activating media player keys
[GMMKeys]      CRITICAL   : Unable to grab media player keys: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
[FreetuxTV]    INFO       : Using user configuration dir: /home/xxxx/.config/FreetuxTV
[FreetuxTV]    INFO       : DBSync open database
[DBEvolution]  INFO       : Starting database evolution
[DBEvolution]  INFO       : Current database version is 0.6.0.2
[FreetuxTV]    INFO       : DBSync close database
[FreetuxTV]    INFO       : Loading config file /home/xxxx/.config/FreetuxTV/config.ini
[FreetuxTV]    INFO       : Creating media player widget
[FreetuxTV]    INFO       : Initializing LibVLC instance
[LibVLC-Gtk]   INFO       : Using instance vlc with 2 options [--no-xlib --no-ignore-config]
[FreetuxTV]    INFO       : DBSync open database
[FreetuxTV]    INFO       : Loading the list of channels
[FreetuxTV]    INFO       : Loading the list of recordings
[FreetuxTV]    INFO       : DBSync close database
[FreetuxTV]    INFO       : Showing the main window, hide splashscreen


Re: freetuxtv problems

PostPosted: May 2nd, '18, 00:02
by doktor5000
nwtmg wrote:Ran freetuxtv in terminal and here is the output.

Does not seem like it shows anything about playing any stream. Did you just start it and only posted the output about that?