Giter VIP home page Giter VIP logo

Comments (7)

artmg avatar artmg commented on July 2, 2024

Last change to this code was 26th July, replacing

QList<QRectF> results = doc->page(page)->search(searchHits[i], Poppler::Page::CaseInsensitive);

with

//#if QT_VERSION < 0x050000
//  QList<QRectF> results = doc->page(page)->search(searchHits[i], Poppler::Page::CaseInsensitive);
//#else
  QList<QRectF> results = doc->page(page)->search(searchHits[i], Poppler::Page::IgnoreCase);
//#endif

baumgarr/nixnote2@3330f9c

from nixnote2-packaging.

artmg avatar artmg commented on July 2, 2024

According to launchpad build history the last successful build for trusty was 2017-07-26, making it rather likely it was this commit that makes it fail. Unfortunately the system did not raise an exception at the time.

from nixnote2-packaging.

robert7 avatar robert7 commented on July 2, 2024

I could try to fix this, if you think this is still needed (actually this also stops me to build the AppImage with Trusty).

from nixnote2-packaging.

artmg avatar artmg commented on July 2, 2024

This repo has now been deprecated, in favour of the debian build inside https://github.com/robert7/nixnote2 (which now seems to avoid using poppler at all) and which has stable builds for Xenial 16.04 LTS.

This issue is being closed as Won't Fix. Apologies

from nixnote2-packaging.

robert7 avatar robert7 commented on July 2, 2024

I know about it and I will it maybe fix it (but I'm not sure, if it is worth the effort).

from nixnote2-packaging.

artmg avatar artmg commented on July 2, 2024

Trusty LTS only has 6 months left to run, so I doubt it is it worth it

from nixnote2-packaging.

robert7 avatar robert7 commented on July 2, 2024

ok :)

from nixnote2-packaging.

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.