Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Benoît Minisini
Le 29/06/2015 00:33, Adrien Prokopowicz a écrit : > > I just made a VM with Ubuntu 15.04 and Unity to test that out, but I > can't get it to work. The program runs, but no icon shows up. > > There are quite a few warnings (see attached), but I get these as well > on Plasma 5, and everything works t

[Gambas-user] New system tray icon protocol support, new episode.

2015-06-28 Thread Benoît Minisini
Hi, In revision #7154, I have replaced the gb.form.statusicon component by a component named gb.dbus.trayicon. This new component is now automatically loaded by the GUI components when the current desktop is KDE 4 or KDE 5. Otherwise, the old protocol is used. That way, you write your TrayIco

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Randall Morgan
On Ubuntu 12.04 LTS I got this error: Got bus address: "unix:abstract=/tmp/dbus-rpp0FNMf50,guid=8d26a2cc34953a9ab507658e014d" Connected to accessibility bus at: "unix:abstract=/tmp/dbus-rpp0FNMf50,guid=8d26a2cc34953a9ab507658e014d" Registered DEC: true process 20705: arguments to dbus_m

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Adrien Prokopowicz
Le Sun, 28 Jun 2015 13:13:09 +0200, Benoît Minisini a écrit: Hi, In the last revision of the development version, I have implemented a new component named 'gb.form.statusicon', that implements the "new" system tray protocol, based on DBus. At the moment, it is only tested with KDE 5, and uses

Re: [Gambas-user] Desktop notification

2015-06-28 Thread Moviga Technologies
That's excellent Fabien! Thank you! This is pretty easy, but I suppose that if Gambas could do Desktop.Notify(Title, Message, Icon, Delay) it would be more Gambas like and convenient :) -- Monitor 25 network device

Re: [Gambas-user] Desktop notification

2015-06-28 Thread Fabien Bodard
2015-06-28 22:32 GMT+02:00 Moviga Technologies : > > > This is another feature request for Gambas - desktop notifications. I > know KDE5 uses 'notify-send', but not sure about all the others. it's a dbus thing. It use the notifier deamon provided by each modern complient desktop. dBus["org.freedes

[Gambas-user] Desktop notification

2015-06-28 Thread Moviga Technologies
This is another feature request for Gambas - desktop notifications. I know KDE5 uses 'notify-send', but not sure about all the others. -- Monitor 25 network devices or servers for free with OpManager! OpManager is we

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Moviga Technologies
Will there be a tooltip property as with the former tray icon? -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and p

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Benoît Minisini
Le 28/06/2015 20:11, Moviga Technologies a écrit : > > > Well, again Kmix serves as a good example. It's all about quick access > to frequently used features. Kmix will mute/unmute with middle click. > Never noticed... Weird! I will see... -- Benoît Minisini

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Moviga Technologies
Well, again Kmix serves as a good example. It's all about quick access to frequently used features. Kmix will mute/unmute with middle click. -- Monitor 25 network devices or servers for free with OpManager! OpManager

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Benoît Minisini
Le 28/06/2015 19:28, Moviga Technologies a écrit : > > > At least I can tell that it works very well in KDE5 :) Would it be > possible to get middle click support as well? I'm not not fond of that. What the heck do you want to do with middle click on a tray icon? -- Benoît Minisini ---

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Moviga Technologies
At least I can tell that it works very well in KDE5 :) Would it be possible to get middle click support as well? -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network managemen

[Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Benoît Minisini
Hi, In the last revision of the development version, I have implemented a new component named 'gb.form.statusicon', that implements the "new" system tray protocol, based on DBus. At the moment, it is only tested with KDE 5, and uses the KDE way of implementing that protocol. I say that, becau