Summary: | Muon updater should warn the users about not updated configuration files | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Alvaro Manuel Recio Perez <amrecio> |
Component: | Updates (interactive) | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | ajarmoniuk, alex.ioannou, maarten.bezemer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.1.85 | |
Sentry Crash Report: |
Description
Alvaro Manuel Recio Perez
2011-04-11 11:46:08 UTC
I've not made a GUI for that bit yet, but it's high on the todo list. Git commit 4276a6ba4952d04d3a8016e1a854685ad17612f7 by Jonathan Thomas. Committed on 19/06/2011 at 18:20. Pushed by jmthomas into branch 'master'. Add support for asking whether or not to install a new version of a config file that has been locally modified. BUG:270660 FIXED-IN:1.1.85 M +25 -0 libmuon/MuonMainWindow.cpp http://commits.kde.org/muon/4276a6ba4952d04d3a8016e1a854685ad17612f7 This bug appears to be back. I'm using muon 2.0.1 on Kubuntu 13.04 and I'm trying to upgrade to KDE 4.11. Muon is currently stuck at "waiting for configuration file" and if I check the logs in /var/log/apt I can see it's prompting to overwrite kderc! Bug is back in 4.11.3. Muon is stuck waiting for configuration file. I was only able to continue by killing muon and its dpkg process, clearing the lock and doing sudo dpkg --configure -a. This will not work for most users. I already saw advices in forums to just restart the system. I have the same problem (Muon 2.1.3). I had/have modified a configuration file (in /etc/) and updating the corresponding package resulted in the "waiting for configuration file" message (until I killed Muon and dpkg). It looks like that user interaction (to choose which configuration file is desired), required by dpkg, is not passed to Muon or shown to the user, making dpkg (and thus Muon) wait indefinitely. |