I have a HTPC with Debian currently installed on. I would like to run applications which got a gui but without using a desktop environment such as gnome, kde etc.
I was wondering if running X would be enough to run the applications and then use screen so I can switch between different gui applications running.
- Is this possible?
- If no, what else do I need?
- Are there any potential problems I might bump into?
- Are there a better way to achieve what I want?
Thank you
Answer
So far as I know, screen won't help for X Windows applications.
I believe the minimum you need is a Window Manager for X11 (e.g. FVWM or Blackbox). Without a desktop I think you'd have to start a xterm shell manually for subsequent launching of X apps (e.g. xterm & exec fvwm
- see xwinman.org)
You might try a lightweight desktop environment (e.g. XFCE or LXDE) Your distro's package installer should be able to install this.
No comments:
Post a Comment