Giter Club home page Giter Club logo

Comments (3)

ChristianMertes avatar ChristianMertes commented on August 15, 2024

Got the same result on Linux Mint 17.1 which is based on Ubuntu 14.04.

from pdfpc.

rschroll avatar rschroll commented on August 15, 2024

The good news is that there are only four fatal errors in that mess of output: Two about the Timer issues (change to GLib.Timer) and two about the arguments to get_size(). This latter one seems to have been caused by an error introduced to the gdk vapi file between valac 0.20 and 0.22. I guess we could report that, but....

The bigger problem is that pdfpc is still using gtk2 and gdk2, while the rest of the world has moved on to version 3. I'm sure the version 2 bindings will continue to bit rot in the future. Really, we should update pdfpc to gtk3. Unfortunately, one of the big changes in the 2 to 3 transition was how bitmaps were handled. For most applications, this was a minor detail. For pdfpc, this is a major issue.

For the time being, you can still compile pdfpc with valac 0.20. It's available in the Ubuntu repositories for 14.04 and 14.10 as valac-0.20. Once it's installed, you can switch to using it by default by running sudo update-alternatives --set valac /usr/bin/valac-0.20.

from pdfpc.

ChristianMertes avatar ChristianMertes commented on August 15, 2024

Yeah, I guess all those deprecation warnings don't bode well for the future :/ But thank you so much for that quick fix. I will have a -n option for my upcoming presentation, that's more than I was hoping for really :)

The build as such seems to run fine, except for some comparatively minor issues like some weird placement issues that look like a font/dpi scaling problem and pdfpc only counting every other slide and only displaying those in the overview ... ok, that last one is kind of a bummer. But either way, those seem unrelated to this issue to me so if you want to close this, you can.

from pdfpc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.