This file is indexed.

/usr/share/help/ko/system-admin-guide/desktop-background.page is in gnome-user-docs-ko 3.28.1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="desktop-background" xml:lang="ko">

  <info>
    <link type="guide" xref="appearance"/>
    <revision pkgversion="3.11" date="2014-01-29" status="draft"/>
    <revision pkgversion="3.14" date="2014-06-17" status="incomplete">
      <desc>모든 산문과 지시 사항은 동등합니다. 아래의 설명에 따라 사진 옵션에 추가 정보가 제공되어야합니다. --shaunm</desc>
    </revision>

    <credit type="author copyright">
      <name>Matthias Clasen</name>
      <email>matthias.clasen@gmail.com</email>
      <years>2012</years>
    </credit>
    <credit type="editor">
      <name>Jana Svarova</name>
      <email>jana.svarova@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="editor">
      <name>Petr Kovar</name>
      <email>pknbe@volny.cz</email>
      <years>2014</years>
    </credit>
    <credit type="editor">
      <name>David King</name>
      <email>davidk@gnome.org</email>
      <years>2014</years>
    </credit>
    <credit type="editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2014</years>
    </credit>

    <desc>모든 사용자의 기본 바탕 화면을 변경하세요.</desc>
  </info>

  <title>사용자 정의 배경 설정</title>

  <p>당신은 기본 바탕 화면을 변경 할 수 있습니다. 예를 들어, 당신은 기본 GNOME 배경 대신에 당신의 회사나 대학 로고를 배경으로 사용할 수 있습니다.</p>

  <steps>
    <title>기본 배경 설정</title>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-user'])"/>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-user-dir'])"/>
    <item>
      <p><sys>로컬</sys> 데이터베이스의 정보를 제공하기 위해 키 파일 <file>/etc/dconf/db/local.d/00-background</file>를 생성하세요.</p>
      <listing>
        <title><file>/etc/dconf/db/local.d/00-background</file></title>
<code>
# dconf 경로를 지정하세요
[org/gnome/desktop/background]

# 바탕 화면 이미지 파일의 경로를 지정하세요
picture-uri='file:///usr/local/share/backgrounds/wallpaper.jpg'

# 배경 화면 이미지의 연출 옵션을 지정하세요:
picture-options='scaled'

# 변화도를 그릴 때, 왼쪽 또는 위쪽 색상 또는 단색상을 지정하세요
primary-color='000000'

# 변화도를 그릴 때, 오른쪽 또는 아래쪽 색상을 지정하세요
secondary-color='FFFFFF'
</code>
      </listing>
    </item>
    <item>
      <p>이 설정을 사용자가 번복하는 것을 막기 위해, <file>/etc/dconf/db/local.d/locks/background</file>에 다음 내용의 파일을 생성하세요:</p>
      <listing>
        <title><file>/etc/dconf/db/local.d/locks/background</file></title>
<code>
# 바탕 화면 설정 잠금
/org/gnome/desktop/background/picture-uri
/org/gnome/desktop/background/picture-options
/org/gnome/desktop/background/primary-color
/org/gnome/desktop/background/secondary-color
</code>
      </listing>
    </item>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-logoutin'])"/>
  </steps>

</page>