-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken tray #72
Comments
Strange: I tried both: restarting with menu and killall -SIGHUP icewm and both restart without any issues with the tray. What version are you using on which distro? |
CentOS 7.2 |
Which git commit are you using? |
git log: |
I have same issue, Debian Jessie, IceWM 1.3.12.34 |
Sorry, I can't recreate this. How are you launching icewm? If with an XSession file, is it the stock file? Are you launching the tray an icewm separately or using icewm-session? |
.xinitrc
|
Here's what I do (from console):
When icewm comes up, I select restart from the menu and no issues with tray.
Still no issues with tray. |
I tried run IceWM with "startx /usr/bin/icewm-session" and same issue. IceWM version 1.3.12.32 (Compiled from git), Debian Jessie. |
Are you using debian's package? |
No, compiling source from this git (version 1.3.12.32). |
What version is your X server? |
apt-cache show xserver-xorg | grep Version |
xorg-x11-server-Xorg-1.17.2-10.el7.x86_64 |
@arsonoff: 1.17.2 is old: I'm at 1.18.3. The entire. 1.17 series had problems. @bedna-KU try:
I get:
|
OK Brian X.Org X Server 1.16.4 Release Date: 2014 it sounds funny :) |
Release Date: 2015-06-16
Icewm 1.3.8. has no such problem. In 1.3.7 mistake it seemed. |
I'm sorry, I can''t recreate on any of my systems: ergo, I can't debug it. If you can identify a commit where you don't experience the problem, you could try a git bisect to narrow down the commit that created the problem for you. If you are unfamiliar with git bisect try:
to see how to go about running it to narrow down the commit that introduced the issue. I would do it, but I can't because I cannot get the problem to appear. Do you think that is something that you could try? |
i'm working on it. So far IceWM 1.3.12.19 is work OK, I need more time to test. |
OK. Tray is displayed correctly in the Xorg and in the Xephyr. There was a small roughness:
Fix: In a tray some application shall be always started |
Works fine for me |
- now if the taskbar has a gradient, it appears under systray icons
Broken tray after restarting: "killall -SIGHUP icewm" or via menu.
Tray appears in a separate window (It becomes visible after the start of the next the system tray application).
Corrected command "killall icewmtray && icewmtray –notify", but not all applications handle this correctly.
The text was updated successfully, but these errors were encountered: