Re: [Interest] Multiplatform solution for systray

2014-12-10 Thread René J . V . Bertin
On Wednesday December 10 2014 08:42:49 Daniel França wrote:

 The first problem I got is: Ubuntu seems to have banned applications to
 show on system tray, only a white list of apps are allowed, they want you
 to use the lib notify, but it doesn't seems to work for what I intend to do.

Not really an answer to your question, but have you tried KUbuntu?

R.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Multiplatform solution for systray

2014-12-10 Thread Daniel França
Not really, I don't like KDE much...
Anyway I would like my app runs full-featured on Ubuntu, as it's one of
most popular distros :)
Em Wed Dec 10 2014 at 10:06:25 AM, René J.V. rjvber...@gmail.com escreveu:

 On Wednesday December 10 2014 08:42:49 Daniel França wrote:

  The first problem I got is: Ubuntu seems to have banned applications to
  show on system tray, only a white list of apps are allowed, they want you
  to use the lib notify, but it doesn't seems to work for what I intend to
 do.

 Not really an answer to your question, but have you tried KUbuntu?

 R.
 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Multiplatform solution for systray

2014-12-10 Thread Damian Ivanov
Hey Daniel,

On Linux you should follow statusNotifier spec, it's the closest to
come to a spec for all desktops.
May some of this would be useful to you as an example:
https://github.com/damianatorrpm/qmlpanel/blob/master/qml/IndicatorTray.qml

Cheers,
Damian

2014-12-10 10:07 GMT+01:00 René J.V. rjvber...@gmail.com:
 On Wednesday December 10 2014 08:42:49 Daniel França wrote:

 The first problem I got is: Ubuntu seems to have banned applications to
 show on system tray, only a white list of apps are allowed, they want you
 to use the lib notify, but it doesn't seems to work for what I intend to do.

 Not really an answer to your question, but have you tried KUbuntu?

 R.
 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Multiplatform solution for systray

2014-12-10 Thread Alejandro Exojo
El Wednesday 10 December 2014, Daniel França escribió:
 I'm doing a QML/C++ application that I want to be able to run on
 Linux/Mac/Windows/Android/IOS.
 
 I'm doing the development on a Ubuntu 14.10 and I wanted to show a timer
 for the desktop versions on system tray, that means a system tray icon that
 changes dynamically.
 
 The first problem I got is: Ubuntu seems to have banned applications to
 show on system tray, only a white list of apps are allowed, they want you
 to use the lib notify, but it doesn't seems to work for what I intend to
 do.

You'll have to conditionally decide if you want to use a QSystemTrayIcon or 
not. You'll pretty much have to do something similar if you want to support a 
mobile phone, where you probably don't even want to link to QtWidgets.

-- 
Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2
http://barnacity.net/ | http://disperso.net
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest