alexankitty / FancyTasks

Make your plasma task manager widget pretty.
GNU General Public License v3.0
132 stars 7 forks source link

Throws error while installing and after installation #24

Closed amethystgosling163 closed 1 year ago

amethystgosling163 commented 1 year ago

During Installation cp: cannot create regular file '/home/d/.local/share/icons/hicolor/256x256/apps/FancyTasks.png': No such file or directory

After Installation `file:///home/d/.local/share/plasma/plasmoids/alexankitty.fancytasks/contents/ui/main.qml:414:5: Type ToolTipDelegate unavailable

file:///home/d/.local/share/plasma/plasmoids/alexankitty.fancytasks/contents/ui/ToolTipDelegate.qml:78:9: Type ToolTipInstance unavailable

file:///home/d/.local/share/plasma/plasmoids/alexankitty.fancytasks/contents/ui/ToolTipInstance.qml:155:9: PlasmaExtras.Highlight is not a type`

mclsugi commented 1 year ago

cp: cannot create regular file '/home/d/.local/share/icons/hicolor/256x256/apps/FancyTasks.png': No such file or directory

That's just for the icon in widget I guess. Workaround: Just put the .png file that is in your FT folder to the directory (create the missing folder(s) first).

alexankitty commented 1 year ago

This should be fixed in commit db71dcb.