sboli / twmn

A notification system for tiling window managers
GNU Lesser General Public License v3.0
523 stars 47 forks source link

Trouble on sway (wayland) #59

Open MrSorcus opened 7 years ago

MrSorcus commented 7 years ago

When trying to use twmn on sway, output doesn't display normal. Text is very-very-very small. Like a dot.

Sway log: https://gist.github.com/DebugReport/2700dfdbb79755dba023ba9a3f1b531c

MrSorcus commented 7 years ago

2016-11-26-113632_swaygrab You can see bug on screenshot (small dots/line in center).

sboli commented 7 years ago

That's weird.I'm not doing anything special regarding position. Maybe wayland has a different way of managing this.Try setting the position to absolute. Unfortunately I can't help you more than this because I don't have Wayland.

2016-11-26 7:41 GMT-04:00 DebugReport notifications@github.com:

[image: 2016-11-26-113632_swaygrab] https://cloud.githubusercontent.com/assets/23472035/20640044/c735e5fa-b3cc-11e6-921c-18708d1b10ce.png You can see bug on screenshot (small dots/line in center).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sboli/twmn/issues/59#issuecomment-263058897, or mute the thread https://github.com/notifications/unsubscribe-auth/AA8EsJdKqHwRIgUhfiNJvFd3GE_x27w3ks5rCBrvgaJpZM4K7trr .

MrSorcus commented 7 years ago

In weston it's work...Maybe problem in wlc...Or sway...

Jpfonseca commented 5 years ago

@sboli I started using sway and in my case twmn will open a new window and in the middle of it the notifications actually show up. I will lookup for more info and return back to you.

Since wlc was deprecated on October 2018 this should not be a problem of wlc, since the sway project is using their own developed tool : wlroots

Upon running the command : nohup strace -qv twmnc "hello"

I got the following output strace_twmnc.log

The current output of this problem is : screenshot

Jpfonseca commented 5 years ago

@MrSorcus, @sboli can you add xwayland and wayland as labels to this issue ?