Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-22-2009, 04:52 AM
|
#1
|
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,546
Rep:
|
is there a no-X (console based) windows manager?
Like you can run several programs under console, or it could even convert the text of X apps into console ?
Is it just a dream or reality for Linux?
|
|
|
|
05-22-2009, 05:12 AM
|
#2
|
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,546
Original Poster
Rep:
|
forget dvtm, you cannot select the text to do copy paste
so here a solution :
Quote:
Copy / Paste doesn't work in X
If you have mouse support enabled, which is the case with the default settings, you need to hold down shift while selecting and inserting text. In case you don't like this behaviour remove CONFIG_MOUSE from the CFLAGS in config.mk you will however no longer be able to perform other mouse actions like selecting windows etc.
|
Last edited by frenchn00b; 05-22-2009 at 05:13 AM.
|
|
|
|
05-22-2009, 05:33 AM
|
#3
|
|
Senior Member
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,843
Rep: 
|
http://vwm.sourceforge.net/ seems promising.
Otherwise, there's GNU Screen, which allows you to have the equivalent of many desktops open within a single virtual terminal.
|
|
|
|
05-22-2009, 05:41 AM
|
#4
|
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,546
Original Poster
Rep:
|
Quote:
Originally Posted by pwc101
http://vwm.sourceforge.net/ seems promising.
Otherwise, there's GNU Screen, which allows you to have the equivalent of many desktops open within a single virtual terminal.
|
What kind of apt-get install XXXXXX, should I do for the :
./configure ; make ; make install
because I have error to compile ...
Code:
.h:125: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:126: error: expected â)â before â*â token
vwm.h:128: error: expected â)â before â*â token
vwm.h:129: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_category_sortâ
vwm.h:132: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_keyring_getâ
vwm.h:133: error: expected â)â before âkeyringâ
vwm.h:134: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_setâ
vwm.h:136: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_swapâ
vwm.h:138: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_runâ
vwm.h:143: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:144: error: expected â)â before â*â token
vwm.h:146: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:148: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:154: error: expected â)â before â*â token
vwm.h:155: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:156: error: expected â)â before âtimeoutâ
vwm.h:157: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_scrsaver_timeout_getâ
vwm.h:160: error: expected â)â before â*â token
vwm_wndlist.c:30:18: error: menu.h: No such file or directory
vwm_wndlist.c:35: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm_wndlist.c:102: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_fmod_wndlist_ON_DESTROYâ
vwm_wndlist.c:134: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_fmod_wndlist_ON_KEYSTROKEâ
make: *** [vwm] Error 1
I have glib 1.2 in the debian stable. so i can forget vwm??
Quote:
glib-2.0 was not found
No package 'glib-2.0' found
No package 'gmodule-2.0' found
No package 'gthread-2.0' found
|
--
sounds cool: http://vwm.sourceforge.net/killingtime.png
Last edited by frenchn00b; 05-22-2009 at 05:48 AM.
|
|
|
|
05-22-2009, 06:11 AM
|
#5
|
|
Senior Member
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,843
Rep: 
|
I didn't really understand you last post, but it seems there's no precompiled binary package for vwm in Debian. In which case, you're going to have to roll your own. If, as I think you said, there's a deal-breaker dependency issue, then I'm not sure how you'd proceed.
Have you looked into GNU Screen? I believe it can split a terminal, emulating separate windows.
edit: http://polishlinux.org/howtos/screen-tips-tricks/
Last edited by pwc101; 05-22-2009 at 06:17 AM.
|
|
|
|
05-22-2009, 06:17 AM
|
#6
|
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,546
Original Poster
Rep:
|
Quote:
Originally Posted by pwc101
I didn't really understand you last post, but it seems there's no precompiled binary package for vwm in Debian. In which case, you're going to have to roll your own. If, as I think you said, there's a deal-breaker dependency issue, then I'm not sure how you'd proceed.
Have you looked into GNU Screen? I believe it can split a terminal, emulating separate windows.
|
I tried:
dvtm and screen, well there is also twin but twin is sure of no way. too old.
screen hasnt moving nox-windows
|
|
|
|
05-22-2009, 06:25 AM
|
#7
|
|
Senior Member
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,843
Rep: 
|
Wow, it seems we've found one of the only pieces of software apparently not available in Debian.
Googling throws this one up too: http://caca.zoy.org/wiki/neercs. No idea of its functionality.
|
|
|
|
05-22-2009, 06:45 AM
|
#8
|
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,546
Original Poster
Rep:
|
Quote:
Originally Posted by pwc101
Wow, it seems we've found one of the only pieces of software apparently not available in Debian.
Googling throws this one up too: http://caca.zoy.org/wiki/neercs. No idea of its functionality.
|
thanks (I rather like twin like)
libcaca stuffs, I guess i wont manage to install it in a decent time 
|
|
|
|
05-22-2009, 11:47 AM
|
#9
|
|
LQ Newbie
Registered: May 2009
Posts: 5
Rep:
|
Compiling VWM from scratch
VWM author here. Glad to answer build questions if needed.
|
|
|
|
05-22-2009, 12:24 PM
|
#10
|
|
Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: PocketWriter/MinimalX
Posts: 5,057
|
OK hey; is it possible, maybe to add VWM to any distro, like TTYLinux ( http://minimalinux.org/ttylinux/ ) or Slackware?
I have been wanting a text editor for both console and X...maybe VWM can help that in some way...?
|
|
|
|
05-22-2009, 12:34 PM
|
#11
|
|
Guru
Registered: May 2003
Location: London, UK
Distribution: Ubuntu 10.04, mostly
Posts: 6,002
|
@TragicWarrior
Quote:
|
VWM author here. Glad to answer build questions if needed.
|
Thank you.
Welcome to LQ!
|
|
|
|
05-22-2009, 02:52 PM
|
#12
|
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,546
Original Poster
Rep:
|
Quote:
Originally Posted by TragicWarrior
VWM author here. Glad to answer build questions if needed.
|
and the author is welcome as this, as a king :
http://www.amma-europe.org/french/20...1_cannes01.jpg
Quote:
.h:125: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:126: error: expected â)â before â*â token
vwm.h:128: error: expected â)â before â*â token
vwm.h:129: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_category_sortâ
vwm.h:132: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_keyring_getâ
vwm.h:133: error: expected â)â before âkeyringâ
vwm.h:134: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_setâ
vwm.h:136: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_swapâ
vwm.h:138: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_runâ
vwm.h:143: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:144: error: expected â)â before â*â token
vwm.h:146: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:148: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:154: error: expected â)â before â*â token
vwm.h:155: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:156: error: expected â)â before âtimeoutâ
vwm.h:157: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_scrsaver_timeout_getâ
vwm.h:160: error: expected â)â before â*â token
vwm_wndlist.c:30:18: error: menu.h: No such file or directory
vwm_wndlist.c:35: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm_wndlist.c:102: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_fmod_wndlist_ON_DESTROYâ
vwm_wndlist.c:134: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_fmod_wndlist_ON_KEYSTROKEâ
make: *** [vwm] Error 1
|
error are that debian stable hasnt libtoolize and glib 2.0 is not in debian stable. that will break it, partic,. for frenchnoob.
|
|
|
|
05-22-2009, 03:28 PM
|
#13
|
|
LQ Newbie
Registered: May 2009
Posts: 5
Rep:
|
Text editor
Quote:
Originally Posted by linus72
OK hey; is it possible, maybe to add VWM to any distro, like TTYLinux ( http://minimalinux.org/ttylinux/ ) or Slackware?
I have been wanting a text editor for both console and X...maybe VWM can help that in some way...?
|
The nano text editor with color syntax highlighting runs quite well in VWM and quite a bit of development that way.
|
|
|
|
05-22-2009, 03:45 PM
|
#14
|
|
Senior Member
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,546
Original Poster
Rep:
|
In reply to the pm, the code of the error is here as with:
Quote:
Quote:
Originally Posted by pwc101 View Post
http://vwm.sourceforge.net/ seems promising.
Otherwise, there's GNU Screen, which allows you to have the equivalent of many desktops open within a single virtual terminal.
What kind of apt-get install XXXXXX, should I do for the :
./configure ; make ; make install
because I have error to compile ...
Code:
.h:125: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:126: error: expected â)â before â*â token
vwm.h:128: error: expected â)â before â*â token
vwm.h:129: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_category_sortâ
vwm.h:132: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_keyring_getâ
vwm.h:133: error: expected â)â before âkeyringâ
vwm.h:134: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_setâ
vwm.h:136: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_swapâ
vwm.h:138: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_hotkey_runâ
vwm.h:143: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:144: error: expected â)â before â*â token
vwm.h:146: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:148: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:154: error: expected â)â before â*â token
vwm.h:155: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm.h:156: error: expected â)â before âtimeoutâ
vwm.h:157: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_scrsaver_timeout_getâ
vwm.h:160: error: expected â)â before â*â token
vwm_wndlist.c:30:18: error: menu.h: No such file or directory
vwm_wndlist.c:35: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
vwm_wndlist.c:102: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_fmod_wndlist_ON_DESTROYâ
vwm_wndlist.c:134: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âvwm_fmod_wndlist_ON_KEYSTROKEâ
make: *** [vwm] Error 1
I have glib 1.2 in the debian stable. so i can forget vwm??
Quote:
glib-2.0 was not found
No package 'glib-2.0' found
No package 'gmodule-2.0' found
No package 'gthread-2.0' found
--
|
Debian stable hasnt enough packages, is it possible to downgrade the vwm, to let it work on stable debian (ref.) or whatever linux trick eventually?
thank you
best regards
Quote:
]:$~>apt-cache search glib | grep glib | grep dev
libavahi-glib-dev - Development headers for the Avahi glib integration library
libdbus-glib-1-dev - simple interprocess messaging system (GLib interface)
libglib-java-dev - Java bindings for GLib (development files)
libglib1.2-dev - The GLib library of C routines (development)
libglib2.0-dev - Development files for the GLib library
libglibmm-2.4-dev - C++ wrapper for the GLib toolkit (development files)
libglrr-glib-dev - Development library of Grift (glib)
libgsnmp0-dev - an SNMP library implementation based on glib and gnet (development files)
libjson-glib-dev - GLib JSON manipulation library (development files)
libnm-glib-dev - network management framework (GLib interface)
libpoppler-glib-dev - PDF rendering library -- development files (GLib interface)
libsofia-sip-ua-glib-dev - Sofia-SIP library glib/gobject interface development files
libtaglib-ocaml-dev - OCaml bindings for the TagLib Audio Meta-Data Library
libtelepathy-glib-dev - GLib Telepathy connection manager library (headers)
libxmmsclient++-glib-dev - XMMS2 - glib client library for c++ - development files
libxmmsclient-glib-dev - XMMS2 - glib client library - development files
|
Last edited by frenchn00b; 05-22-2009 at 03:47 PM.
|
|
|
|
05-22-2009, 04:01 PM
|
#15
|
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 3,943
|
Have any of you tried the venerable emacs system? IIRC it can do an awful lot of the WM stuff using its "buffers" as windows.
There is also the elinks no-X browser available, which I've sometimes found handy when trying to find a driver to get X working.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:19 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|