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: add desktop icon #43864

Merged
merged 2 commits into from Jul 21, 2018
Merged

write_stylus: add desktop icon #43864

merged 2 commits into from Jul 21, 2018

Conversation

oyren
Copy link
Contributor

@oyren oyren commented Jul 20, 2018

Write has no icons on its own, that's why I have added a freely available icon. Also I fixed a typo.

Motivation for this change

I didn't like that write didn't have an icon in the application launcher.

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 nox --run "nox-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)
  • Fits CONTRIBUTING.md.

@@ -16,6 +17,12 @@ stdenv.mkDerivation rec {
url = "http://www.styluslabs.com/write/write${version}.tar.gz";
sha256 = "1p6glp4vdpwl8hmhypayc4cvs3j9jfmjfhhrgqm2xkgl5bfbv2qd";
};

icon = fetchurl {
url = "https://oyra.eu/write/icon.tar.gz";
Copy link
Member

@Mic92 Mic92 Jul 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the license of this file? Is it your own creation or what is the origin?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

License: Free for commercial use

Downloaded from https://www.iconfinder.com/icons/50835/edit_pencil_write_icon

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember not to change/remove this file.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember not to change/remove this file.

tl;dr
the file was removed and the package is uninstallable now...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, it's on my todo list but i haven't found the time yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mic92 Mic92 changed the title write_stylus: icons added write_stylus: add desktop icon Jul 21, 2018
@Mic92 Mic92 merged commit 7ffed91 into NixOS:master Jul 21, 2018
@oyren oyren deleted the write_stylus_icons branch August 24, 2020 10:58
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

4 participants