Le lundi 4 août 2014 11:06:48 CEST, Jan Kundrát a écrit :
On Monday, 4 August 2014 10:39:06 CEST, Dimitrios Glentadakis wrote:
Hi i'd like to ask if it is possible to start trojita in tray
directly with a lxqt session.
There's no such option right now. Patches are welcome -- this
one should be just a matter of something like:
if (option.isSet()) {
QTimer::singelShot(m_minimizeToSystray, SLOT(trigger()));;
}
Cheers,
Jan
Hi Jan, unfortunately i cannot for now provide any patch, i am not a
developer and i know only to code in python and not in c++ :(
I suppose that it will receive an argument from the command line, or it has
to have a checkbox in the settings?
For now, i commented the win.show() in the main.cpp and it does what i
wanted.