Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657780 - dev-tcltk/tktray-1.3.9 doesn't show tray icon with x11-wm/awesome-4.2-r2
Summary: dev-tcltk/tktray-1.3.9 doesn't show tray icon with x11-wm/awesome-4.2-r2
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-06-11 01:08 UTC by silver_ghost
Modified: 2023-08-07 13:58 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix for wrong XSendEvent call (wrongmask.diff,687 bytes, patch)
2018-06-11 01:08 UTC, silver_ghost
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description silver_ghost 2018-06-11 01:08:39 UTC
Created attachment 535608 [details, diff]
Fix for wrong XSendEvent call

Bug has been posted at upstream[0] already. There is solution[1] too. I've tried this patch and tray icons work now. Patch is attached.

[0] https://code.google.com/archive/p/tktray/issues/7
[1] https://code.google.com/archive/p/tktray/issues/6
Comment 1 silver_ghost 2018-08-11 01:34:56 UTC
Up.
Comment 2 silver_ghost 2018-09-01 15:29:46 UTC
Up.
Comment 3 silver_ghost 2018-11-02 23:44:36 UTC
ping
Comment 4 silver_ghost 2018-11-09 19:10:19 UTC
Could anyone comment this patch?
Comment 5 Tupone Alfredo gentoo-dev 2018-11-10 21:47:12 UTC
I did something like this inside wish


package require tktray
image create photo -file automatic_icon.png
tktray::icon .tray -image image1 -visible on

The tray is shown with x11-wm/awesome-4.2-r2 

There something I should concentrate on ?
Comment 6 silver_ghost 2018-12-17 14:21:53 UTC
(In reply to Tupone Alfredo from comment #5)
> There something I should concentrate on ?
I don't know when it should fail exactly. But "0" in the field for timestamp seems to be wrong value.
Comment 7 silver_ghost 2019-01-21 12:20:52 UTC
ping
Comment 8 Manfred Knick 2019-06-06 08:50:39 UTC
@ Assignee: TCL/TK Project:

. . . R U alive?

Solution provided since OP = one year already.
Comment 9 Tupone Alfredo gentoo-dev 2019-06-06 09:46:30 UTC
I need a test case that prove the fault and can confirm the fix.
Comment 10 Manfred Knick 2019-06-06 13:39:21 UTC
(In reply to silver_ghost from comment #6)
> I don't know when it should fail exactly.
What is the exact example / situation of failure?
Is it still reproducible with x11-wm/awesome-{4.3:0, 9999:0} ?

(In reply to Tupone Alfredo from comment #9)
Proposal: CLOSE as NEEDINFO .
Comment 11 silver_ghost 2023-08-07 13:58:49 UTC
(In reply to Tupone Alfredo from comment #5)
> I did something like this inside wish
> 
> 
> package require tktray
> image create photo -file automatic_icon.png
> tktray::icon .tray -image image1 -visible on
> 
> The tray is shown with x11-wm/awesome-4.2-r2 
> 
> There something I should concentrate on ?

Same test showed no icon for me. x11-wm/awesome-4.3-r102, dev-tcltk/tktray-1.3.9-r2.