pawelsalawa / sqlitestudio

A free, open source, multi-platform SQLite database manager.
https://sqlitestudio.pl
Other
4.65k stars 571 forks source link

Linux maintaining compliance #3871

Open tieugene opened 3 years ago

tieugene commented 3 years ago

During packaging subj into rpm I found next ~bugs~ chellenges:

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.


But it is compilable, thank you.
pawelsalawa commented 3 years ago

Qt Xcb plugin failed to load. Do you have several Qt versions installed? It looks like your Qt has some issues.

tieugene commented 3 years ago

Qt Xcb plugin failed to load. Do you have several Qt versions installed? It looks like your Qt has some issues.

No, the only qt5-5.15.1 from official Fedora 33 repo (in rpms). And no one application from sources. RPMs only.

pawelsalawa commented 3 years ago

Please have a look if this helps: https://forum.qt.io/topic/93247/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it-was-found/5

tieugene commented 3 years ago

Please have a look if this helps: https://forum.qt.io/topic/93247/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it-was-found/5

I cannot repeat the bug - application starts ok. (?..)

Another problem - now I cannot close it in normal way. There is no "File - Quit" or something like this. Is it bug or feature?

srgonzalezz commented 5 months ago

In my case, I use a debian distribution. I installed Libxcb following the instructions here under the header of Libxcb.

Ubuntu/Debian: sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev

Other distributions are listed there.