You are not logged in.

#26 2015-11-24 20:54:21

AnAkkk
Member
Registered: 2014-03-03
Posts: 148

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

arojas wrote:
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)

Funny how they add a "Plasma on Wayland" session but they know that it doesn't work without patches. That doesn't really make sense...

Last edited by AnAkkk (2015-11-24 20:54:28)

Offline

#27 2015-11-24 20:56:29

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

neubauten84 wrote:

Is it possible to see calligra 3.0 here in kde-unstable soon??

When they make a release

Offline

#28 2015-11-24 23:24:16

willy9
Member
Registered: 2009-04-14
Posts: 56

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Xabre wrote:

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       **/

I reported this one upstream : https://bugs.kde.org/show_bug.cgi?id=355868

Something new for me today, probably came with yesturday's and today's upgrades :
* battery icon in systemtray says "no available battery". SDDM and kinfocentre both detect the battery and report on its charge level.
* kmail not starting due to akonadi server not being registered in d-bus.


Skrooge, a personal finances manager for the Plasma Desktop
http://skrooge.org

Offline

#29 2015-11-25 13:15:52

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Note: If you're using kdepim, please downgrade libkolabxml to 1.1.2 in [extra]. The final version of kdepim won't depend on 1.2 so I've removed the git snapshot from [kde-unstable]

Offline

#30 2015-12-09 12:03:11

hifi25nl
Member
Registered: 2011-05-07
Posts: 263

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

I have this problem with last update:

kontact: symbol lookup error: /usr/lib/libKF5AkonadiSearchPIM.so.5: undefined symbol: _ZNK6Xapian13PostingSource9serialiseB5cxx11Ev

and kontact is not starting

Offline

#31 2015-12-09 12:11:52

Tromzy
Member
Registered: 2015-02-15
Posts: 166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

I can't start the Wayland session, all I get is a mouse pointer and a black screen.

Offline

#32 2015-12-09 12:16:26

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

hifi25nl wrote:

I have this problem with last update:

kontact: symbol lookup error: /usr/lib/libKF5AkonadiSearchPIM.so.5: undefined symbol: _ZNK6Xapian13PostingSource9serialiseB5cxx11Ev

and kontact is not starting

You *must* have [testing] enabled if you use kde-unstable

Offline

#33 2015-12-09 12:17:37

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Tromzy wrote:

I can't start the Wayland session, all I get is a mouse pointer and a black screen.

You need https://aur.archlinux.org/packages/kinit-nooom/

Offline

#34 2015-12-09 12:54:46

Tromzy
Member
Registered: 2015-02-15
Posts: 166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Thank you, but I got errors when trying to compile :

CMake Error at /usr/share/cmake-3.4/Modules/CMakeFindDependencyMacro.cmake:65 (find_package):
  Could not find a configuration file for package "KF5ItemViews" that is
  compatible with requested version "5.16.0".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /usr/lib/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /lib/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0

Call Stack (most recent call first):
  /usr/lib64/cmake/KF5KIO/KF5KIOConfig.cmake:93 (find_dependency)
  CMakeLists.txt:47 (find_package

Offline

#35 2015-12-09 12:58:01

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Tromzy wrote:

Thank you, but I got errors when trying to compile :

CMake Error at /usr/share/cmake-3.4/Modules/CMakeFindDependencyMacro.cmake:65 (find_package):
  Could not find a configuration file for package "KF5ItemViews" that is
  compatible with requested version "5.16.0".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /usr/lib/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /lib/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0

Are you really using a 9 month old version of kitemviews?

Offline

#36 2015-12-09 13:03:26

Tromzy
Member
Registered: 2015-02-15
Posts: 166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

arojas wrote:
Tromzy wrote:

Thank you, but I got errors when trying to compile :

CMake Error at /usr/share/cmake-3.4/Modules/CMakeFindDependencyMacro.cmake:65 (find_package):
  Could not find a configuration file for package "KF5ItemViews" that is
  compatible with requested version "5.16.0".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /usr/lib/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0
    /lib/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake, version: 5.8.0

Are you really using a 9 month old version of kitemviews?

Woops ! I don't know why it was that old. I upgraded to the version in "Testing" and it compiles now. smile

Offline

#37 2015-12-09 13:20:56

hifi25nl
Member
Registered: 2011-05-07
Posts: 263

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

arojas wrote:
hifi25nl wrote:

I have this problem with last update:

kontact: symbol lookup error: /usr/lib/libKF5AkonadiSearchPIM.so.5: undefined symbol: _ZNK6Xapian13PostingSource9serialiseB5cxx11Ev

and kontact is not starting

You *must* have [testing] enabled if you use kde-unstable

Yes, I have testing enabled.
Akonadi-search is version 15.11.90-2

Offline

#38 2015-12-09 13:30:05

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

hifi25nl wrote:
arojas wrote:

You *must* have [testing] enabled if you use kde-unstable

Yes, I have testing enabled.
Akonadi-search is version 15.11.90-2

And xapian-core?

Offline

#39 2015-12-09 13:35:59

hifi25nl
Member
Registered: 2011-05-07
Posts: 263

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

xapian-core is 1:1.2.21-1

Offline

#40 2015-12-09 13:49:10

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

hifi25nl wrote:

xapian-core is 1:1.2.21-1

Then you either aren't using [testing] or you're not up to date

Offline

#41 2015-12-09 13:58:35

hifi25nl
Member
Registered: 2011-05-07
Posts: 263

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Fixed now. My Italian server was not in sync.

Offline

#42 2015-12-09 15:36:19

hifi25nl
Member
Registered: 2011-05-07
Posts: 263

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

...now another problem:

[piero@archlinux ~]$ kontact
"KMail Kernel ETM"
()
""
connectToServer "/tmp/akonadi-piero.4siBem/akonadiserver.socket"
connectToServer "/tmp/akonadi-piero.4siBem/akonadiserver.socket"
"/subscriber/kontact_2599_usx6lz"
connectToServer "/tmp/akonadi-piero.4siBem/akonadiserver.socket"
"/subscriber/kontact_2599_Z3MUtX"
connectToServer "/tmp/akonadi-piero.4siBem/akonadiserver.socket"
"contactsCompletionSession"
connectToServer "/tmp/akonadi-piero.4siBem/akonadiserver.socket"
*** Error in `kontact': free(): invalid pointer: 0x00007ff24e58e218 ***

Offline

#43 2015-12-09 17:42:43

Ravior
Member
From: Galați, Romania
Registered: 2013-01-10
Posts: 39

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Seems that the icons of legacy apps are not displayed anymore in the system tray. Instead of the icon there is a blank space.
Right click on that black space created by the apps is working as it should. Is anyone else having this problem after today's update?

Offline

#44 2015-12-09 18:44:04

cgx
Member
Registered: 2014-08-09
Posts: 3

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

smirky wrote:

For those who report that they only see a cursor, please try this and report back here:

$ kwin_wayland --libinput --xwayland "plasmashell --platform wayland"

No luck here. Instead of just black screen, I get corrupted image with some lines on the right side. Mouse is responsive and moving to top left corner gives some corrupted blue lines.
Weston works fine
wl1.jpg

After killing the wayland session, these are the messages left on the console:
wl2.jpg

I had the same issue with the 5.5 beta and now with 5.5 final in testing

Offline

#45 2015-12-09 19:46:00

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Ravior wrote:

Seems that the icons of legacy apps are not displayed anymore in the system tray. Instead of the icon there is a blank space.
Right click on that black space created by the apps is working as it should. Is anyone else having this problem after today's update?

Which legacy apps? And does "not displayed anymore" mean that they worked in 5.4?

Offline

#46 2015-12-09 19:54:28

Ravior
Member
From: Galați, Romania
Registered: 2013-01-10
Posts: 39

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

http://s7.postimg.org/ey1bgnmjf/Relaxare_005.png
In the system tray there are: Shutter, Skype and HexChat.
The icons aren't drawn, but they can be accessed by right click or even hover (as it is seen in the picture).

Offline

#47 2015-12-09 20:07:01

Tromzy
Member
Registered: 2015-02-15
Posts: 166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

For those who just get a black screen and a mouse pointer on Kwin_wayland, make sure you have qt5-wayland installed.

Offline

#48 2015-12-09 20:18:19

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Ravior wrote:

http://s7.postimg.org/ey1bgnmjf/Relaxare_005.png
In the system tray there are: Shutter, Skype and HexChat.
The icons aren't drawn, but they can be accessed by right click or even hover (as it is seen in the picture).

Please report this upstream

Offline

#49 2015-12-09 20:38:26

Ravior
Member
From: Galați, Romania
Registered: 2013-01-10
Posts: 39

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

arojas wrote:
Ravior wrote:

http://s7.postimg.org/ey1bgnmjf/Relaxare_005.png
In the system tray there are: Shutter, Skype and HexChat.
The icons aren't drawn, but they can be accessed by right click or even hover (as it is seen in the picture).

Please report this upstream

I thought it was a packaging bug because I got this only after the second bugfix of 5.5 of Plasma.

Offline

#50 2015-12-09 21:08:41

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,166

Re: [kde-unstable] Plasma 5.5 & KDE Applications 15.12 beta

Ravior wrote:

I thought it was a packaging bug because I got this only after the second bugfix of 5.5 of Plasma.

Do you get any error in the journal after starting one of these applications?

Offline

Board footer

Powered by FluxBB