Page 1 of 1

How to: Run GTK+ programs under Wayland

Posted: 06 Nov 2013, 18:41
by simargl
1) make sb bundle with needed packages: paste this inside terminal

Code: Select all

makesb weston gnome-themes-standard gnome-icon-theme


2) answer y to load bundle, or just press Enter (yes is default)

3) type command:

Code: Select all

export GDK_BACKEND=wayland


4) start weston compositor

Code: Select all

weston


5) now click on terminal icon in weston panel and run some GTK3 applications like: emendo, evince etc.

Image Image

Re: How to: Run GTK+ programs under Wayland

Posted: 07 Feb 2014, 21:41
by efgee
Wayland might become the primary display server and replacing X on several distros in 2014.
My understanding is that it will provide a snappier experience than X, which is nice if true.
However, did not find any hint on the internet if Openbox will run on Wayland (without xwayland).

It is my understanding that GTK3 has Wayland support and so does Gnome 3 (Gnome 3 runs on Mutter...).
Why I'm telling this?
Well Gnome 3 surely does not match alphaOS vision (being lean etc.) but if alphaOS wants to make use of Wayland in the future (and if Openbox will not be ported) alphaOS needs to find another lean solution.
Maybe I found it.

The other day I was looking through the internet to see what the former SolusOS founder (Ikey) is up-to nowadays, and I found this:
https://github.com/evolve-os/budgie-desktop
Budgie Desktop integrates with the GNOME stack, providing a powerful yet traditional desktop using modern techniques and technology.
The core components are (besides libmutter):
budgie-wm: This is a simple wrapper around libmutter, which is used by GNOME Shell. We use it to manage our windows, customize animations and provide a wallpaper of your choice.
budgie-panel: A traditional panel that currently sits at the bottom of the screen. Future versions will enable users to use 3rd party plugins to extend their panel experience to suit their needs.
budgie-session: Simply bootstraps the components of the desktop to get you working straight away. Does nothing more than launch gnome-settings-daemon, the window manager and the panel.


Not saying this is the way alphaOS has to go!
Posting it here in order to save this information.
Just in case...

Re: How to: Run GTK+ programs under Wayland

Posted: 24 Nov 2014, 09:14
by pinkrosi
couldn't get mkisofs to work with UEFI, so added xorriso and required dependencies. Packages changed:
-cdrkit-1.1.11-3-x86_64.pkg.tar.xz
+libburn-1.3.2-1-x86_64.pkg.tar.xz
+libisoburn-1.3.2-3-x86_64.pkg.tar.xz
+libisofs-1.3.2-1-x86_64.pkg.tar.xz

Re: How to: Run GTK+ programs under Wayland

Posted: 24 Nov 2014, 15:47
by Scooby
pinkrosi wrote:couldn't get mkisofs to work with UEFI, so added xorriso and required dependencies. Packages changed:
-cdrkit-1.1.11-3-x86_64.pkg.tar.xz
+libburn-1.3.2-1-x86_64.pkg.tar.xz
+libisoburn-1.3.2-3-x86_64.pkg.tar.xz
+libisofs-1.3.2-1-x86_64.pkg.tar.xz


So can you boot alphaos under UEFI now?

if so please explain the steps achieving this

Re: How to: Run GTK+ programs under Wayland

Posted: 01 Mar 2016, 00:18
by pjezek
Isn't it better to switch to a light DE (LXDE/LXQT), both now prepared for wayland? WM from XFce4 looks simply applicable. Openbox way to Wayland is too long and too unclear...

Re: How to: Run GTK+ programs under Wayland

Posted: 01 Mar 2016, 19:41
by Scooby
I'm not sure about that

Will have to think thoroughly about it