[webkit-dev] webkit browser always minimzed on CentOS 7.1

Jerry Geis geisj at pagestation.com
Mon May 4 04:54:52 PDT 2015


So I looked closer at my functions...

void maximize(void) {
    gtk_window_maximize(GTK_WINDOW(window));
    gtk_window_fullscreen(GTK_WINDOW(window));
    gtk_window_set_decorated(GTK_WINDOW(window), FALSE);
}


This function in particular I am calling. If I comment out the
gtk_window_fullscreen() function
the browser appears and is not minimized.... When I put this function back
in - the application
is always minimized and is NOT fullscreen.

Any thoughts?

Jerry

On Fri, May 1, 2015 at 4:23 PM, Jerry Geis <geisj at pagestation.com> wrote:

> Hi all,
>
> I had a project that worked great under CentOS 6.6.
> I basically took webkitgtk-2.4.6 and compiled then took a small
> browser.c file to great a browser. Worked great.
>
> So now I'm trying to migrate that to CentOS 7.1
> did the same thing - same steps as above and when I run
> the webkit browser it is ALWAYS minimized.
> If I right click on it, and say unminimize - it does for a brief second
> I see the page and then it becomes minimized again.
>
> Any thoughts on what might be happening here?
>
> Thanks,
>
> Jerry
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20150504/500e8a76/attachment.html>


More information about the webkit-dev mailing list