注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Feh"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
|Homepage=http://feh.finalrewind.org/ | |Homepage=http://feh.finalrewind.org/ | ||
}} | }} | ||
feh | == What is feh? == | ||
<blockquote> | |||
feh is an X11 image viewer aimed mostly at console users. Unlike most other viewers, it does not have a fancy GUI, but simply displays images. It is controlled via commandline arguments and configurable key/mouse actions.[http://feh.finalrewind.org/ Feh homepage] | |||
</blockquote> | |||
== USE-Flags == | |||
{| class="wikitable" style="margin: 1em auto;" width=80% | |||
! width="20%" | Use flag | |||
! width="10%" | Default | |||
! width="10%" | Recommended | |||
! width="60%" | Description | |||
|- | |||
| style="text-align: center;" | curl | |||
| style="text-align: center;" | No | |||
| style="text-align: center;" | | |||
| style="text-align: center;" | Add support for the Client-Side URL transfer library. | |||
|- | |||
| style="text-align: center;" | debug | |||
| style="text-align: center;" | No | |||
| style="text-align: center;" | | |||
| style="text-align: center;" | Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces, see http://www.gentoo.org/proj/en/qa/backtraces.xml. | |||
|- | |||
| style="text-align: center;" | exif | |||
| style="text-align: center;" | No | |||
| style="text-align: center;" | | |||
| style="text-align: center;" | Add support for reading EXIF headers from JPEG and TIFF images. | |||
|- | |||
| style="text-align: center;" | xinerama | |||
| style="text-align: center;" | No | |||
| style="text-align: center; background-color: yellow" | Yes, if you have multiple screens. Otherwise, no. | |||
| style="text-align: center;" | Add support for the xinerama X11 extension, which is mandator if you work in a multiple monitor setup. | |||
|} | |||
== Installing feh == | |||
After adding your USE flags (or not) to <tt>/etc/portage/package.use/feh</tt>, you can emerge feh: | |||
<console> | |||
###i## emerge feh | |||
</console> | |||
== Using feh == | |||
=== Set desktop background === | |||
<console> | <console> | ||
###i## feh --bg-scale ~/path/to/picture.jpg | ###i## feh --bg-scale ~/path/to/picture.jpg | ||
</console> | </console> | ||
{{PageNeedsUpdates}} | {{PageNeedsUpdates}} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 02:11, September 15, 2014
Feh
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
What is feh?
feh is an X11 image viewer aimed mostly at console users. Unlike most other viewers, it does not have a fancy GUI, but simply displays images. It is controlled via commandline arguments and configurable key/mouse actions.Feh homepage
USE-Flags
Use flag | Default | Recommended | Description |
---|---|---|---|
curl | No | Add support for the Client-Side URL transfer library. | |
debug | No | Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces, see http://www.gentoo.org/proj/en/qa/backtraces.xml. | |
exif | No | Add support for reading EXIF headers from JPEG and TIFF images. | |
xinerama | No | Yes, if you have multiple screens. Otherwise, no. | Add support for the xinerama X11 extension, which is mandator if you work in a multiple monitor setup. |
Installing feh
After adding your USE flags (or not) to /etc/portage/package.use/feh, you can emerge feh:
root # emerge feh
Using feh
Set desktop background
root # feh --bg-scale ~/path/to/picture.jpg