forked from lxde/libfm
* Updated translations. * Fixed a vulnerability related to trusted locations. * GCC 14 compilation support. * Updated the list of mime types handled by xarchiver. * Removed mime type definitions provided by shared-mime-info. * Terminals in terminals.list are allowed to have no open_arg entry. * Added germinal, kitty, mintty, and alacritty to terminals.list. * Added a setting for the ISO 8601 date format. * Fixed not setting $DISPLAY on Wayland. * Added a setting to open files with a single middle-click. * Fixed various drag and drop bugs with XDirectSave. * Added a missing filter name. * Enabled smooth scrolling. * Fixed background color with GTK3. * Increased the width of the file properties dialog. * Added the MIME type to the file properties dialog. * Source cache is now cleared after data drop. * Corrected check for the stamp file to rebuild the vala code. - Drop upstreamed: fix-gcc14.patch OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=212
12 lines
316 B
Diff
12 lines
316 B
Diff
diff -uNr old-libfm//data/libfm.conf libfm/data/libfm.conf
|
|
--- old-libfm//data/libfm.conf 2010-04-07 11:33:44.000000000 +0200
|
|
+++ libfm/data/libfm.conf 2010-05-21 15:18:04.263701066 +0200
|
|
@@ -2,6 +2,7 @@
|
|
single_click=0
|
|
use_trash=1
|
|
confirm_del=1
|
|
+terminal=lxterminal -e %s
|
|
thumbnail_local=1
|
|
thumbnail_max=2048
|
|
|