Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.4k stars 854 forks source link

What's wrong with MenuBar and controls?! #243

Open EXL opened 9 years ago

EXL commented 9 years ago

I tried to compile your application on kUbuntu 15.04 (released the day before yesterday) and I got the wrong displaying MenuBar and controls. The MenuBar looks completely transparent!

MenuBar bug

And a controls "as if hanging in the air"!

Controls bug

But other applications, which using QtQuick Controls (e. g. I run the QtQuick TextEditor example from Qt) looks great.

QtQuick Controls

Please tell me how to get the fix of this bug. Thanks!

My log:

Starting /storage/exl/Projects/build/cool-retro-term-Desktop_Qt_5_4_1_GCC_64bit-Release/cool-retro-term...
kf5.kiconthemes: "Theme tree: (Breeze)"
default KB_LAYOUT_DIR:  "/storage/exl/Projects/build/cool-retro-term-Desktop_Qt_5_4_1_GCC_64bit-Release/qmltermwidget/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_42::close()
loadAllColorSchemes
Session::run() - program: "/bin/bash"
Session::run() - arguments: ("")
started!

I use official Qt 5.4.1 from qt.io gcc (Ubuntu 4.9.2-10ubuntu13) 4.9.2 KDE Plasma Version: 5.2.2 Qt Version: 5.4.1 Kernel Version: 3.19.0-15-generic OS Type: 64-bit

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/12071958-what-s-wrong-with-menubar-and-controls?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).
Swordfish90 commented 9 years ago

Sorry for the very late response. could you please comment the line:

color: "#00000000"

in app/qml/main.qml and recompile the application please?

EXL commented 9 years ago

Thank you. This fix problem with transparent MenuBar. But the widgets in the settings dialog look very strange. I think this problem is because of the white background in the settings dialog.

mhidro commented 7 years ago

Had the same problem

Commented out color: "#00000000" in app/qml/main.qml that fixed it.

giacecco commented 7 years ago

I've used the same workaround @mhidro suggests, however now it looks like this :-(

screenshot from 2017-09-26 13-10-51