Package: pcmanfm
Version: 0.5-2
Severity: wishlist

If you start pcmanfm, and then go to Edit -> Preferences, Advanced, and then 
select the default terminal, pcmanfm has no default and does not list the 
standard Debian alternative, x-terminal-emulator.  I have included a patch to
include x-terminal-emulator, and I believe that this should also be made
the default, but I don't know exactly how to fix it.  Line 299 is:

            app_settings.terminal = NULL;

This should probably be set to a string of value x-terminal-emulator, but
my brief knowledge of C was not enough to figure out how to do it.

Thanks,
Daniel Moerner

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pcmanfm depends on:
ii  dbus                          1.2.1-3    simple interprocess messaging syst
ii  desktop-file-utils            0.15-1     Utilities for .desktop files
ii  gamin                         0.1.9-2    File and directory monitoring syst
ii  hal                           0.5.11-3   Hardware Abstraction Layer
ii  libc6                         2.7-13     GNU C Library: Shared libraries
ii  libcairo2                     1.6.4-6    The Cairo 2D vector graphics libra
ii  libdbus-1-3                   1.2.1-3    simple interprocess messaging syst
ii  libdbus-glib-1-2              0.76-1     simple interprocess messaging syst
ii  libgamin0 [libfam0]           0.1.9-2    Client library for the gamin file 
ii  libglib2.0-0                  2.16.5-1   The GLib library of C routines
ii  libgtk2.0-0                   2.12.11-3  The GTK+ graphical user interface 
ii  libhal-storage1               0.5.11-3   Hardware Abstraction Layer - share
ii  libhal1                       0.5.11-3   Hardware Abstraction Layer - share
ii  libpango1.0-0                 1.20.5-2   Layout and rendering of internatio
ii  libstartup-notification0      0.9-1      library for program launch feedbac
ii  libx11-6                      2:1.1.4-2  X11 client-side library
ii  shared-mime-info              0.30-2     FreeDesktop.org shared MIME databa

Versions of packages pcmanfm recommends:
ii  gksu                          2.0.0-5    graphical frontend to su
ii  gnome-icon-theme              2.22.0-1   GNOME Desktop icon theme

pcmanfm suggests no packages.

-- no debconf information
--- pcmanfm-0.5/src/pref-dialog.c       2008-07-14 16:58:33.000000000 -0700
+++ pcmanfm-0.5.new/src/pref-dialog.c   2008-09-01 21:59:03.000000000 -0700
@@ -66,6 +66,7 @@ static const int big_icon_sizes[] = { 96
 static const int small_icon_sizes[] = { 48, 36, 32, 24, 20, 16, 12 };
 static const char* terminal_programs[] =
 {
+    "x-terminal-emulator",
     "lxterminal",
     "aterm",
     "urxvt",

Reply via email to