World: r3wp
[Linux] group for linux REBOL users
older newer | first last |
AdrianS 7-Feb-2008 [1896] | In reference to my "comment" on sunday, it's the second time that something that wasn't intended for AltMe got into a group here - I was searching for "dlna" on Google. Funny thing is that I don't recall AltMe getting focus at the time. |
Graham 7-Feb-2008 [1897] | Is Altme set to grab focus on receiving a message? |
Kaj 8-Feb-2008 [1898] | You can configure it in the settings, but I'm not sure it works for Linux |
Izkata 8-Feb-2008 [1899] | On Ubuntu with Compiz Fusion, AltME just brought itself to the top for me |
Pekr 16-Feb-2008 [1900] | I just downloaded vmware image of CentOS (based upon RedHat enterprise) and would like to run httpd automatically after my system starts. How do I do that? I can log into X, start services config tool and start httpd manually, but I would like to run it after the system boot. httpd is configured in /etc/rc.d/init.d/httpd .... don't remember where to put it to have it started automatically .... |
btiffin 16-Feb-2008 [1901] | Does CentOS have update-rc by any chance? update-rc.d httpd defaults will configure the init.d scripts for all default run levels on Debian. For CentOS (I don't know CentOS utility bits) try # chkconfig --level 235 httpd on # chkconfig --list httpd Which will set httpd to run at levels 2 3 and 5. *Assuming # is the superuser prompt, not the bash comment. |
Pekr 16-Feb-2008 [1902] | what is runlevel? :-) |
btiffin 16-Feb-2008 [1903x3] | Umm, how to describe. bootup and shutdown modes. 5 is GUI, 2, 3, 4 is console (or gui on some distros) multi user, 1 is single user only 0 is go down and it is similar to protection rings on the x86. Move into and move out of control sequencing. With a fairly hairy system of named scripts controlling whether they get executed and in what order S80 K10 kinda things. S is "normal", run me at startup, and all through symbolic links our of init.d |
Nice to know about if you really really need to figure something out admin wise ... for home use, su's crontab and utilities like monit can make life a little easier on the brain, but perhaps less secure. Just don't let the scripts break during boot in superuser mode if you don't play the rc game. :) | |
Just read a couple; this is a good intro. http://www.debian-administration.org/articles/212 and I was just about to his ^S on this entry and then noticed the :-) :) Oh, well | |
BrianH 17-Feb-2008 [1906x2] | I've been looking at D-Bus. It looks useful, and easy to implement in REBOL in a cross-platform way. |
At least the client would be, anyways. | |
BrianH 18-Feb-2008 [1908] | You could implement one-to-one communication with no difficulty, even on platforms with no message bus. |
btiffin 18-Feb-2008 [1909] | Hey! What are you doing in this group? I love DCOP ... too handy, definitely one of the beautiful things about KDE. It'd be neat to see D-Bus catch on. Escape the .Net Brian, Come to the light side. Umm, if you ever get sick of this running gag; just yell at me and I might stop. :) |
BrianH 18-Feb-2008 [1910] | The're porting D-Bus to Windows, and the object model is as much like COM as it is like CORBA :) |
btiffin 18-Feb-2008 [1911] | Ooh, imagine a Konqueror browser pushing Vista around :) Tux Tux Tux! Go Tux! |
BrianH 18-Feb-2008 [1912] | KDE is running on Windows already (in alpha). It's becoming just another distribution :) |
btiffin 18-Feb-2008 [1913] | I think I can live with that actually, as long as Aero doesn't port it's way over to Debian, I'll be ok. :) |
BrianH 18-Feb-2008 [1914x2] | They're already doing it. What do you think Compiz and such are? |
All of that 3D fluff is just as silly on Linux as it is on Windows. | |
btiffin 18-Feb-2008 [1916x2] | I was just going to add, I wonder if Windows could handle Beryl. :) |
Agreed. Until we get laser beam to the eye HUDs, yep. Fluff. | |
BrianH 18-Feb-2008 [1918] | Wake me when there is some real point to turning on the WinXP/2003 Themes service, let alone Aero. |
btiffin 18-Feb-2008 [1919] | lol |
BrianH 18-Feb-2008 [1920] | I wouldn't use Themes at all it I didn't dislike grey so much. |
btiffin 18-Feb-2008 [1921] | lol - oh man ya got me twice ... people sleeping up stairs. :) |
BrianH 18-Feb-2008 [1922x3] | Don't like blue either, so KDE doesn't appeal that much :) |
I'm hoping the black in KDE 4 will be better. | |
Of course this is why I have other people mock up my GUIs, like in DevBase - my taste isn't common. | |
btiffin 18-Feb-2008 [1925] | Love the KDE blue ... but to be honest, prefer a white background, black text and a CLI |
BrianH 18-Feb-2008 [1926] | White background, black text can strain your eyes after a while - I often prefer the opposite. I like the CLI though. |
btiffin 18-Feb-2008 [1927] | I grew up on Amber and Green screens. Take that eyeballs. :) Especially when you have a couple of each colour (we had four or five tubes each ... windowing at it's finest). |
Pekr 18-Feb-2008 [1928] | btiffin - thanks for pointing me out to runlevel articles. I simply expected something as easy as autoexec.bat or startup-sequence :-) |
Graham 18-Feb-2008 [1929] | Has anyone much experience with using Wine? I'm running my application under wine and all the decimals are being displayed in scientific notation. So, instead of seeing 14.5, I see 1.4500000 x10^1 etc. |
Gabriele 18-Feb-2008 [1930x2] | REBOL is using a windows function for decimal to ascii conversion that wine implements incorrectly. |
there is no workaround other than using your own form function for decimals. | |
Oldes 18-Feb-2008 [1932] | In R3 it should be fixed, if I'm not wrong. |
Dockimbel 18-Feb-2008 [1933] | Hi guys, I've tested today latest REBOL View on a Eee PC with the default Xandros OS, it works flawlessly so far, except for the usual small glitches with some default fonts. |
btiffin 18-Feb-2008 [1934] | Petr; For you, anything, anytime. :) |
Graham 18-Feb-2008 [1935x2] | Gabriele .. thanks. Anyone got a form function for decimals?? |
Doc, I played with an Eee PC .. didn't realize it was Xandros. | |
Geomol 18-Feb-2008 [1937] | Graham, I'd guess, you can find one at the Library. |
Henrik 18-Feb-2008 [1938] | graham, Gabriele made form-decimal once. |
BrianH 18-Feb-2008 [1939] | There's a Xubuntu distribution for the Eee. |
Graham 18-Feb-2008 [1940x3] | I think there's also a printf somewhere |
http://www.compkarori.com/vanilla/display/form-decimal.r | |
That's Gabriele's | |
James 18-Feb-2008 [1943] | I'm relatively new to Linux in general, so this may be a simple question: When running REBOL in the terminal, how can I enable the <HOME>, <END>, and <DEL> keys? Right now they just print out "OH," "OF," and "[3~," respectively. I'm running Ubuntu 6.06 Dapper with Gnome. |
Geomol 18-Feb-2008 [1944x2] | James, I guess, you're interested in the keys in View. This will tell you the actual key in view: view layout [b: box red feel [engage: func [face action event] [probe reduce ["box" action event/key]]] do [focus b]] Run the code, activate the view window and press the keys. You can see the key values in the terminal. |
Here under OS X, <Home> returns #"^A", so I can do this to use it: view layout [key with [keycode: #"^A"] [alert "Home was pressed"]] | |
older newer | first last |