a9fe5264e5
PCManfm is an extremely fast and lightweight file manager which features tabbed browsing and a user-friendly interface. Some of its highlights: * can be started in one second on normal machine * tabbed browsing (similar to Firefox) * drag & drop support * files can be dragged among tabs * load large directories in reasonable time * file association support (default application) * basic thumbnail support * bookmarks support * handles non-UTF-8 encoded filenames correctly * provide icon view and detailed list view * standard compliant (follows freedesktop.org) tested by steven@ and kili@, ok kili@
16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
$OpenBSD: patch-src_vfs_vfs-file-monitor_c,v 1.1.1.1 2007/05/26 17:11:48 ajacoutot Exp $
|
|
--- src/vfs/vfs-file-monitor.c.orig Tue May 22 10:44:05 2007
|
|
+++ src/vfs/vfs-file-monitor.c Tue May 22 10:43:53 2007
|
|
@@ -65,10 +65,8 @@ static gboolean connect_to_fam()
|
|
|
|
if ( FAMOpen( &fam ) )
|
|
{
|
|
- fam_io_channel = NULL;
|
|
- fam.fd = -1;
|
|
g_warning( "There is no FAM/gamin server\n" );
|
|
- return FALSE;
|
|
+ exit( 1 );
|
|
}
|
|
#if HAVE_FAMNOEXISTS
|
|
/*
|