Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applet not visible anymore with new update #46

Closed
zontafil opened this issue May 5, 2023 · 6 comments
Closed

applet not visible anymore with new update #46

zontafil opened this issue May 5, 2023 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@zontafil
Copy link

zontafil commented May 5, 2023

Describe the bug
Hello,
I've just updated to the new version. The applet was working correctly for a few minutes, now it's completely invisible.

I can see it's loaded, I can right click and enter the settings correctly, but no matter which settings I use, the applet still doesn't show anything

Is there something I can do, or some debug log I can see?

Version is 2.9.0

Versions (please complete the following information):

  • Version : 2.9.0
  • KDE Plasma Version : 5.24.7
  • KDE Frameworks Version : 5.92.0
  • Qt Version : 5.15.3
  • Kernel Version : 5.19.9.0-41-generic
  • OS Type : 64bit ubuntu 22.04
  • Graphics Platform : X11
@zontafil zontafil added the bug Something isn't working label May 5, 2023
@zontafil zontafil changed the title [BUG] applet not visible anymore with new update May 5, 2023
@orblazer
Copy link
Owner

orblazer commented May 5, 2023

Hello,
Have you try to restart plasma or logout/login for restart completely the widget ?

If you have done that, could you check the log with journalctl /usr/bin/plasmashell -e OR by running in isolated environment with plasmawindowed org.kde.resourcesMonitor-fork ?

Thanks.

@zontafil
Copy link
Author

zontafil commented May 5, 2023

I've tried both way, and got the same log:

kf.plasma.quick: Applet preload policy set to 1
kf.plasma.core: requesting config for "Resources Monitor (fork)" without a containment!
Using KRun from QML is deprecated (since 5.88). Use Qt.openUrlExternally, or the KIO::OpenUrlJob/KIO::ApplicationLauncherJob classes from C++ instead.
file:///home/fzonta/.local/share/plasma/plasmoids/org.kde.resourcesMonitor-fork/contents/ui/main.qml:61: TypeError: Cannot read property 'updateInterval' of undefined
file:///home/fzonta/.local/share/plasma/plasmoids/org.kde.resourcesMonitor-fork/contents/ui/main.qml:42: TypeError: Cannot read property 'length' of undefined
file:///home/fzonta/.local/share/plasma/plasmoids/org.kde.resourcesMonitor-fork/contents/ui/main.qml:85: TypeError: Cannot read property 'graphOrders' of undefined
qml: 0
file:///home/fzonta/.local/share/plasma/plasmoids/org.kde.resourcesMonitor-fork/contents/ui/main.qml:42: TypeError: Cannot read property 'length' of undefined

note that normally I don't get the kf.plasma.core: requesting config for "Resources Monitor (fork)" without a containment! warning when run in the panel, but I still get the same error

@orblazer
Copy link
Owner

orblazer commented May 5, 2023

Ok, that is due to your old framework version.

I have revert my change so should be fixed in 2.9.1 but that is temporary because in 3.0 i go to drop support of old versions to use PlasmaComponents3.

@zontafil
Copy link
Author

zontafil commented May 5, 2023

Alright, thanks. I'll keep in mind that

@GM-Script-Writer-62850
Copy link

would this be related?

Screenshot_20230505_233717

@orblazer
Copy link
Owner

orblazer commented May 6, 2023

@GM-Script-Writer-62850 if your KDE framework version is before 5.94.x definitively yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants