Changeset 4d6023d2
- Timestamp:
- 08/04/2013 03:43:23 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5b57b96
- Parents:
- 39216d7e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r39216d7e r4d6023d2 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2013"> -
introduction/welcome/changelog.xml
r39216d7e r4d6023d2 45 45 --> 46 46 <listitem> 47 <para>August 4th, 2013</para> 48 <itemizedlist> 49 <listitem> 50 <para>[fernando] - Tag xsane for lfs73_checked, add 51 xscanimage.desktop, add a note for xscanimage GIMP plugin</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>August 3rd, 2013</para> 48 58 <itemizedlist> -
pst/scanning/sane.xml
r39216d7e r4d6023d2 263 263 <screen role="root"><userinput>ln -v -s ../../../../bin/xscanimage /usr/lib/gimp/2.0/plug-ins</userinput></screen> 264 264 265 <note> 266 <para> 267 If the plugin xscanimage is disabled in GIMP's menu, in order to 268 enable it, "create" a blank image using the menu or Ctrl-N. After 269 that, it is enabled. 270 </para> 271 </note> 272 265 273 </sect3> 266 274 … … 312 320 <para>Add any desired users to the <systemitem 313 321 class="groupname">scanner</systemitem> group.</para> 322 323 </sect4> 324 325 <sect4> 326 <title>Frontend Configuration</title> 327 <para> 328 If you use a desktop environment like <application>Gnome</application> 329 or <application>KDE</application> you may wish to create a 330 <filename>xscanimage.desktop</filename> file so that 331 <application>xscanimage</application> appears in the panel's menus. 332 As the <systemitem class="username">root</systemitem> user: 333 </para> 334 335 <screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} && 336 337 cat > /usr/share/applications/xscanimage.desktop << "EOF" && 338 [Desktop Entry] 339 Encoding=UTF-8 340 Name=XScanImage - Scanning 341 Comment=Acquire images from a scanner 342 Exec=xscanimage 343 Icon=xscanimage 344 Terminal=false 345 Type=Application 346 Categories=Application;Graphics 347 EOF 348 349 ln -svf ../sane/xscanimage-icon-48x48-2.png /usr/share/pixmaps/xscanimage.png</userinput></screen> 314 350 315 351 </sect4> -
pst/scanning/xsane.xml
r39216d7e r4d6023d2 34 34 quality and ease of use compared to <command>xscanimage</command>.</para> 35 35 36 &lfs73_ built;36 &lfs73_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.