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

Use correct Icon for Windows shortcuts instead of generic one #176

Closed
Novaal opened this issue Feb 27, 2021 · 1 comment
Closed

Use correct Icon for Windows shortcuts instead of generic one #176

Novaal opened this issue Feb 27, 2021 · 1 comment
Labels
Enhancement This is either an issue that describes ehcmnt./feature or a PR that introduces ehcmnt./feature Status: Patched This is fixed and is part of a released version. Target: 4.x This is targeted to the 4.x release.
Projects

Comments

@Novaal
Copy link

Novaal commented Feb 27, 2021

Background Information:

  • WSL: Ubuntu 20.04
  • Version: wslu v3.2.1-1; wslusc v40

Description
Use correct Icon for Windows shortcuts instead of generic one.

To Reproduce
Steps to reproduce the behavior:

Create a Windows Shortcut for any graphical linux program, e.g:

wslusc -g evolution

Expected behavior

  • Finds correct icon like here
  • converts found image to ico with e.g.:
sudo apt install imagemagick
convert -background transparent /usr/share/icons/Yaru/256x256@2x/apps/evolution.png -define icon:auto-resize=16,24,32,48,64,72,96,128,256 /mnt/c/Users/USERNAME_HERE/wslu/evolution.ico
  • sets the converted ico as Icon for the shortcut

Additional context

@patrick330602 patrick330602 added Enhancement This is either an issue that describes ehcmnt./feature or a PR that introduces ehcmnt./feature Target: 4.x This is targeted to the 4.x release. labels Feb 28, 2021
@patrick330602
Copy link
Member

Thanks for the suggestion. I will take a look.

@patrick330602 patrick330602 added this to To do in Development Mar 3, 2021
@patrick330602 patrick330602 added the Status: In Progress This is being worked on and not ready. label May 20, 2021
@patrick330602 patrick330602 moved this from To do to In progress in Development May 20, 2021
@patrick330602 patrick330602 added Status: Pending Release This is fixed but not yet released. and removed Status: In Progress This is being worked on and not ready. labels Jul 1, 2021
@patrick330602 patrick330602 moved this from In progress to Done in Development Apr 19, 2022
@patrick330602 patrick330602 added Status: Patched This is fixed and is part of a released version. and removed Status: Pending Release This is fixed but not yet released. labels Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This is either an issue that describes ehcmnt./feature or a PR that introduces ehcmnt./feature Status: Patched This is fixed and is part of a released version. Target: 4.x This is targeted to the 4.x release.
Projects
Status: Done
Development
  
Done
Development

No branches or pull requests

2 participants