[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2016-03-27 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/plas
   ||ma-workspace/1c70951abe9f52
   ||948b6e1c3ea0dc191997e26b2a
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from David Edmundson  ---
Git commit 1c70951abe9f52948b6e1c3ea0dc191997e26b2a by David Edmundson.
Committed on 27/03/2016 at 16:22.
Pushed by davidedmundson into branch 'master'.

Use consistent data for xembed SNI IDs

M  +6-1xembed-sni-proxy/sniproxy.cpp

http://commits.kde.org/plasma-workspace/1c70951abe9f52948b6e1c3ea0dc191997e26b2a

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2016-02-01 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

--- Comment #7 from Wolfgang Bauer  ---
(In reply to David Edmundson from comment #6)
> I meant the process name, as in  "dolphin" or "wine".

Ok. Yes, that sounds reasonable, I actually thought that myself already...

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2016-02-01 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

--- Comment #6 from David Edmundson  ---
I meant the process name, as in  "dolphin" or "wine".

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2016-02-01 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

--- Comment #5 from Wolfgang Bauer  ---
(In reply to David Edmundson from comment #4)
> My other thought was to make a string of the process ID and arguments from
> proc as that might also fix the wine case?

The process ID would also change on each login, so probably not any better than
the windowid...
Or am I misunderstanding something?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2016-02-01 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

--- Comment #4 from David Edmundson  ---
>But wouldn't it be possible to use the title, and only fall back to the 
>windowId when the title is empty?

Should be, slow part is the testing rather than the implementing. I'll give it
a go in master and see what happens.

My other thought was to make a string of the process ID and arguments from proc
as that might also fix the wine case?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2016-02-01 Thread milanspk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

milanspk  changed:

   What|Removed |Added

 CC||markovic.mi...@gmail.com

--- Comment #3 from milanspk  ---
having the same problem here
arch kde 5.5.4

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2016-01-20 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #2 from Wolfgang Bauer  ---
(In reply to David Edmundson from comment #1)
> Heh, not surprising this doesn't work.
> 
> At one point I had it use the title as a unique idenitifier, but apparently
> this caused problems for Wine apps where that wasn't set and apps simply
> didn't appear.
> I'm not sure what any possible fix here would be.

Sorry for asking/suggesting the obvious.
But wouldn't it be possible to use the title, and only fall back to the
windowId when the title is empty?
Would at least fix this problem for most (non-wine) xembed icons I suppose.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2015-12-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from David Edmundson  ---
QString SNIProxy::Id() const
{
return QString::number(m_windowId);
}

Heh, not surprising this doesn't work.

At one point I had it use the title as a unique idenitifier, but apparently
this caused problems for Wine apps where that wasn't set and apps simply didn't
appear.
I'm not sure what any possible fix here would be.

Note that xembedsniproxy is designed only as a fallback for terrible
applications that do follow modern speficiations, if apps are using this please
file a bug report with them to update their software stack.

-- 
You are receiving this mail because:
You are watching all bug changes.