GNOME/Main menu bug week

From openSUSE

(Difference between revisions)
Revision as of 19:58, 17 December 2007
Federico-mena (Talk | contribs)
Fixed bug 334550 - main-menu fails to open on first click
� Previous diff
Revision as of 21:12, 17 December 2007
Sreeves1 (Talk | contribs)

Next diff →
Line 1: Line 1:
== Bugs == == Bugs ==
-{{Bug|341831}} - Tracker bug for gnome-main-menu.+{{Bug|341831}} - Tracker bug for gnome-main-menu - Behavior issues.
 + 
 +{{Bug|349357}} - Tracker bug for gnome-main-menu - Performance issues.
== Packages == == Packages ==

Revision as of 21:12, 17 December 2007

Contents

Bugs

Bug #341831 - Tracker bug for gnome-main-menu - Behavior issues.

Bug #349357 - Tracker bug for gnome-main-menu - Performance issues.

Packages

Package with all the patches for testing - Repository for installation

People

User:Federico-mena

User:Sreeves1 - If you want any patches reviewed I will be happy to.

To-do

Publish git repo of gnome-main-menu (Federico).

See if all patches in the upstream "openSUSE-10.3" branch are present in our package (diff between what we ship and svn trunk).

Cheat-sheet of getting, building, running and debugging gnome-main-menu

  • check out source - svn co http://svn.gnome.org/svn/gnome-main-menu/trunk gnome-main-menu
  • pull down devel patterns - in YAST run "Software Management". Select "Patterns" in the filter. Install the "C/C++" and the "GNOME" development patterns"
  • build with debug on and optimizations off for better debugging - './autogen.sh CFLAGS="-g -O0"'
  • to run from your source build use the wrapper scripts to setup the libs correctly
    • to run main-menu - killall main-menu, <src_dir>/main-menu/src/main-menu, then reload applet
    • to debug - "libtool --mode=execute gdb <src_dir>/main-menu/src/main-menu"

List of build service repositories for testing packages.

Merge tiles-2 branch? No, it's a lot of work.

Find interesting patches from SLED 10. (none needed)

Publish gnome-main-menu package in build service (Federico). link

Performance

Behavior

Bug #152846 - Hard drive free space in main-menu is wrong

Bug #236463 - More granular date info for documents

Bug #258361 - Excess dependencies in libslab.pc

Bug #334550 - Main-menu fails to open on first click