[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-03-20 Thread Doctor Rover
Installing qt5-style-plugins and export QT_QPA_PLATFORMTHEME=gtk2 works for me. 
Great! Thank you for the clue.
But I believe that this must be enabled by default and absence of this package 
in the default installation is actually the bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-03-20 Thread Doctor Rover
** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-03-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-02-23 Thread Andrew Shadura
Oh, I found it, in was in my ~ :D

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-02-23 Thread Andrew Shadura
I've just ran into this issue once again on a freshly installed Ubuntu.
It exports QT_STYLE_OVERRIDE=gtk somewhere, and that makes e.g. Dropbox
not work correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-02-23 Thread Andrew Shadura
Oh, in fact it's the same with other Qt5 apps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-09-02 Thread Andrew Shadura
Yes, indeed, this variable is set to gtk, not gtk2, and I can't find
what sets it, and my attempts to override it fail :/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-09-02 Thread Andrew Shadura
Of course, I can try to forcefully upgrade to 5.8, but I'd rather not do
that unless absolutely necessary.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-06-18 Thread Dmitry Shachnev
Can it be that you have QT_STYLE_OVERRIDE=gtk exported somewhere? I have
just seen a user with that environment variable and similar symptoms,
and removing that line helped.

There is no style named “gtk” in Qt 5 (only “gtk2”), so Qt (< 5.8) falls
back to the first available style (most likely the “bb10dark” which
looks ugly). This behavior was fixed in Qt 5.8 in
http://code.qt.io/cgit/qt/qtbase.git/commit/?id=76746ddab6f.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-06-04 Thread Dmitry Shachnev
I think you meant to attach something different…

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-06-04 Thread Andrew Shadura
I know, I tried that, it doesn't work.

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-06-04 Thread Andrew Shadura
Let me illustrate that.

** Attachment added: "2017-06-04_21-23-46.png"
   
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+attachment/4888981/+files/2017-06-04_21-23-46.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-06-04 Thread Dmitry Shachnev
Hi Andrew!

In Qt 5.7, the GTK+ support was restructured:

* qt5-gtk-platformtheme contains GTK+ 3 platform theme *only* (i.e. native 
dialogs and icon theme).
* qt5-style-plugins contains GTK+ 2 platform theme *and* style.

So if you want the old GTK+ style, then the correct solution is install
qt5-style-plugins and export QT_QPA_PLATFORMTHEME=gtk2.

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695618

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs