[Bug 44002] Re: Trivial actions are not appearing immediately
** Changed in: gnome-panel (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/44002 Title: Trivial actions are not appearing immediately To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-panel/+bug/44002/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
** Changed in: gnome-panel Importance: Unknown => Low -- Trivial actions are not appearing immediately https://bugs.launchpad.net/bugs/44002 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
** Changed in: gnome-panel (upstream) Status: Unknown => New -- Trivial actions are not appearing immediately https://bugs.launchpad.net/bugs/44002 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
Upstream request on http://bugzilla.gnome.org/show_bug.cgi?id=445946 ** Changed in: gnome-panel (Ubuntu) Status: Confirmed => Triaged ** Changed in: gnome-panel (upstream) Importance: Undecided => Unknown Bugwatch: None => GNOME Bug Tracker #445946 Status: New => Unknown -- Trivial actions are not appearing immediately https://bugs.launchpad.net/bugs/44002 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
I'm sure something can be done about this. I've just done an strace on the menu opening, it tries to do ~1500 file opens (most of which are for non-existent files). First of all, most of those should be preloaded (actually, they should be cached once, then the cache should be preloaded in one step). The argument that it takes up memory doesn't hold, because the memory is still taken up the first time I open the menu. Second of all, any refresh can be done incrementally. There's no reason to flush the entire menu and re-open 1500 files, when one or two might be new. And especially you don't need to do it on every boot. Third, even a refresh could be done in parallel, with a "nice -n 10" to make sure things don't get unpleasant. Last, I don't even get it why it has to read the entire menu. If I'm going for the package manager I have no reason to wait for th 1500 file accesses, when it fact I'm only going to see about 20 icons on the way. -- Trivial actions are not appearing immediately https://bugs.launchpad.net/bugs/44002 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
I have only noticed this annoying behavior in gnome main menu. In other gnome apps everything seems fine. -- Trivial actions are not appearing immediately https://bugs.launchpad.net/bugs/44002 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
This problem is made a LOT worse when using a Live CD. In fact, the first time the menu is opened, it can cause the CD to spin up again, with a long delay. If these icons were loaded into memory on startup of gnome-panel (during which the user is waiting around for gnome to start anyway), the delay would not be present. Is this a more general problem than just gnome-panel? Does this apply to all icons in GTK menus? Perhaps GTK should preload all the icons whenever the application is started? -- Trivial actions are not appearing immediately https://bugs.launchpad.net/bugs/44002 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
** Also affects: gnome-panel (upstream) Importance: Undecided Status: Unconfirmed -- Trivial actions are not appearing immediately https://launchpad.net/bugs/44002 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
** Bug 56528 has been marked a duplicate of this bug -- Trivial actions are not appearing immediately https://launchpad.net/bugs/44002 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
Thanks for your bug. There is some others bugs about menu being slow upstream ** Changed in: gnome-panel (Ubuntu) Severity: Normal => Minor Assignee: (unassigned) => Ubuntu Desktop Bugs Status: Unconfirmed => Confirmed -- Trivial actions are not appearing immediately https://launchpad.net/bugs/44002 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
Yes, I strongly suggest some kind of caching or preolading, because I find this behaviour very annoying: it looks like something is "locking". I can sacrifice the start time if it gives me smooth feeling in normal work. -- Trivial actions are not appearing immediately https://launchpad.net/bugs/44002 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44002] Re: Trivial actions are not appearing immediately
This depends on how fast is your hardware, but doing these things necessarily take a little time... Or would you suggest to preload things (eg the icons in menus) to speed things up (but in that case, opening the session will probably get slower) ? -- Trivial actions are not appearing immediately https://launchpad.net/bugs/44002 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs