You are not logged in.
$ 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
Worksforme™, but you're not gonna view svg's w/ imagemagick.
feh 'https://bbs.archlinux.org/img/avatars/63451.png?m=1731233562'
Offline
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
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
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
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
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
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