leftwm / leftwm-theme

A tool to help manage themes for LeftWM
BSD 3-Clause "New" or "Revised" License
117 stars 12 forks source link

ERROR leftwm_theme > Operation did not complete successfully #36

Closed dmarichuk closed 2 years ago

dmarichuk commented 2 years ago

Using Linux Mint, I tried to follow installation instruction. After I had installed LeftWM-theme with command sudo install -s -Dm755 ./target/release/leftwm-theme -t /usr/bin I tried to update it but got "Operation did not complete successfully". The issue was that I didn't have leftwm/ directory in ~/.config/. After creating it no errors occured

mautamu commented 2 years ago

Good afternoon, fellow adventurer!

Thank you for reporting this regression! I have submitted a PR to resolve this; leftwm-theme should now attempt to create the directory when it attempts to load the themes.toml file. Would you mind testing this if you have the opportunity?

Best, Mau