Hi,

Yes, I'm talking about the MeeGo components. What other components are
there in Nemo? (because Silica is in Sailfish). I've always thought Nemo
uses the MeeGo components.

Creating a pixmap would require too much effort. The components do work on
Hildon, only the status bar isn't shown. Is it possible to window an app
run with showFullScreen (hardcoded in the source) while it is running -
without interference into the source.

Thanks,

--
Marcin


2014/1/4 Timur Kristóf <timur.kris...@gmail.com>

> Hi,
>
> Which Qt Components are you talking about? If you mean the old MeeGo
> components, then the answer is a bit complicated. For performace reasons,
> it was designed in such a way that the apps are always intended to run in
> fullscreen mode and the status bar on the top is drawn by the apps from a
> shared X pixmap. (Not sure how it's done in Wayland or even if those
> components were ever ported to Wayland.)
>
> You can see how this is done exactly in the source of the MTF (MeeGo
> Touch) status bar.
>
> We also had a similar thing in the X version of lipstick:
>
> https://github.com/nemomobile/lipstick/blob/fd0cbf276da853592eb0da9aaa12ba6bf54ee8db/src/components/statusbar.cpp#L44
>
> If you implement a similar thing (a shared pixmap) in the hildon status
> menu, then the answer is yes, it can be done. Otherwise you will have to
> either 1) patch the components to work on hildon or 2) run the app in
> windowed mode and not show the status bar at all in any apps
>
> Hope this helps.
>
> Cheers,
> Timur
>
>
>
>
>
> Timur
>
>
>
> On Thu, Jan 2, 2014 at 7:05 PM, Marcin M. <marmistrz...@gmail.com> wrote:
>
>> Hi,
>>
>> I'm building the Nemo Qt Components for Fremantle. The Fremantle
>> hildon-status-menu doesn't provide any DBus service AFAIK. Is there any
>> built-in status bar in QtComponents to imitate the status bar, or is it
>> possible to use the hildons-status-menu?
>>
>> Thanks
>> --
>> Marcin
>>
>
>

Reply via email to