ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
ybogdano has joined #wayland
ybogdano has quit [Read error: Connection reset by peer]
remyabel2 has joined #wayland
remyabel2 has quit [Remote host closed the connection]
remyabel2 has joined #wayland
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
_bsr_ has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
sozuba has joined #wayland
chipxxx has joined #wayland
Consolatis has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
Consolatis has joined #wayland
Consolatis is now known as Consolatis_oftc
nerdopolis has quit [Ping timeout: 480 seconds]
slattann has joined #wayland
cvmn has quit [Remote host closed the connection]
soreau has quit [Read error: Connection reset by peer]
soreau has joined #wayland
Company has quit [Quit: Leaving]
tzimmermann has joined #wayland
danvet has joined #wayland
jgrulich has joined #wayland
smitmayani has joined #wayland
hardening has joined #wayland
remyabel2 has quit [Quit: remyabel2]
dcz has joined #wayland
hch12907 has quit [Quit: Reconnecting]
hch12907 has joined #wayland
rv1sr has joined #wayland
chipxxx has quit [Remote host closed the connection]
chipxxx has joined #wayland
_bsr_ has quit [Remote host closed the connection]
_bsr_ has joined #wayland
chipxxx has quit [Ping timeout: 480 seconds]
astlep4 has joined #wayland
astlep has quit [Ping timeout: 480 seconds]
smitmayani has quit [Ping timeout: 480 seconds]
smitmayani has joined #wayland
smitmayani has quit [Ping timeout: 480 seconds]
smitmayani has joined #wayland
rasterman has joined #wayland
manuel1985 has joined #wayland
hardening_ has joined #wayland
hardening has quit [Ping timeout: 480 seconds]
manuel1985 has quit [Remote host closed the connection]
manuel1985 has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
<wlb> weston Merge request !1011 opened by Marius Vlad (mvlad) Couple of warnings fixes https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1011
fahien has joined #wayland
manuel1985 has quit [Read error: Connection reset by peer]
manuel1985 has joined #wayland
manuel_ has joined #wayland
manuel1985 has quit [Ping timeout: 480 seconds]
mvlad has joined #wayland
fnstudio has joined #wayland
<fnstudio> hello, i've been considering the option of transitioning to wayland; any recommended tutorial?
<fnstudio> any particular reason why i may not want to switch? i know for instance that some window managers won't work with wayland (eg i3 and exwm)
<fnstudio> anything else that you think i should watch out for?
<pq> fnstudio, are you an end user, or are you developing a DE or WM?
<fnstudio> pq, a humble end user (but with a relatively minimalist and customised environment, been running i3 for quite some time)
<jadahl> fnstudio: if you're a i3 user then you probably want to check out sway
<pq> fnstudio, it is better think about this as transitioning to another (minimalist) DE or almost-DE than transitioning to Wayland. The "DE" you pick just happens to be built with Wayland or not. The "DE" also defines what works and how. The X11 vs. Wayland is less important.
<fnstudio> oh, this is interesting, thanks pq and jadahl - yes i'm aware of the lack of wayland support under i3 and that i should be looking into something else, e.g. sway
<fnstudio> while it bothers me that i wouldn't be precluded from using exwm, i'm struggling with the complexity of startx/xinitrc and i was wondering if the start-up scripts were any cleaner under wayland?
<pq> I say this, because with X11 especially minimalist people are accustomed to building their own custom environment around Xorg piece by custom piece. That won't work with Wayland per se, but it might work with a specific Wayland compositor like sway.
<fnstudio> *i would be precluded
<pq> start-up scripts (if any) are a feature of the Wayland compositor or DE you pick, and not a feature of Wayland.
<fnstudio> pq: right, but from a xorg user's perspective, although xorg is not xinit and let alone startx, it is in a way... as startx ends up being my interface for launching xorg
<pq> this is the recurring theme for *almost* any feature or issue you encounter :-)
<fnstudio> i'm not sure if this relates to wayland in any way
<pq> it doesn't, it's all about what specific DE/compositor you pick
<fnstudio> ok, first of all thanks for helping, let me try and reword my question to see if i can advance my wayland understanding
<fnstudio> what do you think i should be installing to have a minimalist wayland-based graphical environment? say, wayland plus sway?
<pq> Wayland is not a program one could run. Wayland is a language that programs use to talk to each other, and some vague system-architectural design pattern.
<fnstudio> ah
<fnstudio> i see...
<fnstudio> ok, but there must be a server running that speaks that protocol?
<pq> yes, and that server is provided by each "DE". We call it "a Wayland compositor". Sway is one.
<pq> some DE project have their completely own compositor, and some share compositors, and some share parts of a compositor as a library.
<fnstudio> oh... i see... so in that sense sway is not a i3 replacement, it's more than that, it's a xorg-plus-i3 replacement, in a sense
<pq> exactly!
<fnstudio> cool, got it, excellent, thanks
<pq> A Wayland compositor is a display server. A Wayland compositor also tends to integrate a window manager.
<fnstudio> so technically, i should now join #sway and continue my exploration there... in a sense
<pq> yes
<fnstudio> cool, now i think i see what you were saying at the very beginning a few mins ago
<pq> awesome :-)
<fnstudio> before i move to sway, is there a large number of wayland tiling DEs, or sway is probably what i want to look at?
<jadahl> fnstudio: if you're looking for something that behaves like i3, then sway
<fnstudio> cool, brilliant, thanks
<jadahl> but there are other tiling wms too
rasterman has joined #wayland
<fnstudio> i might be wrong but i also understand that the wayland architecture is generally considered more secure than x11's?
<fnstudio> or is the difference mostly theorethical and not really a concern for end users?
<clever> fnstudio: one "security" feature, is that you cant do screen-capture for the entire desktop, but that kinda makes screen sharing far more painful i find
fahien has quit [Ping timeout: 480 seconds]
<qyliss> The difference is theoretical unless you're using some other sandboxing mechanism like Flatpak
<fnstudio> clever: oh interesting, good to know - yeah i might be able to accept that trade off in favour of security, but yeah good to know
<qyliss> Because if you're not using a sandboxing mechanism, it doesn't matter what X11/Wayland do, applications can just ptrace each other
<fnstudio> qyliss: hm right... or apparmor, i guess?
<clever> qyliss: except for the ptrace-yama flag, where an app can only ptrace its children
<jadahl> fnstudio: one can say that Wayland makes it possible to create a "secure" desktop environment, but compositors can, if they choose, allow "insecure" activities like unnoticed keylogging, screen capturing etc if they so choose
<fnstudio> jadahl: yep, got it, it makes sense, brilliant
<jadahl> the difference is that the feauters that are deemed insecure are not a built in corner stone as it is on X11
<jadahl> *features
<fnstudio> totally, makes sense
<fnstudio> very helpful
fahien has joined #wayland
remyabel2 has joined #wayland
<fnstudio> oh well, this is pretty impressive... without further ado i installed sway (not even as root, as a user), then i left this xorg session open and went to another TTY and launched sway from there
<fnstudio> it... started!
<fnstudio> and it magically picked up my i3 config and everything seems to be working seamlessly
<fnstudio> i'm pretty stoked!
smitmayani has quit [Read error: Connection reset by peer]
<pq> It's really nice to hear positive comments for a change. All thanks to sway developers. :-)
fnstudio has quit [Remote host closed the connection]
fnstudio has joined #wayland
manuel_ has quit [Ping timeout: 480 seconds]
dcz has quit [Ping timeout: 480 seconds]
devilhorns has joined #wayland
pochu has quit [Quit: Lost terminal]
rgallaispou has quit [Ping timeout: 480 seconds]
manuel1985 has joined #wayland
fahien has quit [Ping timeout: 480 seconds]
fmuellner has joined #wayland
<wlb> wayland/main: Simon Ser * protocol: mention protocol error name in wl_subcompositor.get_subsurface https://gitlab.freedesktop.org/wayland/wayland/commit/c2c6ef9cbe71 protocol/wayland.xml
<wlb> wayland/main: Simon Ser * protocol: add wl_compositor.error.bad_parent https://gitlab.freedesktop.org/wayland/wayland/commit/b9632822b73b protocol/wayland.xml
<wlb> wayland Merge request !264 merged \o/ (protocol: add wl_compositor.error.bad_parent https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/264)
rgallaispou has joined #wayland
caveman has joined #wayland
fahien has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #wayland
fahien has quit [Ping timeout: 480 seconds]
naveenk2 has joined #wayland
Vanfanel has joined #wayland
pochu has joined #wayland
fmuellner has joined #wayland
rv1sr has quit [Ping timeout: 480 seconds]
fnstudio has quit [Remote host closed the connection]
Vanfanel has quit [Ping timeout: 480 seconds]
DemiMarie is now known as Guest1080
Guest717 is now known as DemiMarie
cabal704 has joined #wayland
<wlb> wayland Issue #322 opened by Vlad Zahorodnii (zzag) Inconsistent implementation of wl_data_offer.source_actions https://gitlab.freedesktop.org/wayland/wayland/-/issues/322
fahien has joined #wayland
gspbirel563 has joined #wayland
Vanfanel has joined #wayland
cabal705 has joined #wayland
cabal704 has quit [Ping timeout: 480 seconds]
gspbirel56 has quit [Ping timeout: 480 seconds]
rgallaispou1 has joined #wayland
rgallaispou has quit [Ping timeout: 480 seconds]
<wlb> weston Issue #667 opened by manuel alfayate (vanfanel) Fullscreem windows should get confinement activated immediately by default https://gitlab.freedesktop.org/wayland/weston/-/issues/667
naveenk2 has quit []
rgallaispou has joined #wayland
rgallaispou1 has quit [Read error: Connection reset by peer]
rv1sr has joined #wayland
jgrulich has quit [Ping timeout: 480 seconds]
rv1sr has quit []
MajorBiscuit has quit [Ping timeout: 480 seconds]
Company has joined #wayland
rv1sr has joined #wayland
cabal705 has quit []
fahien1 has joined #wayland
fahien has quit [Ping timeout: 480 seconds]
fahien1 is now known as fahien
MajorBiscuit has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
<wlb> wayland Merge request !270 opened by Vlad Zahorodnii (zzag) protocol: mention that wl_data_offer.source_actions is sent after creating the offer https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/270
fahien1 has joined #wayland
fahien is now known as Guest1086
fahien1 is now known as fahien
Vanfanel has quit [Read error: Connection reset by peer]
ybogdano has joined #wayland
Guest1086 has quit [Ping timeout: 480 seconds]
Vanfanel has joined #wayland
sozuba has quit [Quit: sozuba]
sozuba has joined #wayland
sozuba has quit []
sozuba has joined #wayland
sozuba has quit []
slattann has quit [Quit: Leaving.]
sozuba has joined #wayland
sozuba has quit [Quit: sozuba]
sozuba has joined #wayland
manuel1985 has quit [Ping timeout: 480 seconds]
tzimmermann has quit [Quit: Leaving]
sozuba has quit [Quit: sozuba]
rasterman has joined #wayland
cabal704 has joined #wayland
rv1sr has quit [Remote host closed the connection]
sozuba has joined #wayland
rv1sr has joined #wayland
fahien has quit [Ping timeout: 480 seconds]
fahien has joined #wayland
MajorBiscuit has quit [Ping timeout: 480 seconds]
devilhorns has quit []
fahien1 has joined #wayland
cabal705 has joined #wayland
cabal704 has quit [Ping timeout: 480 seconds]
fahien has quit [Ping timeout: 480 seconds]
fahien1 is now known as fahien
Vanfanel has quit []
manuel1985 has joined #wayland
ybogdano has quit [Remote host closed the connection]
Narrat has joined #wayland
manuel1985 has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #wayland
MajorBiscuit has quit [Ping timeout: 480 seconds]
fahien has quit [Quit: fahien]
Phorous has quit [Ping timeout: 480 seconds]
dcz has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
mxz has joined #wayland
<wlb> weston Merge request !1012 opened by Derek Foreman (derekf) xwm: Check size hints in weston_wm_window_is_positioned() https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1012 [XWayland]
midgard has quit [Read error: Connection reset by peer]
midgard has joined #wayland
danvet has quit [Ping timeout: 480 seconds]
markbolhuis has joined #wayland
systwi_ has quit [Remote host closed the connection]
manuel1985 has joined #wayland
rgallaispou1 has joined #wayland
rgallaispou has quit [Ping timeout: 480 seconds]
mvlad has quit [Remote host closed the connection]
sozuba_tmp has joined #wayland
manuel1985 has quit [Ping timeout: 480 seconds]
sozuba has quit [Ping timeout: 480 seconds]
sozuba_tmp has quit [Ping timeout: 480 seconds]
rv1sr has quit []
Narrat has quit []
cabal705 has quit []
MajorBiscuit has joined #wayland
fmuellner has joined #wayland
ybogdano has joined #wayland
markbolhuis has quit [Quit: markbolhuis]
dcz has quit [Ping timeout: 480 seconds]
MajorBiscuit has quit [Ping timeout: 480 seconds]
hardening_ has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
cabal704 has joined #wayland
cabal704 has quit [Quit: WeeChat 3.5]
cabal704 has joined #wayland
cabal704 has quit []
rodrgz has joined #wayland
rodrgz has quit []