Bug 468627 - Desktop and task manager off after screen waking up
Summary: Desktop and task manager off after screen waking up
Status: RESOLVED DUPLICATE of bug 466193
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-multiscreen (show other bugs)
Version: 5.27.4
Platform: Manjaro Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-17 19:06 UTC by joseteluisete
Modified: 2023-05-17 14:50 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
attachment-3903211-0.html (398 bytes, text/html)
2023-04-19 18:56 UTC, joseteluisete
Details

Note You need to log in before you can comment on or make changes to this bug.
Description joseteluisete 2023-04-17 19:06:58 UTC
STEPS TO REPRODUCE
1. Activate Screen Energy Saving
· System Settings > Hardware > Power Management > Energy Saving > Screen Energy Saving: 1 minute (or more)
2. Wait until the screen turns off
3. Move the mouse or press a key to wake up the screen

OBSERVED RESULT
The Desktop and the Task manager are off. I don't see them.
The mouse and the keyboard work normally.
I see the opened applications and can change from one to the next with Meta+Tab.
I can also launch applications with the keyboard (Meta+E = Dolphin for example)

EXPECTED RESULT
The Desktop and the Mask Manager are normally restored.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro Linux
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel: 6.1.23-1

ADDITIONAL INFORMATION
Intel i9 9900 CPU. GPU UHD 630 (integrated). 32 GB RAM.
One monitor is connected with DVI and a TV is connected with HDMI.
I think this last piece of information is very important. I don't know if this bug happens using only 1 monitor.
Comment 1 Nate Graham 2023-04-19 15:22:09 UTC
Ok, so one of two things happened: either plasmashell crashed and didn't re-spawn, or else plasmashell is still running but it lost your desktop containment.

When this happens, what does `ps -ef | grep -i plasmashell` in a terminal window say? If you don't already have a terminal window open, you can launch Konsole by summoning KRunner with Alt+Space.
Comment 2 joseteluisete 2023-04-19 18:56:40 UTC
Created attachment 158217 [details]
attachment-3903211-0.html

ps -ef | grep -i plasmashell
returns ...knight      6663    6462  0 20:55 pts/1    00:00:00 grep --colour=auto -i plasmashell
Comment 3 Nate Graham 2023-04-19 18:58:41 UTC
So Plasma's not running; it must have crashed and failed to start up again. Can you paste the output of `systemctl status --user plasma-plasmashell.service`? After that we'll start looking for a backtrace for it.
Comment 4 joseteluisete 2023-04-19 19:05:09 UTC
It returns ...
plasma-plasmashell.service - KDE Plasma Workspace
Loaded: loaded (/usr/lib/systemd/user/plasma-plasmashell.service; disabled; preset: enabled)
Active: inactive (dead) since Wed 2023-04-19 20:52:56 CEST; 10min ago
Duration: 1h 6min 9.837s
Process: 1570 ExecStart=/usr/bin/plasmashell --no-respawn (code=killed, signal=TERM)
Main PID: 1570 (code=killed, signal=TERM)
CPU: 4min 42.555s

abr 19 20:50:20 htpc plasmashell[1570]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/Osd.qml:24:15: QM>
abr 19 20:50:20 htpc plasmashell[1570]: no screens!!
abr 19 20:50:23 htpc plasmashell[1570]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.iec958-stereo"
abr 19 20:50:23 htpc plasmashell[1570]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.iec958-stereo.mo>
abr 19 20:50:23 htpc plasmashell[1570]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo"
abr 19 20:50:23 htpc plasmashell[1570]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo.moni>
abr 19 20:50:23 htpc plasmashell[1570]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo.moni>
abr 19 20:51:05 htpc plasmashell[1570]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
abr 19 20:51:05 htpc plasmashell[1570]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDialog.qml:73: >
abr 19 20:52:56 htpc systemd[1390]: plasma-plasmashell.service: Consumed 4min 42.555s CPU time.
Comment 5 joseteluisete 2023-04-19 19:05:51 UTC
Using Konsole I can run "kstart5 plasmashell"
Then apparently everything goes back to normal but the command gets stuck in this line ...
org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo.monitor"
Then I stop it with Ctrl + C and close Konsole.
After this, the desktop and the taskbar disappear again.
Comment 6 Nate Graham 2023-04-19 19:13:15 UTC
> abr 19 20:50:20 htpc plasmashell[1570]: no screens!!
Hmm, that seems relevant and wrong.

If you run coredumpctl --reverse, do you see any /usr/bin/plasmashell crashed at or near the top? I'm guessing no?
Comment 7 joseteluisete 2023-04-19 19:18:03 UTC
"coredumpctl --reverse" returns ...
No coredumps found.
Comment 8 Nate Graham 2023-04-19 20:01:58 UTC
I had a feeling. It seems like Plasma isn't crashing, it's exiting due to an error condition. That would also explain why it doesn't respawn.

Can you reproduce the issue at all when the TV isn't connected?

When the TV *is* connected, is the issue 100% reproducible?
Comment 9 joseteluisete 2023-04-23 11:14:03 UTC
Hi! I'm sorry for the delay. I had to travel and I couldn't go on with this.
I don't have access to the same computer where I am now.
I now have a laptop with the same configuration, but the kernel (5.15.108).
It's connected to a 4K Monitor, the same type as my tower PC with the original problem.
I'm unable to reproduce the problem here.
I'll continue testing with the tower PC in three days. The first thing I want to do is to check all combinations, only the TV, only the Monitor, both, turned on/off,  cables disconnected, etc.
Thanks a lot for your time and again I'm sorry for my delay in answering.
Comment 10 joseteluisete 2023-04-26 21:18:58 UTC
Hi! I'm again testing the first computer.
Everything is solved. I don't know how ... maybe some update I've installed.
Thanks and greetings!
Comment 11 joseteluisete 2023-05-06 08:27:08 UTC
I thought everything was okay but I'm afraid it's not.
I've done more tests ...
Using ...
· Only the Monitor (DVI) ... Bug
· TV (HDMO) and Monitor (DVI) ... Bug
· Only the TV (HDMI) ... No bug
If you want me to try or test something else, please tell me.
Comment 12 joseteluisete 2023-05-06 08:31:28 UTC
Working only with the TV I've executed again this "systemctl status --user plasma-plasmashell.service"

The result is ...
● plasma-plasmashell.service - KDE Plasma Workspace
     Loaded: loaded (/usr/lib/systemd/user/plasma-plasmashell.service; disabled; preset: enabled)
     Active: active (running) since Sat 2023-05-06 10:19:26 CEST; 8min ago
   Main PID: 1561 (plasmashell)
      Tasks: 40 (limit: 38303)
     Memory: 671.9M
        CPU: 4.494s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/plasma-plasmashell.service
             └─1561 /usr/bin/plasmashell --no-respawn

may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3139
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3133
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3499
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3505
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3047
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3041
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3079
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3073
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3499
may 06 10:25:39 htpc plasmashell[1561]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3505
Comment 13 joseteluisete 2023-05-06 08:37:30 UTC
Working only with the Monitor I've executed again this "systemctl status --user plasma-plasmashell.service"

The result is ...
plasma-plasmashell.service - KDE Plasma Workspace
     Loaded: loaded (/usr/lib/systemd/user/plasma-plasmashell.service; disabled; preset: enabled)
     Active: active (running) since Sat 2023-05-06 10:19:26 CEST; 16min ago
   Main PID: 1561 (plasmashell)
      Tasks: 44 (limit: 38303)
     Memory: 715.6M
        CPU: 16.515s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/plasma-plasmashell.service
             └─1561 /usr/bin/plasmashell --no-respawn

may 06 10:33:55 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-surround.monitor"
may 06 10:33:55 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo"
may 06 10:33:55 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo.monitor"
may 06 10:33:55 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo.monitor"
may 06 10:34:12 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo"
may 06 10:34:12 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo.monitor"
may 06 10:34:12 htpc plasmashell[1561]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
may 06 10:34:12 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1"
may 06 10:34:12 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1.monitor"
may 06 10:34:12 htpc plasmashell[1561]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1.monitor"
Comment 14 Nate Graham 2023-05-14 20:07:47 UTC
Can you reboot, make the issue happen again, and then paste the output of `journalctl --user-unit=plasma-plasmashell.service --boot 1 --no-pager`?

Thanks!
Comment 15 joseteluisete 2023-05-16 18:51:50 UTC
OK! Output in several screens because it's too long 381 lines...

may 07 11:43:56 htpc systemd[1270]: Starting KDE Plasma Workspace...
may 07 11:43:56 htpc systemd[1270]: Started KDE Plasma Workspace.
may 07 11:43:56 htpc plasmashell[1453]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
may 07 11:43:56 htpc plasmashell[1453]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
may 07 11:43:56 htpc plasmashell[1453]: Checking screens: available: (QScreen(0x55841907c3f0, name="HDMI-2")) redundant: QHash() fake: QSet() all: (QScreen(0x55841907c3f0, name="HDMI-2"))
may 07 11:43:56 htpc plasmashell[1453]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
may 07 11:43:56 htpc plasmashell[1453]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
may 07 11:43:56 htpc plasmashell[1453]: kf.plasma.quick: Applet preload policy set to 1
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Comment 16 joseteluisete 2023-05-16 18:52:19 UTC
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1132:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1124:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1111:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:1103:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:211:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:172:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderView.qml:163:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:298:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderViewLayer.qml:402: TypeError: Cannot read property 'text' of null
may 07 11:43:56 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:340:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/main.qml:270:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
may 07 11:43:56 htpc plasmashell[1453]: org.kde.UserFeedback: failed to probe user feedback submission interface: "Host telemetry.kde.org not found" ""
may 07 11:43:57 htpc kioslave5[1777]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:57 htpc plasmashell[1453]: libkcups: CUPS-Get-Printers last error: 0 successful-ok
may 07 11:43:57 htpc plasmashell[1453]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
may 07 11:43:57 htpc plasmashell[1453]: libkcups: Get-Jobs last error: 0 successful-ok
may 07 11:43:57 htpc plasmashell[1453]: libkcups: Get-Jobs last error: 0 successful-ok
may 07 11:43:57 htpc plasmashell[1453]: kf.coreaddons.kdirwatch: inotify failed for monitoring "/usr/share/solid/actions" 
                                         Because it reached its max_user_watches,
                                         you can increase the maximum number of file watches per user,
                                         by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
may 07 11:43:57 htpc plasmashell[1453]: kf.coreaddons.kdirwatch: inotify failed for monitoring "/usr/share/solid/actions" 
                                         Because it reached its max_user_watches,
                                         you can increase the maximum number of file watches per user,
                                         by setting an appropriate fs.inotify.max_user_watches parameter in your /etc/sysctl.conf
may 07 11:43:57 htpc plasmashell[1453]: inotify_add_watch(/usr/share/solid/actions) failed: (No space left on device)
may 07 11:43:58 htpc plasmashell[1453]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
may 07 11:43:58 htpc plasmashell[1453]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
may 07 11:43:58 htpc plasmashell[1453]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
may 07 11:43:58 htpc plasmashell[1453]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: libpng warning: iCCP: known incorrect sRGB profile
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: libpng warning: iCCP: known incorrect sRGB profile
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: libpng warning: iCCP: known incorrect sRGB profile
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: libkcups: 3 "Brother_HL-L2350DW"
may 07 11:43:58 htpc plasmashell[1453]: libkcups: 3 "Virtual_PDF_Printer"
may 07 11:43:58 htpc plasmashell[1453]: libkcups: 0
may 07 11:43:58 htpc plasmashell[1453]: libkcups: 0
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:341:6: Could not resolve property: #linearGradient5167
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3118
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3112
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3118
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3112
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3321
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3321
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3327
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3327
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3085
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3101
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3139
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3133
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3499
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3505
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3047
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3041
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3079
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3073
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3499
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3505
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3118
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3112
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3118
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3112
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3321
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3321
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3327
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3327
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3085
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3101
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3139
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3133
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3499
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3505
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3047
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3041
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3079
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3073
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3499
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3505
may 07 11:43:58 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:43:58 htpc plasmashell[1453]: libpng warning: iCCP: known incorrect sRGB profile
may 07 11:43:58 htpc plasmashell[1453]: libpng warning: iCCP: known incorrect sRGB profile
may 07 11:43:58 htpc plasmashell[1453]: libpng warning: iCCP: known incorrect sRGB profile
may 07 11:43:58 htpc plasmashell[1453]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:341:6: Could not resolve property: #linearGradient5167
may 07 11:43:58 htpc plasmashell[1453]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
may 07 11:43:58 htpc plasmashell[1453]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
may 07 11:43:58 htpc plasmashell[1453]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
may 07 11:43:58 htpc plasmashell[1453]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
may 07 11:43:58 htpc plasmashell[1453]: qt.svg: <input>:341:6: Could not resolve property: #linearGradient5167
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:58 htpc plasmashell[1453]: file:///home/knight/.local/share/plasma/plasmoids/org.kde.desktopcontainment-trans/contents/ui/FolderItemDelegate.qml:307:21: Unable to assign [undefined] to QStringList
may 07 11:43:59 htpc plasmashell[1453]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.hdmi-stereo.monitor"
may 07 11:43:59 htpc plasmashell[1453]: Loading Calendar plugin HolidaysEventsPlugin(0x55841d368e00)
may 07 11:43:59 htpc plasmashell[1453]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
may 07 11:43:59 htpc plasmashell[1453]: 6
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3118
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3112
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3118
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3112
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3321
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3321
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3327
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3327
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3085
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3101
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3139
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3133
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3499
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3505
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3047
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3041
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3079
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3073
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3499
may 07 11:44:00 htpc plasmashell[1453]: qt.svg: <input>:662:9: Could not resolve property: #radialGradient3505
may 07 11:44:00 htpc plasmashell[1453]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
may 07 11:44:00 htpc plasmashell[1453]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDialog.qml:73: TypeError: Cannot call method 'hasOwnProperty' of null
may 07 11:44:03 htpc plasmashell[1453]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
may 07 11:45:31 htpc plasmashell[1453]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55841d6c3920) QQmlContext(0x55841b4479e0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
may 07 11:45:31 htpc plasmashell[1453]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55841d6c3920) QQmlContext(0x55841b4479e0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
may 07 11:47:42 htpc systemd[1270]: Stopped KDE Plasma Workspace.
may 07 11:47:42 htpc systemd[1270]: plasma-plasmashell.service: Consumed 3.980s CPU time.
Comment 17 Nate Graham 2023-05-17 14:50:26 UTC
Ok, so it's this:

> Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running

Thanka for your patience here!

*** This bug has been marked as a duplicate of bug 466193 ***