Single click ? Double click ?

Ralf Mardorf ralf.mardorf at alice-dsl.net
Sun Sep 25 16:12:58 CEST 2016


On Sun, 25 Sep 2016 09:15:04 -0400, Renaud (Ron) OLGIATI wrote:
>But when I am in a prog that asks me where to open, or save, a file,
>opening a browsing window where I can choose the source or destination
>directory, there I have to double-click to open a directory.

AFAIK dconf provides no option for the GTK file chooser, to
select single click by editing it with the gsettings command. If you
move the mouse above items, they don't get selected, one click is
required to select an item, so this likely conflicts with the single
click approach to open an item. The same issue seems to be true for Qt
related apps. I'm also annoyed by the enforced double-click behaviour,
but never spend time in enquires.

[rocketmouse at archlinux ~]$ gsettings list-keys org.gtk.Settings.FileChooser
sort-column
clock-format
last-folder-uri
sidebar-width
window-position
show-size-column
startup-mode
show-hidden
window-size
sort-directories-first
expand-folders
date-format
sort-order
location-mode
[rocketmouse at archlinux ~]$ cat ~/.config/gtk-2.0/gtkfilechooser.ini 
[Filechooser Settings]
LocationMode=path-bar
ShowHidden=true
ShowSizeColumn=true
GeometryX=96
GeometryY=100
GeometryWidth=960
GeometryHeight=720
SortColumn=name
SortOrder=ascending
StartupMode=recent

*?*

Regards,
Ralf


More information about the Xfce mailing list