Difference between revisions of "LXQt"

408 bytes added ,  9 years ago
imported>Qanjaro
imported>Qanjaro
Line 73: Line 73:
===4.===
===4.===


For customising a pure Qt4/5 system you can use the preinstalled qtconfig-qt4 and its qt5 version, [http://qt-apps.org/content/show.php/Qt5+Configuration+Tool?content=168066 qt5ct] which you can easily compile. In addition to the preinstalled qt theme engines you can install <code>qtcurve-qt4</code> and <code>qtcurve-qt5</code> from the repo by:
For customising a pure Qt4/5 system you can use the preinstalled qtconfig-qt4 and its qt5 version, [http://qt-apps.org/content/show.php/Qt5+Configuration+Tool?content=168066 qt5ct] which you can easily compile.
 
After installation you need to put this in your <code>~/.bashrc</code> file:
 
export QT_QPA_PLATFORMTHEME=qt5ct
 
And after a qt5 upgrade you may need to re-install/compile <code>qt5ct</code>. Your customisation by this tool will not be honoured immediately (only) by <code>pcmanfm-qt</code> which runs in your LXQt system in daemon mode. In order for it to honour your customisation you need to re-login.
 
In addition to the preinstalled qt theme engines you can install <code>qtcurve-qt4</code> and <code>qtcurve-qt5</code> from the repo by:


  sudo pacman -S qtcurve-qt4 qtcurve-qt5
  sudo pacman -S qtcurve-qt4 qtcurve-qt5
Anonymous user