00:00 | fosser_josh (~prathames@59.95.29.38) left irc: Quit: Leaving. | |
00:03 | herman (~herman@p579876DC.dip.t-dialin.net) joined #ltsp. | |
02:24 | [GuS] (~MysT@unaffiliated/gus/x-663402) joined #ltsp. | |
02:24 | [GuS] (~MysT@unaffiliated/gus/x-663402) left irc: Remote host closed the connection | |
02:33 | [GuS] (~MysT@unaffiliated/gus/x-663402) joined #ltsp. | |
02:38 | Selveste1 (~Selveste1@88.83.86.20.static.dong.customer.smilecontent.dk) left irc: Remote host closed the connection | |
02:41 | Selveste1 (~Selveste1@88.83.86.20.static.dong.customer.smilecontent.dk) joined #ltsp. | |
03:13 | ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) joined #ltsp. | |
03:27 | Selveste1 (~Selveste1@88.83.86.20.static.dong.customer.smilecontent.dk) left irc: Remote host closed the connection | |
03:29 | Selveste1 (~Selveste1@88.83.86.20.static.dong.customer.smilecontent.dk) joined #ltsp. | |
04:27 | herman (~herman@p579876DC.dip.t-dialin.net) left irc: Remote host closed the connection | |
04:28 | herman (~herman@p579876DC.dip.t-dialin.net) joined #ltsp. | |
05:38 | herman (~herman@p579876DC.dip.t-dialin.net) left irc: Ping timeout: 248 seconds | |
05:51 | herman (~herman@p5790A835.dip.t-dialin.net) joined #ltsp. | |
06:34 | ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) left irc: Excess Flood | |
06:34 | ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) joined #ltsp. | |
06:58 | alkisg (~alkisg@ubuntu/member/alkisg) left irc: Ping timeout: 260 seconds | |
07:17 | drdata (~drdata@pool-173-57-189-158.dllstx.fios.verizon.net) left irc: Ping timeout: 250 seconds | |
07:29 | bobby_C (~bobby@188.20.161.210) joined #ltsp. | |
09:22 | chupacabra (~chupacabr@cpe-70-112-10-45.austin.res.rr.com) left irc: Ping timeout: 252 seconds | |
09:27 | [GuS] (~MysT@unaffiliated/gus/x-663402) left irc: Read error: Connection reset by peer | |
09:29 | herman (~herman@p5790A835.dip.t-dialin.net) left irc: Remote host closed the connection | |
09:36 | chupacabra (~chupacabr@cpe-70-112-10-45.austin.res.rr.com) joined #ltsp. | |
09:56 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
09:56 | mistik1 (mistik1@unaffiliated/mistik1) left irc: Read error: Connection reset by peer | |
09:56 | mistik1 (mistik1@unaffiliated/mistik1) joined #ltsp. | |
11:35 | artista_frustrad (~artista_f@187.6.155.246) left irc: Ping timeout: 240 seconds | |
11:48 | artista_frustrad (~artista_f@187.6.155.246) joined #ltsp. | |
11:51 | brunolambert (~brunolamb@dsl-10-149-120.b2b2c.ca) joined #ltsp. | |
11:56 | brunolambert (~brunolamb@dsl-10-149-120.b2b2c.ca) left irc: Ping timeout: 252 seconds | |
13:24 | alkisg (~alkisg@ubuntu/member/alkisg) left irc: Ping timeout: 276 seconds | |
13:40 | vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) joined #ltsp. | |
14:35 | Ahmuck-Sr (~quietly@p178n22.ruraltel.net) joined #ltsp. | |
14:36 | Ahmuck (~quietly@p178n22.ruraltel.net) left irc: Ping timeout: 276 seconds | |
14:50 | bobby_C (~bobby@188.20.161.210) left irc: Read error: Operation timed out | |
15:32 | ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) left irc: Ping timeout: 276 seconds | |
16:02 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
16:22 | alkisg (~alkisg@ubuntu/member/alkisg) left irc: Quit: Leaving. | |
18:30 | artista_frustrad (~artista_f@187.6.155.246) left irc: Ping timeout: 252 seconds | |
18:43 | elias_a (elias@hilla.kapsi.fi) left irc: Ping timeout: 240 seconds | |
18:45 | <vagrantc> oh, where are all the magic tricks
| |
18:46 | <highvoltage> they are invisible
| |
18:46 | <vagrantc> anyone remember the gconf magic to disable screensavers on lucid?
| |
18:47 | oh, i remember. i stuck it in a package.
| |
18:48 | <mistik1> does anyone know why they invented gconf?
| |
18:49 | <highvoltage> because there was a need to programatically set key/value pairs in desktop environments?
| |
18:49 | <vagrantc> that's useful and all ... but the implementation is ... hrm.
| |
18:49 | <mistik1> you mean something was wrong with writing foo=bar in a text file?
| |
18:50 | I for one absolutely refuse to use or program anything that uses gconf
| |
18:51 | <highvoltage> vagrantc: have you used gsettings/dconf at all? it's horrible to work with
| |
18:51 | anyway, in my cheat notes I have:
| |
18:51 | GConf-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set --type string /apps/gnome-screensaver/mode blank-only
| |
18:51 | and
| |
18:51 | GConf-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --set --type boolean /desktop/gnome/lockdown/disable_lock_screen True /apps/panel/global/disable_l
| |
18:51 | not sure if any of that is useful for you
| |
18:52 | <vagrantc> i stuck it in a package where i can use gconf-defaults/gconf-mandatory
| |
19:05 | Nick change: Ahmuck-Sr -> Ahmuck | |
19:11 | <vagrantc> highvoltage: is that the same as gconftool
| |
19:11 | ?
| |
19:13 | <highvoltage> vagrantc: I was wondering the exact same thing when I pasted that
| |
19:13 | it's been gconftool-2 in recent releases
| |
19:13 | <vagrantc> gconftool seems to be an alternative pointing to gconftool-2
| |
19:27 | artista_frustrad (~artista_f@189.75.201.155) joined #ltsp. | |
20:00 | vagrantc (~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) left irc: Quit: leaving | |
22:07 | Ahmuck (~quietly@p178n22.ruraltel.net) left irc: Remote host closed the connection | |
22:37 | alkisg (~alkisg@ubuntu/member/alkisg) joined #ltsp. | |
23:33 | Mobe (~Mobe@adsl-82-141-67-174.kotinet.com) left irc: Ping timeout: 252 seconds | |
23:44 | * Lns has always known it as gconftool-2 | |
23:51 | MorningSon (~MorningSo@cpe-66-25-84-220.satx.res.rr.com) left irc: Quit: WeeChat 0.3.0 | |
23:53 | <alkisg> It's not needed in Lucid either way, as gnome-screensaver is patched in Ubuntu to only allow/show blank screen
| |
23:53 | ...for ltsp clients (checks the environment for LTSP_CLIENT)
| |
23:54 | ball (~ball@c-98-226-194-183.hsd1.il.comcast.net) joined #ltsp. | |
23:55 | <ball> Do most nettops make passable ltsp terminals?
| |
23:56 | <alkisg> Anything with 64 ram can make an ltsp terminal, and with 256 a descent one
| |
00:00 | --- Sun Apr 24 2011 | |