LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-17-2004, 04:54 PM   #1
tavilach
Member
 
Registered: Jun 2004
Posts: 38

Rep: Reputation: 15
Cannot Install Dockapps in Fluxbox


When I extract the tarball for a certain dockapp, it tells me to run, in root, "make," and then "make install."

Look what happens when I try that:

Quote:
me@MYSERVER:~/volume.app-1.1a$ su
Password:
MYSERVER:/home/me/volume.app-1.1a# make
cc -g -O2 -W -Wall -DHAVE_CONFIG_H -c -o knob.o knob.c
knob.c:32:19: X11/X.h: No such file or directory
knob.c:33:22: X11/Xlib.h: No such file or directory
knob.c:34:23: X11/Xutil.h: No such file or directory
knob.c:35:34: X11/extensions/shape.h: No such file or directory
knob.c:36:21: X11/xpm.h: No such file or directory
knob.c:37:28: X11/cursorfont.h: No such file or directory
In file included from knob.c:41:
knob.h:24: error: parse error before '*' token
knob.c:60: error: parse error before '*' token
knob.c:60: warning: type defaults to `int' in declaration of `display'
knob.c:60: warning: data definition has no type or storage class
knob.c:61: error: parse error before "knob_pixmap"
knob.c:61: warning: type defaults to `int' in declaration of `knob_pixmap'
knob.c:61: warning: data definition has no type or storage class
knob.c:62: error: parse error before "knob_mask"
knob.c:62: warning: type defaults to `int' in declaration of `knob_mask'
knob.c:62: warning: data definition has no type or storage class
knob.c:63: error: parse error before "knob_gc"
knob.c:63: warning: type defaults to `int' in declaration of `knob_gc'
knob.c:63: warning: data definition has no type or storage class
knob.c:64: error: parse error before "knob_win"
knob.c:64: warning: type defaults to `int' in declaration of `knob_win'
knob.c:64: warning: data definition has no type or storage class
knob.c:65: error: parse error before "knob_iconwin"
knob.c:65: warning: type defaults to `int' in declaration of `knob_iconwin'
knob.c:65: warning: data definition has no type or storage class
knob.c:66: error: parse error before "led_on_pixmap"
knob.c:66: warning: type defaults to `int' in declaration of `led_on_pixmap'
knob.c:66: warning: data definition has no type or storage class
knob.c:67: error: parse error before "led_on_mask"
knob.c:67: warning: type defaults to `int' in declaration of `led_on_mask'
knob.c:67: warning: data definition has no type or storage class
knob.c:68: error: parse error before "led_off_pixmap"
knob.c:68: warning: type defaults to `int' in declaration of `led_off_pixmap'
knob.c:68: warning: data definition has no type or storage class
knob.c:69: error: parse error before "led_off_mask"
knob.c:69: warning: type defaults to `int' in declaration of `led_off_mask'
knob.c:69: warning: data definition has no type or storage class
knob.c:71: error: parse error before "hand_cursor"
knob.c:71: warning: type defaults to `int' in declaration of `hand_cursor'
knob.c:71: warning: data definition has no type or storage class
knob.c:72: error: parse error before "null_cursor"
knob.c:72: warning: type defaults to `int' in declaration of `null_cursor'
knob.c:72: warning: data definition has no type or storage class
knob.c:77: error: parse error before "create_null_cursor"
knob.c:77: error: parse error before '*' token
knob.c:78: warning: return type defaults to `int'
knob.c: In function `create_null_cursor':
knob.c:79: error: `Pixmap' undeclared (first use in this function)
knob.c:79: error: (Each undeclared identifier is reported only once
knob.c:79: error: for each function it appears in.)
knob.c:79: error: parse error before "cursor_mask"
knob.c:80: error: `XGCValues' undeclared (first use in this function)
knob.c:81: error: `GC' undeclared (first use in this function)
knob.c:82: error: `XColor' undeclared (first use in this function)
knob.c:83: error: `Cursor' undeclared (first use in this function)
knob.c:85: error: `cursor_mask' undeclared (first use in this function)
knob.c:85: warning: implicit declaration of function `XCreatePixmap'
knob.c:85: error: `x_display' undeclared (first use in this function)
knob.c:85: warning: implicit declaration of function `DefaultRootWindow'
knob.c:86: error: `gcvals' undeclared (first use in this function)
knob.c:86: error: `GXclear' undeclared (first use in this function)
knob.c:87: error: `gc' undeclared (first use in this function)
knob.c:87: warning: implicit declaration of function `XCreateGC'
knob.c:87: error: `GCFunction' undeclared (first use in this function)
knob.c:88: warning: implicit declaration of function `XFillRectangle'
knob.c:89: error: `dummy_color' undeclared (first use in this function)
knob.c:92: error: `cursor' undeclared (first use in this function)
knob.c:92: warning: implicit declaration of function `XCreatePixmapCursor'
knob.c:99: warning: implicit declaration of function `XFreePixmap'
knob.c:100: warning: implicit declaration of function `XFreeGC'
knob.c: At top level:
knob.c:106: error: parse error before '*' token
knob.c: In function `knob_init':
knob.c:109: error: `Pixel' undeclared (first use in this function)
knob.c:109: error: parse error before "black"
knob.c:110: error: `XSizeHints' undeclared (first use in this function)
knob.c:111: error: `XGCValues' undeclared (first use in this function)
knob.c:112: error: `XClassHint' undeclared (first use in this function)
knob.c:113: error: `XTextProperty' undeclared (first use in this function)
knob.c:114: error: `XpmAttributes' undeclared (first use in this function)
knob.c:115: error: `XWMHints' undeclared (first use in this function)
knob.c:117: error: `x_display' undeclared (first use in this function)
knob.c:119: error: `black' undeclared (first use in this function)
knob.c:119: warning: implicit declaration of function `BlackPixel'
knob.c:119: warning: implicit declaration of function `DefaultScreen'
knob.c:121: error: `sizehints' undeclared (first use in this function)
knob.c:121: error: `USSize' undeclared (first use in this function)
knob.c:121: error: `USPosition' undeclared (first use in this function)
knob.c:126: warning: implicit declaration of function `XCreateSimpleWindow'
knob.c:142: warning: implicit declaration of function `XSetWMNormalHints'
knob.c:144: error: `classhint' undeclared (first use in this function)
knob.c:146: warning: implicit declaration of function `XSetClassHint'
knob.c:155: warning: implicit declaration of function `XSelectInput'
knob.c:155: error: `ExposureMask' undeclared (first use in this function)
knob.c:155: error: `ButtonPressMask' undeclared (first use in this function)
knob.c:155: error: `ButtonReleaseMask' undeclared (first use in this function)
knob.c:155: error: `PointerMotionMask' undeclared (first use in this function)
knob.c:155: error: `StructureNotifyMask' undeclared (first use in this function)
knob.c:160: warning: implicit declaration of function `XStringListToTextProperty

'
knob.c:160: error: `wname' undeclared (first use in this function)
knob.c:161: warning: implicit declaration of function `XSetWMName'
knob.c:163: error: `gcvals' undeclared (first use in this function)
knob.c:169: error: `GCBackground' undeclared (first use in this function)
knob.c:169: error: `GCForeground' undeclared (first use in this function)
knob.c:169: error: `GCGraphicsExposures' undeclared (first use in this function)
knob.c:172: error: `xpmattrs' undeclared (first use in this function)
knob.c:175: error: `XpmExactColors' undeclared (first use in this function)
knob.c:175: error: `XpmAllocCloseColors' undeclared (first use in this function)
knob.c:175: error: `XpmCloseness' undeclared (first use in this function)
knob.c:176: warning: implicit declaration of function `XpmCreatePixmapFromData'
knob.c:182: error: `XpmSuccess' undeclared (first use in this function)
knob.c:202: warning: implicit declaration of function `XShapeCombineMask'
knob.c:205: error: `ShapeBounding' undeclared (first use in this function)
knob.c:208: error: `ShapeSet' undeclared (first use in this function)
knob.c:217: error: `wmhints' undeclared (first use in this function)
knob.c:217: error: `WithdrawnState' undeclared (first use in this function)
knob.c:222: error: `StateHint' undeclared (first use in this function)
knob.c:222: error: `IconWindowHint' undeclared (first use in this function)
knob.c:222: error: `IconPositionHint' undeclared (first use in this function)
knob.c:222: error: `WindowGroupHint' undeclared (first use in this function)
knob.c:223: warning: implicit declaration of function `XSetWMHints'
knob.c:225: warning: implicit declaration of function `XCreateFontCursor'
knob.c:225: error: `XC_hand2' undeclared (first use in this function)
knob.c:229: warning: implicit declaration of function `XMapWindow'
knob.c: At top level:
knob.c:235: error: parse error before "Window"
knob.c: In function `draw_knob_aux':
knob.c:239: error: `Pixmap' undeclared (first use in this function)
knob.c:239: error: parse error before "led_pixmap"
knob.c:240: error: `XEvent' undeclared (first use in this function)
knob.c:244: error: `volume' undeclared (first use in this function)
knob.c:251: error: `led_pixmap' undeclared (first use in this function)
knob.c:252: error: `led_mask' undeclared (first use in this function)
knob.c:260: warning: implicit declaration of function `XCopyArea'
knob.c:263: error: `w' undeclared (first use in this function)
knob.c:271: warning: implicit declaration of function `XSetClipOrigin'
knob.c:272: warning: implicit declaration of function `XSetClipMask'
knob.c:281: error: `None' undeclared (first use in this function)
knob.c:285: warning: implicit declaration of function `XCheckTypedWindowEvent'
knob.c:285: error: `Expose' undeclared (first use in this function)
knob.c:285: error: `dummy' undeclared (first use in this function)
knob.c: In function `draw_knob':
knob.c:293: warning: implicit declaration of function `XFlush'
knob.c: In function `knob_grab':
knob.c:307: warning: implicit declaration of function `XDefineCursor'
make: *** [knob.o] Error 1
MYSERVER:/home/me/volume.app-1.1a# make install
cc -g -O2 -W -Wall -DHAVE_CONFIG_H -c -o knob.o knob.c
knob.c:32:19: X11/X.h: No such file or directory
knob.c:33:22: X11/Xlib.h: No such file or directory
knob.c:34:23: X11/Xutil.h: No such file or directory
knob.c:35:34: X11/extensions/shape.h: No such file or directory
knob.c:36:21: X11/xpm.h: No such file or directory
knob.c:37:28: X11/cursorfont.h: No such file or directory
In file included from knob.c:41:
knob.h:24: error: parse error before '*' token
knob.c:60: error: parse error before '*' token
knob.c:60: warning: type defaults to `int' in declaration of `display'
knob.c:60: warning: data definition has no type or storage class
knob.c:61: error: parse error before "knob_pixmap"
knob.c:61: warning: type defaults to `int' in declaration of `knob_pixmap'
knob.c:61: warning: data definition has no type or storage class
knob.c:62: error: parse error before "knob_mask"
knob.c:62: warning: type defaults to `int' in declaration of `knob_mask'
knob.c:62: warning: data definition has no type or storage class
knob.c:63: error: parse error before "knob_gc"
knob.c:63: warning: type defaults to `int' in declaration of `knob_gc'
knob.c:63: warning: data definition has no type or storage class
knob.c:64: error: parse error before "knob_win"
knob.c:64: warning: type defaults to `int' in declaration of `knob_win'
knob.c:64: warning: data definition has no type or storage class
knob.c:65: error: parse error before "knob_iconwin"
knob.c:65: warning: type defaults to `int' in declaration of `knob_iconwin'
knob.c:65: warning: data definition has no type or storage class
knob.c:66: error: parse error before "led_on_pixmap"
knob.c:66: warning: type defaults to `int' in declaration of `led_on_pixmap'
knob.c:66: warning: data definition has no type or storage class
knob.c:67: error: parse error before "led_on_mask"
knob.c:67: warning: type defaults to `int' in declaration of `led_on_mask'
knob.c:67: warning: data definition has no type or storage class
knob.c:68: error: parse error before "led_off_pixmap"
knob.c:68: warning: type defaults to `int' in declaration of `led_off_pixmap'
knob.c:68: warning: data definition has no type or storage class
knob.c:69: error: parse error before "led_off_mask"
knob.c:69: warning: type defaults to `int' in declaration of `led_off_mask'
knob.c:69: warning: data definition has no type or storage class
knob.c:71: error: parse error before "hand_cursor"
knob.c:71: warning: type defaults to `int' in declaration of `hand_cursor'
knob.c:71: warning: data definition has no type or storage class
knob.c:72: error: parse error before "null_cursor"
knob.c:72: warning: type defaults to `int' in declaration of `null_cursor'
knob.c:72: warning: data definition has no type or storage class
knob.c:77: error: parse error before "create_null_cursor"
knob.c:77: error: parse error before '*' token
knob.c:78: warning: return type defaults to `int'
knob.c: In function `create_null_cursor':
knob.c:79: error: `Pixmap' undeclared (first use in this function)
knob.c:79: error: (Each undeclared identifier is reported only once
knob.c:79: error: for each function it appears in.)
knob.c:79: error: parse error before "cursor_mask"
knob.c:80: error: `XGCValues' undeclared (first use in this function)
knob.c:81: error: `GC' undeclared (first use in this function)
knob.c:82: error: `XColor' undeclared (first use in this function)
knob.c:83: error: `Cursor' undeclared (first use in this function)
knob.c:85: error: `cursor_mask' undeclared (first use in this function)
knob.c:85: warning: implicit declaration of function `XCreatePixmap'
knob.c:85: error: `x_display' undeclared (first use in this function)
knob.c:85: warning: implicit declaration of function `DefaultRootWindow'
knob.c:86: error: `gcvals' undeclared (first use in this function)
knob.c:86: error: `GXclear' undeclared (first use in this function)
knob.c:87: error: `gc' undeclared (first use in this function)
knob.c:87: warning: implicit declaration of function `XCreateGC'
knob.c:87: error: `GCFunction' undeclared (first use in this function)
knob.c:88: warning: implicit declaration of function `XFillRectangle'
knob.c:89: error: `dummy_color' undeclared (first use in this function)
knob.c:92: error: `cursor' undeclared (first use in this function)
knob.c:92: warning: implicit declaration of function `XCreatePixmapCursor'
knob.c:99: warning: implicit declaration of function `XFreePixmap'
knob.c:100: warning: implicit declaration of function `XFreeGC'
knob.c: At top level:
knob.c:106: error: parse error before '*' token
knob.c: In function `knob_init':
knob.c:109: error: `Pixel' undeclared (first use in this function)
knob.c:109: error: parse error before "black"
knob.c:110: error: `XSizeHints' undeclared (first use in this function)
knob.c:111: error: `XGCValues' undeclared (first use in this function)
knob.c:112: error: `XClassHint' undeclared (first use in this function)
knob.c:113: error: `XTextProperty' undeclared (first use in this function)
knob.c:114: error: `XpmAttributes' undeclared (first use in this function)
knob.c:115: error: `XWMHints' undeclared (first use in this function)
knob.c:117: error: `x_display' undeclared (first use in this function)
knob.c:119: error: `black' undeclared (first use in this function)
knob.c:119: warning: implicit declaration of function `BlackPixel'
knob.c:119: warning: implicit declaration of function `DefaultScreen'
knob.c:121: error: `sizehints' undeclared (first use in this function)
knob.c:121: error: `USSize' undeclared (first use in this function)
knob.c:121: error: `USPosition' undeclared (first use in this function)
knob.c:126: warning: implicit declaration of function `XCreateSimpleWindow'
knob.c:142: warning: implicit declaration of function `XSetWMNormalHints'
knob.c:144: error: `classhint' undeclared (first use in this function)
knob.c:146: warning: implicit declaration of function `XSetClassHint'
knob.c:155: warning: implicit declaration of function `XSelectInput'
knob.c:155: error: `ExposureMask' undeclared (first use in this function)
knob.c:155: error: `ButtonPressMask' undeclared (first use in this function)
knob.c:155: error: `ButtonReleaseMask' undeclared (first use in this function)
knob.c:155: error: `PointerMotionMask' undeclared (first use in this function)
knob.c:155: error: `StructureNotifyMask' undeclared (first use in this function)
knob.c:160: warning: implicit declaration of function `XStringListToTextProperty

'
knob.c:160: error: `wname' undeclared (first use in this function)
knob.c:161: warning: implicit declaration of function `XSetWMName'
knob.c:163: error: `gcvals' undeclared (first use in this function)
knob.c:169: error: `GCBackground' undeclared (first use in this function)
knob.c:169: error: `GCForeground' undeclared (first use in this function)
knob.c:169: error: `GCGraphicsExposures' undeclared (first use in this function)
knob.c:172: error: `xpmattrs' undeclared (first use in this function)
knob.c:175: error: `XpmExactColors' undeclared (first use in this function)
knob.c:175: error: `XpmAllocCloseColors' undeclared (first use in this function)
knob.c:175: error: `XpmCloseness' undeclared (first use in this function)
knob.c:176: warning: implicit declaration of function `XpmCreatePixmapFromData'
knob.c:182: error: `XpmSuccess' undeclared (first use in this function)
knob.c:202: warning: implicit declaration of function `XShapeCombineMask'
knob.c:205: error: `ShapeBounding' undeclared (first use in this function)
knob.c:208: error: `ShapeSet' undeclared (first use in this function)
knob.c:217: error: `wmhints' undeclared (first use in this function)
knob.c:217: error: `WithdrawnState' undeclared (first use in this function)
knob.c:222: error: `StateHint' undeclared (first use in this function)
knob.c:222: error: `IconWindowHint' undeclared (first use in this function)
knob.c:222: error: `IconPositionHint' undeclared (first use in this function)
knob.c:222: error: `WindowGroupHint' undeclared (first use in this function)
knob.c:223: warning: implicit declaration of function `XSetWMHints'
knob.c:225: warning: implicit declaration of function `XCreateFontCursor'
knob.c:225: error: `XC_hand2' undeclared (first use in this function)
knob.c:229: warning: implicit declaration of function `XMapWindow'
knob.c: At top level:
knob.c:235: error: parse error before "Window"
knob.c: In function `draw_knob_aux':
knob.c:239: error: `Pixmap' undeclared (first use in this function)
knob.c:239: error: parse error before "led_pixmap"
knob.c:240: error: `XEvent' undeclared (first use in this function)
knob.c:244: error: `volume' undeclared (first use in this function)
knob.c:251: error: `led_pixmap' undeclared (first use in this function)
knob.c:252: error: `led_mask' undeclared (first use in this function)
knob.c:260: warning: implicit declaration of function `XCopyArea'
knob.c:263: error: `w' undeclared (first use in this function)
knob.c:271: warning: implicit declaration of function `XSetClipOrigin'
knob.c:272: warning: implicit declaration of function `XSetClipMask'
knob.c:281: error: `None' undeclared (first use in this function)
knob.c:285: warning: implicit declaration of function `XCheckTypedWindowEvent'
knob.c:285: error: `Expose' undeclared (first use in this function)
knob.c:285: error: `dummy' undeclared (first use in this function)
knob.c: In function `draw_knob':
knob.c:293: warning: implicit declaration of function `XFlush'
knob.c: In function `knob_grab':
knob.c:307: warning: implicit declaration of function `XDefineCursor'
make: *** [knob.o] Error 1
MYSERVER:/home/me/volume.app-1.1a#
I know that my slit is working, as wmxmms works...

Help!


Last edited by tavilach; 07-17-2004 at 05:11 PM.
 
Old 07-17-2004, 05:19 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Nothing to do with fluxbox ...

You don't have the X development libraries installed.
Quote:
quote:me@MYSERVER:~/volume.app-1.1a$ su
Password:
MYSERVER:/home/me/volume.app-1.1a# make
cc -g -O2 -W -Wall -DHAVE_CONFIG_H -c -o knob.o knob.c
knob.c:32:19: X11/X.h: No such file or directory
knob.c:33:22: X11/Xlib.h: No such file or directory
knob.c:34:23: X11/Xutil.h: No such file or directory
knob.c:35:34: X11/extensions/shape.h: No such file or directory
knob.c:36:21: X11/xpm.h: No such file or directory
knob.c:37:28: X11/cursorfont.h: No such file or directory

In file included from knob.c:41:


Cheers,
Tink
 
Old 07-17-2004, 05:39 PM   #3
tavilach
Member
 
Registered: Jun 2004
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Tinkster
Nothing to do with fluxbox ...

You don't have the X development libraries installed.




Cheers,
Tink
How would I get those via apt-get?
 
Old 07-17-2004, 05:42 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
apt-cache search x devel

Locate the right one ...

apt-get install <the one(s) above you chose>


Cheers,
Tink
 
Old 07-17-2004, 05:46 PM   #5
tavilach
Member
 
Registered: Jun 2004
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Tinkster
apt-cache search x devel

Locate the right one ...

apt-get install <the one(s) above you chose>


Cheers,
Tink
There is no "apt-get search"...
 
Old 07-17-2004, 05:54 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by tavilach
There is no "apt-get search"...
Which is why I typed (and you quoted)
apt-cache search, not apt-get search

Maybe you should just go back to the debian
documentation pages?



Cheers,
Tink
 
Old 07-17-2004, 07:25 PM   #7
tavilach
Member
 
Registered: Jun 2004
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Tinkster
Which is why I typed (and you quoted)
apt-cache search, not apt-get search

Maybe you should just go back to the debian
documentation pages?



Cheers,
Tink
Sorry about that! Yes, I'm a newbie...but I'm learning, I promise!

Anyway, apt-cache search x devel returns a lot of things...how do I know which one(s) to install?
 
Old 07-18-2004, 01:21 AM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by tavilach
Anyway, apt-cache search x devel returns a lot of things...how do I know which one(s) to install?
...at which point my familiarity with apt ends :)

We run it without X on the servers at work, and
I prefer Slack. Sorry, maybe someone else can
help with that decision ;)

Or you may want to try dselect, that gives you
at least a vague idea of what you're looking at.


Cheers,
Tink
 
Old 07-19-2004, 11:15 PM   #9
tavilach
Member
 
Registered: Jun 2004
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Tinkster
...at which point my familiarity with apt ends

We run it without X on the servers at work, and
I prefer Slack. Sorry, maybe someone else can
help with that decision

Or you may want to try dselect, that gives you
at least a vague idea of what you're looking at.


Cheers,
Tink
Eek!

Any ideas, people?

 
Old 11-03-2008, 06:20 AM   #10
jim0112
LQ Newbie
 
Registered: Oct 2006
Location: Brighton, UK
Posts: 18

Rep: Reputation: 0
In case anyone stumbles across this using a Google search - installing the xorg-dev package will resolve the problem.
 
  


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
cannot install libXpm for dockapps MykilX Slackware 8 02-24-2004 12:23 PM
Fluxbox: Enabling KDE using package install of fluxbox underline Linux - Software 0 12-27-2003 10:11 AM
Fluxbox, dockapps not autostarting madchmst82 Linux - General 5 09-23-2003 08:55 AM
dockapps with fluxbox slit bfl Linux - General 9 09-01-2002 01:13 PM
Dockapps in WM 2kool Linux - Newbie 0 02-21-2002 10:31 AM

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

All times are GMT -5. The time now is 02:10 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