Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-03-08 Thread Krzysztof
2017-03-08 7:55 GMT+01:00 Martin Schreiber : > > AFAIK you use options two_usedbus? Are there messages in 'View'-'Target > Console'? Maybe killing the application disturbs DBUS. > Please report if you find a reproducible testcase. > Yes, I use two_usedbus. I'll dig deeper when

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-03-07 Thread Martin Schreiber
On Tuesday 07 March 2017 20:11:25 Krzysztof wrote: > Yesterday had first issue with tray icon. I debugged and killed my app > dozens times (by Lazarus STOP action) and finally got error at startup (see > attachments). I ignored this exception and application start fine but > without tray icon. As

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-07 Thread Martin Schreiber
On Friday 06 January 2017 14:00:41 Krzysztof wrote: > I did git pull few minutes ago. Trying to build mymseide and getting a lot > of compiler errors. I have FPC 2.6.4 64bit > > msedbusinterface.pas(639,37) Error: Incompatible types: got "PPTypeInfo" > expected "PTypeInfo" [...] git master

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
Ok installed FPC 3.0.0 in my home directory and changed paths in MSEIDE configuration. Did quick tests and seems that tray icon is working perfect. Don't know what you meant with net_system_tray_opcode but I need to use two_usedbus option, without this option tray icon behave as previous (pop menu

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Martin Schreiber
On Friday 06 January 2017 14:20:45 Krzysztof wrote: > Yes, the goal for my project is to use FPC 3.0 but on my main machine I > need to have FPC 2.6.4 due to my company restrictions. Never have two FPC > versions on same OS, is it even possible? Sure. I have a ".fpc.cfg" with the path settings in

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
Yes, the goal for my project is to use FPC 3.0 but on my main machine I need to have FPC 2.6.4 due to my company restrictions. Never have two FPC versions on same OS, is it even possible? If not then I prepare new virtualbox guest with complete FPC 3.0 enviromnent

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Martin Schreiber
On Friday 06 January 2017 14:00:41 Krzysztof wrote: > I did git pull few minutes ago. Trying to build mymseide and getting a lot > of compiler errors. I have FPC 2.6.4 64bit > Can you use FPC 3.0+? I am not sure if it is possible to make the dbus interface FPC 2.6.4 compatible because of changes

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
I did git pull few minutes ago. Trying to build mymseide and getting a lot of compiler errors. I have FPC 2.6.4 64bit msedbusinterface.pas(639,37) Error: Incompatible types: got "PPTypeInfo" expected "PTypeInfo" msedbusinterface.pas(1092,22) Error: Identifier not found "pmanagedfield"

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-03 Thread Krzysztof
2017-01-02 17:38 GMT+01:00 Martin Schreiber : > > git master 30abcbe9abb89d1733fd75ca824227a258b8ed17 uses DBus if > available and > traywidget.options two_usedbus is set. Overhead and development effort are > crazy... > There are also workarounds for net_system_tray_opcode on

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-07 Thread Martin Schreiber
On 12/07/2016 08:25 PM, Krzysztof wrote: > 2016-12-07 6:43 GMT+01:00 Martin Schreiber : > >> What happens with a MSEgui tray icon if the application has been closed >> and started again? For me it shows only the first time. > > > Work fine here on git master > Then KDE

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-07 Thread Krzysztof
2016-12-07 6:43 GMT+01:00 Martin Schreiber : > What happens with a MSEgui tray icon if the application has been closed > and started again? For me it shows only the first time. Work fine here on git master

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Martin Schreiber
On 12/06/2016 08:55 PM, Krzysztof wrote: > 2016-12-06 20:31 GMT+01:00 Martin Schreiber : >> >> I don't know. Or KDE makes their compatibility layer so that it works with >> Skype. Did you try to kill Skipe and check if the icon still works after >> restart in the same session?

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Krzysztof
2016-12-06 20:31 GMT+01:00 Martin Schreiber : > > I don't know. Or KDE makes their compatibility layer so that it works with > Skype. Did you try to kill Skipe and check if the icon still works after > restart in the same session? Don't know if understood question. Did quick

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Martin Schreiber
On Tuesday 06 December 2016 20:05:44 Krzysztof wrote: > I'm not familiar with background but wondering how it is possible that on > old Skype app which wasn't update from a years for linux, tray icon and pop > up is still working fine? They build it on DBUS from the beginning? I don't know. Or

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Krzysztof
I'm not familiar with background but wondering how it is possible that on old Skype app which wasn't update from a years for linux, tray icon and pop up is still working fine? They build it on DBUS from the beginning? --

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Krzysztof
2016-12-06 18:36 GMT+01:00 Martin Schreiber : > On 11/27/2016 02:47 PM, Krzysztof wrote: > > 2016-11-26 17:54 GMT+01:00 Martin Schreiber : > >> > >> It seems most of current windowmanagers have broken support for the > >> net_system_tray_opcode protocol.

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Martin Schreiber
On 11/27/2016 02:47 PM, Krzysztof wrote: > 2016-11-26 17:54 GMT+01:00 Martin Schreiber : >> >> It seems most of current windowmanagers have broken support for the >> net_system_tray_opcode protocol. That means that I must implement a >> complete DBus interface in MSEgui. A very

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-27 Thread Krzysztof
2016-11-26 17:54 GMT+01:00 Martin Schreiber : > > It seems most of current windowmanagers have broken support for the > net_system_tray_opcode protocol. That means that I must implement a > complete DBus interface in MSEgui. A very big Expenditure only in order > to show a tray

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-26 Thread Martin Schreiber
On 11/23/2016 07:25 PM, Krzysztof wrote: > 2016-11-23 19:00 GMT+01:00 Martin Schreiber : >> >> It becomes difficult... >> I spent many hours with experiments, see >> https://www.mail-archive.com/kde-devel@kde.org/msg09024.html > > > That not sound good :/ > On Linux Mint 18 I

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-23 Thread Krzysztof
2016-11-23 19:00 GMT+01:00 Martin Schreiber : > > > On 21.11.2016 08:56, Martin Schreiber wrote: > > On 11/21/2016 08:26 AM, Martin Schreiber wrote: > >> I'll try with some other window manger in order to reproduce the > problem. > >> > > Yup, it happens with "modern"

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-23 Thread Krzysztof
2016-11-23 19:00 GMT+01:00 Martin Schreiber : > > It becomes difficult... > I spent many hours with experiments, see > https://www.mail-archive.com/kde-devel@kde.org/msg09024.html That not sound good :/ On Linux Mint 18 I have KDE Plasma 5.6.5 but there is 5.8 on the way soon

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-23 Thread Martin Schreiber
On 21.11.2016 08:56, Martin Schreiber wrote: > On 11/21/2016 08:26 AM, Martin Schreiber wrote: >> I'll try with some other window manger in order to reproduce the problem. >> > Yup, it happens with "modern" compositing window managers which seem to > implement the embedding protocol differently.

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-20 Thread Martin Schreiber
On 11/21/2016 08:26 AM, Martin Schreiber wrote: > > I'll try with some other window manger in order to reproduce the problem. > Yup, it happens with "modern" compositing window managers which seem to implement the embedding protocol differently. I'll try to find workarounds. Martin

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-20 Thread Martin Schreiber
On Sunday 20 November 2016 18:20:01 Krzysztof wrote: > 2016-11-19 10:59 GMT+01:00 Martin Schreiber : > > Probably a sideeffect. Please try again with git master > > e23b0fed97e80a2c1dc0d414fe3860c84af37f57. > > Thanks. Mouse seems to responding fine now, but there are two

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-20 Thread Krzysztof
2016-11-19 10:59 GMT+01:00 Martin Schreiber : > Probably a sideeffect. Please try again with git master > e23b0fed97e80a2c1dc0d414fe3860c84af37f57. > Thanks. Mouse seems to responding fine now, but there are two issues which may could be improved: 1. Menu is showing on the

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-19 Thread Martin Schreiber
On Friday 18 November 2016 22:26:12 Krzysztof wrote: > Found another problem with tray. See video. I remember that trayicon menu > worked perfect on my old laptop and Kubuntu so don't know if it is Linux > Mint 18 KDE problem or something broke in mse git master (maybe after fix > for closing app

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-18 Thread Krzysztof
Ahh forgot that form icon has own mask options :/ . Now everything is working fine except that tray regression. I'll try to debug this -- ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-18 Thread Martin Schreiber
On Thursday 17 November 2016 23:03:05 Krzysztof wrote: > Hi Martin, > > Do you remember my issues with Intel HD Skylake 520 and bmo_graymask? > Setting bmo_colormask fixed this issue on both graphics: HD 520 and old HD > 4400. > > Few things changed form that time: I have now Linux Mint 18 KDE