Summary: | Launching of v8.5 creates wrong initial screen: a copy of the desktop. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Rik <rik> |
Component: | Bundle-AppImage | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 8.5.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 8.6.0 | |
Sentry Crash Report: | |||
Attachments: | debug log generated as the bad splash page is generated |
Description
Rik
2024-12-07 03:00:56 UTC
do you use Wayland or X11 ? https://www.howtogeek.com/900698/what-is-wayland-on-linux-and-how-is-it-different-from-x/ Which GPU video card did you use ? hi caulier.gilles@gmail.com, thanks for your help. X11 Nvidia Geforce RTX 3050 Is this (https://bugs.kde.org) the way digikam bug reports/discussion is supposed to occur? I was looking for issues (re: v8.5) on your repo but didn't find that. Rik On 12/6/24 7:34 PM, bugzilla_noreply@kde.org wrote: > https://bugs.kde.org/show_bug.cgi?id=497147 > > --- Comment #1 from caulier.gilles@gmail.com --- > do you use Wayland or X11 ? > > https://www.howtogeek.com/900698/what-is-wayland-on-linux-and-how-is-it-different-from-x/ > > Which GPU video card did you use ? > Also note that my configuration (Ubuntu 24.04, NVidia drivers for X) was working fine with an earlier 8.2 version of digiKam. On 12/6/24 7:34 PM, bugzilla_noreply@kde.org wrote: > https://bugs.kde.org/show_bug.cgi?id=497147 > > --- Comment #1 from caulier.gilles@gmail.com --- > do you use Wayland or X11 ? > > https://www.howtogeek.com/900698/what-is-wayland-on-linux-and-how-is-it-different-from-x/ > > Which GPU video card did you use ? > I use also Ubuntu 224.04 with X11 and NVidia T1000 without problems Bugzilla is the official project to report issues Note : i dont use the Nouveau opensource driver for NVIDIA, but the proprietary driver I suspect there is an incompatibility between Qt6 and the graphics driver. Try using digiKam with software OpenGL. Edit the following file: ~/.config/digikam_systemrc [System] softwareOpenGL=true Maik (In reply to Maik Qualmann from comment #6) > I suspect there is an incompatibility between Qt6 and the graphics driver. > Try using digiKam with software OpenGL. > Edit the following file: ~/.config/digikam_systemrc > > [System] > softwareOpenGL=true > > Maik Good guess, that did it! But of course it wasn't a guess; how did you come up with that? Can I report this to anyone usefully? Thanks very much Maik. |