telescope-media-files.nvim icon indicating copy to clipboard operation
telescope-media-files.nvim copied to clipboard

Problem with jpeg, ico filetypes

Open Juanal07 opened this issue 3 years ago • 4 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.

Juanal07 avatar Jan 06 '22 13:01 Juanal07

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

ofseed avatar Mar 24 '22 18:03 ofseed

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

Juanal07 avatar Mar 24 '22 19:03 Juanal07

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?

thiagodebastos avatar Sep 12 '22 13:09 thiagodebastos

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.

ofseed avatar Sep 12 '22 15:09 ofseed