Chris Scheller | 3 Jan 2004 01:30
Picon
Favicon
Gravatar

ROX-Run update

just posted a new version of ROX-Run. Peter Geer provided patches for
setting the term program graphicaly, and did some error checking
clean up. thank Peter. 

http://www.pobox.com/~schelcj/rox/

--

-- 
Chris Scheller | http://www.pobox.com/~schelcj | JID: schelcj <at> jabber.avlug.org 
------------------------------------------------------------------------------
Save the whales.  Collect the whole set.

Jonatan Liljedahl | 11 Jan 2004 16:57
Picon
Favicon

hostname in roxfiler titlebar

When I run the filer on a remote X display, my hostname isn't shown but
it only says "localhost" instead. I found out that it uses the first
entry in /etc/hosts, so "127.0.0.1 localhost kymatix" does return
"localhost"... maybe it should read the first alias instead if
(strcmp(name,"localhost")==0) ?
Or read the Env Variable $HOST instead of using gethostname() ?

/Jonatan
__
  |   __                 ____        _          ____
  |__/__         _____  _____||___  (_) ____   _____|
  |     )(_____|(  |  )(_____||_____ | (______(_____|
===============|=====================================
             __| http://kymatica.com

Vincent Lefevre | 11 Jan 2004 17:44

Re: [rox-devel] hostname in roxfiler titlebar

On 2004-01-11 13:57:10 -0200, Jonatan Liljedahl wrote:
> When I run the filer on a remote X display, my hostname isn't shown but
> it only says "localhost" instead. I found out that it uses the first
> entry in /etc/hosts, so "127.0.0.1 localhost kymatix" does return
> "localhost"... maybe it should read the first alias instead if
> (strcmp(name,"localhost")==0) ?
> Or read the Env Variable $HOST instead of using gethostname() ?

But is $HOST really standard? It should probably get the FQDN anyway.
You can look at the source of exim4 (src/readconf.c), or probably
better, the source of hostname (as "hostname -f" gives the FQDN).

--

-- 
Vincent Lefèvre <vincent <at> vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA

Jonatan Liljedahl | 3 Jan 2004 20:05
Picon
Favicon

Re: ROX-Run update

On Fri, 2 Jan 2004 16:30:18 -0800
Chris Scheller <schelcj <at> pobox.com> wrote:

> just posted a new version of ROX-Run. Peter Geer provided patches for
> setting the term program graphicaly, and did some error checking
> clean up. thank Peter. 
> 
> http://www.pobox.com/~schelcj/rox/

Why don't always use the included version of pymessage? Or at least use
it if the version is newer than the already installed one...

Peter Geer: I found out that the pymessage-sa (0.2.0) doesn't work as a
standalone version:

lijon <at> Kymatix ~]pymessage -e "foo"
Traceback (most recent call last):
  File "/System/Links/Executables/pymessage", line 354, in ?
    control_list.append(controls.EntryWrapper(arg))
NameError: name 'controls' is not defined

I tried copy controls.py to my /usr/local/bin but same thing happens...

/Jonatan
__  
  |   __                 ____        _          ____
  |__/__         _____  _____||___  (_) ____   _____|
  |     )(_____|(  |  )(_____||_____ | (______(_____|
 ==============|======================================
           ____|     NEW URL > http://kymatica.com
(Continue reading)

Peter Geer | 3 Jan 2004 22:46
Favicon

Re: ROX-Run update

On Sat, 3 Jan 2004 17:05:35 -0200
Jonatan Liljedahl <than <at> home.se> wrote:

> Peter Geer: I found out that the pymessage-sa (0.2.0) doesn't work as
> a standalone version:

Sorry.  Apparently I didn't test that file very well (read: at all). 
You can fix this by running it through a simple sed script:

   cat pymessage-sa | sed's/controls\.//g' > pymessage-sa2

FYI, pymessage-sa will be going away in the next release, so don't get
too used to it.  

------
Peter A. Geer
geerp <at> cs.sunyit.edu
http://www.cs.sunyit.edu/~geerp/

"If you can't beat them, arrange to have them beaten."  -- George Carlin

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
Nuno Alexandre | 4 Jan 2004 00:12
Picon

start a session w/out the Filer poping up


Hi.
Is it possible to start a session and not have the Rox-filer pop up as the first thing open in the desktop ? 
Ive tried several settings the in RunRox, but i cant make it work.

Thanks 
--

-- 
Best regards - Nuno Alexandre - na <at> imaginere.dk
Gpg: EA74637D - http://imaginere.dk - iM:ikaro <at> jabber.org
Alastair Porter | 4 Jan 2004 03:25

Re: Pinboard key bindings

On Mon, 2003-12-29 at 11:32, Peter Geer wrote:

> I tried this with Sawfish, Metacity, and FVWM2, so I'm assuming it's not
> a window manager issue.
Ive always had problems running metacity with ROX, there were always
some weird things, especitally with keybindings. 
Have you tried openbox as well? i just tried it and it worked fine... 

Alastair
--

-- 
(o< - A l a s t a i r   P o r t e r
//\          
V_/_   alastair <at> linuxexperience.com
Alastair Porter | 4 Jan 2004 03:29

Re: start a session w/out the Filer poping up

On Sun, 2004-01-04 at 12:12, Nuno Alexandre wrote:
> Hi.
> Is it possible to start a session and not have the Rox-filer pop up as the first thing open in the desktop ? 
> Ive tried several settings the in RunRox, but i cant make it work.
Im not sure exaxctly what you want, but the part that loads rox is:
at the bottom of the RunROX script. Maybe you can change that line?

ALastair
--

-- 
(o< - A l a s t a i r   P o r t e r
//\          
V_/_   alastair <at> linuxexperience.com
Peter Geer | 4 Jan 2004 04:58
Favicon

Re: Pinboard key bindings

On Sun, 04 Jan 2004 15:25:51 +1300
Alastair Porter <alastair <at> linuxexperience.com> wrote:
> Ive always had problems running metacity with ROX, there were always
> some weird things, especitally with keybindings. 

That's why I run Sawfish: it works well with ROX.  As for Metacity, I
was going to give it a try, but then I read about needing to use gconf
to set key bindings and I decided to stick with Sawfish.

> Have you tried openbox as well? i just tried it and it worked fine... 

No, because I don't have Openbox installed.  However, I have tried it
with Blackbox, Fluxbox, XFCE, and fvwm95 since my last post, and none of
those work either.  I even tried it as a different user, with a fresh
Choices directory, using an older version of ROX.  No change.  A single
key with no modifier simply won't work.  The same thing happens when
trying to set hotkeys for panel items, by the way.

I'm completely mystified.  Nobody else is having problems, but on my
system, it's like this capability doesn't even exist.  I'm running a
more or less stock Slackware 9.1 installation, so it's not like I have
an exotic software configuration here.  Since it happens on every WM and
for every user account, it pretty much _has_ to be a problem with the
system (X11?, GTK+?) or with ROX.  Where the problem could be, though, I
haven't the slightest idea.

------
Peter A. Geer
geerp <at> cs.sunyit.edu
http://www.cs.sunyit.edu/~geerp/
(Continue reading)

Alastair Porter | 4 Jan 2004 05:17

Re: Pinboard key bindings

On Sun, 2004-01-04 at 16:58, Peter Geer wrote:
> I even tried it as a different user, with a fresh
> Choices directory, using an older version of ROX.  No change.  A single
> key with no modifier simply won't work.  The same thing happens when
> trying to set hotkeys for panel items, by the way.
Hrm...
are you running 2.0 series or 2.1 series of ROX?

Alastair
--

-- 
(o< - A l a s t a i r   P o r t e r
//\          
V_/_   alastair <at> linuxexperience.com

Gmane