/srv/irclogs.ubuntu.com/2009/02/06/#edubuntu.txt

=== ubott2 is now known as ubottu
nothingmanhi, all14:42
=== hfsdo_ is now known as hfsdo
=== alkisg1 is now known as alkisg
fabio_hi guys. I have just set up a ltsp network. The audio output of my thinclient is OK, but I cant record anything from the mic. How can I enable the mic on the thinclient?18:58
fabio_i'm using Ubuntu 8.1019:00
fabio_any idea, anyone?19:02
Ahmuckfabio_:19:04
fabio_Ahmuck any idea?19:04
Ahmucknope.  i'm sure someone knows however19:05
fabio_nobody has tried... :(19:06
LaserJockhi all19:07
Lnshey LaserJock !19:10
Lnsfabio_: Mics I hear are easy to get set up with localapps.. i wouldn't imagine it's IMPOSSIBLE to get set up w/o it though19:11
LnsI've personally never done it19:11
LnsI could be wrong..19:11
fabio_Lns somebody at #ltsp says that I need local apps enabled too19:12
fabio_Lns just enabling local_apps should done the job?19:12
Lnsfabio_: i was just reading about it last night, and they gave a webcam example (cheese) of localapps and mentioned microphones.19:12
Lnsfabio_: not sure.. haven't used localapps, all my sites are on 8.0419:13
fabio_Lns: but my application will run on the server, not on the client19:13
Lnsbut i would assume so19:13
fabio_its a softphone19:13
Lnsfabio_: does it run on a locally installed *buntu setup?19:13
Lnswith mic and all?19:13
fabio_yes.19:14
fabio_i just tested the audio rec of gnome19:14
Lnsok, so i'd have to assume localapps would work. it's def. worth a try19:15
fabio_I just enabled on lts.conf and rebooted the terminal. nothing new happened19:16
Lnsfabio_: https://wiki.ubuntu.com/LTSPLocalAppSetup19:18
fabio_Lns maybe it will work...19:22
fabio_Lns but the problem is that the voip client i will run works under java19:23
Lnsfabio_: java browser applet, or standalone?19:27
fabio_standalone19:27
Lnsfabio_: well i'm not sure, but i'd have to assume you could use that as a local app still19:28
fabio_i will give a try19:29
fabio_thanks anyway19:29
Lnsnp19:29
Lnsgood luck19:29
fabio_thanks ;)19:30
Ahmucksalsaga ?19:55
Ahmuckis there a *deb for salasaga?19:57
LaserJockI think there is19:58
riverforkHi, I'm new to IRC (sorry if I don't know standard protocol). I'm one of the main developers of TuxMath, part of Tux4Kids, which I believe is shipped as part of Edubuntu. I'm interested in a topic that may be more at the distribution/system level. I tried joining the mailing list several days ago, but never got sent the "Confirm your subscription" email (same thing happened with my attempt to join schooltool-dev). Anyone know what is up with that? Or is22:45
riverforkthis the best place for conversations anyway?22:45
loic-mShould be22:47
LaserJockriverfork: here is ok22:48
LaserJockriverfork: but generally the mailing list will get you to a broader audience22:48
LaserJockriverfork: do you need something in particular?22:49
riverforkWith regards to the mailing list: if it takes human intervention to "approve" my request to join, that would help.22:49
riverforkHowever, I can mention the issue here briefly, you can tell me if you want more detail, or to save it for the list.22:49
LaserJockriverfork: I don't think it should require human intervention to join22:50
LaserJockriverfork: but go ahead and ask about the issue22:50
riverforkI've checked my SPAM box (though there could be one I can't access) and I didn't find an intercepted message. Well, anyway...22:51
riverforkBasically, it concerns infrastructure for free software in schools. Elementary schools in the US often run without "real" user accounts for each kid, instead assigning them a password-less login titled "Student" or something. TuxMath is needing to store per-student data. So we're thinking about how to set up the infrastructure for giving each student a fake user directory, and realizing this is something that might best be common across projects.22:52
LaserJockright22:53
riverforkA closely-related issue is expressing relationships between members of a school, say, that these 20 kids are in Mrs. Smith's class. Software should be able to go to Mrs. Smith's directory to read a common config file, and then look for special additional settings in their own home directory.22:53
loic-mriverfork: like customized lessons, or a list of students?22:54
LaserJockriverfork: yeah, that's fairly inline with some things we've been thinking about22:55
riverforkExactly. Or performance data (teachers want to know how kids are doing on the lessons), or a common high scores table. It's great if all the 2nd graders in Mrs. Smith's class compete against each other for high scores, but terrible if they also have to compete against 5th graders.22:55
LaserJockwhat would really be useful is to set up a freedesktop.org taskforce on Education to look at things like configuration files in the classroom setting22:56
riverforkDo you think there's any interest in a GSoC project to work on this stuff?22:58
LaserJockwell22:59
LaserJockI think it would be longer term than GSoC22:59
LaserJockfor just Tuxmath perhaps22:59
LaserJockbut coming up with good standards for this seems like it'd be more involved and need to include a number of key players23:00
Ahmuckthankfully, these issues are being discussed23:00
riverforkAgreed with the "key players". I've already contacted GCompris (with some discussion there) and kdeedu (silence...). There seems to be at least some level of interest.23:01
riverforkAnother complication, of course, is that we support Mac & Win, and we'd want any solution to work for those platforms too (not that we don't want to encourage the spread of Edubuntu!)23:02
LaserJocksure23:04
riverforkAnyone have any particular suggestions about who I should contact?23:04
LaserJockI wonder if we could come up with some sort of XDG path system23:05
riverforkI should also give you a link to a post I made (TuxMath, TuxPaint, GCompris, and KDE-Edu) about the topic: http://sourceforge.net/mailarchive/forum.php?thread_name=200902011543.00580.holy%40wustl.edu&forum_name=tuxpaint-devel23:05
LaserJockhmm23:06
LaserJockI wonder if we could make a way to define "groups" that would then translate into paths23:07
LaserJockso for desktop directories XDG has .config/user-dirs.dirs23:07
riverforkThe idea I outlined in that post is a hierarchical directory: school/grade/teacher/student.23:07
LaserJockthat defines several path vaiables23:07
LaserJock*variables23:07
riverforkI don't know about XDG yet, I'll read about it.23:08
riverforkXDG might be a better way to go, but just to flesh out the approach we've been thinking about: the hierarchy lets you "read down" a config file (so you read config in the school directory, then descend and read any grade-specific overrides, etc.)23:10
LaserJockriverfork: try http://standards.freedesktop.org/basedir-spec/latest/23:10
LaserJockwell, XDG would just let you have a standard, flexible way to do that23:11
riverforkFor a highscores file, the place you put it in the hierarchy defines the level at which competition occurs. So for example, if Mrs. Smith has a highscores file in her directory, the students in her class compete only with each other. If Mr. Jones and Mrs. Andrews are in the same grade as Mrs. Smith, but don't have a highscores file, then it defaults up to the grade level for them. Etc.23:11
riverforkThanks for the link, will check it out.23:11
riverforkOh rats, I just found out I have to sign off. What's the protocol for continuing this conversation? Should I just come back sometime over the weekend? If I leave the client open, will I get any intervening discussion (sorry to ask such stupid newbie questions).23:14
LaserJockriverfork: yeah, you'd get it23:14
LaserJockriverfork: but we should move this to a mailing list I think23:14
riverforkAgreed. Is there anyone who can figure out what happened to my AWOL application to join? Email is holy AT wustl followed by edu.23:15
loic-mriverfork: no need to leave your computer open, there's logs at http://irclogs.ubuntu.com/2009/02/ (but they only appear at the end of each day)23:20
Ahmucka user just shut down the server from a user account.  this was unexpected23:24
LaserJockalright, back23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!