Muon Package Manager offers to purge not installed software
Bug #836967 reported by
šumski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
muon (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Right clicking on a not installed package show options to install and purge a package. Upstream or not? :)
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: muon 1.2.0-0ubuntu2
ProcVersionSign
Uname: Linux 3.0.0-9-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Mon Aug 29 21:51:36 2011
InstallationMedia: Kubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
ProcEnviron:
LANGUAGE=hr_HR
PATH=(custom, no user)
LANG=hr_HR.UTF-8
LC_MESSAGES=
SHELL=/usr/bin/zsh
SourcePackage: muon
UpgradeStatus: Upgraded to oneiric on 2011-08-23 (6 days ago)
Related branches
To post a comment you must log in.
Git commit a121214555ae534 0282ea8a31683ee 31bb2774da by Jonathan Thomas.
Committed on 30/08/2011 at 02:02.
Pushed by jmthomas into branch 'master'.
If a package is not installed, only enable the purge action when the uninstalled packages
also has residual configuration files.
CCMAIL:<email address hidden>
M +1 -0 libmuon/ PackageModel/ PackageWidget. cpp
http:// commits. kde.org/ muon/a121214555 ae5340282ea8a31 683ee31bb2774da
diff --git a/libmuon/ PackageModel/ PackageWidget. cpp b/libmuon/ PackageModel/ PackageWidget. cpp PackageModel/ PackageWidget. cpp PackageModel/ PackageWidget. cpp :contextMenuReq uested( const QPoint &pos)
m_ reinstallAction ->setEnabled( false);
m_ keepAction- >setEnabled( false); >setEnabled( false);
m_ installAction- >setEnabled( true);
m_ removeAction- >setEnabled( false);
m_ upgradeAction- >setEnabled( false);
index c49783a..b97859f 100644
--- a/libmuon/
+++ b/libmuon/
@@ -316,6 +316,7 @@ void PackageWidget:
} else {
+ m_purgeAction-