You are not logged in.

#181 2024-08-29 02:45:49

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Wayland and BunsenLabs

johnraff wrote:
DeepDayze wrote:

Any chance of bug report to lightdm (and light-locker) devs about adding better support for launching Wayland sessions?

We'd need to do some debugging ourselves first, if the report is going to be helpful. Also some websearching to see if anyone else is getting problems launching Wayland sessions from LightDM. First, find where the lightdm logs are, and if it has a "verbose" option we can set somewhere. It's strange, because by the time the session has been started (by executing the command in a .desktop file) lightdm should have left the scene altogether...

And why does nwg-hello have no problems?

Makes sense and fair enough :-)


Real Men Use Linux

Offline

#182 2024-08-29 06:09:14

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,552
Website

Re: Wayland and BunsenLabs

^making some progress > https://forums.bunsenlabs.org/viewtopic … 66#p137566
It looks like a lightdm bug - with a workaround - which has already been reported on GitHUb.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#183 2024-08-30 03:21:25

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: Wayland and BunsenLabs

hhh wrote:

apt lets me install both xfce4-notifyd (x11/carbon w/ openbox) and mako-notifier (wlroots/carbon w/ labwc), but the two notifiers cancel each other out when you boot. They both try to access dbus, and they both fail since only one is allowed.

https://kevinlocke.name/bits/2020/04/12 … conflicts/

I'm going to mess with it now.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#184 2024-12-28 06:39:13

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,552
Website

Re: Wayland and BunsenLabs

Xfce seem to be working hard on Wayland right now, there might be some hints we can pick up.
Here's one developer thread:
https://gitlab.xfce.org/xfce/xfce4-session/-/issues/209


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#185 2024-12-31 23:06:38

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Wayland and BunsenLabs

johnraff wrote:

Xfce seem to be working hard on Wayland right now, there might be some hints we can pick up.
Here's one developer thread:
https://gitlab.xfce.org/xfce/xfce4-session/-/issues/209

Looks like that's a great sign Xfce devs are moving in the right direction. Xfce on Wayland would be awesome!


Real Men Use Linux

Offline

#186 2025-02-11 11:48:10

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: Wayland and BunsenLabs

Right now xfce _is_ working with labwc.

As you know @johnraff labwc-0.8.2 supports window app icons, a big leap forward (and also as you know I packaged labwc and it's icon dependency libsfdo).

Birger Schatt the labwc (and much other stuff wayland) maintainer has just pushed libsfdo to unstable and my very recent apt update (few minutes ago) pulled it in but broke labwc! No big deal, just removed the versions I built and @b1rgers versions successfully installed. The beauty of this is that I think (hope) Birger is preparing for labwc-0.8.3 which the pre-release recently had pushes for menu icons support (using same libsfdo libs). This makes labwc much easier on the eye and definitively showing signs that it is reaching some sort of maturity.

Kudos to @malm for such an excellent project 13.gif

Here is Birger's bug report and fix : https://bugs.debian.org/cgi-bin/bugrepo … ug=1092211

Also, @malm recently posted a screenshot (https://forums.bunsenlabs.org/viewtopic … 53#p141053) depicting labwc-0.8.3(pre) with xfce4-panel showing icons and workspaces in the panel.

So xfce4-panel will be great for carbon-wayland no matter how far behind (in terms of release date) the X11 carbon version it will be.


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#187 2025-02-13 02:54:31

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,552
Website

Re: Wayland and BunsenLabs

micko01 wrote:

So xfce4-panel will be great for carbon-wayland no matter how far behind (in terms of release date) the X11 carbon version it will be.

The issue that bothers me is the system tray on Wayland. Until xfce4-panel has that sorted, it is somewhat of a blocker.
(There's no systray visible on the panel in @malm's recent screenshot.)

Last edited by johnraff (2025-02-13 02:57:13)


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#188 2025-02-13 08:55:10

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: Wayland and BunsenLabs

johnraff wrote:
micko01 wrote:

So xfce4-panel will be great for carbon-wayland no matter how far behind (in terms of release date) the X11 carbon version it will be.

The issue that bothers me is the system tray on Wayland. Until xfce4-panel has that sorted, it is somewhat of a blocker.
(There's no systray visible on the panel in @malm's recent screenshot.)

1LvxeYfn_t.png

big_smile


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#189 2025-02-13 09:04:13

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: Wayland and BunsenLabs

.. and this (systray popups work) https://forums.bunsenlabs.org/viewtopic … 21#p141221


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#190 2025-02-13 09:39:20

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,552
Website

Re: Wayland and BunsenLabs

micko01 wrote:

Thanks, that's encouraging. smile
Is that xfce4-panel 4.20.0-1 from Trixie?


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#191 2025-02-13 09:47:29

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,643

Re: Wayland and BunsenLabs

micko01 wrote:

I'm really looking forward to trying it out. wink
Thank you for your work!

Offline

#192 2025-02-13 10:14:25

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: Wayland and BunsenLabs

johnraff wrote:
micko01 wrote:

Thanks, that's encouraging. smile
Is that xfce4-panel 4.20.0-1 from Trixie?

Yup, all trixie, only sid is my reprepro install, which is kind of irrelevant smile. Just hoping xfce4-panel-4.20.3 and labwc-0.8.3 make freeze and carbon-wayland will be a viable X11 alternative.


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#193 2025-02-14 02:59:59

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,552
Website

Re: Wayland and BunsenLabs

micko01 wrote:

Just hoping xfce4-panel-4.20.3 and labwc-0.8.3 make freeze and carbon-wayland will be a viable X11 alternative.

Fingers crossed.

But I think we'll be able to offer something, and maybe post-release upgrades will improve the situation...


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

Board footer

Powered by FluxBB