The GPicView package contains a lightweight image viewer.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://downloads.sourceforge.net/lxde/gpicview-0.2.5.tar.xz
Download MD5 sum: 26be9b0c5a234f1afe7d83d02a4a33f4
Download size: 344 KB
Estimated disk space required: 6.5 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gpicview
Install GPicView by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install && sed -i 's/Utility;//' /usr/share/applications/gpicview.desktop
If you have xdg-utils-1.1.2 installed, as the
root
user, you should run the
xdg-icon-resource forceupdate --theme
hicolor command, for the installed icon to be
displayed in the menu item.
sed -i ...: Fixes submenu for GPicView.
Last updated on 2017-08-28 15:14:37 -0700