Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug while using xlotus in xorg #1

Closed
Besufikad17 opened this issue Jun 4, 2024 · 3 comments
Closed

Bug while using xlotus in xorg #1

Besufikad17 opened this issue Jun 4, 2024 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Besufikad17
Copy link

Hey there, I followed the tutorial and the video post from r/unixporn and tries to add a feed using xl-yt -a clip command and I got this error.

Failed to connect to a Wayland server: No such file or directory
Note: WAYLAND_DISPLAY is unset (falling back to wayland-0)
Note: XDG_RUNTIME_DIR is set to /run/user/1000
Please check whether /run/user/1000/wayland-0 socket exists and is accessible.

Seems like it's trying to use Wayland service which isn't available in i3 xorg sessions. Does xlotus only supports Wayland or am I missing something? Thanks in advance

Current setup

  • OS - Opensuse Tumbleweed
  • WM - i3
@warrior0x7
Copy link
Owner

warrior0x7 commented Jun 4, 2024

Sorry for that. it's my fault as I use RiverWM (wayland)

xl-yt uses wl-clipboard which only works on wayland. I will install an xorg wm later today and fix the issue

@warrior0x7
Copy link
Owner

warrior0x7 commented Jun 4, 2024

@Besufikad17

I added support for Xorg clipboard using xclip 9ef411a and used the same condition to copying URL ec08eea

I also separated dependency install in README

Would you mind trying it to see if it works?

@warrior0x7 warrior0x7 added bug Something isn't working good first issue Good for newcomers labels Jun 4, 2024
@Besufikad17
Copy link
Author

It works like a charm, Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants