New dnfdragora (in red color) runs but finds no updates even though notification shows up

I am using Fedora 32 Cinnamon Desktop Spins.
Notifications icon in lower panel informs dnfdragora updates.
But dnfdragora runs and finds no updates after it turns into new icon style with red color.




1 Like

Check out:

dnf -q repolist

1 Like

I got it.
I have to extend the drop-down submenu.
I am using Fedora 32 Cinnamon Desktop Spins.
So, I selected from submenu; Applications, Base System, Cinnamon Desktop and Development.
Is that correct and enough?

1 Like

You normally shouldn’t have to. It’s interesting that the drop-down selector is set to ‘Groups’ and disabled. When I start dnfdragora, it is set to ‘All’ (which is where you want it to be, that way it will just update everything) & not greyed-out.

3 Likes

Notifications still shows up the remaining updates.


But dnfdragora has no updates left.

Can you check if DNF still has updates available:

$ sudo dnf check-update

, that will tell you if the issue is with DNFDragora or with the notifications.

1 Like

Help me please.

DNF uses separate cache/metadata for each user.
Run from your user without sudo/su:

dnf clean all
dnf check-update

1 Like

Has anything changed in dnfdragora?

Notifications still shows up the remaining updates of 29.
But dnfdragora has no updates left.

1 Like

Looks to me like the problem is that Groups are selected (and can’t be changed?). To see packages that need updates, you’d want All view.

Try going to Options → User preferences and selecting “Do not show groups view” and restart dnfdragora.

EDIT: This is a (2 day old) known issue that has been fixed: notification declares that an update is available, opening dnfdragora shows no updates · Issue #158 · manatools/dnfdragora · GitHub

2 Likes

Dear faculia,
It is always enabled.
The problem still exists.

Your screenshot shows “Do not show groups view” is not selected… Make sure the box is checked and restart dnfdragora.

2 Likes

Thank you so much, fasulia.
It’s OK now.
And is there any easy way for ordinary user to automatically update ?

2 Likes

I’m not aware of automatic updates being an option with dnfdragora, but you can enable this with the dnf-automatic package.

There are pros and cons, which is why automatic updates are not enabled by default. You can read more about it:

https://fedoraproject.org/wiki/AutoUpdates
https://dnf.readthedocs.io/en/latest/automatic.html

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.