kotelnik / plasma-applet-weather-widget

Plasma 5 applet for displaying weather information from yr.no server.
GNU General Public License v2.0
88 stars 42 forks source link

show weather-widget icon in general tab fix #23

Closed FadeMind closed 8 years ago

FadeMind commented 8 years ago

@kotelnik dirty way Papirus: screenshot_20160328_125401 Breeze: screenshot_20160328_130301

IF weather-widget icon is present in current using icon theme, then will be used OFC. General icon should be installed in path:

${pkgdir}/usr/share/icons/hicolor/scalable/apps/weather-widget.svg

Just add to PKGBUILD code BEFORE cd build

install -Dm644 ${srcdir}/"${_gitpkgname}"/package/contents/images/weather-widget.svg ${pkgdir}/usr/share/icons/hicolor/scalable/apps/weather-widget.svg

Regards

Tomasz

kotelnik commented 8 years ago

Thanks a lot!

But I wanted to resolve it differently so users of *.plasmoid version are also happy. This should work: https://github.com/kotelnik/plasma-applet-weather-widget/commit/b0c0b0de9b75ef381a8977bd9c643ba81dca89bb

FadeMind commented 8 years ago

@kotelnik Good job ;)