Changeset 7ef6fd1


Ignore:
Timestamp:
03/10/2023 01:12:42 PM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2fa5250
Parents:
2266a90
Message:

libpaper: Fix config file path

It's still /etc/papersize, not /etc/paper. See "man 1 paper".

Arch also installs /etc/papersize:
https://archlinux.org/packages/extra/x86_64/libpaper/files/

It installs a /etc/paperspec as well. Not sure if we'll need it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libpaper.xml

    r2266a90 r7ef6fd1  
    120120
    121121      <para>
    122         Create <filename>/etc/paper</filename> to set the default
     122        Create <filename>/etc/papersize</filename> to set the default
    123123        system paper size.  Issue the following command as the
    124124        &root; user to set this to 'a4'. You may wish
     
    126126      </para>
    127127
    128 <screen role="root"><userinput>echo "a4" &gt; /etc/paper</userinput></screen>
     128<screen role="root"><userinput>echo "a4" &gt; /etc/papersize</userinput></screen>
    129129
    130130    </sect3>
Note: See TracChangeset for help on using the changeset viewer.