Re: [qubes-users] xfce4 some questions

2016-12-15 Thread Eva Star

On 12/15/2016 07:27 PM, Andrew David Wong wrote:


#!/bin/bash
qvm-shutdown --wait --all \
- --exclude=sys-net \
- --exclude=sys-firewall \
- --exclude=sys-usb \
- --exclude=sys-whonix \
- --exclude=sys-whonix \
- --exclude=sys-other-1 \
- --exclude=sys-other-2 \
qvm-shutdown --wait --all
sleep 3
shutdown now

Works every time. The idea is to exclude all service VMs from the
first pass of qvm-shutdown so that it doesn't jam up (#1826), so
if you use VPN VMs, exclude those too.

Good advice. Thanks. I have the problem with my ProxyVMs. It's great 
idea to shutdown workVMs first, then ProxyVms, then all other Vms.

I do not know about `exclude` option before :)



--
Regards

--
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/0d9d6ff9-22b4-dc80-2aed-071fd67487c3%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] xfce4 some questions

2016-12-15 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 12/15/16 08:19, Eva Star wrote:
> On 12/15/2016 07:10 PM, Andrew David Wong wrote:
> 
>>
>> Hm. Not sure if this'll make a difference, but try shutting down
>> all VMs, then shutting down from the command-line. For example:
>>
>> $ qvm-shutdown --wait --all
>> $ shutdown now
>>
> 
> I wrote the bash script and at it to the xfce4 launcher. Then I start the 
> script with mouse. The first step the same, but then I call standard shutdown 
> from menu (describe above). Then problem, that execution of qvm-shutdown 
> --wait --all not always end (known problem)

FWIW, I've been using simple shutdown and reboot scripts to work
around this issue (I think since I first started using Qubes).
Here's an example:

#!/bin/bash
qvm-shutdown --wait --all \
- --exclude=sys-net \
- --exclude=sys-firewall \
- --exclude=sys-usb \
- --exclude=sys-whonix \
- --exclude=sys-whonix \
- --exclude=sys-other-1 \
- --exclude=sys-other-2 \
qvm-shutdown --wait --all
sleep 3
shutdown now

Works every time. The idea is to exclude all service VMs from the
first pass of qvm-shutdown so that it doesn't jam up (#1826), so
if you use VPN VMs, exclude those too.

> and after computer reboot, the same console show on the desktop an my script 
> begin to execute (shutdown script begin to execute after reboot, because 
> console not closed, it somewhere stored at the session :( )
> 

Did you do an in-place upgrade or a clean install of 3.2? If you
did an in-place upgrade, perhaps some setting got carried over.

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJYUsRdAAoJENtN07w5UDAwaj0P/34Rddgw8oiuLufC0URVWofL
SAa5B4tSGph0MsOoadVpVBHq8n2J0ewfii1eEN+HfT4Y8zmFJFIPHgoJGmO3gAzR
eEcnOxXYAJnklDm73E4izAlghmqsLnoyTK8AJIyyb3Q3EGeo25dDdf1bB3nrGFKH
q7t5QlYN9n358LaFdqvpcJuzKW45IjQZ1Lm/t7CAX5QH/4kIMij0r5NPqX2eganq
9OM0tIfcQb4plriYj9DHMcllWknqtJvEVv1juXFEzEyqWREvwLiN9W3Dtg4I3Y8e
JwtmxIP4Va7b5edh/3XeW8vJTHKH+mL0AfbxrCEgyDyFhNMxcGCzlcCyScBlrsC9
pw44fuKWGXckqjAUY7Kz6E1KzJvwckoDGFMHtciDkFOLiFZx6vk7/GUYF8xbwRt1
L0zkdhjzi4zLcheY5erxMXx/rafLmxtD4/iJKpz3E90qM6E8jHa61clKmhqxQUVT
WCXA6A8izQ4B5Hq+r0U+BuAPRwuU812MTJHQa0SKRvRtGVixGmLfdnCGiAQDovse
QBikYYaUMflBeJrhewUC5aufaiqE6NAmYMe/ReIDRCw78Nlvg7G+t/khD2zUcB2k
q0cGhWjzvY37azxttn7RbbPhMDIubdRQJtQrngfePVuIPlqYzmmmWfa8SCgXf3Z5
VGy5svUB9/KuGgpPO87R
=Gful
-END PGP SIGNATURE-

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/788178a8-89f0-ac60-06c2-0582abbea32f%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] xfce4 some questions

2016-12-15 Thread Eva Star

On 12/15/2016 07:10 PM, Andrew David Wong wrote:



Hm. Not sure if this'll make a difference, but try shutting down
all VMs, then shutting down from the command-line. For example:

$ qvm-shutdown --wait --all
$ shutdown now



I wrote the bash script and at it to the xfce4 launcher. Then I start 
the script with mouse. The first step the same, but then I call standard 
shutdown from menu (describe above). Then problem, that execution of 
qvm-shutdown --wait --all not always end (known problem) and after 
computer reboot, the same console show on the desktop an my script begin 
to execute (shutdown script begin to execute after reboot, because 
console not closed, it somewhere stored at the session :( )




--
Regards

--
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/84051c94-ad06-d92f-2956-cafd5b41d154%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] xfce4 some questions

2016-12-15 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 12/15/16 07:57, Eva Star wrote:
> On 12/15/2016 04:52 PM, Andrew David Wong wrote:
>>
>> How did you enable this in the first place? My system doesn't do that.
>>
> 
> I do not enable this. It's look like session storage, but it's disabled here 
> `xfce4-sessions-settings`
> 
>>> 2) After reboot selected last virtual desktop. How to always
>>> select first one?
>>>
>>
>> (Same as previous.)
>>
>> Perhaps it has to do with the way you're shutting down the system. How
>> are you shutting down?
> 
> I run the bash script to shutdown all VMs, then I go to Alt-F1 -> LogOut -> 
> Shutdown. I do that with keyboard, because sys-usb shutdown very quick and 
> I'm without mouse :(
> 

Hm. Not sure if this'll make a difference, but try shutting down
all VMs, then shutting down from the command-line. For example:

$ qvm-shutdown --wait --all
$ shutdown now

> 
>>
>> Try this:
>>
>> Settings Manager -> Window Manager -> Focus -> New window focus
>>
>> Uncheck "Automatically give focus to newly created windows."
> Thanks, I will try this.
> 

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJYUsBuAAoJENtN07w5UDAwqq8P/jOKJJt9s6i0YSwYClwFAzta
mkom/x+3Gd1ELJZ+3jj0OznzD6QVEftgWZu34INFc08ik/ciOxo5N//2SJLHq/WD
Dm0DjX8sj25IiIlO2TckMSk//UoA/qgGlKKM0YzPvKFCEIJQXPJrft89jtB+wW+k
0VDF0sshf+FbPg8QUOZn0HL+PQCF3snFzaP5jc1yem+mvcj297fzvNnaYjKteGPi
TJYnpWzpVXyRZbIi2joJWzRCoGVlClmk1AD36eyX+yfwtHOQRgimwgNZSghiaDXm
GPzHb+6OctbgRpl8nz3ilURzIwlkc2fxFIV2prHk86NFSv7J//jK3A1JoA4G8jc1
yZFowKqHA5YuWfk7FcsKsZ6eA4RJN5ukNG1P76QWx/u3lYC6A4qvNXIkkxfi95ee
prHP67mV/ihWQO6tyvnIOFvZAfW5KzWFpcVknG1R0mqZwn+Hho30Fd8+AD3PtKYe
5WP+3rnetAiMA90u7yVf4y2fVu01jj5lk/1EFCYiqc7iLkPvlm8ki/TFdAvU1V20
CFIOQrJqvIcaBanQHfCiTeqS16Qm9ltwVoWJpuL5QjpvMWQyPtSJgleJZUqaCqAd
Myrt5P3VIn1lMH0brovVkFmK1BAijCtZeGCGx4SVsvhwUDTDuas0I7FcvZZYI9fJ
0bkLF9WWXWPkG/vxH6oZ
=pGqY
-END PGP SIGNATURE-

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e9fcdfcc-007b-6d17-6475-f10c5d0ea9c7%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] xfce4 some questions

2016-12-15 Thread Eva Star

On 12/15/2016 04:52 PM, Andrew David Wong wrote:


How did you enable this in the first place? My system doesn't do that.



I do not enable this. It's look like session storage, but it's disabled 
here `xfce4-sessions-settings`



2) After reboot selected last virtual desktop. How to always
select first one?



(Same as previous.)

Perhaps it has to do with the way you're shutting down the system. How
are you shutting down?


I run the bash script to shutdown all VMs, then I go to Alt-F1 -> LogOut 
-> Shutdown. I do that with keyboard, because sys-usb shutdown very 
quick and I'm without mouse :(





Try this:

Settings Manager -> Window Manager -> Focus -> New window focus

Uncheck "Automatically give focus to newly created windows."

Thanks, I will try this.


--
Regards

--
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/f4d51c94-29ee-2a29-c753-90d1614c9d14%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] xfce4 some questions

2016-12-15 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2016-12-15 05:41, Eva Star wrote:
> Some questions:
> 
> 1) How to disable "restore windows" at startup? I mean when I
> shutdown Q and I have opened dom0 console, then this console show
> after reboot on the desktop. How to disable? I'm already tried
> "Sessions and Startup" - "Xfce Teminal" - Never. then after reboot
> it reset to default "if running"
> 

How did you enable this in the first place? My system doesn't do that.

> 2) After reboot selected last virtual desktop. How to always
> select first one?
> 

(Same as previous.)

Perhaps it has to do with the way you're shutting down the system. How
are you shutting down?

> 3) `xset b` can change beeper settings. It working only at current 
> setting and restore after reboot. How to save the changes forever?
> 
> 4) UpdateVM window get focus (Whonix Browser Update) and I time to
> time I click "confirm" without real confirmation. Because it get
> focus! How to fix this?
> 

Try this:

Settings Manager -> Window Manager -> Focus -> New window focus

Uncheck "Automatically give focus to newly created windows."

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJYUqACAAoJENtN07w5UDAwNJIP+wRh8arTRB/QavYksjFthEcl
KpumBm80dDVAxF/2fizoQUWrZJ1oAWVvTFHvpgFHSrfo/R+6dn8TYfzqTukLcwHq
ZGT9ggQhbUs4geWOCyUjRbvSzDTLhy7duTZzRepgqHBGzg9iQtQIZwnSI28B8z/x
ZQp0SXhCQ0ejNiuQ1XRI8J7GCa092CdFSGrHAzenWTAbsMw/M2ZZ4leihBGBOSQ6
LyeCwe+TLcfPAcDJHFACpfSakQ690snmU3tpCmAaTEnEEn7f8alRLhmIh86mYPcW
fcpKbfFA6vn7z0sRFRqEMNb7A0s5eRC1VgVx+4fuuqcwsI0hJzc4xuTtMl5DgJkJ
yczoGmWMV0+RzzOPfC+6qOgRW4LrtMixyXLWoMnYtMDFsitzmoT90IkDg35UnKMN
ICuSotwikOaZdS4IHuvmlJvb6Z1vYKzkn+05NbzqeYwZThdypcIZ5GoTIKk8IpxX
dxWwHdVb5V7/JzuxIBwebbwOpYcFx4pbHavavLoOH/+JtXHSEm09RmC9wkCoIihA
X9U8jzRJ6iDFrjMNrf5CIgx/EyNKH+bTa5E6KzFGHIoLC7SdQWgopeZfdugFv2Mp
fzQG2O19CeTr+XodCp63g/xyeuq3RliymBF2GvqSbzJfeMDWQ99Qo8HSk8u0EOJq
gkIcYvwgH6W84kQWJyc/
=HzDX
-END PGP SIGNATURE-

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/4bd5b200-9960-7da4-cd88-d607a3556d9f%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] xfce4 some questions

2016-12-15 Thread Eva Star

Some questions:

1) How to disable "restore windows" at startup? I mean when I shutdown Q 
and I have opened dom0 console, then this console show after reboot on 
the desktop. How to disable? I'm already tried "Sessions and Startup" - 
"Xfce Teminal" - Never. then after reboot it reset to default "if running"


2) After reboot selected last virtual desktop. How to always select 
first one?


3) `xset b` can change beeper settings. It working only at current 
setting and restore after reboot. How to save the changes forever?


4) UpdateVM window get focus (Whonix Browser Update) and I time to time 
I click "confirm" without real confirmation. Because it get focus! How 
to fix this?


Thanks


--
Regards

--
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/3b7af3f0-6320-318e-d9a6-1c7ef23d4d10%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.