Sunday, 30 April 2023

Re: [Rpcemu] Full screen modepermanently ON

Hi Steve,

> I'd like to get the "full screen mode" switched on permanently.
...
> does anyone know on which level the "full screen mode" button is
> handled?

I'd assume collaboration between rpcemu and the X window manager.

Have a look at xdotool(1). Something like

xclock &
xdotool search --sync --class xclock \
windowstate --toggle FULLSCREEN

might work. Or perhaps there's a keypress which can be sent to the
window instead.

--
Cheers, Ralph.

_______________________________________________
RPCEmu mailing list
RPCEmu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

[Rpcemu] Full screen modepermanently ON

Hi to all,

In order to get my Linux/RPCEmu properly working for every day use,
I'd like to get the "full screen mode" switched on permanently.
According to the author of RPCEmu this is not standard supported, so I
will be needing to use trickery to do so...

There fore this question;

I'm not a programmer so, does anyone know on which level the "full
screen mode" button is handled? Is this on the Linux part of the
RPCEmu or the RISC OS part? I would think the Linux.

--
Regards, Steve


_______________________________________________
RPCEmu mailing list
RPCEmu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu