Debian Bug report logs - #861321
qml-module-qtquick-controls-styles-breeze: ignores system colour theme

version graph

Package: qml-module-qtquick-controls-styles-breeze; Maintainer for qml-module-qtquick-controls-styles-breeze is Debian/Kubuntu Qt/KDE Maintainers <[email protected]>; Source for qml-module-qtquick-controls-styles-breeze is src:breeze (PTS, buildd, popcon).

Reported by: Salvo Tomaselli <[email protected]>

Date: Thu, 27 Apr 2017 11:03:01 UTC

Severity: normal

Found in version breeze/4:5.8.5-2

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected], Debian/Kubuntu Qt/KDE Maintainers <[email protected]>:
Bug#861321; Package qml-module-qtquick-controls-styles-breeze. (Thu, 27 Apr 2017 11:03:04 GMT) (full text, mbox, link).


Acknowledgement sent to Salvo Tomaselli <[email protected]>:
New Bug report received and forwarded. Copy sent to Debian/Kubuntu Qt/KDE Maintainers <[email protected]>. (Thu, 27 Apr 2017 11:03:04 GMT) (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Salvo Tomaselli <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: qml-module-qtquick-controls-styles-breeze: ignores system colour theme
Date: Thu, 27 Apr 2017 13:01:07 +0200
Package: qml-module-qtquick-controls-styles-breeze
Version: 4:5.8.5-2
Severity: normal

Dear Maintainer,
a QML ui configured to use the breeze theme, for me should use the
same system colour theme, to appear like the other applications.

However this isn't the case, so it appears very different from the
rest of the desktop anyway.

Best

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64
 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages qml-module-qtquick-controls-styles-breeze depends on:
ii  qml-module-qtquick-controls  5.7.1~20161021-2

qml-module-qtquick-controls-styles-breeze recommends no packages.

qml-module-qtquick-controls-styles-breeze suggests no packages.

-- no debconf information



Information forwarded to [email protected], Debian/Kubuntu Qt/KDE Maintainers <[email protected]>:
Bug#861321; Package qml-module-qtquick-controls-styles-breeze. (Thu, 27 Apr 2017 12:03:04 GMT) (full text, mbox, link).


Acknowledgement sent to Maximiliano Curia <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian/Kubuntu Qt/KDE Maintainers <[email protected]>. (Thu, 27 Apr 2017 12:03:04 GMT) (full text, mbox, link).


Message #10 received at [email protected] (full text, mbox, reply):

From: Maximiliano Curia <[email protected]>
To: Salvo Tomaselli <[email protected]>, [email protected]
Subject: Re: Bug#861321: qml-module-qtquick-controls-styles-breeze: ignores system colour theme
Date: Thu, 27 Apr 2017 14:01:39 +0200
[Message part 1 (text/plain, inline)]
¡Hola Salvo!

El 2017-04-27 a las 13:01 +0200, Salvo Tomaselli escribió:
> Package: qml-module-qtquick-controls-styles-breeze 
> Version: 4:5.8.5-2 
> Severity: normal

> a QML ui configured to use the breeze theme, for me should use the 
> same system colour theme, to appear like the other applications.

Which application? How was it configured? Why is this being reported to the 
qml-module-qtquick-controls-styles-breeze package and not to the corresponding 
application?

> However this isn't the case, so it appears very different from the 
> rest of the desktop anyway.

It's up to the application developer to use the corresponding system colors. A 
developer can always force the colors/styles to something else.

Happy hacking,
-- 
"Seek simplicity, and distrust it." -- Whitehead's Rule
Saludos /\/\ /\ >< `/
[signature.asc (application/pgp-signature, inline)]

Information forwarded to [email protected], Debian/Kubuntu Qt/KDE Maintainers <[email protected]>:
Bug#861321; Package qml-module-qtquick-controls-styles-breeze. (Thu, 27 Apr 2017 12:24:02 GMT) (full text, mbox, link).


Acknowledgement sent to Salvo Tomaselli <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian/Kubuntu Qt/KDE Maintainers <[email protected]>. (Thu, 27 Apr 2017 12:24:02 GMT) (full text, mbox, link).


Message #15 received at [email protected] (full text, mbox, reply):

From: Salvo Tomaselli <[email protected]>
To: Maximiliano Curia <[email protected]>
Cc: Salvo Tomaselli <[email protected]>, [email protected]
Subject: Re: Bug#861321: qml-module-qtquick-controls-styles-breeze: ignores system colour theme
Date: Thu, 27 Apr 2017 14:20:41 +0200
Because I think the issue is on the library, not the single
application (which is just something I'm developing)

; This file can be edited to change the style of the application
; See Styling Qt Quick Controls 2 in the documentation for details:
; http://doc.qt.io/qt-5/qtquickcontrols2-styles.html

[Controls]
Style=Breeze

This is the setting file to select the style. It's not even part of
the code. It's included in the resource file anyway.

There are no colours at all defined anywhere in the application code.
It is all default values, which, when using a style meant to make the
application look the same as the other breeze ones, should default to
the system colour theme.

The style isn't part of the application, you can even set it from command line
https://doc.qt.io/qt-5/qtquickcontrols2-styles.html#command-line-argument

2017-04-27 14:01 GMT+02:00 Maximiliano Curia <[email protected]>:
> ¡Hola Salvo!
>
> El 2017-04-27 a las 13:01 +0200, Salvo Tomaselli escribió:
>>
>> Package: qml-module-qtquick-controls-styles-breeze Version: 4:5.8.5-2
>> Severity: normal
>
>
>> a QML ui configured to use the breeze theme, for me should use the same
>> system colour theme, to appear like the other applications.
>
>
> Which application? How was it configured? Why is this being reported to the
> qml-module-qtquick-controls-styles-breeze package and not to the
> corresponding application?
>
>> However this isn't the case, so it appears very different from the rest of
>> the desktop anyway.
>
>
> It's up to the application developer to use the corresponding system colors.
> A developer can always force the colors/styles to something else.
>
> Happy hacking,
> --
> "Seek simplicity, and distrust it." -- Whitehead's Rule
> Saludos /\/\ /\ >< `/



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 05:10:52 2025; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.