You are not logged in.

#1 2024-12-04 13:52:59

djv
Member
Registered: 2019-02-18
Posts: 6

feh doesn't load remote images

$ feh https://archlinux.org/static/archnavbar … 7f6cd1.svg
feh WARNING: https://archlinux.org/static/archnavbar … 7f6cd1.svg does not exist - skipping
feh: No loadable images specified.

While curl loads it. It happened after system update which have run w/o problems.

Offline

#2 2024-12-04 15:31:09

seth
Member
Registered: 2012-09-03
Posts: 59,882

Re: feh doesn't load remote images

Worksforme™, but you're not gonna view svg's w/ imagemagick.

feh 'https://bbs.archlinux.org/img/avatars/63451.png?m=1731233562'

Offline

#3 2024-12-04 17:21:12

djv
Member
Registered: 2019-02-18
Posts: 6

Re: feh doesn't load remote images

thanks for reply, nope, it is not svg
$ feh 'https://bbs.archlinux.org/img/avatars/6 … 1731233562'
feh WARNING: https://bbs.archlinux.org/img/avatars/6 … 1731233562 does not exist - skipping

I suppose feh does not even connect to the web, while curl works good. How to debug this? Is there another viewer loading from the web?

Offline

#4 2024-12-04 17:26:12

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,182

Re: feh doesn't load remote images

What's the output of `type -a feh`?
Edit: maybe `pacman -Qi feh` as well?

Last edited by Scimmia (2024-12-04 17:58:23)

Offline

#5 2024-12-04 18:35:22

djv
Member
Registered: 2019-02-18
Posts: 6

Re: feh doesn't load remote images

Not sure why I have two indentical (by cmp) binaries, though current package has /usr/bin/feh one

$ type -a feh
feh is /usr/bin/feh
feh is /bin/feh

$ pacman -Qi feh
Name            : feh
Version         : 3.10.3-1
Description     : Fast and light imlib2-based image viewer
Architecture    : x86_64
URL             : https://feh.finalrewind.org/
Licenses        : custom:MIT
Groups          : None
Provides        : None
Depends On      : curl  file  imlib2  libexif  libxinerama
Optional Deps   : imagemagick: support more file formats [installed]
                  jpegexiforient: set exif rotation tag
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 431.66 KiB
Packager        : Christian Heusel <gromit@archlinux.org>
Build Date      : Sun 30 Jun 2024 18:59:30 EEST
Install Date    : Wed 04 Dec 2024 15:34:12 EET
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

Offline

#6 2024-12-04 21:14:19

djv
Member
Registered: 2019-02-18
Posts: 6

Re: feh doesn't load remote images

Hey, it was --sort lurking in .config/feh/themes file, causing error for remote URL, obviously failing to sort it ))
Hope it will help anyone with same problem.

Offline

#7 2024-12-04 23:22:32

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,182

Re: feh doesn't load remote images

That's one of the things I was looking for via an alias, didn't think about the themes.

You don't have 2 identical binaries, /bin is a symlink to usr/bin, so you're literally looking at the same binary. /bin should not be in your PATH.

Offline

#8 2024-12-05 04:47:53

seth
Member
Registered: 2012-09-03
Posts: 59,882

Re: feh doesn't load remote images

Hey, it was --sort lurking in .config/feh/themes file, causing error for remote URL, obviously failing to sort it ))

\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB