[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-04-01 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-29 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #14 from Martin Gräßlin  ---
I think we in upstream should not find for QtWayland. We also don't check
whether the Qt's xcb plugin is present. Given that kwayland-integration is the
wrong place. It doesn't solve the problem for GNOME or any other Wayland
compositor so a check in our code is just useless.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-28 Thread Hrvoje Senjan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #13 from Hrvoje Senjan  ---
Well from here it looks kwayland-integration is perfect candidate for both 1)
and 2).

Regarding 1. it would also be more correct to have qtwayland as part of the
default install (i.e. deeper than kwayland-integration dep).

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-28 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #12 from Martin Gräßlin  ---
concerning 1) please see https://community.kde.org/KWin/Packaging

concerning 2) there is no real place where it can go. It certainly doesn't make
sense in KWin (doesn't need it), it also doesn't really make sense in Plasma as
it doesn't solve the problem. If you use Qt apps on GNOME/Wayland you also want
to get the dependency. This is clearly something distributions need to solve
and we as an upstream cannot solve.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Hrvoje Senjan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

Hrvoje Senjan  changed:

   What|Removed |Added

 CC||hrvoje.sen...@gmail.com

--- Comment #11 from Hrvoje Senjan  ---
Will add the required qtwayland dep.
1) I only wonder which package is most logically correct.
2) Can upstream have find_package call for Qt5Wayland (mark as runtime)

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #7 from Martin Gräßlin  ---
might it be that QtWayland is not installed at all?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

Martin Gräßlin  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Martin Gräßlin  ---
> So dependency issue?

yes. Please report to your distribution.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Mustafa Muhammad via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #6 from Mustafa Muhammad  ---
(In reply to Martin Gräßlin from comment #5)
> > So plasma runs in wayland and all applications run on xwayland!!
> 
> you need to:
> export QT_QPA_PLATFORM=wayland

After exporting QT_QPA_PLATFORM, running "kwin_wayland --drm --libinput
--xwayland plasmashell" I get only mouse on a black screen, just like
"dbus-launch --exit-with-session /usr/bin/startplasmacompositor"

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Mustafa Muhammad via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #8 from Mustafa Muhammad  ---
(In reply to Martin Gräßlin from comment #7)
> might it be that QtWayland is not installed at all?

You are right, after installing libqt5-qtwayland, it is now working.
So dependency issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Mustafa Muhammad via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #3 from Mustafa Muhammad  ---
(In reply to Martin Gräßlin from comment #2)
> > sddm looks freezed and I only have a mouse curser moving
> 
> does kwin start at all in that case? Are we still on sddm or did KWin take
> over the session?

I can't reproduce this anymore on openSUSE, but will try on Fedora, as far as I
remember, kwin_wayland started, and took over, didn't show anything other than
the curser moving.

Today I tested again with kwin 5.5.90git~20160125T153610~1752302-18.1 (openSUSE
kde unstable repo), and I only get a blank space with a mouse curser, this is
by running from terminal or from sddm.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Mustafa Muhammad via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #4 from Mustafa Muhammad  ---
>From terminal, using "kwin_wayland --drm --libinput --xwayland plasmashell" I
can login to the session.
kwin_wayland is running, no X server, but when I open an application (e.g.
dolphin or systemsettings), in the "About" I see "The xcb windowing system".
So plasma runs in wayland and all applications run on xwayland!!

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #5 from Martin Gräßlin  ---
> So plasma runs in wayland and all applications run on xwayland!!

you need to:
export QT_QPA_PLATFORM=wayland

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-27 Thread Mustafa Muhammad via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #10 from Mustafa Muhammad  ---
(In reply to Martin Gräßlin from comment #9)
> > So dependency issue?
> 
> yes. Please report to your distribution.

Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-26 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #2 from Martin Gräßlin  ---
> sddm looks freezed and I only have a mouse curser moving

does kwin start at all in that case? Are we still on sddm or did KWin take over
the session?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-26 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

David Edmundson  changed:

   What|Removed |Added

  Component|general |wayland-generic
   Target Milestone|1.0 |---
Product|plasmashell |kwin
   Assignee|k...@davidedmundson.co.uk|kwin-bugs-n...@kde.org
Version|5.4.95  |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.