[pygtk] custom gtk theme and buttons icons with py2exe

2011-01-26 Thread laguillaumie sylvain
hi first thanks for py2exe it s great ;) i have some problems to use my own gtk theme and icons on windows i made a etc/gtk-2.0/gtkrc file with the classic MS-Windows theme and the hicolor icon, when i change the gtk theme (copied in share/themes) nothing happen, it still use the MS-Windows

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-28 Thread laguillaumie sylvain
hi i reinstalled macport and rebuilded all gtk2, gstreamer... with no_x11 and +quartz, this time the app start normally but still the problem with the xid i spend hours on google without finding help... so, in linux i use the gtk.gdk.Window.xid on win 32 the handle (works fine too) and osx,

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread laguillaumie sylvain
hi ok (sorry for the cc) i ll post on the gtk osx mailing list thx Le 30 mars 2011 à 00:19, John Stowers a écrit : gtk osx mailing list ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread laguillaumie sylvain
are currently installed: gtk2 @2.24.3_0+no_x11+quartz (active) dont know why i have gtk 2.24 and pygtk 2.22 ... i ll look thx Le 30 mars 2011 à 00:48, Anders F Björklund a écrit : laguillaumie sylvain wrote: hi i reinstalled macport and rebuilded all gtk2, gstreamer... with no_x11

Re: [pygtk] gtk from macport with or without x11 ?

2011-03-29 Thread laguillaumie sylvain
:info:build make: *** [all] Error 2 :info:build shell command cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-gtk/work/pygtk-2.23.1 /usr/bin/make -j2 all returned error 2 thx Le 30 mars 2011 à 01:04, laguillaumie sylvain a écrit

[pygtk] install webkit on windows

2011-08-02 Thread laguillaumie sylvain
hi what must i do exactly to install webkit on win32 ? import webkit still report missings dll or other errors... so i just reinstalled everything with the latest all in one installer v 2.24 and will wait to see if someone have a solution ... could be great webkit was included in the pygtk

[pygtk] sub modules includes with py2exe

2011-08-18 Thread laguillaumie sylvain
hi all i try to build a new exe for my app with py2exe... my question is,for exemple i have a module Gmediafinder in this module dir i have lib and lib.engines when py2exe build is finished i have the gmediaFinder dir in my library.zip but not the sub lib and lib/engines dir how can i add

[pygtk] win32 fullscreens and others reports

2011-08-21 Thread laguillaumie sylvain
hello is there someting special to do for fullscreen on win32? it works perfectly on linux distros but on windows, if i switch to fullscreen while the main window is not maximized it leave space at the bottom of the page and sometimes left or right too... if the window is maximized first it

Re: [pygtk] win32 fullscreens and others reports

2011-08-21 Thread laguillaumie sylvain
Verfaillie a écrit : On 21/08/2011 20:05, laguillaumie sylvain wrote: is there someting special to do for fullscreen on win32? it works perfectly on linux distros but on windows, if i switch to fullscreen while the main window is not maximized it leave space at the bottom of the page and sometimes

[pygtk] keep_above / set_transient_for on gnome-shell

2011-09-20 Thread laguillaumie sylvain
hi i made a small seekbar in a gtk.Window for my player under linux in fullscreen and set the keep_above and set_transient_for on it to keep the window on top... on gnome-shell when i switch to fullscreen the window is not visible at all... if someone have an idear... (works well

[pygtk] progressreport with playbin and pygtk

2011-10-08 Thread laguillaumie sylvain
hi is it possible to use the progressreport without building my own pipeline but with playbin2 and pygtk ? second thing, when we try to do this for exemple (for equalizer) : gst-launch playbin uri='file:///home/smo/gmediafinder-downloads/rza.mp3' audiotestsrc ! audioconvert !

[pygtk] news about next pygtk aio installer ?

2011-12-26 Thread laguillaumie sylvain
hi all where can i get news on the next pygtk aio installer? someone have news about it ? and is it possible to include webkit in this next release :) (second time i ask it, i know ^ ...) thanks ++ ___ pygtk mailing list pygtk@daa.com.au

Re: [pygtk] playbin2 vis-plugin

2011-12-29 Thread laguillaumie sylvain
sorry wrong ml ... ++ Le 29/12/2011 17:25, laguillaumie sylvain a écrit : hi i still have to add the vis-plugin='goom'*flags=soft-volume+text+audio+video+vis* to get playbin2 vis working at home, how can i/is it possible to set this flag in a pythonic way in my app please ? self.vis

[pygtk] playbin2 vis-plugin

2011-12-29 Thread laguillaumie sylvain
hi i still have to add the vis-plugin='goom'*flags=soft-volume+text+audio+video+vis* to get playbin2 vis working at home, how can i/is it possible to set this flag in a pythonic way in my app please ? self.vis = self.change_visualisation() return my vis self.visual =

[pygtk] restore dconf profile to another user

2012-09-09 Thread laguillaumie sylvain
hi list since years i make a software to create my own customized ubuntu based distro called ubukey (like uck and co but with graphical chroot...) for the moment i never had problems to keep and restore themes and config thru gconf across user when booting on my live-cds/usb BUT with