Hi, I'm using Geany 1.23.1 on Lubuntu 13.10. My question is this: if I want to make changes to geany.gtkrc must these changes be done to /usr/share/geany/geany.gtkrc or can I copy this file over to somewhere in my home and edit that copied file?
I copied the file to ~/.config/geany but any changes I make there are ineffective.
Thank you
AESouza
On 28 November 2013 17:04, Augustine Souza aesouza2008@gmail.com wrote:
Hi, I'm using Geany 1.23.1 on Lubuntu 13.10. My question is this: if I want to make changes to geany.gtkrc must these changes be done to /usr/share/geany/geany.gtkrc or can I copy this file over to somewhere in my home and edit that copied file?
I copied the file to ~/.config/geany but any changes I make there are ineffective.
Geany adds installdir/geany.gtkrc last on the normal list of rc files GTK reads. So any normal gtk rc file can overload it, eg ~/.gtkrc-2.0.
Cheers Lex
Thank you
AESouza
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
On Thu, Nov 28, 2013 at 11:56 AM, Lex Trotman elextr@gmail.com wrote:
Geany adds installdir/geany.gtkrc last on the normal list of rc files GTK reads. So any normal gtk rc file can overload it, eg ~/.gtkrc-2.0.
Cheers Lex
I added: # document status colors style "geany-document-status-changed-style" { fg[NORMAL] = "#00FF00" fg[ACTIVE] = "#FF0000" } widget "*.geany-document-status-changed" style "geany-document-status-changed-style"
to my ~/.gtkrc-2.0 just to make things clear for me.
Thanks for the advice.
AESouza