[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432480

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/c09d412
   ||d5ecdd23c18fae4176c026999e2
   ||b44451
 Resolution|--- |FIXED
   Version Fixed In||7.2.0

--- Comment #11 from Maik Qualmann  ---
Git commit c09d412d5ecdd23c18fae4176c026999e2b44451 by Maik Qualmann.
Committed on 07/02/2021 at 11:50.
Pushed by mqualmann into branch 'master'.

use the desktop browser to sign in to the Google service
Google no longer allows embedded browser frameworks
FIXED-IN: 7.2.0

M  +2-1NEWS
M  +3-45   core/dplugins/generic/webservices/google/gstalkerbase.cpp
M  +0-1core/dplugins/generic/webservices/google/gstalkerbase.h

https://invent.kde.org/graphics/digikam/commit/c09d412d5ecdd23c18fae4176c026999e2b44451

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #10 from Maik Qualmann  ---
A little explanation of the current situation. Google has declared war on the
embedded browser Framworks, in particular CEF. QWebEngine as an offshoot of
Chromium is also affected by this. Unfortunately, there are developers who use
embedded browsers to access user data or something similar. Therefore, because
of security, Google is forced to prevent these browser frameworks. I think it's
just a matter of time before we have to say goodbye to an embedded browser on
Google.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #9 from Maik Qualmann  ---
Git commit 61b9548db0ee73640efc96efee1a9abf00da768d by Maik Qualmann.
Committed on 05/02/2021 at 07:11.
Pushed by mqualmann into branch 'master'.

modify the user agent

M  +1-1core/libs/dialogs/webbrowserdlg.cpp

https://invent.kde.org/graphics/digikam/commit/61b9548db0ee73640efc96efee1a9abf00da768d

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #8 from joh...@gmail.com ---
One other user journey where this crashes is trying to buy the Recipe's Books. 

Help -> Recipes Book... -> Launches internal browser which will crash when you
try to authenticate with Google Play store. 

There is a button to launch the Desktop Browser.  Perhaps launching the Desktop
Browser should be the default behavior when selecting the menu option

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-03 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #7 from Maik Qualmann  ---
If Flickr works under MacOS, the cause is pretty sure when the O2Lib
establishes the TCP/IP connection on port 8000 in order to receive the return
token. We can also implement this for Google Tools, since Google will probably
no longer allow insecure HTTP connections at some point, like Flickr. The code
is a little bit prepared to receive the token in the internal browser. Since I
would have to change the return address in our Google account, Google Tools
would no longer work for older digiKam versions (6.x.x-7.x.x) to log in again.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #6 from caulier.gil...@gmail.com ---
OneDrive login work also properly.

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #5 from caulier.gil...@gmail.com ---
Export to Flickr do not crash when i try to change my account. The web browser
appear and run properly

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #4 from caulier.gil...@gmail.com ---
Help/Online handbook start properly and show the documentation as expected...

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #3 from caulier.gil...@gmail.com ---
Google Drive plugin crash also...

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432480

--- Comment #2 from caulier.gil...@gmail.com ---
Maik,

I can reproduce the crash with Import and Export from Google Photo on my
MacBook pro 2015 and BigSur.

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-03 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=432480

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Thread 33 is not from digiKam, I suspect the QWebEngine is crashing. Can the
behavior be reproduced when you start the Google Export or start the digiKam
Handbook via the Help menu?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 432480] Crash when trying to Import from Google Photos

2021-02-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432480

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
  Component|Import-Gphoto2  |Plugin-WebService-Google

-- 
You are receiving this mail because:
You are watching all bug changes.