Bug#603526: fbpanel: transparency option has no effect

2010-11-24 Thread Nicolas Évrard
* Dererk  [2010-11-23 16:33 +0100]: 


I am using openbox.

Here is the content of the config file.


Global {
edge = top
allign = center
margin = 0
widthtype = percent
width = 100
height = 24
transparent = true
tintcolor = #ff
alpha = 195

Strange, I can't reproduce that under Openbox (even using default config)

Would you mind replacing replacing the two values below?
tintcolor = #747474
alpha = 28


Ok I noticed something that triggers the transparency of the panel.
If I start nautilus then the panel become transparent.

I usually starts openbox with the following autostart.sh:


#!/bin/sh

xli -onroot $HOME/Images/sky-flower-1280.jpg
gnome-settings-daemon 
xscreensaver -no-splash 
urxvtd -q -f -o

# Touchpad configuration
synclient TapButton1=1
synclient TapButton2=3
synclient TapButton3=2
synclient VertTwoFingerScroll=1

# Launch usefull stuffs
(sleep 2  fbpanel) 
(sleep 2  mail-notification) 
(sleep 2  gajim) 

--
(° Nicolas Évrard
( ) Liège
 `¯



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603526: fbpanel: transparency option has no effect

2010-11-23 Thread Dererk
On 16/11/10 14:20, Nicolas Évrard wrote:
 * Dererk  [2010-11-15 17:30 +0100]:
 tags 603526 moreinfo
 thanks

 On 14/11/10 20:42, Nicolas Évrard wrote:
 Package: fbpanel
 Version: 6.1-2
 Severity: minor


 Hello,

 I activated the transparency setting of fbpanel but it seems to have
 no effect. I tried changing the tintcolor, the alpha. Using the
 configuration GUI did not work neither.

 Hi Nicolas.

 Hello,

 What WM are you using? Can you attach your ~/.config/fbpanel/default ?

 I am using openbox.

 Here is the content of the config file.


 Global {
 edge = top
 allign = center
 margin = 0
 widthtype = percent
 width = 100
 height = 24
 transparent = true
 tintcolor = #ff
 alpha = 195
Strange, I can't reproduce that under Openbox (even using default config)

Would you mind replacing replacing the two values below?
tintcolor = #747474
alpha = 28


Greetings,

Dererk

-- 
BOFH excuse #306:
CPU-angle has to be adjusted because of vibrations coming from the nearby road




signature.asc
Description: OpenPGP digital signature


Bug#603526: fbpanel: transparency option has no effect

2010-11-23 Thread Nicolas Évrard
* Dererk  [2010-11-23 16:33 +0100]: 

On 14/11/10 20:42, Nicolas Évrard wrote:

Package: fbpanel
Version: 6.1-2
Severity: minor


Hello,

I activated the transparency setting of fbpanel but it seems to have
no effect. I tried changing the tintcolor, the alpha. Using the
configuration GUI did not work neither.


Hi Nicolas.


Hello,


What WM are you using? Can you attach your ~/.config/fbpanel/default ?


I am using openbox.

Here is the content of the config file.


Global {
edge = top
allign = center
margin = 0
widthtype = percent
width = 100
height = 24
transparent = true
tintcolor = #ff
alpha = 195

Strange, I can't reproduce that under Openbox (even using default config)

Would you mind replacing replacing the two values below?
tintcolor = #747474
alpha = 28


Ok I did it, made fbpanel reload its config with the signal USR1 (it 
flickered so I assume it worked) but nothing has changed there is 
still no transparency.


Do you think the problem might come from openbox ?

--
(° Nicolas Évrard
( ) Liège
 `¯



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603526: fbpanel: transparency option has no effect

2010-11-16 Thread Nicolas Évrard
* Dererk  [2010-11-15 17:30 +0100]: 

tags 603526 moreinfo
thanks

On 14/11/10 20:42, Nicolas Évrard wrote:

Package: fbpanel
Version: 6.1-2
Severity: minor


Hello,

I activated the transparency setting of fbpanel but it seems to have
no effect. I tried changing the tintcolor, the alpha. Using the
configuration GUI did not work neither.


Hi Nicolas.


Hello,


What WM are you using? Can you attach your ~/.config/fbpanel/default ?


I am using openbox.

Here is the content of the config file.



Global {
edge = top
allign = center
margin = 0
widthtype = percent
width = 100
height = 24
transparent = true
tintcolor = #ff
alpha = 195
setdocktype = true
setpartialstrut = true
autohide = false
heightWhenHidden = 2
roundcorners = false
roundcornersradius = 7
layer = above
MaxElemHeight = 32
setlayer = false
}
Plugin {
type = space
config {
size = 2
}
}
Plugin {
type = menu
config {
IconSize = 22
image = /usr/share/pixmaps/debian-logo.png
systemmenu {
}
separator {
}
menu {
name = Computer
icon = computer
item {
name = Terminal
icon = terminal
action = x-terminal-emulator
}
item {
name = Lock Display
icon = gnome-lockscreen
action = slock
}
separator {
}
item {
name = Reboot
icon = gnome-session-reboot
action = sudo reboot
}
item {
name = Shutdown
icon = gnome-session-halt
action = sudo shutdown -h now
}
item {
name = logout
icon = gnome-session-logout
action = /usr/lib/fbpanel/fbpanel/xlogout
}
}
}
}
Plugin {
type = space
config {
size = 15
}
}
Plugin {
type = tray
}
Plugin {
type = space
expand = true
config {
size = 10
}
}
Plugin {
type = pager
config {
showwallpaper = true
}
}
Plugin {
type = space
config {
size = 10
}
}
Plugin {
type = tclock
config {
ClockFmt = b%Y-%m-%d %H:%M/b
TooltipFmt = %A %x
ShowCalendar = false
ShowTooltip = true
}
}
Plugin {
type = icons
config {
DefaultIcon = /usr/share/fbpanel/images/default.xpm
application {
icon = gnome-terminal
ClassName = XTerm
}
application {
icon = gnome-terminal
ClassName = mlterm
}
application {
icon = gnome-terminal
ClassName = URxvt
}
application {
icon = gnome-emacs
ClassName = Emacs
}
application {
icon = mozilla-firefox
ClassName = Firefox-bin
}
application {
icon = mozilla-firefox
ClassName = Firefox
}
}
}

--
(° Nicolas Évrard
( ) Liège
 `¯



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603526: fbpanel: transparency option has no effect

2010-11-15 Thread Dererk
tags 603526 moreinfo
thanks

On 14/11/10 20:42, Nicolas Évrard wrote:
 Package: fbpanel
 Version: 6.1-2
 Severity: minor


 Hello,

 I activated the transparency setting of fbpanel but it seems to have 
 no effect. I tried changing the tintcolor, the alpha. Using the 
 configuration GUI did not work neither.
   
Hi Nicolas.

What WM are you using? Can you attach your ~/.config/fbpanel/default ?



Greetings,

Dererk

-- 
BOFH excuse #306:
CPU-angle has to be adjusted because of vibrations coming from the nearby road




signature.asc
Description: OpenPGP digital signature


Bug#603526: fbpanel: transparency option has no effect

2010-11-14 Thread Nicolas Évrard
Package: fbpanel
Version: 6.1-2
Severity: minor


Hello,

I activated the transparency setting of fbpanel but it seems to have 
no effect. I tried changing the tintcolor, the alpha. Using the 
configuration GUI did not work neither.


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fbpanel depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG
ii  libx11-6  2:1.3.3-3  X11 client-side library

fbpanel recommends no packages.

Versions of packages fbpanel suggests:
ii  hicolor-icon-theme0.12-1 default fallback theme for FreeDes
ii  menu  2.1.44 generates programs menu for all me

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org