After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754705 - (andresinmp) Warnings when running from profile.d
(andresinmp)
Warnings when running from profile.d
Status: RESOLVED NOTGNOME
Product: epiphany
Classification: Core
Component: Backend
3.10.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
http://wiki.richmondmakerlabs.uk/inde...
Depends on:
Blocks:
 
 
Reported: 2015-09-07 21:40 UTC by andres
Modified: 2015-09-23 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
warnings when running epiphany browser (1.58 KB, text/plain)
2015-09-07 21:40 UTC, andres
Details

Description andres 2015-09-07 21:40:12 UTC
Created attachment 310865 [details]
warnings when running epiphany browser

I have the following script:

#/!/bin/bash

epiphany-browser http://localhost/kml-tfl-countdown-master/countdown.php &
sleep 15
xte "key F11" -x:0


runs fine but with the warnings attached.

When I set the script in profile.d these warnings seem to avoid it being run on full screen mode. 
I am doing this in trisquel-mini (lxde - ubuntu based distro)
Comment 1 Michael Catanzaro 2015-09-22 23:30:34 UTC
To clarify, your issue is that fullscreen mode doesn't work?

I guess that would be due to this warning:

Unhandled action type _OB_WM_ACTION_UNDECORATE

Are you using OpenBox? I don't think that's a GNOME issue.
Comment 2 andres 2015-09-23 05:45:33 UTC
Thank you!

I am using LXDE on Raspbian and trisquel. So I think it is something similar on both cases.

Is there a command to make epiphany full screen without a keyboard? I guess what I'd want is to Boot up kiosk mode? The xte command only works with keyboard plugged in. Happy to raise a feature request or ask elsewhere.
Comment 3 Michael Catanzaro 2015-09-23 13:16:17 UTC
(In reply to andres from comment #2)
> Is there a command to make epiphany full screen without a keyboard?

I don't think there is. This is the sort of feature we'd accept a small patch for, but aren't going to work on ourselves. Sorry.