Am Montag, 25. Mai 2020 21:19:03 UTC+2 schrieb Dave:
>
> When i open libreoffice Calc in my work vm, the only thing i can see of
> the window is the "X" mark of the window.
> So the window opens up like 1x1cm.. When i drag it bigger to a normal
> window size and restart calc, its back to a little 1x1 cm box and just
> showing the close window 'X'..
> How can i get calc to open up normal window size ..?
>
I had the same problem. I used devilspie2 to solve it.
Install it to dom0:
sudo qubes-dom0-update devilspie2
then create a .lua file in .config/devilspie2 with the following text:
window = "LibreOffice";
windowname = get_window_name();
if (string.match(windowname, window)) then
maximize();
end
Here is a nice tutorial about devilspie2, if you are interested:
https://www.linux-magazine.com/Issues/2017/205/Tutorial-Devilspie2
--
You received this message because you are subscribed to the Google Groups
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/qubes-users/d9ba993c-f46c-4f0f-86c1-f82232ceacaf%40googlegroups.com.