[qubes-users] HELP! after update dom0 "no bootable device found"

2021-01-29 Thread haaber
The main line is in the title. I did a dom0 upgrade that installed kernel-latest. After reboot I got the freaky message "No bootable device found, press F1... F2 .. F5.." -- it does not really say where it comes from, but it sounds like a BIOS message.   I have no idea where to start, so I give

Re: [qubes-users] customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
> On 1/29/21 3:48 PM, 'awokd' via qubes-users wrote: > > Be aware though that starting your dispvm's from a common .mozilla > > config instead of a freshly created one every time may result in > > increased fingerprintability. Some of the values in there seemed to be > > unique, and if unchanged

Re: [qubes-users] Win10VM: User name or password incorrect at startup

2021-01-29 Thread Steve Coleman
On Fri, Jan 29, 2021 at 4:43 PM 'awokd' via qubes-users < qubes-users@googlegroups.com> wrote: > Steve Coleman: > > > Q: Where is this other supposed/incorrect password being passed into it > > from, and is there any way to go back to not needing this login > > requirement? > > >

Re: [qubes-users] customizing Firefox in disp-vms

2021-01-29 Thread Sven Semmler
On 1/29/21 3:48 PM, 'awokd' via qubes-users wrote: Be aware though that starting your dispvm's from a common .mozilla config instead of a freshly created one every time may result in increased fingerprintability. Some of the values in there seemed to be unique, and if unchanged between

Re: [qubes-users] customizing Firefox in disp-vms

2021-01-29 Thread 'awokd' via qubes-users
Sven Semmler: If for some reason you really don't want to run Firefox in your equivalent of dvm-online, you could do all those things in an actual dispvm instance (i.e. disp1234) and then move the resulting .mozilla config directory into dvm-online. Be aware though that starting your

Re: [qubes-users] Win10VM: User name or password incorrect at startup

2021-01-29 Thread 'awokd' via qubes-users
Steve Coleman: Q: Where is this other supposed/incorrect password being passed into it from, and is there any way to go back to not needing this login requirement? https://docs.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon -- - don't top post

Re: [qubes-users] customizing Firefox in disp-vms

2021-01-29 Thread David Hobach
On 1/29/21 7:27 PM, Sven Semmler wrote: On 1/29/21 3:58 AM, Josefa Hays wrote: I use dispvm's all the time (both Fedora and Debian dispvms). Thus, I am quite annoyed to see varios "first run" issues every time i start Firefox in a disp-vm. I would like to perform the following changes in the

Re: [qubes-users] customizing Firefox in disp-vms

2021-01-29 Thread Sven Semmler
On 1/29/21 3:58 AM, Josefa Hays wrote: I use dispvm's all the time (both Fedora and Debian dispvms). Thus, I am quite annoyed to see varios "first run" issues every time i start Firefox in a disp-vm. I would like to perform the following changes in the template-vms, preferably from CLI, so I

[qubes-users] Win10VM: User name or password incorrect at startup

2021-01-29 Thread Steve Coleman
I have a situation with a Windows 10 AppVM that I am hoping someone with more experience might be able to answer. I created my first Windows 10 VM a few months ago using the qvm-create-windows-cube.sh script and it seemed to work well enough. But just recently when I just wanted to start it to

Re: [qubes-users] Re: [PATCH v5.10] drm/i915/userptr: detect un-GUP-able pages early

2021-01-29 Thread Jinoh Kang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 1/28/21 7:57 PM, donoban wrote: > On 1/28/21 1:02 AM, Jinoh Kang wrote: >> No, but this patch has been superseded by the latest intel xorg driver. >> To try it, just enable the current-testing repo and upgrade >> xorg-x11-drv-intel to at least

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
> Relevant preferences for start page: I meant for disabling startup notices. On Friday, January 29, 2021 at 3:18:56 AM UTC-8 Emma Borhanian wrote: > (I retyped all of this so hopefully I didn't typo any of it) > > Relevant preferences for start page: >

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
(I retyped all of this so hopefully I didn't typo any of it) Relevant preferences for start page: defaultPref("browser.newtabpage.activity-stream.aboutHome.enabled", false); defaultPref("datareporting.policy.firstRunURL", ""); defaultPref("trailhead.firstrun.branches", "nofirstrun-privacy");

[qubes-users] Re: issues with i3, xrandr and keyboard

2021-01-29 Thread 'qtpie' via qubes-users
On 1/19/21 6:27 PM, qtpie wrote: > Also, how do you change your keyboard settings under i3/Fedora/Qubes? I > want to use the us-altgr-intl keymap. Under i3 when I do $ localectl > set-keymap us-altgr-intl in a qube vm terminal, this has no effect in > applications. The right alt key instead

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
> #1 requires monkey patching I thought of this as "monkey patching", because I automated altering the file with sed, but I guess it's not technically monkey patching if you're changing the source file. On Friday, January 29, 2021 at 2:50:41 AM UTC-8 Emma Borhanian wrote: > This is an arms

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
This is an arms race though and eventually mozilla will make any particular methods of overriding the default search not work. It's really annoying. I looked into using other browsers but IceCat seems to not receive security updates frequently enough

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
I might be interested in contributing code for this, but I'm not sure how to package it. On Friday, January 29, 2021 at 2:43:20 AM UTC-8 Emma Borhanian wrote: > You can use an autoconfig > > file in the firefox-esr

[qubes-users] Re: customizing Firefox in disp-vms

2021-01-29 Thread Emma Borhanian
You can use an autoconfig file in the firefox-esr install directory in the template to control everything except default search, which mozilla has added a bunch of protections to in order to prevent default search page

[qubes-users] customizing Firefox in disp-vms

2021-01-29 Thread Josefa Hays
I use dispvm's all the time (both Fedora and Debian dispvms). Thus, I am quite annoyed to see varios "first run" issues every time i start Firefox in a disp-vm. I would like to perform the following changes in the template-vms, preferably from CLI, so I don't have to start Firefox in the template: