/x86_64-linux-gnu/libQt5Sql.so.5
#6 0x79ef53b498f5 in QSqlDatabase::database(QString const&, bool) () at
/lib/x86_64-linux-gnu/libQt5Sql.so.5
#7 0x79ef52b93a17 in Digikam::DbEngineThreadData::closeDatabase()
(this=0x79ef20011ff0) at
/home/gessel/projects/digikam/core/libs/database/en
end.a(vkontakte_authenticationdialog.cpp.o):
in function `Vkontakte::AuthenticationDialog::start()':
/home/gessel/projects/digikam/core/dplugins/generic/webservices/vkontakte/backend/vkontakte_authenticationdialog.cpp:184:
undefined reference to `DIGIKAM_WEBSERVICES_LOG()'
/usr/bin/ld:
/home/gessel/projects/digika
https://bugs.kde.org/show_bug.cgi?id=442261
--- Comment #2 from gessel ---
Thanks - I gather not backported to 7.3.0? I did a
git clone -b v7.3.0 https://invent.kde.org/graphics/digikam.git and then built,
running into the bug. I'll redo without the branch spec and verify... big
honkin
https://bugs.kde.org/show_bug.cgi?id=442261
--- Comment #3 from gessel ---
Thanks, I originally built with
git clone -b v7.3.0 https://invent.kde.org/graphics/digikam.git
to get stable
this time I used
git clone https://invent.kde.org/graphics/digikam.git
to get Master
https://bugs.kde.org/show_bug.cgi?id=442261
--- Comment #4 from gessel ---
retried: success!
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=435179
Bug ID: 435179
Summary: face write to database with wrong user (''@'%')
MariaDB backend
Product: digikam
Version: 7.2.0
Platform: Compiled Sources
OS: Linux
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #3 from gessel ---
Local MariaDB instance.
(note that other than this, the DB is working as expected and quite zippy)
Host Name: localhost
User: (username)
Password: ***
Connect options: UNIX_SOCKET=/var/run/mysqld/mysqld.sock
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #5 from gessel ---
++---+
| database | size in MB|
++---+
| digikam| 5215.1250 |
| information_schema |0.17187500 |
| mysql
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #6 from gessel ---
No, compiled from source like this:
https://www.blackrosetech.com/gessel/2021/03/26/compile-and-install-digikam-on-ubuntu-20-04-focal
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #7 from gessel ---
Oh, getting the same error with "delete tag" function:
digikam.dbengine: Error while executing DBAction [ "DeleteTag" ] Statement [
"DELETE FROM Tags WHERE id=:tagID;" ]
digikam.general: D
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #9 from gessel ---
Thank you for the support. I'm pretty sure it is granted for "localhost"
MariaDB [(none
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #10 from gessel ---
In the general log, attempting to create the person tag entry and then assign
it I get:
210331 16:11:45 39 QueryBEGIN WORK
39 Prepare INSERT INTO Tags (pid, name) VALUES
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #11 from gessel ---
Configuring users on the database as:
+---++---+
| host | user | password
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #12 from gessel ---
Aaaannnd...
MariaDB [(none)]> CREATE USER ``@`%` IDENTIFIED BY '';
MariaDB [(none)]> GRANT ALL ON digikam.* TO ''@'%' IDENTIFIED BY '' WITH GRANT
OPTION;
MariaDB [(no
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #14 from gessel ---
I noticed in three operations:
>From main window, face tab (left) -> scan for faces -> enter new label ->
failed.
>From tag manger -> create tag
>From tag manager-> delete tag.
certainly
https://bugs.kde.org/show_bug.cgi?id=435188
Bug ID: 435188
Summary: Face tag icons not automatically generated, lots of
QPixmap::scaled: Pixmap is a null pixmap errors on
console
Product: digikam
Version: 7.2.0
https://bugs.kde.org/show_bug.cgi?id=435188
--- Comment #2 from gessel ---
Adding the ''@'%' user to the database fixed the database problem - which
strongly implies it isn't a database configuration issue since the error thrown
to the console after setting
export
https://bugs.kde.org/show_bug.cgi?id=435188
--- Comment #4 from gessel ---
I'll disable the anon account and generate a file showing that fail. I just
captured one without and got 4,609 instances of "QPixmap::scaled: Pixmap is a
null pixmap" so it will be at least easy to see.
T
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #16 from gessel ---
MariaDB [digikam]> show trigg
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #18 from gessel ---
Sure, since it works with the user ''@'%' and working is better than secure,
the current state is :
Curre
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #19 from gessel ---
One kind of obvious thing I point out only timidly as likely to be silly to
mention, but the default install of either MySQL or MariaDB does create an
anonymous user.
Running # sudo mysql_secure_installation advises
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #22 from gessel ---
Hi Malik, thank you for the appreciation of the description.
I have to admit, I'm not 100% sure I did create the database first. There were
no complaints about it existing or not and the user I created connected
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #23 from gessel ---
Initial setup log:
gessel@dg-dl:~/.config$ digikam | tee
/home/gessel/projects/digikam-7.2.0/log.txt
digikam.widgets: Use installed icons
digikam.general: "/home/gessel"
digikam.general: Testing "m
https://bugs.kde.org/show_bug.cgi?id=435188
--- Comment #6 from gessel ---
Thanks Malik,
I seem to:
breeze-icon-theme is already the newest version (4:5.68.0-0ubuntu1).
Also, it seems the database rebuild was successful - though I can't test quite
yet until I get far enough along rebui
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #24 from gessel ---
Problem resolved by following instructions in order described.
Faces are correctly being written to the database as the digikam user rather
than as ''@'%'.
It seems like a weird quirk to me, but
https://bugs.kde.org/show_bug.cgi?id=435188
--- Comment #7 from gessel ---
Assigning face icons to face tags manually works fine, the automatic function
still doesn't seem to happen, but my expectations may be wrong.
I'm still getting a lot of QPixmap errors but there doesn't
https://bugs.kde.org/show_bug.cgi?id=435188
--- Comment #9 from gessel ---
I think it is "ignore" then - at least until there's an update which might have
different behavior, then I'm happy to check and see if it is resolved for me.
--
You are receiving this mail because:
https://bugs.kde.org/show_bug.cgi?id=435179
--- Comment #26 from gessel ---
I noticed Ubuntu is pretty far back. I also infer that some emphasis on current
PPAs has slipped as people find snap-like solutions a shortcut to resolving
issues. I'm a fan of integrated software myself, so I
https://bugs.kde.org/show_bug.cgi?id=435188
--- Comment #11 from gessel ---
I don't see a smile icon, but I'm not sure where to look. Happy to attach some
screen shots if that would help.
Looking at Synaptic, I have installed:
Breeze 4:5.18.4.1-0ubuntu1
breeze-cu
https://bugs.kde.org/show_bug.cgi?id=435188
--- Comment #13 from gessel ---
Cool - I'll recompile when 7.3 releases.
breeze-icon-theme-rcc didn't solve it - but it does not seem to cause any
functional issues.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=150531
gessel changed:
What|Removed |Added
CC||ges...@blackrosetech.com
--- Comment #26 from gessel
https://bugs.kde.org/show_bug.cgi?id=475138
Bug ID: 475138
Summary: Two UI/UX features to assist in tag organization
Classification: Applications
Product: digikam
Version: 8.1.0
Platform: Ubuntu
OS: Linux
Status
https://bugs.kde.org/show_bug.cgi?id=475488
Bug ID: 475488
Summary: In face detection, an option to suppress low quality
faces as detected might improve recognition training
and results
Classification: Applications
Produ
https://bugs.kde.org/show_bug.cgi?id=475488
--- Comment #2 from gessel ---
I'm giving that a try, cleared all unconformed and re-scanning for faces.
I see that in some face tags where the metadata is polluted with low quality
face data where I've confirmed (generally correctly) a fac
https://bugs.kde.org/show_bug.cgi?id=389246
Bug ID: 389246
Summary: Single click confirmation of suggested face tag
Product: digikam
Version: 4.14.0
Platform: Mint (Debian based)
OS: Linux
Status: UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=389246
--- Comment #1 from gessel ---
Thanks for the proper categorization!
To clarify -
- in reviewing detected but unrecognized faces, a box showing the detected
face is displayed with a "confirm/remove" option below a tag entry box.
- typ
https://bugs.kde.org/show_bug.cgi?id=389246
gessel changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=475488
--- Comment #6 from gessel ---
I'd suggest verifying that face detection and face recognition are well
matched. The issue is that face detection recognizes "faces" or face-like
features fairly aggressively, especially in low-light/low
https://bugs.kde.org/show_bug.cgi?id=475488
--- Comment #8 from gessel ---
That's awesome! Thank you!! I'l retrain my face library and very much look
forward to more consistent results.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=432028
Bug ID: 432028
Summary: kscreenlocker no longer opens password prompt upon any
keypress
Product: kscreenlocker
Version: unspecified
Platform: Gentoo Packages
OS: L
40 matches
Mail list logo