You are not logged in.

#1 2024-04-16 18:51:54

Osiris
Member
Registered: 2003-01-18
Posts: 157
Website

Nextcloud client missing icons

Hello,

on my recent KDE 6 / Wayland system the Nextcloud client application is missing some icons. The systray icon is there, as well as everything in the setting dialog. However, the main window looks like

Nextcloud.png

also, the hover tool tip is black on black.

This is quite problematic, as there should be icons to create or delete an account.

Anyone any idea what could be wrong?

Nextcloud was installed using pacman.

Thanks!

Offline

#2 2024-04-17 12:02:31

impossibleveins23
Member
Registered: 2022-06-18
Posts: 83

Re: Nextcloud client missing icons

* Are you using Plasma Breeze theme (and icons)? If not did you try?
* Try to run the client from CLI and attach the log output, maybe we can learn something.

Offline

#3 2024-04-17 18:18:09

Osiris
Member
Registered: 2003-01-18
Posts: 157
Website

Re: Nextcloud client missing icons

Sorry, for providing to little information. Albeit, I doubt there is anything useful:

Starting from the shell:

$ nextcloud
nextcloud.gui.application: Migrating old config from "/home/florian/.local/share/Nextcloud" to "/home/florian/.config/Nextcloud"
nextcloud.gui.application: Failed to move the old config directory to its new location ( "/home/florian/.local/share/Nextcloud" to "/home/florian/.config/Nextcloud" )
nextcloud.gui.application: Will move the individual files ("OldCloud.XGM_sync.log")
nextcloud.gui.application: Fallback move of  "OldCloud.XGM_sync.log" also failed

The logs are also inconclusive, logging only sync activity.

with debug flag there are some non-sync related messages

2024-04-17 20:16:09:125 [ debug nextcloud.gui.systray /usr/src/debug/nextcloud-client/nextcloud-client/src/gui/systray.cpp:720 ]        [ OCC::Systray::computeWindowReferencePoint ]:  screenRect: QRect(0,0 3440x1440)
2024-04-17 20:16:09:125 [ debug nextcloud.gui.systray /usr/src/debug/nextcloud-client/nextcloud-client/src/gui/systray.cpp:721 ]        [ OCC::Systray::computeWindowReferencePoint ]:  taskbarScreenEdge: OCC::Systray::TaskBarPosition::Top
2024-04-17 20:16:09:125 [ debug nextcloud.gui.systray /usr/src/debug/nextcloud-client/nextcloud-client/src/gui/systray.cpp:722 ]        [ OCC::Systray::computeWindowReferencePoint ]:  trayIconCenter: QPoint(7,452)
2024-04-17 20:16:09:125 [ debug nextcloud.gui.systray /usr/src/debug/nextcloud-client/nextcloud-client/src/gui/systray.cpp:843 ]        [ OCC::Systray::computeWindowPosition ]:        taskbarScreenEdge: OCC::Systray::TaskBarPosition::Top
2024-04-17 20:16:09:125 [ debug nextcloud.gui.systray /usr/src/debug/nextcloud-client/nextcloud-client/src/gui/systray.cpp:844 ]        [ OCC::Systray::computeWindowPosition ]:        screenRect: QRect(0,0 3440x1440)
2024-04-17 20:16:09:125 [ debug nextcloud.gui.systray /usr/src/debug/nextcloud-client/nextcloud-client/src/gui/systray.cpp:845 ]        [ OCC::Systray::computeWindowPosition ]:        windowRect (reference) QRect(-218,4 452x577)
2024-04-17 20:16:09:125 [ debug nextcloud.gui.systray /usr/src/debug/nextcloud-client/nextcloud-client/src/gui/systray.cpp:846 ]        [ OCC::Systray::computeWindowPosition ]:        windowRect (adjusted) QRect(4,4 452x577)
2024-04-17 20:16:09:130 [ warning default qrc:/qml/src/gui/tray/AutoSizingMenu.qml:11 ]:        qrc:/qml/src/gui/tray/AutoSizingMenu.qml:11: TypeError: Cannot read property 'implicitWidth' of undefined
2024-04-17 20:16:09:130 [ warning qt.qpa.wayland unknown:0 ]:   Wayland does not support QWindow::requestActivate()

I am using Breeze style and icons.

Thanks a lot!

Last edited by Osiris (2024-04-19 19:24:36)

Offline

#4 2024-04-17 18:27:55

Osiris
Member
Registered: 2003-01-18
Posts: 157
Website

Re: Nextcloud client missing icons

There is bug report https://github.com/nextcloud/desktop/issues/5949 but without any definitive solution.

Offline

#5 2024-04-19 19:42:12

Osiris
Member
Registered: 2003-01-18
Posts: 157
Website

Re: Nextcloud client missing icons

I was able to work around it by starting it like:

QT_QPA_PLATFORMTHEME=qt5ct:qt6ct nextcloud

Offline

Board footer

Powered by FluxBB