The officially official Devuan Forum!

You are not logged in.

#26 Re: Off-topic » Music » 2018-11-01 11:19:21

Impressive. Thanks a lot, you made me laugh!

#27 Re: Other Issues » [SOLVED] How to get these 2 apps to open maximized? » 2018-10-28 01:47:28

a more elegant solution for atril (works for me on Mate)

dconf write /org/mate/atril/default/fullscreen true
dconf update

#28 Re: Other Issues » [SOLVED] How to get these 2 apps to open maximized? » 2018-10-28 01:15:06

Following Abiwords help and man page, Abiword hasn't that option. You can force the geometry to your screen resolution but that isn't full screen mode.

Atril has that option, but you must specify a document to start in fullscreen mode. To open automatically on full screen from file manager, you can do a simple script like this:

#!/bin/bash
[[ -f $1 ]] && atril --fullscreen $1

and tell your file manager always open pdf and other files using your script.

Another solution, you can automate a key and mouse events using xdotool

try:

atril & sleep 1 && xdotool key F11
abiword & sleep 1 && xdotool key F11

Board footer

Forum Software