Summary: | No Tool Bar in Presentation Tool in action | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jean-Pierre Boucher <jp.boucher1> |
Component: | Plugin-Generic-Presentation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 7.8.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/3960226a0b4071ec9218d3fedb349c7a89531777 | Version Fixed In: | 7.9.0 |
Sentry Crash Report: | |||
Attachments: | attachment-8804-0.html |
Description
Jean-Pierre Boucher
2022-11-25 06:08:19 UTC
The tool bar is here on the top only, if you move mouse on the top or bottom of screen : https://i.imgur.com/OU32nV9.png Gilles Caulier Same here, tested on Windows 10, overlay toolbars appear at the top of the screen. Maik Created attachment 154017 [details] attachment-8804-0.html Hello Gilles & Maik, I finally found the reason for the non-display of the toolbar in the presentation tool, in fact I use two screens and if digiKam is on screen 2 it does not work, and if digiKam is on screen 1 it works ! Wonderful isn't it ! (But why ?), Good day to you Jean Pierre PS: For camera import it doesn't work on Linux Mint either. Le ven. 25 nov. 2022 à 08:35, Maik Qualmann <bugzilla_noreply@kde.org> a écrit : > https://bugs.kde.org/show_bug.cgi?id=462226 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |metzpinguin@gmail.com > > --- Comment #2 from Maik Qualmann <metzpinguin@gmail.com> --- > Same here, tested on Windows 10, overlay toolbars appear at the top of the > screen. > > Maik > > -- > You are receiving this mail because: > You reported the bug. The problem with the camera under Mint or other Ubuntu derivatives is different, there is already a bug report for that too. Ubuntu/Gnome has a mini-program in the system tray of the control bar that permanently occupies the USB port after connecting the camera. digiKam uses the GPhoto2 driver directly without going through a desktop driver. Unfortunately, the Linux desktops use different drivers. There is something similar here under KF5 Plasma, but the USB port is not permanently activated, but released again when no program is accessing it. Then there is no problem with digiKam. The thing with the 2nd Screen I'll look at. Maik Git commit 3960226a0b4071ec9218d3fedb349c7a89531777 by Maik Qualmann. Committed on 01/12/2022 at 20:24. Pushed by mqualmann into branch 'qt5-maintenance'. fix presentation overlays in fullscreen mode on 2nd screen After activating the full screen mode, the x and y screen coordinates are == 0 FIXED-IN: 7.9.0 M +1 -1 NEWS M +7 -7 core/dplugins/generic/view/presentation/opengl/presentationgl.cpp M +5 -5 core/dplugins/generic/view/presentation/opengl/presentationkb.cpp M +7 -7 core/dplugins/generic/view/presentation/widgets/presentationwidget.cpp https://invent.kde.org/graphics/digikam/commit/3960226a0b4071ec9218d3fedb349c7a89531777 |