Summary: | The menus are often invisible in Rekonq while KWin compositing is active | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Csanád Tóth <toth.csanad> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | biboka, mtadeunet, rsimmons0 |
Priority: | NOR | ||
Version: | 0.6.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Rekonq bug - invisible menus |
Description
Csanád Tóth
2010-10-25 08:22:14 UTC
Does rekonq use graphicssystem -raster or did you set it? (In reply to comment #1) > Does rekonq use graphicssystem -raster or did you set it? Yes, it does. Is it the problem? I've started Rekonq with "--graphicssystem native", and the problem is gone. I'm not alone with this problem. http://www.mail-archive.com/rekonq@kde.org/msg01611.html Rekonq's default graphicssystem is raster. Can I switch back permanently to native? commit ef043a4fb69f68e4a7258e84194c567f64edc51f branch master Author: Andrea Diamantini <adjam7@gmail.com> Date: Mon Oct 25 18:32:50 2010 +0200 Remove raster graphics system by default. This is the cause of some problems with UI (eg: contextual menus not shown), probably related to some HW/driver combinations BUG:255175 CCMAIL:bigbrovar@gmail.com diff --git a/src/main.cpp b/src/main.cpp index 2a5ee52..db6a435 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -189,10 +189,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) kWarning() << "rekonq is already running!"; return 0; } -#if defined(Q_WS_X11) - // On X11, the raster engine gives better performance than native. - QApplication::setGraphicsSystem(QString::fromLatin1("raster")); -#endif + Application app; return app.exec(); commit f936bf03e85e511a88bf96df1e3cede390776735 branch Branches.0.6 Author: Andrea Diamantini <adjam7@gmail.com> Date: Mon Oct 25 18:32:50 2010 +0200 Remove raster graphics system by default. This is the cause of some problems with UI (eg: contextual menus not shown), probably related to some HW/driver combinations BUG:255175 CCMAIL:bigbrovar@gmail.com diff --git a/src/main.cpp b/src/main.cpp index 2a5ee52..db6a435 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -189,10 +189,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) kWarning() << "rekonq is already running!"; return 0; } -#if defined(Q_WS_X11) - // On X11, the raster engine gives better performance than native. - QApplication::setGraphicsSystem(QString::fromLatin1("raster")); -#endif + Application app; return app.exec(); *** Bug 259608 has been marked as a duplicate of this bug. *** *** Bug 262855 has been marked as a duplicate of this bug. *** I can confirm that the bug is fixed in Kubuntu 11.04 with KDE 4.6.3, Qt 4.7.2, and xf86-video-intel 2.14.0. |