Package: lxpanel
Version: 0.11.1-1
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Situation:

"lxpanelctl restart" causes the icon for the active window to disappear from 
the panel.  If you type "lxpanelctl restart" 
in LXTerminal, the LXTerminal icon on the panel will disappear because 
LXTerminal is the active window.  If you assign 
"lxpanelctl restart" to a keyboard shortcut (Hot Key), the icon for the active 
window (if any) will disappear.  As a 
workaround I assigned the following to a Hot Key: 

bash -c 'sleep 1; xdotool key super+d; sleep 1; lxpanelctl restart; sleep 1; 
xdotool key super+d'

to ensure that no window is active when "lxpanelctl restart" is executed.


-- System Information:
Debian Release: 13.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.48+deb13-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lxpanel depends on:
ii  libasound2t64        1.2.14-1
ii  libc6                2.41-12
ii  libcairo2            1.18.4-1+b1
ii  libcurl3t64-gnutls   8.14.1-2
ii  libfm-gtk3-4t64      1.4.0-2
ii  libfm-modules        1.4.0-2
ii  libfm4t64            1.4.0-2
ii  libgdk-pixbuf-2.0-0  2.42.12+dfsg-4
ii  libglib2.0-0t64      2.84.4-3~deb13u1
ii  libgtk-3-0t64        3.24.49-3
ii  libiw30t64           30~pre9-18+b1
ii  libkeybinder-3.0-0   0.3.2-1.1+b3
ii  libmenu-cache3       1.1.1-1
ii  libpango-1.0-0       1.56.3-1
ii  libwnck-3-0          43.2-1
ii  libx11-6             2:1.8.12-1
ii  libxml2              2.12.7+dfsg+really2.9.14-2.1+deb13u1
ii  lxmenu-data          0.1.6-3
ii  lxpanel-data         0.11.1-1

Versions of packages lxpanel recommends:
ii  alsa-utils                           1.2.14-1
ii  libnotify-bin                        0.8.6-1
ii  lxterminal [x-terminal-emulator]     0.4.1-1
ii  notification-daemon                  3.20.0-5
ii  xfce4-notifyd [notification-daemon]  0.9.7-2
ii  xkb-data                             2.42-1
ii  xterm [x-terminal-emulator]          398-1

Versions of packages lxpanel suggests:
ii  chromium [www-browser]      142.0.7444.134-1~deb13u1
ii  firefox-esr [www-browser]   140.4.0esr-1~deb13u1
ii  lynx [www-browser]          2.9.2-1
ii  opera-stable [www-browser]  123.0.5669.47

-- no debconf information

$ cat ~/.config/lxpanel/LXDE/panels/panel

Global {
  edge=bottom
  align=left
  margin=0
  widthtype=percent
  width=100
  height=30
  transparent=1
  tintcolor=#3a4860
  alpha=255
  setdocktype=1
  setpartialstrut=1
  autohide=0
  heightwhenhidden=0
  usefontcolor=1
  fontcolor=#ffffff
  background=0
  backgroundfile=/usr/share/lxpanel/images/background.png
  usefontsize=0
  fontsize=11
  iconsize=24
}
Plugin {
  type=space
  Config {
    Size=2
  }
}
Plugin {
  type=menu
  Config {
    image=/usr/share/lxde/images/lxde-icon.png
    system {
    }
    separator {
    }
    item {
      command=run
    }
    separator {
    }
    item {
      image=gnome-logout
      command=logout
    }
  }
}
Plugin {
  type=space
  Config {
    Size=2
  }
}
Plugin {
  type=wincmd
  Config {
    Button1=iconify
    Button2=shade
  }
}
Plugin {
  type=space
  Config {
    Size=4
  }
}
Plugin {
  type=pager
  Config {
  }
}
Plugin {
  type=taskbar
  expand=1
  Config {
    tooltips=1
    IconsOnly=-1
    AcceptSkipPager=1
    ShowIconified=1
    ShowMapped=1
    ShowAllDesks=-1
    UseMouseWheel=0
    UseUrgencyHint=0
    FlatButton=-1
    MaxTaskWidth=32
    spacing=5
    GroupedTasks=0
    UseSmallerIcons=0
    ShowSquareBrackets=0
  }
}
Plugin {
  type=space
  Config {
    Size=6
  }
}
Plugin {
  type=volume
  Config {
    MixerCommand=pavucontrol -t 3 &
    MixerCommandTerm=0
  }
}
Plugin {
  type=space
  Config {
    Size=2
  }
}
Plugin {
  type=tray
  Config {
  }
}
Plugin {
  type=space
  Config {
    Size=0
  }
}
Plugin {
  type=batt
  Config {
    BackgroundColor=black
    ChargingColor1=#00ff00
    ChargingColor2=#00ff00
    DischargingColor1=#ffff00
    DischargingColor2=#ffff00
    HideIfNoBattery=1
    AlarmCommand=notify-send "Battery low" --icon=battery-caution
    AlarmTime=20
    BorderWidth=4
    Size=10
    ShowExtendedInformation=1
    BatteryNumber=0
    BatteryNumberHide=0
  }
}
Plugin {
  type=space
  Config {
    Size=4
  }
  expand=0
}
Plugin {
  type=thermal
  Config {
    NormalColor=#00ff00
    Warning1Color=#fff000
    Warning2Color=#ff0000
    AutomaticLevels=0
    Warning1Temp=80
    Warning2Temp=90
    AutomaticSensor=1
  }
}
Plugin {
  type=space
  Config {
  }
}
Plugin {
  type=dclock
  Config {
    ClockFmt=%-l:%M %p
    TooltipFmt=%A %x
    BoldFont=0
    IconOnly=0
    CenterText=0
  }
}
Plugin {
  type=space
  Config {
    Size=0
  }
  expand=0
}
Plugin {
  type=launchbar
  Config {
    Button {
      id=/home/aej/.local/share/applications/.Shutdown.desktop
    }
  }
}
Plugin {
  type=space
  Config {
  }
}

Reply via email to