LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-22-2009, 04:52 AM   #1
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
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?
 
Old 05-22-2009, 05:12 AM   #2
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
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.
 
Old 05-22-2009, 05:33 AM   #3
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
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.
 
Old 05-22-2009, 05:41 AM   #4
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
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
--
sounds cool: http://vwm.sourceforge.net/killingtime.png

Last edited by frenchn00b; 05-22-2009 at 05:48 AM.
 
Old 05-22-2009, 06:11 AM   #5
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
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.
 
Old 05-22-2009, 06:17 AM   #6
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by pwc101 View Post
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
 
Old 05-22-2009, 06:25 AM   #7
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
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.
 
Old 05-22-2009, 06:45 AM   #8
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by pwc101 View Post
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
 
Old 05-22-2009, 11:47 AM   #9
TragicWarrior
LQ Newbie
 
Registered: May 2009
Posts: 5

Rep: Reputation: 2
Compiling VWM from scratch

VWM author here. Glad to answer build questions if needed.
 
Old 05-22-2009, 12:24 PM   #10
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
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...?
 
Old 05-22-2009, 12:34 PM   #11
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
@TragicWarrior
Quote:
VWM author here. Glad to answer build questions if needed.
Thank you.

Welcome to LQ!
 
Old 05-22-2009, 02:52 PM   #12
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by TragicWarrior View Post
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.
 
Old 05-22-2009, 03:28 PM   #13
TragicWarrior
LQ Newbie
 
Registered: May 2009
Posts: 5

Rep: Reputation: 2
Text editor

Quote:
Originally Posted by linus72 View Post
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.
 
Old 05-22-2009, 03:45 PM   #14
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
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.
 
Old 05-22-2009, 04:01 PM   #15
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there any Gui Based Program in Linux as Task Manager in Windows sheraz Linux - Software 5 09-06-2007 05:57 PM
Console Based Games? pxumsgdxpcvjm Linux - Games 2 08-15-2007 07:16 AM
LXer: Linux-based website beats Windows-based sites LXer Syndicated Linux News 0 06-21-2007 04:17 AM
Menu based console package manager? nebdy Linux - Software 1 06-28-2004 06:07 AM
Console based IM software? menhilmor Linux - Software 6 02-14-2003 08:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration