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

write_stylus: fix error "cannot download icon.tar.gz from any mirror" #69340

Merged
merged 1 commit into from Nov 7, 2019

Conversation

srghma
Copy link
Contributor

@srghma srghma commented Sep 24, 2019

error message was

trying https://oyra.eu/write/icon.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
error: cannot download icon.tar.gz from any mirror
Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @

error message was

```
trying https://oyra.eu/write/icon.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
error: cannot download icon.tar.gz from any mirror
```
@srghma
Copy link
Contributor Author

srghma commented Sep 24, 2019

2019-09-24-12:17:55-screenshot

@Mic92
Copy link
Member

Mic92 commented Sep 24, 2019

I think wrapQtAppsHook might be also required:

$ Write
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Aborted (core dumped)

@srghma
Copy link
Contributor Author

srghma commented Sep 28, 2019

@Mic92 I had this error on other programs, but on this one currently cant reproduce Could not find the Qt platform plugin "xcb" in ""

@matthewbauer matthewbauer merged commit 03bd5ae into NixOS:master Nov 7, 2019
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Nov 10, 2019
write_stylus: fix error "cannot download icon.tar.gz from any mirror"

(cherry picked from commit 03bd5ae)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants