Skip to content
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

Why is it compulsory to be online in order to use dangerzone? #160

Closed
est61 opened this issue May 25, 2022 · 3 comments
Closed

Why is it compulsory to be online in order to use dangerzone? #160

est61 opened this issue May 25, 2022 · 3 comments
Labels

Comments

@est61
Copy link

est61 commented May 25, 2022

I have installed via Ubuntu instructions, and when i run Dangerzone and try to convert a pdf, if im offline it will error out and wont continue.
Multiple times i have tried this, is there a setting to disable online update checking?

I find it very strange and makes one think why must it connect to the internet for updates each and every time for it to convert a pdf?

I dont like docker for many reasons, and i dont find it a safe option either. Why can't Dangerzone be updated at will, if the user chooses to, via apt-get via your repo?

Everything with Dangerzone works well, except this, it feels very wrong, like its doing whatever it wants and forces my to go online, otherwise it wont work.

If there is indeed a way to stop Dangerzone from updating via docker, and i have failed to see it, please tell me how.

@micahflee
Copy link
Collaborator

Since Dangerzone 0.3, when we started shipping the container image directly with the linux package, it should no longer require you to be online. Before it required internet just to download the latest container image and to check the container image for updates.

What version of Dangerzone are you running? Can you show more information, like what error you're getting if you're offline?

@est61
Copy link
Author

est61 commented May 26, 2022

Been having it on Ubuntu 18.04:

dangerzone:
  Installed: 0.1.3-1
  Candidate: 0.1.3-1
  Version table:
 *** 0.1.3-1 500
        500 https://packagecloud.io/firstlookmedia/code/ubuntu bionic/main amd64 Packages
        100 /var/lib/dpkg/status
     0.1.2-1 500
        500 https://packagecloud.io/firstlookmedia/code/ubuntu bionic/main amd64 Packages

cat /etc/apt/sources.list.d/firstlookmedia_code.list

deb https://packagecloud.io/firstlookmedia/code/ubuntu/ bionic main
deb-src https://packagecloud.io/firstlookmedia/code/ubuntu/ bionic main

I tried updating, and it didn't find a new release.
Then i updated the lines to the correct ones from https://packagecloud.io/firstlookmedia/code/install#manual-deb
and still no new release.

Then I tried on a clean Ubuntu 20.04 as well:

dangerzone:
  Installed: (none)
  Candidate: 0.2-1
  Version table:
     0.2-1 500
        500 https://packagecloud.io/firstlookmedia/code/ubuntu focal/main amd64 Packages
     0.1.5-1 500
        500 https://packagecloud.io/firstlookmedia/code/ubuntu focal/main amd64 Packages
     0.1.4-1 500
        500 https://packagecloud.io/firstlookmedia/code/ubuntu focal/main amd64 Packages
     0.1.3-1 500
        500 https://packagecloud.io/firstlookmedia/code/ubuntu focal/main amd64 Packages

incase you're wondering, i did add the key with:
curl -fsSL https://packagecloud.io/firstlookmedia/code/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/firstlookmedia_code-archive-keyring.gpg

Can you tell me why its not getting latest release in both distro versions?

@apyrgio
Copy link
Contributor

apyrgio commented Oct 31, 2022

The reason you are seeing 0.2.1 as the latest Dangerzone release is because support for Ubuntu Focal was dropped on the 0.3 release, on November 2021 (229ebbd). The reason for dropping this support was because Dangerzone 0.3.0 switched to Podman, which is not available in Ubuntu 20.04.

Since Ubuntu Focal is an LTS release, we want to reinstate this support, and we track this effort on issue #206. So, I'm closing this issue in favor of the latter one, since the original question has been resolved. Feel free to follow the issue I provided for updates on the Ubuntu Focal situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants