mirror of
https://github.com/cascadium/wsl-windows-toolbar-launcher.git
synced 2026-04-26 13:05:53 +03:00
[GH-ISSUE #19] Imagemagick should be an optional dependency (currently mandatory) #18
Labels
No labels
duplicate
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wsl-windows-toolbar-launcher#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wilsonHodgson on GitHub (Sep 10, 2020).
Original GitHub issue: https://github.com/cascadium/wsl-windows-toolbar-launcher/issues/19
I encountered an error when attempting to install this software to windows.
The python application seems to have installed fine from the Ubuntu repos.
my process to install on Ubuntu 20.04 using the WSL2 vm was
pip3 install wsl-windows-toolbarI get this error, maybe having to do with windows permissions? The windows toolbar doesn't appear in my C:\User\Username.config folder
any help to get this running would be much appreciated.
@fquinner commented on GitHub (Sep 10, 2020):
Hi there! Yeah you'll need to install imagemagick too its usually just a case of
@wilsonHodgson commented on GitHub (Sep 10, 2020):
thanks for the quick response! This solves it!
@fquinner commented on GitHub (Nov 29, 2020):
Made more forgiving in 0.6.0 :)