GPicView
De LXDE.org
Révision datée du 24 novembre 2008 à 09:10 par Mario Behling (discussion | contributions) (Nouvelle page : {| class="infobox" " align="right" cellspacing="4" cellpadding="1" style="width:21em; font-size:90%; text-align:left; border:1px solid grey; margin:1em; background:ghostwhite;" | col...)
GPicView | ||
![]() | ||
Developer | The LXDE Team | |
First released | ||
Latest preview version | ||
Release date and age | ||
Frequently updated | yes | |
Programming language | C, GTK+ | |
Platform | Cross-platform (Linux, BSD) | |
Language | Multilingual (more than 35 different languages) | |
Status | active | |
Genre | Picture Viewer | |
License | GNU General Public License, LGPL | |
Website | lxde.org | |
Download | download.lxde.org |
GPicView is the standard picture viewer of LXDE. GPicView features lightening fast startup and intuitive interface.
Sommaire
Features
- Extremely lightweight and fast with low memory usage
- Very suitable for default image viewer of desktop system
- Simple and intuitive interface
- Minimal lib dependency: Only pure GTK+ is used
- Desktop independent: Doesn't require any specific desktop environment
- Open source, licensed under GNU GPL
Author
Developed by 洪任諭 (Hong Jen Yee,aka PCMan) Copyright © 2007, Released under GNU general public license.
FAQ
- How to set gpicview to default image viewer? Use following command line:
xdg-mime default gpicview.desktop `grep 'MimeType=' /usr/share/applications/gpicview.desktop | sed -e 's/.*=//' -e 's/;/ /g'`
NOTE: xdg-utils is needed here. It's a tool released by Portland project of Freedesktop.org. Most modern Linux distros have this tool installed by default.