Package: libfm / 1.2.3-1

Metadata

Package Version Patches format
libfm 1.2.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 lxde conf.patch | (download)

data/libfm.conf | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 use x-terminal-emulator for terminal by default.

90 fix mime null crash.patch | (download)

src/base/fm-file-info.c | 5 5 + 0 - 0 !
src/base/fm-mime-type.c | 3 2 + 1 - 0 !
src/base/fm-templates.c | 7 6 + 1 - 0 !
3 files changed, 13 insertions(+), 2 deletions(-)

 fm_mime_type_from_native_file() may return null if file does not exist. it should be handled appropriately to avoid crash.