source: lxde/apps/gpicview.xml@ 8c0499c

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 8c0499c was 8f65b220, checked in by Xi Ruoyao <xry111@…>, 12 months ago

lxde: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gpicview-download-http "&sourceforge-dl;/lxde/gpicview-&gpicview-version;.tar.xz">
8 <!ENTITY gpicview-download-ftp " ">
9 <!ENTITY gpicview-md5sum "26be9b0c5a234f1afe7d83d02a4a33f4">
10 <!ENTITY gpicview-size "344 KB">
11 <!ENTITY gpicview-buildsize "6.5 MB">
12 <!ENTITY gpicview-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gpicview" xreflabel="GPicView-&gpicview-version;">
16 <?dbhtml filename="gpicview.html"?>
17
18
19 <title>GPicView-&gpicview-version;</title>
20
21 <indexterm zone="gpicview">
22 <primary sortas="a-GPicView">GPicView</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GPicView</title>
27
28 <para>
29 The <application>GPicView</application> package contains a lightweight
30 image viewer.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&gpicview-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&gpicview-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &gpicview-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &gpicview-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &gpicview-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &gpicview-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">GPicView Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk2"/>
74 </para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of GPicView</title>
80
81 <para>
82 Install <application>GPicView</application> by running the following
83 commands:
84 </para>
85
86<screen><userinput>./configure --prefix=/usr &amp;&amp;
87make</userinput></screen>
88
89 <para>
90 This package does not come with a test suite.
91 </para>
92
93 <para>
94 Now, as the <systemitem class="username">root</systemitem> user:
95 </para>
96
97<screen role="root"><userinput>make install &amp;&amp;
98sed -i 's/Utility;//' /usr/share/applications/gpicview.desktop</userinput></screen>
99
100 <para>
101 If you have <xref linkend="xdg-utils"/> installed, as the
102 <systemitem class="username">root</systemitem> user, you should run the
103 <command>xdg-icon-resource forceupdate --theme hicolor</command> command,
104 for the installed icon to be displayed in the menu item.
105 </para>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <command>sed -i ...</command>: Fixes submenu for
114 <application>GPicView</application>.
115 </para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>
129 gpicview
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 /usr/share/gpicview
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="gpicview-prog">
146 <term><command>gpicview</command></term>
147 <listitem>
148 <para>
149 is a lightweight image viewer
150 </para>
151 <indexterm zone="gpicview gpicview-prog">
152 <primary sortas="b-gpicview">gpicview</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.