[Bug 30146] Re: gnome-panel doesn't show all menu items

2010-09-15 Thread Bug Watch Updater
** Changed in: gnome-panel
   Importance: Unknown = Medium

-- 
gnome-panel doesn't show all menu items
https://bugs.launchpad.net/bugs/30146
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 30146] Re: gnome-panel doesn't show all menu items

2007-03-10 Thread Jeff250
This bug seems fixed for the primary menu (the one with Accessories,
Games, Graphics, etc., a la the attachment on comment1), but not for its
sub-menus (see attachment of this comment).

I'm using 2.17.92-0ubuntu4.

** Attachment added: Screenshot of bug.
   http://librarian.launchpad.net/6725395/panel2.png

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2007-02-26 Thread Sebastien Bacher
That upload fixes the bug:

 gnome-panel (2.17.92-0ubuntu1) feisty; urgency=low
 .
   * New upstream version:
 Panel:
 - Fix wrong initial position of menu (Ubuntu: #30146)
 - Code cleanups
 - Add missing mnemonics in main menu
 - Don't show multiple times a dialog about an applet failing to load
 - Don't try to load again in the same session an applet that failed to
   load before
 - Get localized names when starting a launcher so that the startup
   notification use the translated name
 - Fix image size on the run dialog so that it's always the correct size
 - Set automatic gravity for the labels in the menubar, so that japanese
   and other scripts are correctly displayed on vertical panels
 Workspace Switcher Applet:
 - Make mouse scrolling correctly work in RTL environments
 - Performance improvement when a workspace is renamed/added/removed.
   This has an important impact when accessibility is turned on.
 - Fix speed of the spin button for number of workspaces (Ubuntu: #83334)
 Clock Applet:
 - Set automatic gravity for the clock label, so that japanese and other
   scripts are correctly displayed on vertical panels
 - Make it possible to use markup for the clock text, which is useful
   with custom format
 - Don't wake up every second if it's not necessary
 Misc:
 - Add missing check for gconf for libpanel-applet
 - Require pango 1.15.4
 - Distribute MAINTAINERS
 Docs:
 - Update fish screenshot
   * debian/control.in:
 - Build-Depends on libgconf2-dev (= 2.6.1), libpango1.0-dev (= 1.15.4)
 - package maintainer by the Ubuntu Desktop Team
   * debian/patches/07_use_beagle.patch:
 - dropped the patch changing the search menu item, beagle users want to
   use gnome-search-tools also and beagle is to the applications menu
   * debian/patches/09_lpi_src.patch:
 - updated
   * debian/patches/11_panel_addto_dialog.patch:
 - updated
   * debian/patches/12_autoreconf.patch:
 - renamed to reflect the right command and updated


** Changed in: gnome-panel (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2007-02-17 Thread Sebastien Bacher
fixed upstream

** Changed in: gnome-panel (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2007-02-17 Thread Bug Watch Updater
** Changed in: gnome-panel (upstream)
   Status: Unconfirmed = Fix Released

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2007-01-20 Thread jens_acamedia
please lets bump up the importance...this is a long-standing bug and
very visible and annoying. it also seems that the fix might be quite
easy if its a package managing issue.

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2007-01-20 Thread Sebastien Bacher
that's not a package management problem, rather an upstream bug code,
bumping the importance will not make it fixed faster, it's not fixed
because that's an upstream problem and people are busy, if you want to
get it fixed faster maybe start working on a patch for it

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 30146] Re: gnome-panel doesn't show all menu items

2007-01-20 Thread jens_acamedia
sorry - didnt mean to be pushy...

my programming skills are limited to basic python so i dont think im  
the man for the job...ill just keep the menu at the top of the screen  
instead.

thanks

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-12-23 Thread Jeff250
I think I've figured out why the package manager seems to trip it up.
It presents a unique case, where both the contents of /usr/share/pixmaps
and /usr/share/applications change at the same time, or at least in
between menu browsing.

Here's an example that I've found to rigorously reproduce this bug:
0. (Gnome ,menu must be on bottom panel.)
1. Browse menu until bug no longer is present.
2. sudo cp /usr/share/applications/totem.desktop 
/usr/share/applications/test.desktop
3. sudo touch /usr/share/pixmaps/test.png
4. Browse menu and notice that the bug appears

The important thing is that you don't browse the menu in between steps 1
and 4, because just doing either step 2 or step 3 does not seem to
produce the bug.  Just when both happen in between menu browsing does it
occur.  Also, steps 2 and 3 can be performed in reverse order, i.e. step
3 then step 2.  And also, it seems that to reproduce this, it needs a
real .desktop file in the applications directory, whereas a phony
touch'ed png file will suffice (although so will a real image) in
triggering the bug.

And, of course, to reproduce it again:
1. Browse menu until bug is no longer present
2. sudo rm /usr/share/applications/test.desktop
3. sudo rm /usr/share/pixmaps/test.png
4. Browse menu and notice that the bug appears

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-12-12 Thread seguso
Good news. This seems fixed in feisty! I couldn't reproduce it even
restarting the system.

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-12-12 Thread Baptiste Mille-Mathias
Sorry Seguso, but this behaviour still exists in feisty, except if the
recent gnome-panel update fixes that.

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-10-23 Thread jmspeex
I confirm that the bug is *still* present in Edgy. And it's *really*
annoying!

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-10-01 Thread Ramon de Ruiter
At first i thought the upgrade to Edgy fixed this problem. The menu feels a 
-lot- faster than before, and i didn't get the earlier described behaviour.
However after using Edgy for a day or three, i sometimes was able to reproduce 
this bug. Has anyone else?

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-10-01 Thread jens_acamedia
i gave up on this a few months ago and put the menu at the top of the
screen...seems that was a good choice considering that this bug is still
present...youll get used to it after a while

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-10-01 Thread Jo-Erlend Schinstad
This still happens on an updated Edgy intall. Whenever you update,
install or uninstall, you get that problem.

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 30146] Re: gnome-panel doesn't show all menu items

2006-10-01 Thread Lars Rune Nøstdal
On 10/2/06, Ramon de Ruiter [EMAIL PROTECTED] wrote:
 At first i thought the upgrade to Edgy fixed this problem. The menu feels a 
 -lot- faster than before, and i didn't get the earlier described behaviour.
 However after using Edgy for a day or three, i sometimes was able to 
 reproduce this bug. Has anyone else?

Yes, it seems to happen once in a while with Edgy too.

It _might_ only be happening after installing new applications or
similar; but I have not yet confirmed this.

-- 
Mvh,
Lars Rune Nøstdal
http://lars.nostdal.org/

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-10-01 Thread Ramon de Ruiter
It seems Jo-Erland is right. I was just dist-upgrading my install, and just 
generally browsing through my menu's. The bug then appeared again. When the 
upgrade was finished, i couldn't reproduce it anymore. 
So basically: not yet fixed, but much less annoying than in Dapper :)

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-10-01 Thread Ramon de Ruiter
It seems Jo-Erland is right. I was just dist-upgrading my install, and just 
generally browsing through my menu's. The bug then appeared again. When the 
upgrade was finished, i couldn't reproduce it anymore. 
So basically: not yet fixed, but much less annoying than in Dapper :)

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-10-01 Thread Jo-Erlend Schinstad
No, actually, it's the same. Perhaps there were more frequent updates
when you ran Dapper?

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-06-09 Thread Daniel Holbach
** Bug 49135 has been marked a duplicate of this bug

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-05-23 Thread Sebastien Bacher
** Bug 46061 has been marked a duplicate of this bug

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-05-22 Thread Jo-Erlend Schinstad
This happens when you update the system or install new programs which
are added to the menus. That may make it look unpredictable, since you
don't always use the menus after downloading updates.

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-05-14 Thread Daniel Koć
Confirmed by me too. I have the menu located on the bottom of the screen
and I'm using cutting-edge version of Dapper system.

As far as I can observe, this happens only the first time you open the
menu. Next time all the items are rendered correctly. Seguso's guessing
might be right and I would like fixing it by icons preloading, since it
would also eliminate another gnome-panel bug (#44002).

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-05-12 Thread Sebastien Bacher
** Bug 44360 has been marked a duplicate of this bug

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-05-08 Thread Sebastien Bacher
** Bug 43586 has been marked a duplicate of this bug

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 30146] Re: gnome-panel doesn't show all menu items

2006-05-03 Thread Sebastien Bacher
** Bug 42694 has been marked a duplicate of this bug

-- 
gnome-panel doesn't show all menu items
https://launchpad.net/bugs/30146

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs