[rock-devel] menu autocreation

Clifford Wolf clifford at clifford.at
Thu Oct 14 17:23:13 CEST 2004


On Thu, Oct 14, 2004 at 11:25:03AM +0200, Benjamin Schieder wrote:
> > mine -l | grep \\.desktop\$
> 
> There seems to be no standard location for .desktop files. Also, I have only
> three such files here: [...]
> So we'd have to create .desktop files for probably a lot of packages.

root at localhost:/data/SubMaster/rock# mine -l | grep \\.desktop\$ | wc -l
   2417

Seams like I have a lot more.

-- 
ocaml graphics.cma <( echo 'open Graphics;;open_graph " 640x480"let
complex_mul(a,b)(c,d)=(a*.c-.b*.d,a*.d+.b*.c)let complex_add(a,b)(c
,d)=(a+.c,b+.d);;let rec mandel c n=if n>0 then let z=mandel c(n-1)
in complex_add(complex_mul z z)c else (0.0,0.0);; for x=0 to 640 do
for y=0 to 480 do let c=((float_of_int(x-450))/.200.0,(float_of_int
(y-240))/.200.0) in let cabs2(a,b)=(a*.a)+.(b*.b)in if cabs2(mandel
c 50)<4.0 then plot x y done done;;read_line()' )
 
You've got to jump off cliffs all the time and build your wings on the way
down.  -- Ray Bradbury 
 


More information about the rock-devel mailing list