lxqt / lxqt-qtplugin

LXQt Qt platform integration plugin
https://lxqt.github.io
GNU Lesser General Public License v2.1
24 stars 14 forks source link

Fix include for libdbusmenu-qt, add support for flatpak, fix working on some DEs, add support for working without context menu, add support for Qt <5.10 #52

Closed ilya-fedin closed 4 years ago

ilya-fedin commented 4 years ago

This PR:

ilya-fedin commented 4 years ago

Added the Category field for comptibility with some DEs

mymedia2 commented 4 years ago

Please split your modifications into series of isolated and independent commits. It is unclear at this point what issue solves each change.

... comptibility with some DEs

I discovered that the category property fixes icons in KDE Plasma 5. What other DEs did you mean?

ilya-fedin commented 4 years ago

What other DEs did you mean?

Cinnamon and maybe some others that I not tested

luis-pereira commented 4 years ago

Will review tomorrow. Now I must go to sleep.

ilya-fedin commented 4 years ago
  • Commit f5e1450 needs set(QT_MINIMUM_VERSION "5.7.1") added to the CMakeLists.txt, otherwise the change is meaningful. Qt

fixed

luis-pereira commented 4 years ago

@ilya-fedin commit 74b869accd73bd6eac5985b523d0e9ad050fa332 is technically correct. The message should be more detailed. I need commit https://github.com/lxqt/lxqt-qtplugin/pull/52/commits/713641b5fe1cdd12c851861b4f75cde35d1f2ba0: How does that support flatpak ? I'm confused.

ilya-fedin commented 4 years ago

How does that support flatpak ?

Added explanations to the description of the commit.

luis-pereira commented 4 years ago

@ilya-fedin Thanks. Changed the title to something more terse.