Package: fbpanel
Version: 4.12-1.1
Severity: normal

I'm starting fbpanel in my .xsession, before starting my window
manager (fluxbox). Invariably, the application launch bar doesn't draw
itself, and I have to `killall fbpanel && fbpanel' in order for
fbpanel to draw itself. (It still responds to clicks and shows
tooltips, even in the first doomed execution).

If it helps to pinpoint the problem, I have fluxbox set to make
fbpanel sticky, so it appears on all of my desktops.

--Ken

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

Kernel: Linux 2.6.25-1-amd64 (SMP w/1 CPU core)
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 fbpanel depends on:
ii  libatk1.0-0                   1.22.0-1   The ATK accessibility toolkit
ii  libc6                         2.7-13     GNU C Library: Shared libraries
ii  libcairo2                     1.6.4-6    The Cairo 2D vector graphics libra
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  libpango1.0-0                 1.20.5-2   Layout and rendering of internatio
ii  librsvg2-common               2.22.2-2   SAX-based renderer library for SVG
ii  libx11-6                      2:1.1.5-1  X11 client-side library
ii  libxmu6                       2:1.0.4-1  X11 miscellaneous utility library

fbpanel recommends no packages.

Versions of packages fbpanel suggests:
ii  hicolor-icon-theme            0.10-1     default fallback theme for FreeDes
ii  menu                          2.1.40     generates programs menu for all me

-- no debconf information
# fbpanel <profile> config file
# see http://fbpanel.sf.net/docs.html for complete configuration guide


Global {
    edge = top
    allign = left
    margin = 0
    widthtype = request
    width = 1
    height = 36
    transparent = true
    tintcolor = #d1d1d1
    alpha = 254
    setdocktype = false
    setpartialstrut = false
}

Plugin {
    type = launchbar
    config {
        button {
            image = /usr/share/icons/crystalsvg/32x32/apps/terminal.png
            tooltip = Terminal
            action = rxvt
        }
        button {
            image = /usr/share/icons/crystalsvg/32x32/apps/gvim.png
            tooltip = GVIM
            action = gvim
        }
        button {
            tooltip = OpenOffice
            image = /home/bloom/.fbpanel/ooo_gulls.png
            action = ooffice
        }
        button {
            tooltip = Pidgin
            image = /home/bloom/.fbpanel/kopete.png
            action = pidgin
        }
        button {
            tooltip = Galeon
            image = /usr/share/pixmaps/galeon.png
            action = sh -c 'rm -f ~/.galeon/session_crashed.xml; exec galeon'
        }
        button {
            tooltip = Evolution
            image = /usr/share/icons/crystalsvg/32x32/apps/evolution.png
            action = evolution
        }
        button {
            tooltip = News
            image = /usr/share/icons/crystalsvg/48x48/apps/pan.png
            action = sh -c 'pidof pan || exec pan'
        }
        button {
            tooltip = amaroK
            image = /home/bloom/.fbpanel/gnome-audio.png
            action = amarok
        }
        button {
            tooltip = The Gimp
            image = /usr/share/icons/crystalsvg/32x32/apps/gimp.png
            action = gimp
        }
        button {
            tooltip = ROX-Filer
            image = 
/usr/share/icons/crystalsvg/48x48/filesystems/folder_favorite.png
            action = rox-filer
        }
    }
}


Reply via email to