GNOME/Main menu bug week

From openSUSE

(Difference between revisions)
Revision as of 18:52, 17 December 2007
Federico-mena (Talk | contribs)
Fixed bug 258361 - Excess dependencies in libslab.pc
� Previous diff
Revision as of 19:43, 17 December 2007
Sreeves1 (Talk | contribs)

Next diff →
Line 10: Line 10:
[[User:Federico-mena]] [[User:Federico-mena]]
 +
 +[[User:Sreeves1]] - If you want any patches reviewed I will be happy to.
== To-do == == To-do ==
Line 17: Line 19:
See if all patches in the upstream "openSUSE-10.3" branch are present in our package ([http://pastebin.ca/820609 diff between what we ship and svn trunk]). See if all patches in the upstream "openSUSE-10.3" branch are present in our package ([http://pastebin.ca/820609 diff between what we ship and svn trunk]).
-Cheat-sheet of how to get build dependencies+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 * 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" * 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"' * 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. List of build service repositories for testing packages.

Revision as of 19:43, 17 December 2007

Contents

Bugs

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

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