Hi,
can you upload a screenshot somewhere ?

I think I may have found the cause: in widget_helper.c, can you try the
following change:


LIVES_INLINE boolean
lives_scrolled_window_add_with_viewport(LiVESScrolledWindow
*scrolledwindow, LiVESWidget *child) {#ifdef GUI_GTK#if
!GTK_CHECK_VERSION(*3,0,0*)
gtk_scrolled_window_add_with_viewport(scrolledwindow, child);#else
lives_container_add(LIVES_CONTAINER(scrolledwindow),child);#endif





I believe the 3,0,0 should actually be 3,8,0.



Let me know if it fixes the problem please.




Gabriel.




http://lives.sourceforge.net
https://www.ohloh.net/accounts/salsaman


On Tue, Apr 15, 2014 at 4:28 PM, tj <tjdomin...@gmail.com> wrote:

> salsaman <salsaman@...> writes:
>
> >
> >
> >
> > Hi all,
> > I have today released LiVES version 2.2.3. This is a minor update from
> 2.2.2 which fixes a small number of bugs and compilation issues.
> > ChangeLog:Run data processing plugins in both video and audio threads.
> >
> > Fix crash when loading device map (regression).Fix bug which prevented
> audio changes from being recorded when audio analysers are running.Updates
> for gtk+ >= 3.8.Define HAVE_AVFORMAT_FIND_STREAM_INFO in
> decplugin/Makefile.am
> >
> > Workaround for missing av_set_pts_info() in libav.Fix to handle changed
> option order in ffmpeg.Updated translations to Russian, Piemontese, Uk
> English, Spanish and Ukranian.
> > URLS:http://salsaman.home.xs4all.nl/lives/current/LiVES-2.2.3.tar.bz2
> >
> > (source bzip2, 3.4 MB)
> http://salsaman.home.xs4all.nl/lives/current/LiVES-
> 2.2.3.tar.gz
> >
> > (source gzip, 4.7 MB)shasums:-----BEGIN PGP SIGNED MESSAGE-----Hash:
> SHA1sha1sums:31fe4450398b4dfb023bef416f8720d9efd179de  LiVES-
> 2.2.3.tar.bz20a3aa9944148e872b4c5c176326fd60e6db8e2ab  LiVES-
>
> 2.2.3.tar.gzsha256sums:2439ea8e73b5d01349810c9debb50211743733788b8c178279a6e
> c805ae87552  LiVES-
>
> 2.2.3.tar.bz2dccccc26e67b8eb91a7e8abe1ae6dedf674f351dc70a2cbd0e43d753d8246c6
> b  LiVES-2.2.3.tar.gz-----BEGIN PGP SIGNATURE-----
> >
> > Version: GnuPG
>
> v1iEYEARECAAYFAlNKoH0ACgkQ6nIyGQ+AtI24UQCfaJ82FFW+V4PBtN30eOGgZ62o0HMAnjvm3V
> aLwV9Zru39p6i+p41z2QBO=NPw6-----END PGP SIGNATURE-----gpg key fingerprint
> can be found athttp://lives.sourceforge.net/index.php?do=contact
> > Enjoy !
> > Gabriel.
> >
> > http://lives.sourceforge.nethttps://www.ohloh.net/accounts/salsaman
> >
> >
> >
> >
> >
> >
> --------------------------------------------------------------------------
> ----
> > Put Bad Developers to Shame
> > Dominate Development with Jenkins Continuous Integration
> > Continuously Automate Build, Test & Deployment
> > Start a new project now. Try Jenkins in the cloud.
> > http://p.sf.net/sfu/13600_Cloudbees
> >
> > _______________________________________________
> > Lives-users mailing list
> > Lives-users@...
> > https://lists.sourceforge.net/lists/listinfo/lives-users
> >
>
>
> trying out 2.2.3 on ubuntustudio 12.04 and all of the check boxes and drop
> down menus in the options windows are gone. 2.2.2 works fine. just starting
> to look in to it but could it be maybe the absence of libgtk3-perl for
> 12.04?
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> Lives-users mailing list
> Lives-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lives-users
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Lives-users mailing list
Lives-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to