[kdepim] [Bug 485264] PIM Applications unable to open on Plasma 6.0.3 Wayland with Qt 6.6.3 with newer Nvidia GPUs

2024-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485264

wheniwasatrues...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from wheniwasatrues...@gmail.com ---
Updating my system after having had updates pushed to ArchLinux, running the
same pacman -Qii | grep command from before:
Name: kmail
Version : 24.02.2-1
Name: kontact
Version : 24.02.2-1
Name: qt6-base
Version : 6.7.0-2
Name: plasma-desktop
Version : 6.0.3-1
Name: nvidia
Version : 550.67-6
Name: nvidia-utils
Version : 550.67-1
along with Plasma Framework going from 6.0.0 -> 6.1.0, Kmail now does spawn a
window without issue on Plasma Wayland.

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

[kdepim] [Bug 485264] PIM Applications unable to open on Plasma 6.0.3 Wayland with Qt 6.6.3 with newer Nvidia GPUs

2024-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485264

wheniwasatrues...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |Arch Linux

--- Comment #2 from wheniwasatrues...@gmail.com ---
(In reply to Christophe Marin from comment #1)
> Could be https://bugreports.qt.io/browse/QTBUG-124174
> 
> try `QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail` to verify

Hi Christophe Marin,
Thanks for the reply.

Launching from a terminal

```
> QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Starting up the Akonadi Server...
/usr/bin/mysqlcheck: Deprecated program name. It will be removed in a future
release, use '/usr/bin/mariadb-check' instead
akonadi.collectionattributetable   OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation  OK
akonadi.collectiontableOK
akonadi.flagtable  OK
akonadi.mimetypetable  OK
akonadi.parttable  OK
akonadi.parttypetable  OK
akonadi.pimitemflagrelationOK
akonadi.pimitemtable   OK
akonadi.pimitemtagrelation OK
akonadi.relationtable  OK
akonadi.relationtypetable  OK
akonadi.resourcetable  OK
akonadi.schemaversiontable OK
akonadi.tagattributetable  OK
akonadi.tagremoteidresourcerelationtable   OK
akonadi.tagtable   OK
akonadi.tagtypetable   OK
/usr/bin/mysql_upgrade: Deprecated program name. It will be removed in a future
release, use '/usr/bin/mariadb-upgrade' instead
This installation of MariaDB is already upgraded to 11.3.2-MariaDB.
There is no need to run mariadb-upgrade again for 11.3.2-MariaDB.
You can use --force if you still want to run mariadb-upgrade
org.kde.pim.akonadiserver: Running DB initializer
org.kde.pim.akonadiserver: DB initializer done
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadicontrol: Akonadi server is now operational.
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7eadc0002200) )
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc0002200) identified as
"ETMCalendarMonitor - 100463343412336"
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7eadc00294e0) )
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7eadc003efc0) )
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7eadc0030810) )
...
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc02469b0) identified as
"SpecialCollectionsMonitor - 109019720549696"
Please register the custom scheme 'urn' via
QWebEngineUrlScheme::registerScheme() before installing the custom scheme
handler.
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc0257ec0) identified as
"MessageListTagMonitor - 109019727279424"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc0257ec0) identified as
"MessageListTagMonitor - 109019727279424"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc0261360) identified as
"MessageViewerMonitor - 109019730950720"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc0261360) identified as
"MessageViewerMonitor - 109019730950720"
Please register the custom scheme 'urn' via
QWebEngineUrlScheme::registerScheme() before installing the custom scheme
handler.
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x7eadc0090300) )
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc02456c0) identified as "KMail
Kernel ETM - 109019730536816"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc026a760) identified as
"TagActionManagerMonitor - 109019733799552"
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x7eadc0090300) identified as
"FilterManagerTagMonitor - 109019728190864"
We have an error during reading password  "Entry not found"
We have an error during reading password  "Entry not found"
org.kde.pim.akonadiserver: Error while handling command FetchCollections on
connection 

[kdepim] [Bug 485264] PIM Applications unable to open on Plasma 6.0.3 Wayland with Qt 6.6.3 with newer Nvidia GPUs

2024-04-09 Thread Christophe Marin
https://bugs.kde.org/show_bug.cgi?id=485264

--- Comment #1 from Christophe Marin  ---
Could be https://bugreports.qt.io/browse/QTBUG-124174

try `QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" kmail` to verify

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

[kdepim] [Bug 485264] PIM Applications unable to open on Plasma 6.0.3 Wayland with Qt 6.6.3 with newer Nvidia GPUs

2024-04-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=485264

Nate Graham  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu,
   ||n...@kde.org
Product|kde |kdepim
   Assignee|unassigned-b...@kde.org |kdepim-bugs@kde.org
  Component|general |general

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