Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140132540
D1305.id4294.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D1305.id4294.diff
View Options
Index: index.xml
===================================================================
--- index.xml
+++ index.xml
@@ -58,9 +58,11 @@
<li><a href="#q10">How are elements displayed in TabWin
widget?</a></li>
<li><a href="#q11">How is zoom effect enabled?</a></li>
- <li><a href="#q12">How can xfdashboard be lauched at
+ <li><a href="#q12">How can we adopt same behavior as Thunar in
+ GtkFileChooserDialog widget?</a></li>
+ <li><a href="#q13">How can xfdashboard be lauched at
startup?</a></li>
- <li><a href="#q13">How can PulseAudio be disabled?</a></li>
+ <li><a href="#q14">How can PulseAudio be disabled?</a></li>
</ol>
<h3>Full text</h3>
@@ -227,7 +229,7 @@
<p>Or change the value of
<tt>/general/use_compositing</tt>:</p>
- <pre>% xfconf-query -c xfwm4 -p /general/use_compositing -T</pre>
+ <pre>% xfconf-query -c xfwm4 -p /general/use_compositing -n -t bool -s true</pre>
</li>
<li>
@@ -251,15 +253,15 @@
<h4>How are elements displayed in TabWin widget?</h4>
<p>By default in TabWin widget, open applications are
- symbolized by icons list.</p>
+ symbolized by previews list.</p>
- <p>Another view is also possible.</p>
+ <p>Another view is also possible (like in Xfce <= 4.10).</p>
<pre>% xfconf-query -c xfwm4 -p /general/cycle_tabwin_mode -n -t int -s 1</pre>
<p>Possible values are:</p>
<ul>
- <li>0 → icons list</li>
- <li>1 → grid</li>
+ <li>0 → previews list</li>
+ <li>1 → grid (icons)</li>
</ul>
</li>
@@ -277,6 +279,22 @@
<li>
<a name="q12"></a>
+ <h4>How can we adopt same behaviour as Thunar in
+ GtkFileChooserDialog widget?</h4>
+
+ <p>Thunar displays by default directories first, then
+ files. This behaviour is managed by
+ <tt>/misc-folders-first</tt> property.</p>
+
+ <p>To adopt same behaviour when GTK3 applications use
+ GtkFileChooserDialog widget, the value of
+ <tt>sort-directories-first</tt> must be changed.</p>
+
+ <pre>% gsettings set org.gtk.Settings.FileChooser sort.directories-first true</pre>
+ </li>
+
+ <li>
+ <a name="q13"></a>
<h4>How can xfdashboard be launched at startup?</h4>
<p>Launch <tt>xfce4-session-settings</tt>, and go to
@@ -289,7 +307,7 @@
</li>
<li>
- <a name="q13"></a>
+ <a name="q14"></a>
<h4>How can PulseAudio be disabled?</h4>
<p>In <tt>~/.config/pulse/client.conf</tt> replace these
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 4:34 PM (12 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27113245
Default Alt Text
D1305.id4294.diff (2 KB)
Attached To
Mode
D1305: Add Xfce FAQ in htdocs/ directory
Attached
Detach File
Event Timeline
Log In to Comment