Hi! Texmaker, with QT5 support, cannot allow to set the style. It always uses Fusion by default, so I'll attach a patch made by me that fixes that. I just tested it, and working. Reproducible: Always
Created attachment 405388 [details, diff] Patch that fixes the Style settings
Could you please file a bug upstream with this patch and add the url here? I would like to hear what upstream says. https://code.google.com/p/texmaker/issues
(In reply to Justin Lecher from comment #2) > Could you please file a bug upstream with this patch and add the url here? > > I would like to hear what upstream says. > > https://code.google.com/p/texmaker/issues As I see, it's a little bit abandoned, and a few projects still use the Google Code to file issues (which is not bad). Anyway, I reported there, but I don't know how long it takes to solve. I can't assure that. Meanwhile, a patch is not bad.
Yes, I reported that issue, just in case only.
(In reply to jorgicio from comment #4) > Yes, I reported that issue, just in case only. yes, I know. I just added the reference here. How can I test the functionality of the patch?
(In reply to Justin Lecher from comment #5) > (In reply to jorgicio from comment #4) > > Yes, I reported that issue, just in case only. > > yes, I know. I just added the reference here. > > How can I test the functionality of the patch? After patch applied and compiled manually with the ebuild (and installed the respective package), just set the style as an environment variable, or run it from terminal with the style you want passed as a parameter. e.g. texmaker -style gtk
(In reply to jorgicio from comment #6) > (In reply to Justin Lecher from comment #5) > > (In reply to jorgicio from comment #4) > > > Yes, I reported that issue, just in case only. > > > > yes, I know. I just added the reference here. > > > > How can I test the functionality of the patch? > > After patch applied and compiled manually with the ebuild (and installed the > respective package), just set the style as an environment variable, or run > it from terminal with the style you want passed as a parameter. > > e.g. > > texmaker -style gtk I cannot see anydifference. I tried gtk, qtcurve, orion and windows, but it looks all the same.
(In reply to Justin Lecher from comment #7) > (In reply to jorgicio from comment #6) > > (In reply to Justin Lecher from comment #5) > > > (In reply to jorgicio from comment #4) > > > > Yes, I reported that issue, just in case only. > > > > > > yes, I know. I just added the reference here. > > > > > > How can I test the functionality of the patch? > > > > After patch applied and compiled manually with the ebuild (and installed the > > respective package), just set the style as an environment variable, or run > > it from terminal with the style you want passed as a parameter. > > > > e.g. > > > > texmaker -style gtk > > I cannot see anydifference. I tried gtk, qtcurve, orion and windows, but it > looks all the same. It depends on which DE are you using. Of course not if you use a QT5-based DE.
(In reply to Justin Lecher from comment #7) > (In reply to jorgicio from comment #6) > > (In reply to Justin Lecher from comment #5) > > > (In reply to jorgicio from comment #4) > > > > Yes, I reported that issue, just in case only. > > > > > > yes, I know. I just added the reference here. > > > > > > How can I test the functionality of the patch? > > > > After patch applied and compiled manually with the ebuild (and installed the > > respective package), just set the style as an environment variable, or run > > it from terminal with the style you want passed as a parameter. > > > > e.g. > > > > texmaker -style gtk > > I cannot see anydifference. I tried gtk, qtcurve, orion and windows, but it > looks all the same. Also, since QT5, there are only 3 styles: gtk, fusion and windows. There are my screenshots: GTK+: http://gyazo.com/43c7bd12b4a8d023a2e2e8995ee8c468 Fusion: http://gyazo.com/37448a7464f026c6f5fe2dc9da696cce Windows: http://gyazo.com/e0f67a7fa47a26b390f14333c641d33f
Although we normally try to not diverge from upstream I hope this one is for the good. +*texmaker-4.4.1-r1 (24 Jun 2015) + + 24 Jun 2015; Justin Lecher <jlec@gentoo.org> + +files/texmaker-4.4.1-modern-styles.patch, +texmaker-4.4.1-r1.ebuild: + Add support for multiple styles in Qt5, thanks jorgicio for the patch; + http://code.google.com/p/texmaker/issues/detail?id=1511 +