You are not logged in.
Here we go again: New Plasma and KDE Applications are ready for testing in the [kde-unstable] repo.
New applications in this release: spectacle (replaces ksnapshot).
Ported to KF5: kamera, artikulate, klickety, knavalbattle, ktuberling, krfb, ksystemlog, poxml, ffmpegthumbs, kdegraphics-thumbnailers, kdesdk-thumbnailers, kdenetwork-filesharing
Dropped: ktux, amor, ksnapshot, superkaramba, kdeartwork
New packages in Plasma: breeze-gtk, kscreenlocker.
You need to have [testing] enabled. As usual, please report packaging issues to bugs.archlinux.org (using [kde-unstable] in the description), upsteam issues to bugs.kde.org
Known packaging issues:
- l10n packages are not available, so new KF5 apps will not be translated
- kdesdk-kioslave doesn't build with subversion 1.9
Offline
Thanks, arojas!
So far, just a few minor glitches, and Plasma on Wayland not working. But session is definitely usable, no showstoppers, at least for me.
Offline
Plasma (Wayland) doesn't seem to work for me either, I just see the mouse cursor. This might still be the same problem as before, OOM in kinit preventing it from working.
Last edited by AnAkkk (2015-11-20 23:39:07)
Offline
First tweak: if you have a widescreen monitor, and splash screen for Breeze theme seems square with blackness on the sides,
/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/Splash.qml
and either delete the line:
fillMode: Image.PreserveAspectFit
or comment it out:
/** fillMode: Image.PreserveAspectFit **/
Last edited by Xabre (2015-11-21 00:27:20)
Offline
Arojas - thx again.
KDE Team has published kde-l10n for 15.11.80, too. There is: http://forum.archlinux.org.pl/viewtopic … d=693#p693 PKGBUILD for build localization pack (for Polish language only, but it's very simple to prepare it for another languages).
Offline
Hi,
Just 2 glitches I can see.
1) plasma-pa volume control applet is invisible, though sound and the OSD work. There is an empty space in the system tray where the plasma-pa volume icon should be but you can't click on it.
2) plasma sticky notes now have no background, completely transparent, and even when you open settings the example colour sticky notes have no background either.
A cache issue?
P
Offline
1) plasma-pa volume control applet is invisible, though sound and the OSD work. There is an empty space in the system tray where the plasma-pa volume icon should be but you can't click on it.
This is a long-standing bug, it was also in 5.4. Remove and re-add the applet and it will show.
2) plasma sticky notes now have no background, completely transparent, and even when you open settings the example colour sticky notes have no background either.
https://bugs.kde.org/show_bug.cgi?id=355646
Last edited by arojas (2015-11-21 08:58:13)
Offline
For me KDE wallet auto unlock as described here stopped working
https://wiki.archlinux.org/index.php/KD … y_on_login
This is quite frustrating as I have to unlock my gpg key twice.
Also some mails are not displayed in kmail. They are just empty.
When I downgrade they are displayed correctly again.
edit:
just noticed that symbols in icontasks are not greyed out when the window is minimized.
So it is hard for starters to distinguish if a program is already started
edit2:
"switching users" does nothing except to darken the screen
Last edited by mareex (2015-11-21 09:37:25)
Offline
For me KDE wallet auto unlock as described here stopped working
Yes, indeed, it seems that this stopped working. I haven't got any solution for this so on.
Offline
@Xabre: thanks, your fix worked fine!
I can confirm wayland session issue (it is not starting) and plasma-pa issue (easily fixable).
Offline
Plasmoids:
I can add a new one only with drag and drop (double click not working) but...how to remove it? If I select it the plasmoid configuration options are not shown.
Last edited by hifi25nl (2015-11-21 11:56:42)
Offline
Plasmoids:
I can add a new one only with drag and drop (double click not working) but...how to remove it? If I select it the plasmoid configuration options are not shown.
Click and hold. If you want the old behaviour, uncheck "Click applets to drag" on desktop settings.
Offline
Ah!...thank you.
Offline
Seems that klickety-15.11.80-1 was built against older KF5:
klickety: error while loading shared libraries: libKF5KDEGames.so.6: cannot open shared object file: No such file or directory
Should look for libKF5KDEGames.so.7 instead.
Rebuild from ABS and it works.
Offline
I have filed a few bugs so far last night, but overall the beta seems sharp. @arojas - Probably a stupid question, but is there any way to get debug symbols for the beta? I just figure it would make bug reports more useful. Either way, thank you for all the work.
Offline
Seems that klickety-15.11.80-1 was built against older KF5
Thanks,fixed
Offline
mareex wrote:For me KDE wallet auto unlock as described here stopped working
Yes, indeed, it seems that this stopped working. I haven't got any solution for this so on.
The pam plugin is installed to the wrong location.
Here is a patch for fixing the path:
[brix@worldflare kwallet-pam]$ diff -u /var/abs/kde-unstable/kwallet-pam/PKGBUILD PKGBUILD
--- /var/abs/kde-unstable/kwallet-pam/PKGBUILD 2015-11-22 00:05:59.050094547 +0100
+++ PKGBUILD 2015-11-22 11:54:52.110355800 +0100
@@ -23,14 +23,14 @@
cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=usr/lib
+ -DCMAKE_INSTALL_LIBDIR=lib
make
cd ../build4
cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=usr/lib \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DKWALLET4=1
make
}
Offline
The pam plugin is installed to the wrong location.
Here is a patch for fixing the path:
Thanks, this was actually a workaround for an upstream bug in 5.4 which has been fixed in 5.5. Should be OK in 5.4.95-2
Offline
With 5.4.95-2 pam plugin works well.
Offline
Is there an opened ticket for Plasma on Wayland problem? If it is, can some one share the link?
Offline
Is there an opened ticket for Plasma on Wayland problem? If it is, can some one share the link?
Don't know if there is one, but upstream developers are well aware of it. For now you need to use the kinit-nooom package from AUR (updated to 5.16)
Offline
Ravior wrote:Is there an opened ticket for Plasma on Wayland problem? If it is, can some one share the link?
Don't know if there is one, but upstream developers are well aware of it. For now you need to use the kinit-nooom package from AUR (updated to 5.16)
Thanks for clarifying this. Maybe we'll get to start kwin for wayland without kinit-nooom after this beta. That would surely be nice.
Offline
For those who report that they only see a cursor, please try this and report back here:
$ kwin_wayland --libinput --xwayland "plasmashell --platform wayland"
Last edited by smirky (2015-11-23 15:18:31)
Personal spot :: https://www.smirky.net/ :: Try not to get lost!
Offline
I built kinit-nooom from AUR, and after that plasma on wayland start. Far from usable, but at least it starts.
Offline
Is it possible to see calligra 3.0 here in kde-unstable soon??
Offline