[digikam] [Bug 375633] New: Two buttons in Map tab on the Right Sidebar are not working

classic Classic list List threaded Threaded
18 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] New: Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

            Bug ID: 375633
           Summary: Two buttons in Map tab on the Right Sidebar are not
                    working
           Product: digikam
           Version: 5.5.0
          Platform: Appimage
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Geolocation
          Assignee: [hidden email]
          Reporter: [hidden email]
  Target Milestone: ---

The buttons "Lock the map position" and "See more information on the Internet"
are doing nothing. The first one has no icon on it at all, the second one shows
a locked folder icon that doesn't represent the function. Should be some kind
of Internet icon. The "Map settings" button shows the same icon, should be
something that indicates "map" or at least "settings" (not as good).

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #1 from Wolfgang Scheffner <[hidden email]> ---
After increasing the icon size I realized that these "locked folders" are
actually showing something like a little globe. Well, o.k., but don't we have
something better than that? Why a folder symbol at all? And the globe on it so
tiny that you need the eyes of a hawk? Why not the applications-internet icon?
Or there is also a globe icon under "Actions". And there would be also map-flat
and map-globe which would be an alternative for the "Map settings" button. The
last three are b&w, so would fit better to the other buttons.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #2 from Maik Qualmann <[hidden email]> ---
Git commit 3916e74b52f57054dbb535bf972e0346410b5c0a by Maik Qualmann.
Committed on 28/01/2017 at 22:03.
Pushed by mqualmann into branch 'master'.

fix icons from the locked map button

M  +6    -2    utilities/geolocation/geoiface/mapwidget.cpp

https://commits.kde.org/digikam/3916e74b52f57054dbb535bf972e0346410b5c0a

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

Maik Qualmann <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #3 from Maik Qualmann <[hidden email]> ---
Both buttons work here as expected. The button for locked map locks the map
view for another position when a different image is selected with a different
map position. The other button opens the default web browser and opens the map
from the selected service. The problem with the globe icon is known and can be
fixed with a new version of Breeze Icons (Bug 374313).

Maik

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #4 from [hidden email] ---
Maik,

I think it still a problem with icon set packaged as ressource Qt::rcc. Look
report from Simon here :

https://bugs.kde.org/show_bug.cgi?id=374313

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #5 from Maik Qualmann <[hidden email]> ---
Gilles,

Qt can not open a browser URL in the Appimage:

digikam.general:
"http://maps.google.com/?q=53.89458,11.2837833333&spn=0.05,0.05&t=h&om=1"
This application failed to start because it could not find or load the Qt
platform plugin "xcb" in "".

Reinstalling the application may fix this problem.
/usr/bin/xdg-open: line 595:  2976 Aborted (core dumped)
kde-open${KDE_SESSION_VERSION} "$1"

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #6 from [hidden email] ---
Well here under Mageia5.1, it work fine.

Try Help/Handbook. It use QDesktopService to open default web-browser.

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #7 from [hidden email] ---
Maik,

The AppImage sheell script is inspired from Krita one.

About XCB support, Look comments here :

https://cgit.kde.org/digikam-software-compilation.git/tree/project/bundles/appimage/04-build-appimage.sh#n170

and here :

https://cgit.kde.org/digikam-software-compilation.git/tree/project/bundles/appimage/04-build-appimage.sh#n180

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #8 from Maik Qualmann <[hidden email]> ---
Yes, the same with Help/Handbook. Here under openSUSE Tumbleweed. As I said
only the Appimage has the problem. I will take a look in the scripts.

Maik

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #9 from Wolfgang Scheffner <[hidden email]> ---
Help/Handbook also doesn't work here under Kubuntu.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #10 from [hidden email] ---
Wolfgang,

Looking in QDesktopService source code from Qt, the way to open a web browser
(in case to open handbook for ex), is done through this method :

https://github.com/openwebos/qt/blob/master/src/gui/util/qdesktopservices_x11.cpp#L95

typically, the code search 2 environment variable set with your account :

DEFAULT_BROWSER
BROWSER

On my computer this is set like this : declare -x BROWSER="/bin/www-browser"

which open firefox.

Please open a console and run 'export' on command line. this will return all
environment variable with your account. Look if one of both value is defined.

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #11 from Wolfgang Scheffner <[hidden email]> ---
Gilles,

export showed none of these two. declare -p neither. I did

wolfgang@wolfgang-tuxedo:~$ declare -x BROWSER="/usr/bin/firefox"
wolfgang@wolfgang-tuxedo:~$ export

and got

declare -x BROWSER="/usr/bin/firefox"

but this didn't help. /usr/bin/firefox is a link pointing to
/usr/lib/firefox.sh which is wrong. I found firefox.sh in /usr/lib/firefox and
did

declare -x BROWSER="/usr/lib/firefox/firefox.sh"

but to no avail. Help/Handbook is still not working and the buttons in Right
Sidebar/Maps neither.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #12 from [hidden email] ---
Git commit 8b19ee7daf20c1e8c28d433bec6d013986e108f4 by Gilles Caulier.
Committed on 01/02/2017 at 09:12.
Pushed by cgilles into branch 'master'.

fix wrong path in AppImage run bash script to handle Qt5 plugins.
This must fix the XCB integration error when an url request is passed to
QDesktopService.
Related: bug 375808

M  +1    -1    project/bundles/appimage/data/AppRun

https://commits.kde.org/digikam-software-compilation/8b19ee7daf20c1e8c28d433bec6d013986e108f4

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #13 from [hidden email] ---
New version of digiKam 5.5.0 pre-release AppImage bundle will be uploaded in
few minites to GDrive. Please give me a feedback to see if XCB problem is
fixed.

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #14 from Wolfgang Scheffner <[hidden email]> ---
I'm not sure what the "XCB problem" is (couldn't follow all the tech talk) but
the lock map button works now. The one below not and Help/Handbook neither.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #15 from Maik Qualmann <[hidden email]> ---
The same here, QDesktopService::openUrl() from AppImage does not work here
under openSUSE.

Maik

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #16 from [hidden email] ---
Maik, there is always the XCB problem on the console ?

Typically, Qt search the plattform xcb plugin for X11 (do not ask me why...)

The path set in internal bash script from AppImage set the PATH adjustments to
find all Qt plugins. This path was wrong in fact. I'm sure that it's was a
problem.

So, there is another one to solve this issue. Which one, i don't know yet...

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375633] Two buttons in Map tab on the Right Sidebar are not working

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375633

--- Comment #17 from [hidden email] ---
Git commit b1a447ae996373a083c4b186c15bf177864a0de5 by Gilles Caulier.
Committed on 15/04/2017 at 10:48.
Pushed by cgilles into branch 'master'.

fix typo in sheel script to start appImaghe bundle. The env var is not set
properly and make dysfunction at run time with system based libraries.
Related: bug 375808

M  +3    -3    project/bundles/appimage/data/AppRun

https://commits.kde.org/digikam-software-compilation/b1a447ae996373a083c4b186c15bf177864a0de5

--
You are receiving this mail because:
You are the assignee for the bug.