Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-11-01 Thread yuraeitha
On Wednesday, November 1, 2017 at 12:54:23 PM UTC, Desobediente wrote:
> Could the Qubes 4 users ellaborate what things I should be doing on Qubes 3 
> to get used to not having the Qubes Manager available all the time?
> 
> 
> 
> -- 
> 
> 
> 
> 
> iuri.neocities.org

I forgot to mention, in addition to the above, Qubes-Windoes-Tools appears to 
not have been updated for Qubes 4 yet. Which means it's tricky to start your 
Windows due to memory management, and you can't transfer text of files outside 
or into Windows. You may perhaps be able to get internet working if you can 
tweak it yourself, but I haven't personally ventured there yet, so I don't know 
if it's easy or a lot of work to do yourself. 
You can find out more about the RAM issue in my post here: 
https://groups.google.com/forum/#!topic/qubes-users/i48rHs1rBfU 

-- 
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/e2aecd42-143f-4b68-a5ed-ba16b1761cec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-11-01 Thread yuraeitha
On Wednesday, November 1, 2017 at 12:54:23 PM UTC, Desobediente wrote:
> Could the Qubes 4 users ellaborate what things I should be doing on Qubes 3 
> to get used to not having the Qubes Manager available all the time?
> 
> 
> 
> -- 
> 
> 
> 
> 
> iuri.neocities.org

Sure, though I might not be able to cover it all, but here are some things to 
start with.

- Qubes 4 uses terminal to create or restore backups, there is as of yet no 
graphic menu anymore. It might seem frightening at first, but it's not that 
difficult to use. The most annoying thing is if you want to exclude some 
Templates or AppVM's, since it'll otherwise restore all your VM's. After you 
type in your backup password, just put -x "AppVM name" -x "AppVM name" without 
the exclamation markers. It takes a few minutes of concentration the first time 
around, but it's not exactly "difficult", just different and takes a bit 
longer. 
Type in "qvm-backup-restore -h" for help on commands if needed, or find a Qubes 
doc guide on the official website. The commandline appears the same in Qubes 
3.2 as it is in 4.0-RC2, so you can practice in Qubes 3.2 with a few test 
AppVM's. 


- Also, from what I hear, it takes a lot longer to restore backups if you run 
it through Dom0. Apparently it goes a lot faster if you i.e. make a USB-Qube 
and restore your backup through an AppVM. I cannot verify if it goes faster 
since my touch-screen on my laptop is tied to my USB, therefore I cannot create 
a USB-QUbe. Which meant I had to go for the slow one through Dom0. It took 
about 10 hours or so for about 60-70 GB of backup data.

- Be sure to turn off suspend or hibernate while you run your backup. 

- Qubes 4-RC2 appears to have some template difficulties, primarily debian and 
whonix, but also sometimes fedora. The way I solved it was during the install, 
I allowed the install of Whonix templates. However during the last-step for 
configuration setup, I removed Whonix in the configuration setup. I also 
removed the automatic easy "Personal, Work" AppVM setup configuration. I only 
selected the first line. For whatever reason, if I selected any other 
configurations below the first, it causes python code errors. Afterwards fedora 
template works fine, and Whonix is easily fixed with the Qubes official Whonix 
install guide on the official website. It's basically just to create the 
sys-whonix and tie the whonix-gw and whonix-ws to the syswhonix for networking. 

- debian won't run for me, I still haven't found a way to fix it. Instead I 
just made an extra copy of my Fedora template, and use that template for my 
packages etc. that I don't want installed in my more secure template/AppVM's. 

- Qubes 4-RC2 sometimes freezes during install, it'll depend on your hardware. 
For my case, it only froze once. I restarted and started over, no changes to 
settings. This time it made it through. Qubes 4-RC1 always froze for me, no 
matter how many times I tried. The takeaway is, it sometimes helps to restart 
and try again. 

- If Qubes 4 succesfully installs, but you get python errors or templates don't 
appear despite that you installed them, try re-install everything. I believe 
the late-stage Qubes configuration is what makes the difference. See above step 
a few steps up.

- Find another way to monitor your RAM/CPU use. For example I use "Xl list" in 
Dom0 to see how much memory Dom0 and all the other Templates/AppVM's are using. 
The widget shoes Template/AppVM memory use, but it doesn't show you how much 
memory you got in Dom0. The Dom0 RAM may be nice to know, so you know how much 
memory you got left for new VM's you plan to start up. 

- There appears to be a new method to update Templatee VM's. Fedora still works 
the old way. But Debian and Whonix doesn't. I haven't found any Qubes guides or 
post about this yet, and haven't had the time to experiment to find out how it 
works now. But basically, Fedora template updates work. Whonix might also work. 
I had a lot of trouble with the Debian template system though. Either way, just 
go with Fedora for now until a guide or post is availale on this matter, or 
till the error is fixed (if there is any errors and it simply is just a user 
mistake). 

- Given the situation, without insider knowledge (aka I simply dont know, this 
is just a guess), I believe there will be a Qubes 4-RC3 release. All these 
python errors and template nightmare, and careful picking Qubes configuarion to 
minimize these issues, seems to be too much to fix with just some updates. 
However if you can get the Fedora template working, you can just re-install the 
other templates whenever a fix becomes available. 

- Qubes 4 appears to come with SALT enabled by default. I haven't ventured too 
much into this new area much yet, however it seemingly adds a security layer to 
VM and VM files so that they can't be changed (Possibly? It's still new to me 
after all, I can't say for sure). Presumably as long it's on the SALT 
configuration list

Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-11-01 Thread Richard Musselwhite
On Wed, Nov 1, 2017, at 08:54 AM, Desobediente wrote:
> Could the Qubes 4 users ellaborate what things I should be doing on
> Qubes 3 to get used to not having the Qubes Manager available all
> the time?> 
> -- 
> iuri.neocities.org
> 


> --
>  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/CAF0bz4TdnXihBjPobqc%3DQ2NB8BCZMYzASPoOHNeLGEzH-toFHA%40mail.gmail.com[1].>
>   For more options, visit https://groups.google.com/d/optout.

I donate monthly to the Qubes OpenCollective fund. My understanding is
that it is dedicated to paying for user-friendly improvements such as
the ones being discussed in this thread. When there's some feature I
wish were included in a Qubes release, donating to the project helps me
to feel more confident that the Qubes team will be able to pay someone
to write them someday. https://opencollective.com/qubes-os.
Links:

  1. 
https://groups.google.com/d/msgid/qubes-users/CAF0bz4TdnXihBjPobqc%3DQ2NB8BCZMYzASPoOHNeLGEzH-toFHA%40mail.gmail.com?utm_medium=email&utm_source=footer

-- 
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/1509542346.3097689.1158036408.31810878%40webmail.messagingengine.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-11-01 Thread Desobediente
Could the Qubes 4 users ellaborate what things I should be doing on Qubes 3
to get used to not having the Qubes Manager available all the time?

-- 
iuri.neocities.org

-- 
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/CAF0bz4TdnXihBjPobqc%3DQ2NB8BCZMYzASPoOHNeLGEzH-toFHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-11-01 Thread yuraeitha
On Saturday, October 28, 2017 at 4:51:52 PM UTC, Andrew David Wong wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> On 2017-10-27 23:24, taii...@gmx.com wrote:
> > While I do know how to use the cli tools I enjoy a gui for at a 
> > glance viewing and tasks, it is much easier to press start/stop on 
> > a nice list rather than type two commands.
> > 
> > Thanks ADW!
> > 
> 
> Thanks for your feedback in this thread, everyone. Just to briefly
> address the original question in the subject line, the reasons for
> removing the Qubes VM Manager from Qubes 4.0 are discussed in this
> issue:
> 
> https://github.com/QubesOS/qubes-issues/issues/2132
> 
> However, na-- recently opened a new issue that reflects many of the
> same concerns as in this thread:
> 
> https://github.com/QubesOS/qubes-issues/issues/3241
> 
> We're looking into what can be done to improve the user experience in
> 4.0. Thank you for testing, everyone!
> 
> - -- 
> Andrew David Wong (Axon)
> Community Manager, Qubes OS
> https://www.qubes-os.org
> -BEGIN PGP SIGNATURE-
> 
> iQIcBAEBCgAGBQJZ9LWcAAoJENtN07w5UDAwmQ4P/jVhDfQPQKYxrTvK5psOS8aM
> dyOHae12t8Jkb0GrjfYIuk3u+/gNFaw+4dMG58BCfMAV6gZMKvBiTqtH13fX/RNT
> 3/D5owRtPgj+P6MjWumKO16D929HI/L3wHC51vZPhC8a+to7mi8cG6XEHlfvZcD7
> iJwXzRGyUz+qMD/fwGy0cbfqvyrmQgX5QULJMvfK4+YfvwwEs/M9dMsA30XE6s1p
> Sc8bc3pXbBFlwGQaN3RFOOa25QeqMHcdKgRmZpagqcdIJuzw01IwkDn4/IGwEOKU
> gyB2++1w0/q4a3M4btNHthZHWNnfEPSULCSpZVxL/IXTR5hIw5oAOR0B97HRnFKO
> qd1MULj2HUdLXH7oicIok+p/IGEK0SElXJtGTtgwturvyDfAr7BkRwxGF7BGdQBA
> 5NQfD7Ya87oSAM1PhI/X48HxG9Xia9izrqWHBAjT57gNhgYPZDv2YT1sVEfvhbyX
> jzDED9tubE8sSQHbyF/5L5d+5+213yhcmA+J+0FBB5MerD71Flr/+LsVMB7iKnmD
> dozUgjJFlopfneRcalotMWgf1XERGX/QC4bBnCJ3hpNmhKqJyk7I+xBPZiaMueoc
> FlMU8wYT9BR+PFkODDjOgqdrc/ACp9vXdPjpWJiaHLXZik8iZ0YuwTMY6LLn2i5r
> p08JqthOTHM4Gt74UXYM
> =+HEQ
> -END PGP SIGNATURE-

While I initially didn't like the loss of the Qubes Manager either, I've grown 
pretty used to not having it in Qubes 4. Refusing to upgrade due to not having 
the old Qubes Manager, is imho just being conservative stubborn to old habits, 
refusing change. While true change can go from better to worse, refusing change 
altogether is not always a good thing. One should try give the layout in Qubes 
4 a chance. 

While true Qubes 4 has its interface shortcomings compared to Qubes 3.2, I 
think it's interface isn't far from being superior to Qubes 3.2. too, with some 
tweaks here and there. 

For example, expanding the widget to allow for more details, similar to how the 
old Qubes Manager worked. Perhaps even put in an option to make it 
detachable/moveable/sizeable from the widget icon to the desktop for those who 
prefer a window over a widget. 

Either way, despite the loss from the extras in the old QUbes Manager, despite 
it was a major pain to get the templates to work properly in the start from a 
fresh install, despite all that, I still enjoy Qubes 4 more than I did Qubes 
3.2. And if anything, Qubes 4 is more secure than 3.2., so refusing to upgrade 
for such minor things, seems to me quite weird. Albeit the complaints are 
understandable, but it doesn't make Qubes 4 inferior to Qubes 3.2, when 
counting all the pros and cons together.

We also have to remember Qubes 4 is laying the foundations to more features in 
the future. At least to my understanding, a lot in Qubes 4 is foundation work 
for more things to come in the future. Don't be so unsatisfied, it's work in 
progress, Qubes 4 is not a finished project. Think long-term, not short-term.

Imho, the Qubes team did a fantastic job with Qubes 4. They didn't have much 
time with the interface layout, given all the other things that was implemented 
in Qubes 4. After all, security takes president, and practical use is also a 
serious priority. Cosmetics and lesser user-ability have to take a second seat, 
given the paradigm and goals that's being followed, with so few resources. 

Just give it time people, the Qubes team did an amazing job. Being frustrated 
to such a high degree though, is uncalled for. We should at the very least 
appreciate their hard work.

-- 
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/d6792259-6b6a-4a7b-b5e9-0cc8e82b0f0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-30 Thread David Hobach

On 10/30/2017 12:40 AM, Ray Joseph wrote:

On Sunday, October 29, 2017 at 1:52:53 PM UTC-5, David Hobach wrote:

On 10/29/2017 03:36 PM, Sergio da Matta wrote:

Dear David, Thank you for your information. I did not know conky. I liked
it but I did not find the repo. Did you installed on dom0?


Yes, sudo qubes-dom0-update conky does it.
I attached my config for your convenience.


P.S.: Just found out about xentop yesterday thanks to a guy mentioning 
it on github. Basically it displays CPU usage etc. for your VMs.


This line should get you going with that in conky:
-- apparently xentop doesn't get the CPU % in the first run, so we do two
${execp xentop -f -b -i2 -d0 | tail -n+2 | sed -r -n '/NAME/,$ p' |  sed 
-r -n 's/^\s*([^ ]+)\s+([^ ]+)\s+([^ ]+)\s+([^ ]+)\s+([^ ]+)\s+([^ 
]+)\s+([^ ]+)\s+([^ ]+)\s+([^ ]+)\s+.*$/\1${goto 140}\4${goto 
220}\9${goto 300}\6${goto 400}\8/p'}


Happy to hear that you guys find it useful as well. :-)

--
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/0124b36b-711b-48df-bb6d-ab0b9ed45a21%40hackingthe.net.
For more options, visit https://groups.google.com/d/optout.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-29 Thread Ray Joseph
On Sunday, October 29, 2017 at 1:52:53 PM UTC-5, David Hobach wrote:
> On 10/29/2017 03:36 PM, Sergio da Matta wrote:
> > Dear David, Thank you for your information. I did not know conky. I liked
> > it but I did not find the repo. Did you installed on dom0?
> 
> Yes, sudo qubes-dom0-update conky does it.
> I attached my config for your convenience.
> 
> KR
> David

David,

Thank you for sharing your config for conky.  I am going to install v4 and then 
conky.

Ray

-- 
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/3a8bcb18-eb79-4763--bf247642248e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-29 Thread Steffen Hartmann
Please rethink disabondon of qubes manager. Thank you.

-- 
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/c616dcab-15a3-44c3-ac39-e807eeab6fb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-29 Thread P x
  There's no qubes manager in V4?
  Then I'll stick with V3.2 until support ends.  
  To me it's pretty much vital.

-- 
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/dbc59735-4332-457a-a336-0bd4421558d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-29 Thread David Hobach


On 10/29/2017 03:36 PM, Sergio da Matta wrote:

Dear David, Thank you for your information. I did not know conky. I liked
it but I did not find the repo. Did you installed on dom0?


Yes, sudo qubes-dom0-update conky does it.
I attached my config for your convenience.

KR
David

--
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/138518ae-3936-7840-1acb-c968bbfc78ae%40hackingthe.net.
For more options, visit https://groups.google.com/d/optout.


qubes-conky.tar.gz
Description: application/gzip


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-29 Thread Sergio da Matta
Dear David, Thank you for your information. I did not know conky. I liked
it but I did not find the repo. Did you installed on dom0?




"7126 52E0 5754 8FEA BA46  9318 A3E7 BA7C 6D76 B8D7
gmail/hangouts/skype/instagram/twitter/sip.justvoip.com : sergiomatta
 whatsapp 031998050020, 06140639186" 

2017-10-29 10:28 GMT-02:00 David Hobach :

> There is many of those requests ready. The running vms you can see using
>> xfce bar with generic monitor (ls --fields ip,name,state). Look these
>> pictures.
>>
>
> conky can be used to obtain similar results.
>
>

-- 
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/CANXV22D-R2sCdfLsnQaPfyVotVtEYMBxqx%2BEgEjz4%2BhxMu3MHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-29 Thread David Hobach

There is many of those requests ready. The running vms you can see using xfce 
bar with generic monitor (ls --fields ip,name,state). Look these pictures.


conky can be used to obtain similar results.

--
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/b9e3eeb7-6ac1-aa5e-bb6b-3a846fc56c85%40hackingthe.net.
For more options, visit https://groups.google.com/d/optout.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread Ray Joseph
On Saturday, October 28, 2017 at 12:40:21 PM UTC-5, Sergio Matta wrote:
> Em sábado, 28 de outubro de 2017 09:14:29 UTC-2, [799]  escreveu:
> > Hello,
> > 
> > > While I do know how to use the cli tools I
> > > enjoy a gui for at a glance viewing and tasks,
> > > it is much easier to press start/stop on a
> > > nice list rather than type two commands.
> > 
> > While I appreciate the new features in Qubes 4, the lack of a graphical 
> > frontend like Qubes Manager is a step backwards, as Linux is always about 
> > choice.
> > Can't someone program a very simple GUI which offers the following 
> > functions:
> > 
> > 1) show all VMs with the option to hide:
> > - internal VMs (I really hope to get this setting back from Qubes 3.2)
> > - Template VMs
> > - all VMs which are not running
> > 
> > 2) indicate which VMs are running
> > 
> > 3) offer the option to do the following actions on a VM:
> > - start
> > - restart
> > - shutdown
> > - kill
> > - open preferences
> > 
> > Nice to have:
> > 
> > 4) maybe also: attach/remove USB and Block-Devices
> > 
> > 5) show an icon if an USB/Block-Device is mounted 
> > 
> > I think that having the options 1 - 3 is perfectly fine, as this will make 
> > the interaction with VMs easier (also for newbies who come from any other 
> > OS).
> > 
> > Please don't get me wrong, I like the new widgets as they offer additional 
> > options, but a central cockpit to do basic tasks is missing.
> > 
> > I can live without additional features like performance metrics in Qubes 
> > Manager, but the basic tasks would be great.
...
> 
> There is many of those requests ready. The running vms you can see using xfce 
> bar with generic monitor (ls --fields ip,name,state). Look these pictures.

This solution looks appropriate.  I am new to quebes and found the vm manager 
challenging using v3.2.  I have not tried v4.  But I am not familiar with the 
xfce bar and the pictures didn't look like the xfce panel on v32.  

I will move to v4 this coming week.  I did not getting anything working on 
v3.2, I would like to get to a better start on v4.  I would apprecitate any 
suggestions on how to better use the tools provided to manage vms.

-- 
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/c61edda6-6146-4c7c-b9af-31f428e5f8d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread mikihonzero
I personally won't upgrade since there is no qubes-manager, for reasons already 
mentioned here and on github. Is there a possibility of people doing a fork of 
qubes-manager for 4.0? 

-- 
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/1050ff35-0e72-4b6c-90f1-ec798df4ed71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread mikihonzero
On Saturday, October 28, 2017 at 5:40:21 PM UTC, Sergio Matta wrote:
> Em sábado, 28 de outubro de 2017 09:14:29 UTC-2, [799]  escreveu:
> > Hello,
> > 
> > > While I do know how to use the cli tools I
> > > enjoy a gui for at a glance viewing and tasks,
> > > it is much easier to press start/stop on a
> > > nice list rather than type two commands.
> > 
> > While I appreciate the new features in Qubes 4, the lack of a graphical 
> > frontend like Qubes Manager is a step backwards, as Linux is always about 
> > choice.
> > Can't someone program a very simple GUI which offers the following 
> > functions:
> > 
> > 1) show all VMs with the option to hide:
> > - internal VMs (I really hope to get this setting back from Qubes 3.2)
> > - Template VMs
> > - all VMs which are not running
> > 
> > 2) indicate which VMs are running
> > 
> > 3) offer the option to do the following actions on a VM:
> > - start
> > - restart
> > - shutdown
> > - kill
> > - open preferences
> > 
> > Nice to have:
> > 
> > 4) maybe also: attach/remove USB and Block-Devices
> > 
> > 5) show an icon if an USB/Block-Device is mounted 
> > 
> > I think that having the options 1 - 3 is perfectly fine, as this will make 
> > the interaction with VMs easier (also for newbies who come from any other 
> > OS).
> > 
> > Please don't get me wrong, I like the new widgets as they offer additional 
> > options, but a central cockpit to do basic tasks is missing.
> > 
> > I can live without additional features like performance metrics in Qubes 
> > Manager, but the basic tasks would be great.
> > 
> > Can maybe someone outside of the Qubes Team program this?
> > 
> > [799]
> 
> There is many of those requests ready. The running vms you can see using xfce 
> bar with generic monitor (ls --fields ip,name,state). Look these pictures.

I personally won't upgrade since there is no qubes-manager, for reasons already 
mentioned here and on github. Is there a possibility of people doing a fork of 
qubes-manager for 4.0? 
@Sergio Matta The pictures look really promising (I miss templates/net-vm used 
and ordering by color was extremely useful).
Is there a possibility to make that an actual open (updated) window on the 
desktop (no popup)?   

-- 
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/ccb5cf51-9370-4ed8-bff5-ce01beacf120%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2017-10-27 23:24, taii...@gmx.com wrote:
> While I do know how to use the cli tools I enjoy a gui for at a 
> glance viewing and tasks, it is much easier to press start/stop on 
> a nice list rather than type two commands.
> 
> Thanks ADW!
> 

Thanks for your feedback in this thread, everyone. Just to briefly
address the original question in the subject line, the reasons for
removing the Qubes VM Manager from Qubes 4.0 are discussed in this
issue:

https://github.com/QubesOS/qubes-issues/issues/2132

However, na-- recently opened a new issue that reflects many of the
same concerns as in this thread:

https://github.com/QubesOS/qubes-issues/issues/3241

We're looking into what can be done to improve the user experience in
4.0. Thank you for testing, everyone!

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

iQIcBAEBCgAGBQJZ9LWcAAoJENtN07w5UDAwmQ4P/jVhDfQPQKYxrTvK5psOS8aM
dyOHae12t8Jkb0GrjfYIuk3u+/gNFaw+4dMG58BCfMAV6gZMKvBiTqtH13fX/RNT
3/D5owRtPgj+P6MjWumKO16D929HI/L3wHC51vZPhC8a+to7mi8cG6XEHlfvZcD7
iJwXzRGyUz+qMD/fwGy0cbfqvyrmQgX5QULJMvfK4+YfvwwEs/M9dMsA30XE6s1p
Sc8bc3pXbBFlwGQaN3RFOOa25QeqMHcdKgRmZpagqcdIJuzw01IwkDn4/IGwEOKU
gyB2++1w0/q4a3M4btNHthZHWNnfEPSULCSpZVxL/IXTR5hIw5oAOR0B97HRnFKO
qd1MULj2HUdLXH7oicIok+p/IGEK0SElXJtGTtgwturvyDfAr7BkRwxGF7BGdQBA
5NQfD7Ya87oSAM1PhI/X48HxG9Xia9izrqWHBAjT57gNhgYPZDv2YT1sVEfvhbyX
jzDED9tubE8sSQHbyF/5L5d+5+213yhcmA+J+0FBB5MerD71Flr/+LsVMB7iKnmD
dozUgjJFlopfneRcalotMWgf1XERGX/QC4bBnCJ3hpNmhKqJyk7I+xBPZiaMueoc
FlMU8wYT9BR+PFkODDjOgqdrc/ACp9vXdPjpWJiaHLXZik8iZ0YuwTMY6LLn2i5r
p08JqthOTHM4Gt74UXYM
=+HEQ
-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/03cc413d-b431-4224-10a8-e1fc02fa2359%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread Franz
On Sat, Oct 28, 2017 at 10:02 AM, cooloutac  wrote:

> I mean maybe there is security implications?  I dunno does gui
> automatically equal risk?  lol  but like 799 say options is good.
>
>
It may be better to wait that something like google manager appears before
installing version 4.  I cannot live without it.

-- 
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/CAPzH-qBMYBHwhGk3q1r-HNjc2c6qi8AUoOYj6s5vU%2B9RUFY8mQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread cooloutac
I mean maybe there is security implications?  I dunno does gui automatically 
equal risk?  lol  but like 799 say options is good.

-- 
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/c091bb86-c07d-40b0-b911-a6d881df6073%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread cooloutac
On Saturday, October 28, 2017 at 7:50:54 AM UTC-4, [799] wrote:
> Hello, 
> 
> > What original Qubes Manager did wrong:
> > Didn't expose all per-VM settings (qvm-prefs)
> > Didn't expose all global settings (guid.conf)
> > Didn't expose all device options (USB mostly,
> > block devices were available) Duplicated
> > some functionality of the Applications menu
> > Was non-resizable (serious issue when
> > screen real estate is at a premium)
> > Those are some of the reasons it was
> > scrapped.
> 
> Thanks for the feedback, the most annoying thing was the non-resizable 
> window, specifically when using a tiling window manager.
> 
> Still I think dropping Qubes Manager totally is a not the best solution as 
> everyone who didn't like Qubes Manager had the choice to close it or not use 
> it at all.
> 
> All other users who could live with the above 'problems' and would like to 
> use Qubes Manager or something similar are now lost.
> As mentioned I understand if Qubes Team thinks (!) that Qubes Manager is not 
> that good and that they drop support for it, but I just a bad taste as it 
> currently seems that the loss of Qubes Manager is trying to be sold as a good 
> feature.
> It's not. Users should always have the choice, that's what is so great about 
> Linux.
> 
> Thereof I just want to raise my voice that a replacement for Qubes Manager 
> (maybe with less options) would be great.
> 
> I'm fine with using the CLI to setup machines. Change complicated options 
> etc. but for daily use Qubes Manager was great.
> 
> Maybe we should start to collect voices to bring a Qubes GUI App back to 4.0.
> 
> Thereof: 
> My vote for Qubes GUI-Manager.
> Willing to pay 40 eur for a good replacement.
> Who is joining this "campaign"?
> Maybe someone likes to program this, if we throw in some budget.
> 
> [799]

One of the reasons I always have Qubes manager on screen,  not just to see 
updates,  but to see if an orange triangle pops up,  What vms using cpu/memory, 
etc..   always wanted i/o and network activity as well.

-- 
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/24dc2b20-609f-4b12-9705-bc8c71ff969d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread cooloutac
On Saturday, October 28, 2017 at 7:35:20 AM UTC-4, Yethal wrote:
> W dniu sobota, 28 października 2017 13:14:29 UTC+2 użytkownik [799] napisał:
> > Hello,
> > 
> > > While I do know how to use the cli tools I
> > > enjoy a gui for at a glance viewing and tasks,
> > > it is much easier to press start/stop on a
> > > nice list rather than type two commands.
> > 
> > While I appreciate the new features in Qubes 4, the lack of a graphical 
> > frontend like Qubes Manager is a step backwards, as Linux is always about 
> > choice.
> > Can't someone program a very simple GUI which offers the following 
> > functions:
> > 
> > 1) show all VMs with the option to hide:
> > - internal VMs (I really hope to get this setting back from Qubes 3.2)
> > - Template VMs
> > - all VMs which are not running
> > 
> > 2) indicate which VMs are running
> > 
> > 3) offer the option to do the following actions on a VM:
> > - start
> > - restart
> > - shutdown
> > - kill
> > - open preferences
> > 
> > Nice to have:
> > 
> > 4) maybe also: attach/remove USB and Block-Devices
> > 
> > 5) show an icon if an USB/Block-Device is mounted 
> > 
> > I think that having the options 1 - 3 is perfectly fine, as this will make 
> > the interaction with VMs easier (also for newbies who come from any other 
> > OS).
> > 
> > Please don't get me wrong, I like the new widgets as they offer additional 
> > options, but a central cockpit to do basic tasks is missing.
> > 
> > I can live without additional features like performance metrics in Qubes 
> > Manager, but the basic tasks would be great.
> > 
> > Can maybe someone outside of the Qubes Team program this?
> > 
> > [799]
> 
> What original Qubes Manager did wrong:
> Didn't expose all per-VM settings (qvm-prefs)
> Didn't expose all global settings (guid.conf)
> Didn't expose all device options (USB mostly, block devices were available)
> Duplicated some functionality of the Applications menu
> Was non-resizable (serious issue when screen real estate is at a premium)
> 
> Those are some of the reasons it was scrapped.

pretty sure it had all options?  I thought single usb device was added maybe 
I'm wrong.  Don't see why it couldn't be. I thought qubesmanager was removed 
for cosmetic reasons. I never have to use cli in 3.2 unless I accidentally shut 
down instead of restarting sys-usb which I use mouse proxy with.

If things popped up in task manager to alert us that would indeed be better 
then having to keep qubes manager on screen all the time to glance at, but if 
we lose user friendly options in favor of terminal commands, I don't think 
thats a good idea.  Even if commercializing.   Similar to how I initially 
thought moving to xfce was a good idea,  but realizing afterwards that kde's 
customization was very fitting for qubes shortcuts and menus. Seems like Qubes 
keeps getting less user friendly instead of more so.
  
I thought Joanna addressed all my concerns in a blog post regarding qubes 
manager,  I didn't think we would lose any gui options but I guess we have to 
see what happens.

-- 
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/93bb2060-bbc7-413d-b6f8-2e3e3f4094a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AW: Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread '[799]' via qubes-users
Hello,

> What original Qubes Manager did wrong:
> Didn't expose all per-VM settings (qvm-prefs)
> Didn't expose all global settings (guid.conf)
> Didn't expose all device options (USB mostly,
> block devices were available) Duplicated
> some functionality of the Applications menu
> Was non-resizable (serious issue when
> screen real estate is at a premium)
> Those are some of the reasons it was
> scrapped.

Thanks for the feedback, the most annoying thing was the non-resizable window, 
specifically when using a tiling window manager.

Still I think dropping Qubes Manager totally is a not the best solution as 
everyone who didn't like Qubes Manager had the choice to close it or not use it 
at all.

All other users who could live with the above 'problems' and would like to use 
Qubes Manager or something similar are now lost.
As mentioned I understand if Qubes Team thinks (!) that Qubes Manager is not 
that good and that they drop support for it, but I just a bad taste as it 
currently seems that the loss of Qubes Manager is trying to be sold as a good 
feature.
It's not. Users should always have the choice, that's what is so great about 
Linux.

Thereof I just want to raise my voice that a replacement for Qubes Manager 
(maybe with less options) would be great.

I'm fine with using the CLI to setup machines. Change complicated options etc. 
but for daily use Qubes Manager was great.

Maybe we should start to collect voices to bring a Qubes GUI App back to 4.0.

Thereof:
My vote for Qubes GUI-Manager.
Willing to pay 40 eur for a good replacement.
Who is joining this "campaign"?
Maybe someone likes to program this, if we throw in some budget.

[799]

-- 
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/qOHhumU7cKdGlZxgDDB-RxOOI5WjwCXmvNKu0whHmWcbC8Jr18Sc5zaLpVIjf29kv0TEiXG5SxyIeQbo04RCHhnVygNArS-i8ELWaZtjdM8%3D%40protonmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Why is there no qubes manager in V4.0?

2017-10-28 Thread Yethal
W dniu sobota, 28 października 2017 13:14:29 UTC+2 użytkownik [799] napisał:
> Hello,
> 
> > While I do know how to use the cli tools I
> > enjoy a gui for at a glance viewing and tasks,
> > it is much easier to press start/stop on a
> > nice list rather than type two commands.
> 
> While I appreciate the new features in Qubes 4, the lack of a graphical 
> frontend like Qubes Manager is a step backwards, as Linux is always about 
> choice.
> Can't someone program a very simple GUI which offers the following functions:
> 
> 1) show all VMs with the option to hide:
> - internal VMs (I really hope to get this setting back from Qubes 3.2)
> - Template VMs
> - all VMs which are not running
> 
> 2) indicate which VMs are running
> 
> 3) offer the option to do the following actions on a VM:
> - start
> - restart
> - shutdown
> - kill
> - open preferences
> 
> Nice to have:
> 
> 4) maybe also: attach/remove USB and Block-Devices
> 
> 5) show an icon if an USB/Block-Device is mounted 
> 
> I think that having the options 1 - 3 is perfectly fine, as this will make 
> the interaction with VMs easier (also for newbies who come from any other OS).
> 
> Please don't get me wrong, I like the new widgets as they offer additional 
> options, but a central cockpit to do basic tasks is missing.
> 
> I can live without additional features like performance metrics in Qubes 
> Manager, but the basic tasks would be great.
> 
> Can maybe someone outside of the Qubes Team program this?
> 
> [799]

What original Qubes Manager did wrong:
Didn't expose all per-VM settings (qvm-prefs)
Didn't expose all global settings (guid.conf)
Didn't expose all device options (USB mostly, block devices were available)
Duplicated some functionality of the Applications menu
Was non-resizable (serious issue when screen real estate is at a premium)

Those are some of the reasons it was scrapped.

-- 
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/a720b022-23d5-4ff8-b7f3-920702df32e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.