After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 339994 - follow the gnome toolbar and menu settings
follow the gnome toolbar and menu settings
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other All
: Normal minor
: 0.10.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks: 337894
 
 
Reported: 2006-04-28 06:12 UTC by Alan Horkan
Modified: 2006-08-21 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alan Horkan 2006-04-28 06:12:39 UTC
pitivi doesn't follow the Gnome toolbar and menu settings: detachable, show icons and text, text only, etc.  

It is a minor detail but I hope you can fix it.
Comment 1 Chris Van Patten 2006-08-17 21:20:36 UTC
I would like this also, simply for the sake of being a bit more universal (even though as of now I like the toolbar the way it is).
Comment 2 Alan Horkan 2006-08-19 02:27:07 UTC
In case it is any use I made a similar request against a python cd burning application called Serpentine.  

the bug
http://bugzilla.gnome.org/show_bug.cgi?id=337045
the source revision where he corrected the problem
    Marked the '/app/gnome/interface' key as observable, fixes #337045.
http://svn.berlios.de/viewcvs/serpentine?rev=79&view=rev

If I have time I'll poke around at it some more and try to figure out a patch but maybe you already talk with other gtk python developers and this is easy when you know how.  it doesn't look too complicated but for me the hardest part is nearly always getting a full development enviroment up and running (limited bandwidth available amongst other issues) to properly test a patch.  
Comment 3 Edward Hervey 2006-08-21 10:07:43 UTC
thanks a lot for the tip. It now works like a charm.

2006-08-21  Edward Hervey  <edward@fluendo.com>

        * pitivi/ui/mainwindow.py:
        Follow the gnome toolbar and menu settings.
        Closes #339994

Comment 4 Alan Horkan 2006-08-21 12:43:19 UTC
Isn't python great?  None of that obfuscated binary, nice readable code for all to see.  (Still gtk should be doing all this for you, toolbars are overcomplicated.)