Originally posted by Snowhog
View Post
Announcement
Collapse
No announcement yet.
The Muon improvement suggestions thread.
Collapse
This topic is closed.
X
This is a sticky topic.
X
X
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
One feature I'd love to see: displaying all the actual installation work in a text window, like Synaptic. For me, the primary reason I prefer the command line is I like to monitor what the package manager is doing. If something fails, I have a good idea of what actions to take. Muon conceals all that behind a big blue thermometer bar.
- Top
- Bottom
Comment
-
Originally posted by vw72 View PostIt does in the classic menu, but using the default menu, the system settings brings up a dialog box and muon doesn appear there.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by SteveRiley View PostOne feature I'd love to see: displaying all the actual installation work in a text window, like Synaptic. For me, the primary reason I prefer the command line is I like to monitor what the package manager is doing. If something fails, I have a good idea of what actions to take. Muon conceals all that behind a big blue thermometer bar.
I would have replicated Synaptic's feature set as a base for Muon and then built on additional features over time that enhanced the application further.Kubuntu 12.04 - Acer Aspire 5750G
"I don't make a great deal of money, but I'm ok with that 'cause I don't hurt a lot of people in the process either"
- Top
- Bottom
Comment
-
Originally posted by SteveRiley View PostOne feature I'd love to see: displaying all the actual installation work in a text window, like Synaptic. For me, the primary reason I prefer the command line is I like to monitor what the package manager is doing. If something fails, I have a good idea of what actions to take. Muon conceals all that behind a big blue thermometer bar.
Muon uses LibQApt's QApt Worker to run commits and other things that require administrative access. (This is why Muon itself can be run without administrative rights) A byproduct of this is that the dpkg process is no longer a fork of our own process, and we have limited access to the file descriptors it uses for dpkg output. Due to this, we can't just have a terminal emulator like the Konsole KPart run in Muon's GUI read/write to this file descriptor to get the raw dpkg output. Recently I did find out that if we set up a PTY inside of the QApt Worker, we could read the raw dpkg output and send it across DBus, but this is the very raw dpkg output complete with terminal control characters. I've not yet found the best way to deal with this, and I don't really want to create my own virtual terminal emulator to properly format the output.
So, I would like to implement this feature, when I can figure out how. :P
- Top
- Bottom
Comment
-
Originally posted by vw72 View PostI would agree with this. Muon has matured and become very stable. Now if they would only add it to the system settings dialog.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
-
two persistent bugs, and a suggestion
I've lost count of the number of times I've installed Muon, used it, and given up. I'm about to do it again. I'm sad about this, because there are many things I truly like about it. I trust someday it will just work. I really hope so. So...my two bugs, prefaced with a suggestion:
First of all - why, when I type "muon" into the K-launcher, get THREE responses - update manager, package manager, and software center. This is simply confusing. I have to figure out which one to launch, and a non-trivial percent of the time I get it wrong. I MUCH prefer the Synaptic way: one interface, multiple functions available via toolbar and menu functions. "Don't make me think!" Splitting the functionality at the program level is actually the wrong choice, psychologically, I think.
Bugs:
1. Can't run update. Right now, Muon simply isn't usable, and I don't know why. I start with a notification in the system tray that I have updates. Clicking this, I get the Muon Update Manager. Clicking "install updates" on the toolbar, I then get this message: "Another application seems to be using the package system at this time. You must close all other package managers before you will be able to install or remove any packages." This is nuts. I've just rebooted, in an attempt to clear whatever is running that's causing Muon to think this (I was getting this message BEFORE I rebooted, too). Right after the bootup, I launch Muon, and then get this. I have NO idea why. I cannot fix it. Time to bail, and once again launch Synaptic, which...just works.
2. Muon cannot shut down. I see this routinely right after I do a manual check-for-updates. The check runs, the progress bar moves to the far right, and reads "100%"...then we just sit there. I have to blow off the program, relaunch, and THEN can (usually) run the install updates function. The really exasperating thing about this is that I've been having this can't-shut-down problem with Muon for at least 6 months - essentially right from the beginning. Don't know why. And this isn't the only context in which this problem is seen.
Hope this helps somehow. I look forward to the day we can have full functionality with Muon. That'll be great!
- Top
- Bottom
Comment
-
The reason you get three muons, is that krunner is listing anything that begins with what you are typing. Since they all begin with muon, all three are listed.
As for bugs, it sounds like you have a locked file. Open a terminal and type: sudo apt-get install -f If you get an error message about a lock file existing, go ahead and manually delete it (you will probably need to sudo rm <followed by the path to the file>. Then run sudo apt-get install -f again.
As for muon being stuck, that usually happens after there has been an error. Again, open a terminal and type killall muon and see if that fixes it.
I will say that, like you, I had many problems with muon prior to the version in 12.04. It is as different as night and day.
- Top
- Bottom
Comment
-
@tomcloyd
Originally posted by tomcloyd View PostFirst of all - why, when I type "muon" into the K-launcher, get THREE responses - update manager, package manager, and software center. This is simply confusing.
Code:kdesu kate /usr/share/kubuntu-default-settings/kde4-profile/default/share/config/kickoffrc
Originally posted by tomcloyd View Post1. Can't run update. Right now, Muon simply isn't usable, and I don't know why. I start with a notification in the system tray that I have updates. Clicking this, I get the Muon Update Manager. Clicking "install updates" on the toolbar, I then get this message: "Another application seems to be using the package system at this time.Code:sudo /usr/lib/update-notifier/update-motd-updates-available --force
Restart you system.
Originally posted by tomcloyd View Post2. Muon cannot shut down. I see this routinely right after I do a manual check-for-updates.
Good luck.Kubuntu 12.04 - Acer Aspire 5750G
"I don't make a great deal of money, but I'm ok with that 'cause I don't hurt a lot of people in the process either"
- Top
- Bottom
Comment
-
One thing I've noticed that would be nice after switching from the older apper update application, would be the ability to actually see the package names it wants to update.
Muon apparently displays the description of the package when listing available updates as a "user friendly" display. When clicking a package description, I can see more details in a new pane, with a changelog and new version, however, in neither of these views can I find the actual name of the package in question.
It would be nice if muon can provide the package name somewhere in the display, either as a tooltip when hovering over the description, or within the details pane that comes up when a package is clicked on.
- Top
- Bottom
Comment
-
Originally posted by bernie9998 View PostOne thing I've noticed that would be nice after switching from the older apper update application, would be the ability to actually see the package names it wants to update.
Muon apparently displays the description of the package when listing available updates as a "user friendly" display. When clicking a package description, I can see more details in a new pane, with a changelog and new version, however, in neither of these views can I find the actual name of the package in question.
It would be nice if muon can provide the package name somewhere in the display, either as a tooltip when hovering over the description, or within the details pane that comes up when a package is clicked on.
I hate to update without knowing what I'm updating, in fact I've switched back to use the command line "sudo apt-get upgrade".
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Comment