The GPicView package contains a lightweight image viewer.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://downloads.sourceforge.net/lxde/gpicview-0.2.4.tar.gz
Download MD5 sum: b209e36531f89c48e3067b389699d4c7
Download size: 480 KB
Estimated disk space required: 6.2 MB
Estimated build time: 0.2 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.0-rc3 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 2015-03-01 02:42:20 -0800