Tiny Core Linux

General TC => General TC Talk => Topic started by: mitoim on March 21, 2011, 09:21:10 AM

Title: Disabling wm
Post by: mitoim on March 21, 2011, 09:21:10 AM
Hi,

I want to run only an X application (for example Firefox), and not the window manager.
Is this possible in TC? In Thinstation I've done it.

Thanks
Title: Re: Disabling wm
Post by: alu on March 21, 2011, 10:00:12 AM
i might be wrong, but thinstation has xorg, even if you don't see it which could give you the impression that firefox is running without wm; basically, you can load an almost not visible wm like evilwm, it will give you almost the same impression
Title: Re: Disabling wm
Post by: mitoim on March 21, 2011, 10:21:40 AM
Hi Alu,

Can you please tell me how to start evilwm instead of flwm?

Thank you
Title: Re: Disabling wm
Post by: mitoim on March 21, 2011, 10:31:27 AM
Hi Alu,

I found the evilwm.tcz and installed it.
It does the job!

Thank you very much :)
Title: Re: Disabling wm
Post by: tinypoodle on March 23, 2011, 02:50:38 AM
FWIW
Code: [Select]
Xvesa :2 -screen 1024x600x32  & opera -display :2 -kioskmode -pd kiosk &and
Code: [Select]
Xvesa :2 -screen 1024x600x32  & aterm -display :2 -geometry 1024x600 &appear to work here, without any wm.
 :D