Summary: | gnome-extra/deskbar-applet: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257, 313471 |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() Fixed in 2.32 python_mod_optimize() and python_mod_cleanup() support multiple arguments: python_mod_optimize deskbar /usr/libexec/deskbar-applet/deskbar-applet /usr/libexec/deskbar-applet/modules-2.20-compatible /usr/libexec/deskbar-applet/deskbar-applet probably should be passed also to python_mod_cleanup(). (In reply to comment #2) > python_mod_optimize() and python_mod_cleanup() support multiple arguments: > python_mod_optimize deskbar /usr/libexec/deskbar-applet/deskbar-applet > /usr/libexec/deskbar-applet/modules-2.20-compatible > I have left it as-is since it looks to me like a bit more readable and will be probably a bit better for debugging in case python_mod_optimize fails for one of them (this looks a bit to me like "epatch" case, that also supports multiple arguments but it's not used too much in the tree) > /usr/libexec/deskbar-applet/deskbar-applet probably should be passed also to > python_mod_cleanup(). > Thanks a lot, just fixed |