You are not logged in.
i tried wayland unfortunately i too can't get any App starting...
kwin_wayland --xwayland and startplasmacompositor leads to the same result a black screen (which is supposed to happen) with startplasmacompositor i also get the splash screen but that's it.
Trying to start something with "DISPLAY=:0 konsole -platform wayland" isn't working everything just crashes with something like "wl_drm error authenicate failed".
I also tried running kded5 and kdeinit5, kded5 is actually starting but kdeinit5 isn't because /usr/lib/libkdeinit5_wayland.so is missing.
Last edited by Loose_Control (2015-08-15 09:24:08)
Offline
It seems that tooltips are still unreadable in non native applications, like pcmanfm for example.
I have narrowed it down, breeze-gtk is not obeying color settings when it comes to tooltip background and tooltip text color.
It seems that gnome-breeze theme needs to have "force colors in non qt programs" disabled. It's fine that way.
https://github.com/dirruk1/gnome-breeze
Last edited by PootisBird (2015-08-15 10:11:43)
Offline
Has anybody gotten kwallet-pam to work? I was looking forward to automatic wallet unlocking but can't seem to get it to work.
Also: Seems Plasma 5.4 takes a lot longer to load from sddm to the desktop, anybody else notice that?
Offline
Has anybody gotten kwallet-pam to work? I was looking forward to automatic wallet unlocking but can't seem to get it to work.
Please try plasma-workspace 4.3.95-2
Offline
No luck. I am currently on the following packages:
local/kwallet 5.13.0-2 (kf5)
Secure and unified container for user passwords
local/kwallet-pam 5.3.95-1 (plasma)
KWallet PAM integration
local/plasma-framework 5.13.0-1 (kf5)
Plasma library and runtime components based upon KF5 and Qt5
local/plasma-workspace 5.3.95-2 (plasma)
KDE Plasma Workspace
$ cat /etc/pam.d/login
#%PAM-1.0
auth required pam_securetty.so
auth requisite pam_nologin.so
auth include system-local-login
auth optional pam_kwallet5.so kdehome=.local/share
account include system-local-login
session include system-local-login
session optional pam_kwallet5.so
Last edited by hefeweiz3n (2015-08-15 15:08:42)
Offline
after asking on IRC i got this:
kwin_wayland --libinput --xwayland "plasmashell --platform wayland"
result: working plasma session on wayland
Offline
It seems the new Breeze dark icon set is turning completely monochrome, which kind of surprised me. I reverted back to breeze-icons 5.3.2, which has normal Breeze icons for apps/folders and monochrome toolbar icons.
/Where/What is the best way to create a feature request for a split into Breeze Dark and Breeze Dark Monochrome?
Last edited by z0id (2015-08-17 16:48:26)
/usr/bin/drinking
Offline
Anyone has same or similar problem?
(kwin_wayland:29437): Gtk-WARNING ***: Cannot open display :
and Wayland session shuts down and won't start.
Searching the internet, all I found is that it might have something to do with GTK CSD, but that was supposedly fixed in Qt 5.3.
Have no idea where to start looking for a source of the problem, or solution.
Last edited by Xabre (2015-08-16 13:28:49)
Offline
after asking on IRC i got this:
kwin_wayland --libinput --xwayland "plasmashell --platform wayland"
result: working plasma session on wayland
Have you used it in an environmental script before login or in X?
Is it fully working?
Do you have any useful information collection/ tutorial how wayland should be started/ configured on Plasma 5?
Offline
No, i just boot, change into tty, login, stop sddm and use the command above.
I wouldn't call it fully working^^ Most of the icons are missing, the design isn't properly working, keyboard layout is wrong (i don't know where to change it^^) and shortcuts are not working.
Last edited by Loose_Control (2015-08-18 15:04:40)
Offline
No, i just boot, change into tty, login, stop sddm and use the command above.
I wouldn't call it fully working^^ Most of the icons are missing, the design isn't properly working, keyboard layout is wrong (i don't know where to change it^^) and shortcuts are not working.
Have you been able to find out why startplasmacompositor doesn't work? That's supposed to be the correct way to launch it.
EDIT: Maybe related to this? https://github.com/KaOSx/apps/commit/c9 … 4a9a7f9899
EDIT 2:
I can confirm that adding:
cd ${pkgname}-${pkgver}
sed -i -e 's|set(KDEINIT_OOM_PROTECT 1)|set(KDEINIT_OOM_PROTECT 0)|' src/CMakeLists.txt
in kinit PKGBUILD fixes startplasmacompositor. The wayland session is almost unusable though, the menus don't pop up at the right place, the mouse goes too fast, a lot of things just crash (like ksysguard), the windows decorations are wrong...
Last edited by AnAkkk (2015-08-18 15:55:02)
Offline
yeah seems like the OOM protection is causing the plasma session not to start with the script (what the hell is OOM anyway? xD)
i didn't try to rebuild kinit with OOM disabled if someone wants to go ahead
Offline
Is anyone else seeing plasmashell take up 100% cpu with the beta?
Offline
OOM stands for Out Of Memory. OOM_PROTECT is, most likely, protection from running out of memory.
EDIT: heh, spoke too soon. Apparently, OOM killer is a kernel thing, mechanism that prevents running out of memory, but if not additionaly managed, it can kill very important processes, It is up to program developers to write an OOM exclusion mechanism to prevent the kernel from killing something that is very important, so I now suspect that that is exactly what KDEINIT_OOM_PROTECT 1 does.
Last edited by Xabre (2015-08-19 00:22:13)
Offline
Is anyone else seeing plasmashell take up 100% cpu with the beta?
This happens also for me from time to time, though much less in the beta than in 5.3. The culprit is most likely a plasma widget on your desktop or on the panel going wild. If you can spot it, you should report it upstream
One case I met : https://bugs.kde.org/show_bug.cgi?id=351297
Skrooge, a personal finances manager for the Plasma Desktop
http://skrooge.org
Offline
Is anyone else seeing plasmashell take up 100% cpu with the beta?
Happens to me too.
I figured out that on my system it's the digital clock widget. As soon as you enable the "date" function plasma freezes.
*edit: ok, i just realized it's exactly what willy9 linked.
Last edited by sxe (2015-08-19 17:57:52)
Offline
Dolphin-plugins has missing mercurial support. There is not such an option in services menu. Others (Git, Subversion, Bazaar) are in place.
What's wrong with hg?
I have already 15.08 from testing
Last edited by SeeLook (2015-08-19 18:35:34)
Offline
Dolphin-plugins has missing mercurial support. There is not such an option in services menu. Others (Git, Subversion, Bazaar) are in place.
What's wrong with hg?
I have already 15.08 from testing
It's not ported to kf5 yet (wrong thread, btw)
Offline
SeeLook wrote:Dolphin-plugins has missing mercurial support. There is not such an option in services menu. Others (Git, Subversion, Bazaar) are in place.
What's wrong with hg?
I have already 15.08 from testingIt's not ported to kf5 yet (wrong thread, btw)
Anyway, thanks for clarification
Offline
peterhoeg wrote:Is anyone else seeing plasmashell take up 100% cpu with the beta?
Happens to me too.
I figured out that on my system it's the digital clock widget. As soon as you enable the "date" function plasma freezes.
Removing $HOME/.config/plasma-org.kde.plasma.desktop-appletsrc did the trick.
Offline
Anyone else having issues with kscreen not showing any any modes? (also kscreen-console)
Offline
Anyone else having issues with kscreen not showing any any modes? (also kscreen-console)
No. I've disabled kscreen2. It has issues with multiple monitors
Offline
Is type to search in desktop mode working for anyone? Ie: if you start typing while on desktop window, will it automatically bring krunner up?
It isn't working for me. And i'm sure it wasn't working on 5.3 neither.
EDIT: bug confirmed, i found the bug report: https://bugs.kde.org/show_bug.cgi?id=347872 . Sorry.
Last edited by nierro (2015-08-21 12:57:15)
Offline
oxygen-kde4 theme is not working in 5.4 final. Worked in RC.
EDIT: I've installed oxygen-kde4-git from AUR and is working again.
Last edited by agapito (2015-08-25 18:47:53)
Excuse my poor English.
Offline
plasma-desktop and all dependencies is going to [testing], I've installed it, but startplasmacompositor are still not working. Attempt to run this command from Konsole causes OS to die (also system doesn't responding on SysRq+REISUB magic key combinations).
Tab "Window decoration" in "Application style" causes systemsettings5 to close with segfault.
Waiting to fix those bugs until 5.4 will be in stable branch.
Last edited by Zeben (2015-08-26 12:37:45)
Offline