Giter Site home page Giter Site logo

Comments (11)

ruben2020 avatar ruben2020 commented on June 1, 2024

Is this Ubuntu 19.10 or Lubuntu 19.10? Is it LXDE or LXQt?

from codequery.

LSergM avatar LSergM commented on June 1, 2024

This is Lubuntu 19.10.
I am not sure about second question but It looks like

  • Finding desktop environment...found as 'LXDE'

from codequery.

LSergM avatar LSergM commented on June 1, 2024

I played around with different settings of Icons Theme and got following result

codequery
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/8x8/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/16x16/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/22x22/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/24x24/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/32x32/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/48x48/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/256x256/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/512x512/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/scalable/legacy/"
Invalid Context= "UI" line for icon theme: "/usr/share/icons/Adwaita/scalable/ui/"
osboxes@osboxes:/home/Share$ codequery
osboxes@osboxes:/home/Share$ codequery
osboxes@osboxes:/home/Share$ codequery
Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/16/"
Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/22/"
Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/24/"
Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/32/"
Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/48/"
Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/64/"
Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/128/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/8x8/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/16x16/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/22x22/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/24x24/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/32x32/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/48x48/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/256x256/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/512x512/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/scalable/legacy/"
Invalid Context= "UI" line for icon theme: "/usr/share/icons/Adwaita/scalable/ui/"
osboxes@osboxes:/home/Share$ codequery
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/8x8/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/16x16/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/22x22/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/24x24/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/32x32/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/48x48/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/256x256/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/512x512/legacy/"
Invalid Context= "Legacy" line for icon theme: "/usr/share/icons/Adwaita/scalable/legacy/"
Invalid Context= "UI" line for icon theme: "/usr/share/icons/Adwaita/scalable/ui/"

from codequery.

ruben2020 avatar ruben2020 commented on June 1, 2024

Did you build for Qt5 or Qt4?

from codequery.

LSergM avatar LSergM commented on June 1, 2024

I used Qt 5 to build it.

from codequery.

ruben2020 avatar ruben2020 commented on June 1, 2024

To get rid of the error "Icon theme elementary not found", use this:
sudo apt-get install elementary-icon-theme

However, the closing of CodeQuery after fixing that, only happens with Lubuntu 19.10. It does not happen with Ubuntu 19.10. It also does not happen with Lubuntu 18.04. I use Arch Linux and it also does not happen on the latest Arch Linux.

So, I think this is a problem of Lubuntu 19.10.

from codequery.

ruben2020 avatar ruben2020 commented on June 1, 2024

Using CodeQuery based on Qt4 does not have this problem on Lubuntu 19.10. Using CodeQuery based on Qt5 does not have this problem on Ubuntu 19.10. Would you consider switching to Ubuntu 19.10?

from codequery.

LSergM avatar LSergM commented on June 1, 2024

After rebuilding CodeQuery by Qt4 I was able to open a db file. So this is great.
But than I have tried to use grep command and got segmentation fault

Reading symbols from codequery...
(No debugging symbols found in codequery)
[New LWP 4350]
[New LWP 4353]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `codequery'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000055d02259515a in strrevcmp(QString, QString) ()
[Current thread is 1 (Thread 0x7f2776751640 (LWP 4350))]

from codequery.

ruben2020 avatar ruben2020 commented on June 1, 2024

Thanks. I just fixed the segmentation fault and committed to the develop branch. But there is still some problem with the function list on the bottom left when using grep. Still need to check that.

from codequery.

ruben2020 avatar ruben2020 commented on June 1, 2024

Good news @LSergM - I have fixed the function list bug for grep. Now committed to the develop branch. I guess we can soon approach release of a new version. Please do try it out and let me know if you're satisfied with it. Thank you very much for your support.

from codequery.

LSergM avatar LSergM commented on June 1, 2024

@ruben2020 I have tested the new update and it looks great. Thank you for your work and help.

from codequery.

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.