I-Dream-in-Code / kde-arch-update-plasmoid

30 stars 9 forks source link

Option "show upgrade on konsole" not saved between sessions #3

Closed Tichy closed 6 years ago

Tichy commented 6 years ago

I like to view on console what's happening, to see if there are error messages or notices. When I check "show upgrade on konsole" it stays enabled only for the current session. Every time I login again, I found it unchecked.

I-Dream-in-Code commented 6 years ago

Thanks for reporting the bug.

When you say "session" do you mean a log out and logging back in? Restart? Both?

I-Dream-in-Code commented 6 years ago

fixed

either clone this or use aur package plasma5-applets-kde-arch-update-notifier-git

I'm adding AUR support so it's better if you do the AUR package to get all the updates

Tichy commented 6 years ago

Thanks, but now I can't install it because perl-www-aur, which is required by checkupdates-aur, which is required by plasma5-applets-kde-arch-update-notifier-git doesn't compile (even after installing the unmentioned build dependecy perl-module-install). This aur support requires a lot of dependencies... Also, I think that the aur support should be an optional dependency: not everyone uses aur.

I-Dream-in-Code commented 6 years ago

My bad I need to roll back the pkgbuild that feature isn't done

I-Dream-in-Code commented 6 years ago

fixed

I-Dream-in-Code commented 6 years ago

On the note why it's not compiling:

perl-www-aur has a bug in it's check command on install

Someone posted about it in aur website

Once this feature is complete if it's not fixed remove the check function from pkgbuild

Tichy commented 6 years ago

In data sabato 14 ottobre 2017 18:25:07 CEST, Michael Harris ha scritto:

On the note why it's not compiling:

perl-www-aur has a bug in it's check command on install

Someone posted about it in aur website

Yes. It was me a minute ago ;)

Thanks for the fix. I'm trying it now. :)

I-Dream-in-Code commented 6 years ago

If it doesn't get fixed soon I'll make it an optional dependency

I-Dream-in-Code commented 6 years ago

Lol I thought is was you haha :)

Thanks for posting I was just about to

I-Dream-in-Code commented 6 years ago

Can you confirm it's working?

Tichy commented 6 years ago

In data sabato 14 ottobre 2017 18:35:09 CEST, Michael Harris ha scritto:

Can you confirm it's working?

Yes. Now it keeps it. Thanks.

I-Dream-in-Code commented 6 years ago

Cool

Glad it worked out.

Simple bug I learned from aur feature

Konsole wasn't in the xml settings file so it kept deleting after each session

Put it in and it fixed it

I-Dream-in-Code commented 6 years ago

I decided to write my own check updates aur

It honestly should just be pacman -Qm then a perl search for https://aur.archlinux.org/packages/*package name* and get current version