[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#840065: dolphin: Little problems in parsing strings



Control: tag -1 + confirmed

¡Hola ioann!

El 2016-10-08 a las 00:24 +0300, ioann sys escribió:
Package: dolphin Version: 4:16.04.2-2 Severity: minor

*** Reporter, please consider answering these questions, where appropriate *** I find cosmetic problems in Dolphin application. To reprocedure: root@issh:/home/ioann# dbus-launch dolphin & Click mouse on Control button and select "Configure Dolphin" (or Settings).

That's because dolphin is using the theme configuration provided by qt5, and qt5 tries to "ask" the corresponding backend for the current running desktop through it's platform plugins. But (for qt 5.6) the only useful platform plugins are the kde and lxqt ones, so you'll need to tell qt5 to use one of those.

QT_QPA_PLATFORMTHEME=kde dolphin
(using the kde platform plugin provided by plasma-integration)

QT_QPA_PLATFORMTHEME=lxqt dolphin
(using the lxqt platform plugin provided by lxqt-qtplugin)

In qt 5.7 there is a new gtk3 platform plugin that should provide a useful theme for apps running in a gtk3 based desktop.

Happy hacking,
--
"If you think your users are idiots, only idiots will use it."
-- Linus Torvalds
Saludos /\/\ /\ >< `/

Attachment: signature.asc
Description: PGP signature


Reply to: