Giter VIP home page Giter VIP logo

qtintegration's Introduction

Qt applications integration

License GitHub release GitHub issues CI

Qt applications integration with the Liri desktop environment.

The plugins included in this repository use Qt private APIs, hence you have to rebuild it every time Qt is updated.

Contains:

  • Platform theme plugin.
  • Client-side decoration for Qt applications on Wayland.

Material Decoration

Set QT_WAYLAND_DECORATION=material in the environment to see Qt applications using Material Design window decorations in a Wayland session.

Make sure QT_WAYLAND_DISABLE_WINDOWDECORATION is not set, otherwise Qt will not use any client-side decoration.

Dependencies

Qt >= 6.6.0 with at least the following modules is required:

And the following modules:

Installation

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary

Replace /path/to/prefix to your installation prefix. Default is /usr/local.

Licensing

Licensed under the terms of the GNU Lesser General Public License version 3 or, at your option, any later version.

qtintegration's People

Contributors

ibelieve avatar plfiorini avatar schnitzeltony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qtintegration's Issues

Rename repository

Since this repository now contains multiple plugins to integrate the Liri desktop environment with Qt, we should change name.

QtWayland shell integration for layer shell

We currently use a QML library for layer shell on the client side that doesn't integrate very well with the platform plugin.
Windows are made visible as soon as they are configured and when they are hidden and shown again, they are not recreated.
Also, it's hard to handle popup and modal windows but with a shell integration plugin we could hide all those details very well.

The idea is to make a LayerSurface interface exposed to clients written with QML, then the shell integration plugin finds the interface associated with the window and gets all the layer surface attributes from it.
While the shell integration plugin depends on a private API and will need to be rebuilt every time Qt is updated, the interface can be public.

Drop layer shell

LayerShellQt recently became useful to applications written with QML.
With the transition to Qt 6 and KF6 we can use the latest version of LayerShellQt that has QML support.
We drop our code in favor of a dependency that is already on all Linux distributions.

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.