On Wed, Nov 11, 2015 at 12:35 AM, René J. V. <rjvber...@gmail.com> wrote:
> Alex Merry wrote:
>
>
>> I would expect that they should be nongui. We've realised that there are
>> some cases where we want to be marked GUI on windows and not on OS X,
>> but I doubt that's the case for KPackage.
>
> Do you know if applications marked non-gui initialise the windowserver
> connection on startup, on OS X? Apps that don't will crash when they attempt 
> to
> do anything GUI or event processing related, but apps that do cannot be run 
> from
> a remote terminal if the same user is not logged into the desktop too.

That's what the macro does, nothing more:
    set_target_properties(${_target}
                           PROPERTIES
                           WIN32_EXECUTABLE FALSE
                           MACOSX_BUNDLE FALSE
                         )

Aleix
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to