Re: [qubes-users] Re: How do you maximize your VM security?

2020-06-10 Thread palette999

>
>
>
>
> 1) Is there a resource out there that teaches newbies how to configure 
> minimal templates for different uses? e.g. For VPN, services, apps, etc. 
>
> you can find some user setups with configuration examples here:

https://github.com/Qubes-Community/Contents/tree/master/docs/user-setups

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b8198e96-f6e8-4d18-bb79-d84d4026dbd2o%40googlegroups.com.


[qubes-users] Re: Libreoffice Calc windowsize is 1x1 cm ..

2020-05-28 Thread palette999


Am Donnerstag, 28. Mai 2020 20:34:45 UTC+2 schrieb Dave:
>
> Ok thanks for the tip, i just tested you suggestion and it resizes the 
> window perfectly.
> Do you autostart devilspie2 at boot .. or how do you use it ..?
>
>
 I start it via .desktop file in .config/autostart.

It really is a handy tool. I use it for other things like mapping domains 
to certain workspaces.

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/3e39d011-8d2b-474e-818a-ed0b6058ef40%40googlegroups.com.


[qubes-users] Re: Libreoffice Calc windowsize is 1x1 cm ..

2020-05-28 Thread palette999


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 qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/d9ba993c-f46c-4f0f-86c1-f82232ceacaf%40googlegroups.com.