• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[!Syllable] Syllable free operating system family

Arnold
14-Apr-2012
[28x4]
I can not copy any file by dragging and dropping also ctrl-c ctrl-v 
didn't work. Copying a file should be easy?
I think delete should not be in the right-click menu only if you 
push shift or alt maybe. And there should definitely be an option 
to select move or copy a file.
I will attach a real mouse to the laptop I am using because clicking 
and right and left mouse buttons on my trackpad with two buttons 
seems to work inconsistent. No left button even if left&right button 
are swapped.
Hey, should there not be a R3/view? I only can start r3 from terminal.
Kaj
14-Apr-2012
[32x5]
R3/View only works on Windows and Amiga
Dragging moves a file. Hold Control to copy or Alt to make a symlink
We don't want to hide the delete function under another key combination
The documentation is generated by my CMS (in REBOL). We maintain 
the source files in AltME
Bas does the Dutch translations, but he stopped halfway. I would 
love you to help with them. Do you want access to the Syllable AltME 
world?
Arnold
14-Apr-2012
[37x7]
If I can work on them off-line, I have some hours on a train left 
coming week.
No dragging with the trackpad. CD can play, no sound probably a wrong 
driver, under Haiku is it like Auvia 6
Closing down the system is not possible with media player active. 
Once mediaplayer is quit the system ends with it.
OK now. I plugged in a real mouse. The scroll wheel doesn't work, 
but that wasnot promised. I can drag and drop files now. Also I could 
pull up the volume of both volume and CD controls and now I have 
sound sound.
Sound works, found the wallpaperChanger too. The Switcher should 
be on by default people like seeing they have more than one desktop.
Plugging in the mouse (non-usb port) seems conflicting with mounting 
my usb mp3 player. Unplugging the mouse made my mp3 player disks 
visible again.Well it is not consequent in this. After another try 
it took me some time to mount it because it didn't show up. After 
mounting I plugged in the mouse again. For else I cannot copy files. 
It worked. System hangs up on me or doesn't respond copying the 20th 
mp3. Enough testing for today.
Maybe my 1Ghz Pentium from 2001 is too old for this work. :)
Kaj
14-Apr-2012
[44x5]
Hung applications can prevent the system from shutting down:
http://web.syllable.org/Desktop/Welcome.html#on-off
I've never heard of a scroll wheel not working before. What kind 
of mice is it?
A 1 GHz machine is very powerful for Syllable, but it sounds like 
you may be hitting the bugs in the USB 2 driver. Do you have USB 
1 ports that you could try?
Of course you can work off-line on files in AltME. I'll mail you 
account info
Nicolas
19-Apr-2012
[49x2]
Are there any plans to port syllable to raspberry pi?
It seems to me that a major obstacle to operating system adoption 
is the difficulty of partitioning a hard drive, and potentially losing 
all the data from the other operating system partition. Raspberry 
pi is a $35 ARM system with an SD card designed to teach people how 
to program. It's an embedded system, so syllable would shine because 
it is light weight. One of these systems is powerful enough to output 
1080p video and extremely small.
Kaj
20-Apr-2012
[51]
I agree. It's tough to port Syllable Desktop to a different CPU architecture, 
but I'm considering porting Syllable Server
Kaj
8-May-2012
[52]
I was beginning to despair, but I finally got the Enlightenment canvas 
library working on Syllable Desktop :-)
Kaj
11-May-2012
[53]
I got some of the examples of the Edje layout engine to work
Andreas
23-Jun-2012
[54x2]
Kaj, not sure if it's of use to you, but I dug out the timings from 
the last time I built Qt (on a Linux host, 4 months ago):


$ ./configure -opensource -nomake examples -nomake demos -nomake 
docs -nomake translations
5 minutes

$ make -j2
34 minutes


That was on a moderate dual-core machine with 2GB ram and spinning 
disks. Not sure how much make could parallelise, but for a single-core 
machine roughly twice the build time will be a reasonable worst case 
estimation. I guess that otherwise the configure-to-build time ratio 
will still be roughly the same.
(Sorry, ~2 months ago.)
Kaj
25-Jun-2012
[56x3]
I'm starting to get the GUI build to work, and it takes a few hours 
here, but Syllable Desktop can't use the second core on this machine, 
and compiling is roughly half the speed as on Linux, anyway, so that's 
roughly consistent with your timing
The configuration can be sped up a bit by using -fast if you are 
using -nomake like that on significant parts
The QtQUI shared library I have right now is 12.5 MB
Andreas
25-Jun-2012
[59]
Yes, ~13M for the libQtGui shlib here as well.
Kaj
27-Jun-2012
[60]
The installed QMake I end up with for Qt 4.8.2 is almost 5 MB
Pekr
27-Jun-2012
[61]
That's good footprint, isn't it? Not following the discussion - I 
thought you are working on an Enlightenment, not Qt? But maybe I 
mix Syllable and RED efforts?
Kaj
27-Jun-2012
[62]
I don't know what you think the footprint is for, but it's only the 
executable of one tool needed for compiling Qt
Pekr
27-Jun-2012
[63]
ah ha, I thought it is a "runtime" library with the whole Qt :-)
Kaj
27-Jun-2012
[64]
No, that's around 100 MB, I have now established, if you strip out 
all the documentation, examples and demos
Pekr
27-Jun-2012
[65x2]
So Syllable is going to use Qt for some apps or the system in overall?
So what's your Enlightenment effort then? Red only related?
Kaj
27-Jun-2012
[67x4]
No, we never wanted to depend on Qt. And I have it all built now, 
but the GUI doesn't work yet
Still, people want to run Qt apps
I'm working on many things, currently Enlightenment, GTK+ and Qt. 
The infrastructure they need in Syllable to build and run is mostly 
shared, and some of the dependencies they use are shared
I have all of Enlightenment working except the widget set. I have 
DirectFB working and am currently building GTK and Qt on top of that. 
I have all of Qt built but nothing GUI works. I have all of GTK working 
except GTK itself, so no GUI there, either, but I'm still working 
on that
Pekr
27-Jun-2012
[71]
You seem to be skilled in porting various toolkits. No intention 
to port View engine to Red/System? :-)
Kaj
27-Jun-2012
[72x4]
As Gabriele noted, I'm modifying code I don't understand, so I'm 
not feeling very skilled, but I suppose I am after the experience 
:-)
It doesn't help that the ports get stuck just before they would become 
useful - as has happened with many ports attempts over the years
So I need very good reasons to start such an attempt, and the R3 
View engine has several red flags that we discussed before
I was going to port it to Syllable, but with REBOL down that makes 
no sense anymore
Pekr
27-Jun-2012
[76]
what red flags? The licence is not set, and the author and owner 
of the code is Cyphre, not RT, so if it is licence related, we should 
talk to Cyphre imo ... but anyway - wrong group. It is just that 
we are binding to some heavy solutions as GTK, Enlightenment, instead 
of going probably the less hard route?
Kaj
27-Jun-2012
[77]
Those toolkits have widget sets that you would have to redo in Red 
for View, for another several years of uncertain development