File: nautilus-behavior.page

package info (click to toggle)
gnome-user-docs 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 142,176 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (85 lines) | stat: -rw-r--r-- 4,702 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="ui" id="nautilus-behavior" xml:lang="gu">

  <info>
    <link type="guide" xref="nautilus-prefs" group="nautilus-behavior"/>

    <desc>ફાઇલોને ખોલવા માટે એકજ ક્લિક કરો, એક્ઝક્યૂટેબલ લખાણ ફાઇલને જુઓ અથવા ચલાવો, અને કચરાપેટીની વર્ણતૂકને સ્પષ્ટ કરો.</desc>

    <revision pkgversion="3.5.92" version="0.2" date="2012-09-19" status="review"/>
    <revision pkgversion="3.18" date="2015-09-29" status="candidate"/>
    <revision pkgversion="3.33.3" date="2019-07-19" status="candidate"/>

    <credit type="author">
      <name>ટિફની એન્ટોપોલસ્કી</name>
      <email>tiffany@antopolski.com</email>
    </credit>
    <credit type="author">
      <name>Shaun McCance</name>
      <email>shaunm@gnome.org</email>
    </credit>
    <credit type="editor">
      <name>માઇકલ હીલ</name>
      <email>mdhillca@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>સીંધુ એસ</name>
      <email>sindhus@live.in</email>
    </credit>
    <credit type="editor">
      <name>David King</name>
      <email>amigadave@amigadave.com</email>
    </credit>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  </info>

<title>ફાઇલ સંચાલક વર્તણૂક પસંદગીઓ</title>
<p>You can control whether you single-click or double-click files, how
executable text files are handled, and the trash behavior. Click the menu
button in the sidebar of the window, select <gui>Preferences</gui>,
then go to the <gui>General</gui> section.</p>

<section id="behavior">
<title>General</title>
<terms>
 <item>
  <title><gui>Action to Open Items</gui></title>
  <p>મૂળભૂત રીતે, એક ક્લિક કરવાથી ફાઇલો પસંદ થાય છે અને બે વાર ક્લિક કરવાથી તેઓ ખુલે છે. તમે તેને બદલે ફાઇલો અને ફોલ્ડરોને ખુલ્લા રાખવાનું પસંદ કરી શકો છો જ્યારે તમે તેઓ પર એકવાર તમે ક્લિક કરો. જ્યારે તમે એકજ ક્લિક સ્થિતિને વાપરો તો, તમે <key>Ctrl</key> કીને પકડી રાખી શકો છો જ્યારે એક અથવા વધારે ફાઇલોને પસંદ કરવા પર ક્લિક કરી રહ્યા હોય.</p>
 </item>
</terms>

</section>
<section id="executable">
<title>ચલાવી શકાય તેવી લખાણ ફાઇલો</title>
 <p>An executable text file is a file that contains a program that you can run
 (execute). The <link xref="nautilus-file-properties-permissions">file
 permissions</link> must also allow for the file to run as a program. The most
 common are <sys>Shell</sys>, <sys>Python</sys> and <sys>Perl</sys> scripts.
 These have extensions <file>.sh</file>, <file>.py</file> and <file>.pl</file>,
 respectively.</p>

 <p>Executable text files are also called <em>scripts</em>. All scripts in the
 <file>~/.local/share/nautilus/scripts</file> folder will appear in the context
 menu for a file under the <gui style="menuitem">Scripts</gui> submenu. When a
 script is executed from a local folder, all selected files will be pasted to
 the script as parameters. To execute a script on a file:</p>

<steps>
  <item>
    <p>ઇચ્છિત ફોલ્ડરમાં શોધો.</p>
  </item>
  <item>
    <p>ઇચ્છિત ફાઇલ પસંદ કરો.</p>
  </item>
  <item>
    <p>સંદર્ભ મેનુને ખોલવા માટે ફાઇલ પર જમણી ક્લિક કરો અને <gui style="menuitem">સ્ક્રિપ્ટ</gui> મેનુમાંથી ચલાવવા માટે ઇચ્છિત સ્ક્રિપ્ટને પસંદ કરો.</p>
  </item>
</steps>

 <note style="important">
  <p>સ્ક્રિપ્ટ કોઇપણ પરિમાણોને પસાર કરશે નહિં જ્યારે દૂરસ્થ ફોલ્ડરમાંથી ચલાવેલ હોય જેમ કે ફોલ્ડર વેબ અથવા <sys>ftp</sys> સમાવિષ્ટને બતાવી રહ્યા હોય.</p>
 </note>

</section>

</page>