Stefan Richter
Stefan Richter
I have a similar problem with version `0.8.0`. Installation: ``` $ sudo snap install neovide [sudo] Passwort für stefan: neovide 0.8.0+git aus Jack Frost (j4qfrost) installiert $ neovide --version Neovide...
@rpl Thanks! Additionally, I have to run Firefox on Wayland with Ubuntu 22.04: `MOZ_ENABLE_WAYLAND=1 TMPDIR=~/tmp web-ext run`
@ralight Thank you for your feedback. You are absolutely right. We implemented all your suggestions in the updated PR. In our current setup we are not able to use a...
@felixfontein @PrimaryCanary I agree that adding `extra_args` is too general. I'm fine with a new parameter. What do you think about adding a parameter for `--no-gpgcheck` and `--gpgcheck-allow-unsigned-repo`? This approach...
Good idea! What do you think about the following choices for `gpg_signature_check`? choice | zypper parameter | description -------------|----------|--- `default` | `--default-gpgcheck` | use global GPG check settings in zypp.conf...
:+1: `disable` is fine!
I notice the same behavior. ``` $ docker run -ti --rm opensuse/leap /bin/bash -c ' set -x zypper rr -a for PARAM in \ --default-gpgcheck \ --gpgcheck-strict \ --no-gpgcheck \...
After `zypper refresh` I get the following repository list: ``` + zypper repos Repository priorities are without effect. All enabled repositories share the same priority. # | Alias | Name...
@imod Do we need to create an JIRA issue before sending a pull-request? We are longingly waiting for this proxy feature ;-)
@imod Now, there is a "Proxy Credentials" section beside the "Server Credentials" section. The new feature behaves exactly like the other one.