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

Problem with jpeg, ico filetypes #22

Open
Juanal07 opened this issue Jan 6, 2022 · 4 comments
Open

Problem with jpeg, ico filetypes #22

Juanal07 opened this issue Jan 6, 2022 · 4 comments

Comments

@Juanal07
Copy link

Juanal07 commented Jan 6, 2022

I cant make work jpeg and ico filetypes. It works for png, jpg, pdf...

I added jpeg and ico to extensions.media_files.filetypes and doesnt work.
I dont know how works extensions.media_files.filetypes because I try to only put jpg and still show png files.

	extensions = {
		media_files = {
			filetypes = { "jpeg", "ico", "png", "webp", "jpg", "jpeg", "mp4", "webm", "pdf" },
			find_cmd = "fd",
		},
	},

It works with ueberzug in my file manager.

@ofseed
Copy link

ofseed commented Mar 24, 2022

Are you using Wayland? It seems that ueberzug is not supporting Wayland

@Juanal07
Copy link
Author

Juanal07 commented Mar 24, 2022

No, I use Xorg.
I can see .jpeg file with my file manager (LF)
image
But telescope-media-files doesnt detect it.
image

@thiagodebastos
Copy link

Are you using Wayland? It seems that ueberzug is not supporting Wayland

@ofseed I can't seem to find any relative issues tracking that. How did you find out that Wayland is not supported?

@ofseed
Copy link

ofseed commented Sep 12, 2022

Are you using Wayland? It seems that ueberzug is not supporting Wayland

@ofseed I can't seem to find any relative issues tracking that. How did you find out that Wayland is not supported?

It's about.

ueberzug is a command line util which allows to display images in combination with X11.

Also, the Ranger file manager which displays photos using ueberzug also mentioned that
ueberzug is only available on X11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants