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

2015-05-04 Thread Jerry Geis
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 ge...@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

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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

2015-05-04 Thread Bem Jones-Bey
You’re much more likely to reach people that know about using WebKit with GTK 
on the webkit-gtk mailing list: 
https://lists.webkit.org/mailman/listinfo/webkit-gtk

- Bem

On May 4, 2015, at 4:54 AM, Jerry Geis 
ge...@pagestation.commailto:ge...@pagestation.com wrote:

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 
ge...@pagestation.commailto:ge...@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

___
webkit-dev mailing list
webkit-dev@lists.webkit.orgmailto:webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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

2015-05-04 Thread Michael Catanzaro
On Mon, 2015-05-04 at 07:54 -0400, Jerry Geis wrote:
 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);
 }

Are you sure this problem is related to WebKit? If not, would ask on
gtk-list: https://mail.gnome.org/mailman/listinfo/gtk-list
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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

2015-05-01 Thread Jerry Geis
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
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev