Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: openbox.xml
Date: Tue, 25 Jan 2011 20:33:10
Message-Id: 20110125203258.DA99620054@flycatcher.gentoo.org
1 scen 11/01/25 20:32:58
2
3 Modified: openbox.xml
4 Log:
5 Version 7, revision 1.14 of EN CVS
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/it/openbox.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/openbox.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/openbox.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/openbox.xml?r1=1.5&r2=1.6
13
14 Index: openbox.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/openbox.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- openbox.xml 7 Sep 2010 21:05:44 -0000 1.5
21 +++ openbox.xml 25 Jan 2011 20:32:58 -0000 1.6
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/openbox.xml,v 1.5 2010/09/07 21:05:44 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/openbox.xml,v 1.6 2011/01/25 20:32:58 scen Exp $ -->
27
28 <guide lang="it">
29 <title>Guida alla configurazione di Openbox</title>
30 @@ -25,8 +25,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3</version>
35 -<date>2010-09-02</date>
36 +<version>7</version>
37 +<date>2010-12-25</date>
38
39 <chapter>
40 <title>Introduzione</title>
41 @@ -108,9 +108,9 @@
42 <note>
43 Se si riscontrano problemi con il montaggio automatico delle periferiche, o se
44 si usa dbus e ConsoleKit, si potrebbe optare per l'inserimento del comando
45 -<c>exec ck-launch-session dbus-launch openbox-session</c> nel proprio file di
46 -configurazione <path>.xinitrc</path>, invece che del comando predefinito
47 -menzionato precedentemente.
48 +<c>exec ck-launch-session dbus-launch --sh-syntax --exit-with-session
49 +openbox-session</c> nel proprio file di configurazione <path>.xinitrc</path>,
50 +invece che del comando predefinito menzionato precedentemente.
51 </note>
52
53 <note>
54 @@ -389,7 +389,38 @@
55
56 </body>
57 </section>
58 -
59 +<section>
60 +<title>Configurare PolKit</title>
61 +<body>
62 +
63 +<p>
64 +Molte applicazioni dipendono dall'infrastruttura di autenticazione <uri
65 +link="http://hal.freedesktop.org/docs/PolicyKit">PolKit</uri>. Potrebbe essere
66 +necessario un agente PolKit, come <c>polkit-gnome</c>, in esecuzione nella
67 +propria sessione di Openbox.
68 +</p>
69 +
70 +<p>
71 +Per prima cosa, installare l'agente:
72 +</p>
73 +
74 +<pre caption="Installare PolKit">
75 +# <i>emerge polkit-gnome</i>
76 +</pre>
77 +
78 +<p>
79 +A questo punto configurare PolKit in modo da eseguirlo automaticamente quando si
80 +effettua il login a Openbox. Aggiungere la linea seguente a
81 +<path>~/.config/openbox/autostart</path> (per un singolo utente) o a
82 +<path>/etc/xdg/openbox/autostart.sh</path> (per tutti gli utenti):
83 +</p>
84 +
85 +<pre caption="Eseguire in automatico PolKit">
86 +sleep 1 &amp;&amp; /usr/libexec/polkit-gnome-authentication-agent-1 &amp;
87 +</pre>
88 +
89 +</body>
90 +</section>
91 <section>
92 <title>Impostare lo sfondo</title>
93 <body>