2 Apr 2006 09:21
2 Apr 2006 09:32
Fwd: change panel height
Lennon Cook <maguswizardo <at> gmail.com>
2006-04-02 07:32:15 GMT
2006-04-02 07:32:15 GMT
Forwarding, because I accidentally sent this off-list. ---------- Forwarded message ---------- From: Lennon Cook <maguswizardo <at> gmail.com> Date: Apr 2, 2006 5:30 PM Subject: Re: [rox-users] change panel height To: Logan McNaughton <loganm10 <at> gmail.com> On 4/2/06, Logan McNaughton <loganm10 <at> gmail.com> wrote: > How to I make the rox panel smaller, i want it like half the height it > currently is > In rox's options, go to "Panels", and look at the "Panel width" slider. -- Lennon Victor Cook "He who receives an idea from me receives without lessening, as he who lights his candle at mine receives light without darkening" - Thomas Jefferson ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
2 Apr 2006 11:20
Edit syntax highlighting not working
Lennon Cook <maguswizardo <at> gmail.com>
2006-04-02 09:20:10 GMT
2006-04-02 09:20:10 GMT
I have gnome-python-extras installed, and in my PYTHONPATH, and the gtksourceview module exists. When I open some source code I have here (I've treid C, Java, Python, and Shell, and none of these actually have any syntax highlighting. I've put a line in Edit's buffer.py immediately after the attempt to import gtksrcview, 'print have_sourceview' - this prints 'True' every run. Obviously, the requirements for syntax highlighting are met - so, what else could cause it to not actually work? -- Lennon Victor Cook "He who receives an idea from me receives without lessening, as he who lights his candle at mine receives light without darkening" - Thomas Jefferson ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
2 Apr 2006 13:09
Re: Edit syntax highlighting not working
Thomas Leonard <tal <at> ecs.soton.ac.uk>
2006-04-02 11:09:44 GMT
2006-04-02 11:09:44 GMT
On Sun, 02 Apr 2006 19:20:10 +1000, Lennon Cook wrote:
> I have gnome-python-extras installed, and in my PYTHONPATH, and the
> gtksourceview module exists. When I open some source code I have here
> (I've treid C, Java, Python, and Shell, and none of these actually
> have any syntax highlighting. I've put a line in Edit's buffer.py
> immediately after the attempt to import gtksrcview, 'print
> have_sourceview' - this prints 'True' every run. Obviously, the
> requirements for syntax highlighting are met - so, what else could
> cause it to not actually work?
Is it calling the set_type() function in EditWindow.py:228?
if have_sourceview:
self.text = gtksourceview.SourceView(self.buffer)
pixbuf = g.gdk.pixbuf_new_from_file(rox.app_dir+"/images/marker.png")
self.text.set_marker_pixbuf("bookmark", pixbuf)
if self.mime_type:
self.buffer.set_type(self.mime_type)
--
--
Dr Thomas Leonard http://rox.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
2 Apr 2006 13:22
Re: Re: Edit syntax highlighting not working
Lennon Cook <maguswizardo <at> gmail.com>
2006-04-02 11:22:02 GMT
2006-04-02 11:22:02 GMT
Thomas Leonard wrote: > Is it calling the set_type() function in EditWindow.py:228? I added this to the top of set_type(): print "set_type(%s) %(mime_type) And for a test Java file, it prints out as expected, set_type(text/x-java) . So, yes, this is happening. -- Lennon Victor Cook "He who receives an idea from me receives without lessening, as he who lights his candle at mine receives light without darkening" - Thomas Jefferson ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
2 Apr 2006 18:26
How to change icon theme in filer?
JoeHill <joehill <at> sympatico.ca>
2006-04-02 16:26:41 GMT
2006-04-02 16:26:41 GMT
I am running filer version 2.4.1, just installed it on my wife's new comp (my old one...we're now Windows free!). I would like to make the system as easy to use as possible, so of course I ditched KDE and have her on XFCE with ROX! Since I am not running a ROX session, is there some way to change the icon theme in one swoop? (Sorry, but the defaults are...well...) Thanks! -- -- JoeHill / RLU #282046 / www.freeyourmachine.org +++++++++++++++++++++++++++ "There is no fire like passion, there is no shark like hatred, there is no snare like folly, there is no torrent like greed." -- Buddha ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
2 Apr 2006 19:03
Re: Support for D-BUS 0.3x and newer
Thomas Leonard <talex5 <at> gmail.com>
2006-04-02 17:03:51 GMT
2006-04-02 17:03:51 GMT
On 10/6/05, Tony Houghton <h <at> realh.co.uk> wrote: [ settings.py for ROX-Lib ] > I've uploaded new versions with at least some of the changes you > recommended, eg lower case method names. Applied - thanks! (it should probably support xxmlrpc as a fallback if D-BUS isn't available, though) -- Dr Thomas Leonard http://rox.sourceforge.net GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
13 Apr 2006 11:50
$HOME
Alexander Wagner <a.wagner <at> physik.uni-wuerzburg.de>
2006-04-13 09:50:06 GMT
2006-04-13 09:50:06 GMT
Hi! For certain reasons systems administration here decided to move home directories from /users to /home. In this process I found that ROX and most of the associated applications do NOT respect the $HOME variable but write full qualified paths to their respective settings. This caused quite a bit of work to correct here and I'm still not sure wether I really got them all. Though I have to admit that also gnome and as far as I can see freedesktop.org as well, don't seem to follow the Unix rule here I'd consider this a bug. In fact it can ammount to quite some problem if you want to share your setup between different hosts with different file system layouts. And even having global players as companions (try to fix firefox by hand)... Maybe one can fix this in the future. TIA!!! -- -- Kind regards, Alexander Wagner ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
13 Apr 2006 15:27
Re: $HOME
Ken Hayber <ken <at> hayber.us>
2006-04-13 13:27:41 GMT
2006-04-13 13:27:41 GMT
Alexander Wagner wrote: > Hi! > > For certain reasons systems administration here decided to > move home directories from /users to /home. In this process > I found that ROX and most of the associated applications do > NOT respect the $HOME variable but write full qualified > paths to their respective settings. > > This caused quite a bit of work to correct here and I'm > still not sure wether I really got them all. Though I have > to admit that also gnome and as far as I can see > freedesktop.org as well, don't seem to follow the Unix rule > here I'd consider this a bug. > > In fact it can ammount to quite some problem if you want to > share your setup between different hosts with different file > system layouts. And even having global players as > companions (try to fix firefox by hand)... > > Maybe one can fix this in the future. TIA! Can you give some examples? I currently do not know of any ROX app that has this problem. All of ROX should be using either CHOICES_PATH or XDG_ environment variables. If these are set relative to $HOME then everything should just work. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
15 Apr 2006 13:05
Re: fonts & ROX
Thomas Leonard <talex5 <at> gmail.com>
2006-04-15 11:05:57 GMT
2006-04-15 11:05:57 GMT
On 1/24/06, Keith Warno <krjw <at> valaran.com> wrote:
[...]
> This issue is one of cosmetics. I want to be able to change the font
> that ROX-Filer uses but in order for it to be pretty -- specifically in
> the "extra details" view -- it has to be a monospace font (otherwise
> stuff isn't lined up and it's hard on the eyeballs). Alas, monospace
> fonts look pretty freakin' ugly ("fugly") everywhere else (gaim,
> gkrellm, gvim, firefox, any gtk2 app for that matter).
ROX-Filer already uses a monospace font in 'extra details' mode. Which
version of the filer are you using?
> As far as I can see, the Filer can set a custom font for the pinboard
> and nothing else. ?:-/ Could we add a feature in the future to specify
> the font that Filer windows use? Or maybe there's some way to do it via
> a GTK rc file?
--
Dr Thomas Leonard http://rox.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1
NHS^隊X'u<ڂ.y"*mx%jx.j^קvƩXjبȧmݚv&קv^+jZ{az^hn){hا+h(mZjYwǥrg <at> y$5Oxḝn5mj5^
)
Thanks!
RSS Feed