Ken Hayber | 1 Dec 2003 15:57
Picon

MusicBox 0.0.10

MusicBox now runs with Python 2.3 and on FreeBSD.  If you've had trouble with these before please try it now.

Also added Track # and Comment tag display  Also <track> can be used in a regex to parse track numbers from
filenames when no tag info is available.

get it here http://khayber.dyndns.org/rox/musicbox/

--

-- 

Ken Hayber (khayber <at> socal.rr.com)
Huntington Beach, CA

mhiebing | 1 Dec 2003 20:38
Picon

Re: heavy system load onMouseOver panel icons?

> On Sat, Nov 22, 2003 at 04:42:25PM -0500, Kacper Wysocki wrote:
> > On 11/22/03 12:16:55, mhiebing <at> onlinehome.de wrote:
> > >On Sat, Nov 22, 2003 at 05:51:58PM +0100, Guido Schimmels wrote:
> > >> Am 22.11.2003 15:22:06 schrieb(en) mhiebing <at> onlinehome.de:
> > >>
> > >> >I forgot to mention that when I activate
> > >> >'Overide Windowmanager control...'
> > >> >in the compatibility section of the rox filer options
> > >> >I don't get this behavior, but after that Openbox
> > >> >doesn't get all keystroke and mouse events (e.g. Mousewheel).
> > >>
> > >> I've tried all compatibility options, but none causes such troubles
> > >for
> > >> me.
> > >> Could you run top in a terminal and look which process goes 100%
> > >cpu.
> > >> Is it openbox or ROX-Filer or X or ...?
> > >>
> > >X has rhe highest usage with nearly 40 % than ROX-Filer with an
> > >average 25 % an then Openbox on the third place with about 20 %
> > [snip]
> > Alastair Porter said:
> > >No probs here with Rox 2.1.0 and OB3.
> 
> Here rox is at 40%, X is at ~20% and ob3 is at 10% system load.
> There's something funky about the tooltips. Since some of us are using
> ob3 with no problems, I tried looking at the rox configuration to see
> if any changes might eliminate the problem, but nothing came up.
> 
> I tried some more things. Here's what I found out: When I rollover an
(Continue reading)

Kick The Donkey | 2 Dec 2003 14:51

Re: [rox-devel] Mail program & a bit about ROX

Quoting Tristan McLeay <zsau <at> firespeaker.org>:

> I think you'd lose the concept of a buddylist that way. Also, email is
> mostly about _what's been done_; IM is about _what's happening_. If you
> want a Communication program like you describe, mine won't be it. You
> might have to write it yourself :)

Actually, that's kind of the point.  Why should the IM client keep a seperate
list of contacts?  That all it is, right?  Identification methods for
communicating with people.  I guess it has to do with different perceptions of
the same thing.  I see IM as instant email.  BTW, how is email only about
'what's been done'?  This email program hasn't been created, and its being
discussed in email.  ;) (note: I'm not trying to be an arse.  Just pointing out
different perceptions).

I'll tell you what.  I'll just wait for your email program, and add IM to it. 
lol...  Jk. Got to love OSS...

Good thoughts...

Later,

Chris-- 
Later,

Chris

Nick Mitchell | 2 Dec 2003 23:52

Re: AVFS does not compile with 2.4.21 (Mitchell, Nicholas)

This is a hack to get AVFS to compile if you get the following errors
when you try to do so:

/usr/include/linux/time.h:9: error: redefinition of `struct timespec'
/usr/include/linux/time.h:15: error: redefinition of `struct timeval'
make[1]: *** [mount.o] Error 1

Hack is edit out the following lines from time.h in /usr/include/linux

#ifndef _STRUCT_TIMESPEC
#define _STRUCT_TIMESPEC
struct timespec {
	time_t	tv_sec;		/* seconds */
	long	tv_nsec;	/* nanoseconds */
};
#endif /* _STRUCT_TIMESPEC */

struct timeval {
	time_t		tv_sec;		/* seconds */
	suseconds_t	tv_usec;	/* microseconds */
};

do something like

//#ifndef _STRUCT_TIMESPEC
//#define _STRUCT_TIMESPEC
//struct timespec {
//	time_t	tv_sec;		/* seconds */
//	long	tv_nsec;	/* nanoseconds */
//};
(Continue reading)

popov | 3 Dec 2003 10:16
Favicon

ROX-menu trouble

Does anybody get the message "Applet quit without ever creating a
widget!" when draggin' ROX-menu icon into the panel?

- All is 'ok' with other applets (clock and pager).
- More over: all is 'ok' with the same ROX-menu/Filer in other system
  (Slackware vs. CRUX)

Any suggestions?

Vladimir Popov

Peter Geer | 3 Dec 2003 23:15
Favicon

Re: ROX-menu trouble

On Wed, 3 Dec 2003 11:16:26 +0200
popov <popov_sbscr <at> ukrpost.net> wrote:
> Does anybody get the message "Applet quit without ever creating a
> widget!" when draggin' ROX-menu icon into the panel?

That usually just means the applet crashed, which doesn't tell us much. 
Did you get any error messages with the dialog box? Will it run as an
application or is the problem just when you drag it to the panel?

> - All is 'ok' with other applets (clock and pager).
> - More over: all is 'ok' with the same ROX-menu/Filer in other system
>   (Slackware vs. CRUX)

So there's no problem on one system (Slackware?), but ROX-Menu won't
run on the other (CRUX?).  That's odd....  Are you sharing the same
binaries between both systems (shared disk partition, NFS, etc.)? 
Are these binaries that you built yourself, or did you download them?
 Are the two systems, perhaps, using different versions of GTK+? Are you
sharing the same Choices directory between the two systems?  If not,
have you tried running ROX-Menu with a fresh Choices directory (just
rename the existing one)?

Sorry to rattle off a list of questions like that.  I'm just trying to
get some more information to go on.

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

(Continue reading)

Robert Davison | 4 Dec 2003 00:19
Picon
Picon

Re: Re: [rox-devel] Mail program & a bit about ROX

On Tue,  2 Dec 2003 08:51:57 -0500, Kick The Donkey 
<chris <at> epicpaintball.com> wrote:

> Actually, that's kind of the point.  Why should the IM client keep a 
> seperate
> list of contacts?  That all it is, right?  Identification methods for
> communicating with people.  I guess it has to do with different 
> perceptions of
> the same thing.  I see IM as instant email.  BTW, how is email only about
> 'what's been done'?  This email program hasn't been created, and its 
> being discussed in email.

You could probably take this idea and make it more people-centric 
generally.  So your address book and instant messenger are merged into one 
and presented as a ROX-alike fake filer-window.

It would be an application, but styled to look like a ROX filer window.  
It would contain a directory-like entity for each of your contacts.  This 
could have an icon shaped like a persons silhouette (rather than a 
folder), which could be optionally replaced by a photo of the person.  The 
icon could have a green circle emblem (like the filer does with mounted 
drives) to indicate if the person was currently on-line in their IM.

Double clicking on a person entity would perhaps open a properties 
dialogue containing tabs for their vCard details, their IM details and 
maybe a history of IM messages exchanged with that person.

It could even be extended to cater for local users on your system or 
within NIS etc, allowing an administrator to set user groups, permissions, 
disk quotas, default shells etc for that user.
(Continue reading)

popov | 4 Dec 2003 07:46
Favicon

ROX-menu trouble

Thursday, December 04, 2003, 12:15:42 AM, Peter Geer wrote:

PG> Did you get any error messages with the dialog box? Will it run as an
PG> application or is the problem just when you drag it to the panel?
Applet works fine when running as application, but crushes when I drag
it to the panel. No error messages with the dialog box.

PG> So there's no problem on one system (Slackware?), but ROX-Menu won't
PG> run on the other (CRUX?).
Sure.
PG> Are you sharing the same binaries between both systems (shared
PG> disk partition, NFS, etc.)?
No, systems reside on separate PC.

PG> Are these binaries that you built yourself, or did you download them?
Binaries were build myself, but I tried downloaded ones, too. The
effect is the same.
PG>  Are the two systems, perhaps, using different versions of GTK+?
Yes. Libraries from glib-2.2.1, gtk+-2.2.2 and pango-1.2.3 differs:
In Slack they have 0.200.1 suffix, in CRUX - 0.200.2
The first is working.

PG> Are you sharing the same Choices directory between the two
PG> systems? If not, have you tried running ROX-Menu with a fresh
PG> Choices directory (just rename the existing one)?
I've tried a fresh Choices directory right now. The effect is the
same.

Thanks for assistance.

(Continue reading)

Kick The Donkey | 4 Dec 2003 18:49

Problems adding combo widget to OptionsBox


I'm trying to add a combo entry widget to OptionsBox.py.  Here's the function:

def build_combo_group(self, node, label, option):
		"""Build a list combo entry widget, only one of which may be selected.
		<combo-group name='...' label='...'>
		  <combo value='...' \>
		  <combo value='...' \>
		</combo-group>"""
		combos = []
		values = []

		box = g.HBox(False, 4)
		combo = g.Combo()

		if label:
			label_wid = g.Label(label)
			label_wid.set_alignment(1.0, 0.5)
			box.pack_start(label_wid, False, True, 0)
			box.pack_start(entry, True, True, 0)
		else:
			box = None

		"self.may_add_tip(combo, node)"

		combo.connect('changed', lambda e: self.check_widget(option))

		"build combo list"
		for cmb_option in node.getElementsByTagName('combo'):
			combos.append(cmb_option.getAttribute('value'))
(Continue reading)

Stephen Watson | 4 Dec 2003 19:45
Picon
Picon

Re: Problems adding combo widget to OptionsBox

Kick The Donkey <chris <at> epicpaintball.com> wrote:

> 
> I'm trying to add a combo entry widget to OptionsBox.py.  Here's the
function:
> 
> def build_combo_group(self, node, label, option):
[snip]
> 
> When I try to implement the XML in an Options box, I get the attached
error
> report.  Any ideas where I'm going wrong?

Looks like a fault in the XML you added to Options.xml.  Can we see that?

--

-- 
Stephen Watson     http://www.kerofin.demon.co.uk/

I woke up and I had a big idea/To buy a new soul at the start of every year
I paid up and it cost me pretty dear/Here's a hymn to those that disappear


Gmane