Re: [Geany-devel] geanypy again query this time :)

2012-07-25 Thread Oly
cheers that makes sense, for some reason i thought gi.repository did gtk 2
and 3 but would make sense its just for 3

On Tue, Jul 24, 2012 at 11:59 PM, Michael Hall mhall...@ubuntu.com wrote:

 Yes, if you are using from gi.repository import Gtk you are getting
 Gtk+ 3.

 Michael Hall
 mhall...@ubuntu.com

 On 07/24/2012 06:22 PM, Matthew Brush wrote:
  On 12-07-24 03:14 PM, Oly wrote:
  Any one able to tell me why this line fails in plugin and in the
  interactive console.
 
  from gi.repository import Gtk as gtk,GObject as gobject,GLib as glib
 
  you can still use import gtk glib and gobject but they are being
  depricated in favour of the above and the current versions of glade
  generate xml for the new way not the old.
 
 
  Is it maybe using GTK+ 3? AFAIK you can't load GTK+ 3 and 2 in the same
  process and Geany and GeanyPy are using GTK+ 2 already. Just a guess
  without seeing the error messages and whatnot.
 
  Cheers,
  Matthew Brush
  ___
  Geany-devel mailing list
  Geany-devel@uvena.de
  https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
 ___
 Geany-devel mailing list
 Geany-devel@uvena.de
 https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


Re: [Geany] two issues with 1.22

2012-07-25 Thread Liviu Andronic
On Tue, Jul 24, 2012 at 5:22 PM, Colomban Wendling
lists@herbesfolles.org wrote:
 Le 24/07/2012 17:11, Colomban Wendling a écrit :
 Le 24/07/2012 16:30, Liviu Andronic a écrit :
 Dear all
 I notice two cosmetic issues in 1.22 (under Xfce 4.6 on Ubuntu Lucid).

 First, the Geany icon is no longer visible in the WM.

 That's weird, it seems to work ok with GNOME...  Though, since the UI
 code changed a lot it's possible.  Matthew or I will check.

 I just checked the code, and it looks just fine (e.g. sets the window's
 icon).  I also tried the xfwm4 window manager and it properly displayed
 the icon in the title bar.  Have you any uncommon setup or something?

Nothing specific. I've installed Geany on Ubuntu Lucid from the PPA
[1]. I have the following files on my system:
liv@liv-laptop:~$ locate geany | grep -i geany.png | grep -i /usr/share
/usr/share/app-install/icons/geany.png
/usr/share/icons/Faenza/apps/16/geany.png
/usr/share/icons/Faenza/apps/22/geany.png
/usr/share/icons/Faenza/apps/24/geany.png
/usr/share/icons/Faenza/apps/32/geany.png
/usr/share/icons/Faenza/apps/48/geany.png
/usr/share/icons/Faenza/apps/64/geany.png
/usr/share/icons/Faenza/apps/96/geany.png
/usr/share/icons/hicolor/16x16/apps/geany.png
/usr/share/icons/hicolor/48x48/apps/geany.png

And strangely run as root Geany displays the icon in the WM. Run as
user, it doesn't.

But this really is strange. I just 'TOols  Reload Config', restarted
Geany and I no longer see either of the issues. Messed up config on
upgrade, I guess.

Sorry for the false alarm. Regards
Liviu

[1] https://launchpad.net/~geany-dev/+archive/ppa
___
Geany mailing list
Geany@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany


Re: [Geany] mac osx -- control-v paste not working

2012-07-25 Thread Sean Felipe Wolfe
On Tue, Jul 17, 2012 at 8:43 PM, Matthew Brush mbr...@codebrainz.ca wrote:
 On Mon, Jul 16, 2012 at 2:33 PM, Sean Felipe Wolfe

 Trying to understand why your paste works and mine doesn't.


 It might be part of the extra GTK+ library I'm using:

 http://gtk-osx.sourceforge.net/ige-mac-integration/GtkOSXApplication.html#gtk-osxapplication-set-use-quartz-accelerators


 Or it might've just been tweaking the keybindings and stuff, can't
 remember. If I get a chance to dig back into it I'll check the commit
 log to see if I recorded it specifically.


 ... or it might've been messing with the gtkrc-2.0 file


 Cheers,
 Matthew Brush

I'm taking another look at this now. Question Matthew, is there a repo
or branch where your geany code is available for clonage? Also, what
is the gtkrc-2.0 file? Can't seem to find it in the geany sourdcedir
or various libraries I've been working with.
___
Geany mailing list
Geany@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany


Re: [Geany] mac osx -- control-v paste not working

2012-07-25 Thread Matthew Brush

On 12-07-25 05:43 PM, Sean Felipe Wolfe wrote:

On Tue, Jul 17, 2012 at 8:43 PM, Matthew Brush mbr...@codebrainz.ca wrote:

On Mon, Jul 16, 2012 at 2:33 PM, Sean Felipe Wolfe

Trying to understand why your paste works and mine doesn't.



It might be part of the extra GTK+ library I'm using:

http://gtk-osx.sourceforge.net/ige-mac-integration/GtkOSXApplication.html#gtk-osxapplication-set-use-quartz-accelerators


Or it might've just been tweaking the keybindings and stuff, can't
remember. If I get a chance to dig back into it I'll check the commit
log to see if I recorded it specifically.



... or it might've been messing with the gtkrc-2.0 file


Cheers,
Matthew Brush


I'm taking another look at this now. Question Matthew, is there a repo
or branch where your geany code is available for clonage? Also, what


All of my changes are on my Macbook I think. I'll see about cleaning 
them up and putting on github maybe before or on next weekend.



is the gtkrc-2.0 file? Can't seem to find it in the geany sourdcedir
or various libraries I've been working with.


There's some docs here:
http://developer.gnome.org/gtk/2.24/gtk-Resource-Files.html

IIRC, the bundle includes a gtkrc file I made to tweak Geany a bit.

Cheers,
Matthew Brush

___
Geany mailing list
Geany@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany