lxpanel is shaking

Please post all general support questions for LXDE here.
Locked
uzer00
Posts: 1
Joined: Thu Jul 20, 2017 11:34 am

lxpanel is shaking

Post by uzer00 »

Hi! I found incorrect functioning lxpanel with next settings. I add second panel in the right bottom side. If I point a mouse to second panel (it's appear) and move the mouse in horizontal direction (from panel to over border and back on panel) a panel shake up. It happens only if I use "autohide=1" and "align=right" but with "align=center" it works fine.
(lxpanel ver. 0.9.3, lubuntu 16.04.2)

Code: Select all

# ~/.config/lxpanel/Lubuntu/panels/right

Global {
  edge=right
  monitor=0
  height=150
  align=right
  margin=0
  widthtype=request
  transparent=1
  background=0
  tintcolor=#ffffff
  alpha=0
  autohide=1
}
Plugin {
  type=space
  Config {
  }
}
Plugin {
  type=taskbar
  Config {
  }
}
Plugin {
  type=space
  Config {
  }
}

drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: lxpanel is shaking

Post by drooly »

you should provide more information and file a bug here:
https://sourceforge.net/p/lxde/bugs/
Locked