-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not auto-start in newer templates #39
Comments
OK, thanks! Maybe I'll also find a workaround, but I suspect it may involve installing iptables or converting firewall scripts to nftables. |
Fedora-29 utilizes iptables as far as I can tell. Iptables are installed in the default qubes templates, so they were definitely installed when I attempted. I am pretty sure this worked in fedora 28, so it is a change between 28 -> 29. I tested it in 28 I believe before (it could have been qubes-tunnel though) and it worked. I believe I did it with the Azire free trial too. This time I installed both qubes-tunnel and qubes-vpn-support (fresh templates each time) and it did not work. I then installed in debian using the same process and it worked as expected. |
I can confirm it works with Fedora 29, but not Fedora 30. For me at least. |
@dylangerdaly @VPNReyMan It appears related to the newer systemd not wanting to reload-then-start a newly registered service. Also, WorkaroundOn a proxyVM with the Qubes-vpn-support installed, I could manually run A better workaround might be to use debian-9 template for now. |
Added issue #40 for notify-send delays. |
There's a possible fix posted in 1.4.1 branch ... not tested. |
The more I look at this, the more it appears to be solely caused by
You should find that connection occurs normally and DNS works in regular Debian 9 and 10 templates. The workaround for the rare Debian 10 KDE scenario is to comment-out all lines in '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service'. This allows the 'mate' version of the service to operate. A Fedora workaround is possible if you comment-out the |
The latest in the 1.4.1 branch has an automatic workaround for Fedora, but there are no popup notifications. |
I might try zenity sometime, but would rather not switch to a GTK+ specific tool to avoid a large bug that Fedora needs to fix in their UI. OTOH, if notifications are no longer supported during system startup, Fedora needs to document that. People tend to forget that Fedora is, by definition, a non-production quality OS. Its meant as a way to try out relatively untested code for later release in RHEL. The fact that Qubes still uses it is pretty scary. |
I re-enabled notifications after some Fedora updates to see what would happen: The notification problem appears to be fixed and it now connects with popups. If someone else wants to try the latest in 1.4.1 branch with fedora-30 that would be great. |
Using Fedora-30, with the newest version of this software, the notification appears as expected, thank you very much! |
As a result of debugging issue #38 it has been discovered the script does not work in Fedora 29. No DNS can be resolved. Not even when using the qubes resolver scripts as noted in the docs: /usr/lib/qubes/qubes-vpn-ns up
Not even with copying the update-resolv-conf file from debian packages as this is not included in fedora packages will it work.
Utilizing the exact same installation method as in debian it simply does not work.
It should probably be noted in the documentation that this does not work in fedora >= 29 so that it saves people time. Especially considering fedora is the primary and default templates in qubes.
The text was updated successfully, but these errors were encountered: