After updating from F29 to F30, I now find that dnfdragora is running in my KDE/Plasma session. I prefer to update my system from the command line, so would like to inhibit this, but I don't see where it's being started.
It's not among the Autostart apps, and 'systemctl|grep dnfdragora' shows nothing.
A hint would be welcome.
poc
On 5/16/19 5:51 AM, Patrick O'Callaghan wrote:
After updating from F29 to F30, I now find that dnfdragora is running in my KDE/Plasma session. I prefer to update my system from the command line, so would like to inhibit this, but I don't see where it's being started.
It's not among the Autostart apps, and 'systemctl|grep dnfdragora' shows nothing.
A hint would be welcome.
dnf erase dnfdragora-updater dnfdragora ?
On Wed, May 15, 2019 at 5:52 PM Patrick O'Callaghan pocallaghan@gmail.com wrote:
After updating from F29 to F30, I now find that dnfdragora is running in my KDE/Plasma session. I prefer to update my system from the command line, so would like to inhibit this, but I don't see where it's being started.
It's not among the Autostart apps, and 'systemctl|grep dnfdragora' shows nothing.
A hint would be welcome.
Uninstalling "dnfdragora-updater" should fix this issue.
On Wed, 2019-05-15 at 18:14 -0400, Neal Gompa wrote:
On Wed, May 15, 2019 at 5:52 PM Patrick O'Callaghan pocallaghan@gmail.com wrote:
After updating from F29 to F30, I now find that dnfdragora is running in my KDE/Plasma session. I prefer to update my system from the command line, so would like to inhibit this, but I don't see where it's being started.
It's not among the Autostart apps, and 'systemctl|grep dnfdragora' shows nothing.
A hint would be welcome.
Uninstalling "dnfdragora-updater" should fix this issue.
Further investigation shows that in fact this thing has always been running, just not visibly. I only noticed it when it decided to show itself on the panel, so I may just leave it for now as I don't want to lose the background database updating (which I had thought was a function of dnf proper, but apparently isn't).
poc
"PO" == Patrick O'Callaghan pocallaghan@gmail.com writes:
PO> [...] so I may just leave it for now as I don't want to lose the PO> background database updating (which I had thought was a function of PO> dnf proper, but apparently isn't).
Isn't that what dnf-makecache.timer does? systemctl list-timers and see if it's enabled. Runs ten minutes after boot and every hour after that, and just does "dnf makecache --timer". Or is that not the database updating you were expecting dnf to do? All you need to do is enable and start the timer:
systemctl enable dnf-makecache.timer systemctl start dnf-makecache.timer
- J<
On Thu, 2019-05-16 at 15:37 -0500, Jason L Tibbitts III wrote:
"PO" == Patrick O'Callaghan pocallaghan@gmail.com writes:
PO> [...] so I may just leave it for now as I don't want to lose the PO> background database updating (which I had thought was a function of PO> dnf proper, but apparently isn't).
Isn't that what dnf-makecache.timer does? systemctl list-timers and see if it's enabled. Runs ten minutes after boot and every hour after that, and just does "dnf makecache --timer". Or is that not the database updating you were expecting dnf to do? All you need to do is enable and start the timer:
systemctl enable dnf-makecache.timer systemctl start dnf-makecache.timer
Yes, that is enabled. I was confused because on trying to remove dnfdragora-updater I get:
Removing: dnfdragora-updater noarch 1.1.1-2.fc30 @fedora 27 k Removing unused dependencies: dnfdaemon noarch 0.3.19-6.fc30 @fedora 218 k dnfdaemon-selinux noarch 0.3.19-6.fc30 @fedora 0 dnfdragora noarch 1.1.1-2.fc30 @fedora 1.3 M libyui-mga x86_64 1.0.8-0.16.gita6a160e.20160313.fc30 @fedora 129 k libyui-mga-gtk x86_64 1.0.2-0.17.git22f2cf6.20131215.fc30 @fedora 112 k libyui-mga-ncurses x86_64 1.0.2-0.17.git026f2e6.20131215.fc30 @fedora 136 k libyui-mga-qt x86_64 1.0.3-0.17.gitb508e88.20140119.fc30 @fedora 117 k python3-cairosvg noarch 1.0.20-10.fc30 @fedora 193 k python3-dnfdaemon noarch 0.3.19-6.fc30 @fedora 46 k python3-notify2 noarch 0.3.1-2.fc30 @fedora 32 k python3-yui x86_64 1.1.2-15.fc30 @fedora 2.3 M
I mistakenly thought that dnfdaemon was what handled the background updating, but apparently not.
poc
Patrick O'Callaghan wrote:
Yes, that is enabled. I was confused because on trying to remove dnfdragora-updater I get:
Removing: dnfdragora-updater noarch 1.1.1-2.fc30 @fedora 27 k Removing unused dependencies:
[a whole bunch of packages]
Try: dnf mark install dnfdragora before removing dnfdragora-updater, so that the main dnfdragora application is kept.
Or if you already uninstalled all this stuff, then just: dnf install dnfdragora to get it back.
The updater is the part that annoys you, whereas the application in the main dnfdragora package only comes up if you explicitly run it from the menu.
Kevin Kofler
On Fri, 2019-05-17 at 02:02 +0200, Kevin Kofler wrote:
Patrick O'Callaghan wrote:
Yes, that is enabled. I was confused because on trying to remove dnfdragora-updater I get:
Removing: dnfdragora-updater noarch 1.1.1-2.fc30 @fedora 27 k Removing unused dependencies:
[a whole bunch of packages]
Try: dnf mark install dnfdragora before removing dnfdragora-updater, so that the main dnfdragora application is kept.
Or if you already uninstalled all this stuff, then just: dnf install dnfdragora to get it back.
The updater is the part that annoys you, whereas the application in the main dnfdragora package only comes up if you explicitly run it from the menu.
OK, thanks.
poc
On Thu, 2019-05-16 at 00:15 +0200, Robert-André Mauchin wrote:
On Wednesday, 15 May 2019 23:51:54 CEST Patrick O'Callaghan wrote:
dnfdragora
Are you sure it's not dnfdragora-updater?
You can remove the package if it's annoying. Otherwise the autostart should be in: /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
Thanks. I assumed that dnfdragora was a Plasma app and hence would appear in my session Autostart, but apparently not.
poc