nvim-telescope / telescope-media-files.nvim

Telescope extension to preview media files using Ueberzug.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with jpeg, ico filetypes

Juanal07 opened this issue · comments

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.

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

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

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?

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.