View previous topic :: View next topic |
Author |
Message |
vivanguarda Member
Joined: 01 May 2009 Posts: 98
|
Posted: Fri Oct 08, 2010 4:42 pm Post subject: |
|
|
You don't have installed x-kde-addon (Xorg KDE) from slackware/x
Then, what`s the window managers running on SMS project?
Once more "slapt-get -i x-kde-addon" configure you desktop with "xconf" and do "startx" to start KDE
I don`t want another window managers like: Kde, Xfce , Gnome or Fluxbox. In fact, I need only run a programm ( cyber cafe contoller ) in a SMS server. Then libslang2, scrot, qiv and zenity are important.
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Oct 08, 2010 5:01 pm Post subject: |
|
|
If you don't have installed x-kde-addon you don't have an X window manager at all.
It includes Xorg window server and KDE 3.5.10.
Installing it wouldn't harm you, unless you have it installed already, plus you probably need it to configure cybercafe controller.
Look for x-kde-addon in /var/log/packages/.
I believe cybercafe software will have a GUI frontend
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
vivanguarda Member
Joined: 01 May 2009 Posts: 98
|
Posted: Fri Oct 08, 2010 5:50 pm Post subject: |
|
|
Thanks for immediate reply. Really you are doing a magnific job!
LanBr is a cybercafe controller and was made in Ubuntu system. Then I will try some experiments to function in Slackware Sms Server.
It`s my output in cd/var/log/packages:
-rw-r--r-- 1 root root 811804 2010-08-31 16:58 x-kde-addon-13.1-i486-1sms
But a little more...
1)What`s the window managers running on SMS?
2) Is it a kdm or gdm system?
3) If I turn on kde it will be 3.5.10, but how do you get it in a Slackware 13.1 version?
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Oct 08, 2010 6:09 pm Post subject: |
|
|
1. SMS running Xorg-Server 1.6.x from slackware 13.0
2. It's has KDM
3. You already have KDE enabled, it's just that your runlevel is on 3 so kdm wouldn't start automatically.
With "xconf" you configure your VGA, and if you type "startx" you will start KDE.
SMS it's not an workstation so having an older Xorg Server to be able to run KDE-3.5.10 doesn't matter to us .
You will need libgnome and maybe some other gnome packages since you are installing gnome applets.
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
vivanguarda Member
Joined: 01 May 2009 Posts: 98
|
Posted: Fri Oct 08, 2010 6:44 pm Post subject: |
|
|
That`s all!!! Very interesting this Xorg-Server 1.6.x idea, so there are a lot of people complaining kde 4 series. So I` ll study about it . By the way, do you know Kde 3.5.11 Trinity project?
But, returning main problem I wish a softy graphical manager too. I saw Sms is in 4 default run level and I already have kde in the system.
Then what should I do to compile that Sbo packages?
Is it possible to correct this compiles erros unless enable kde?
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
|
Back to top |
|
vivanguarda Member
Joined: 01 May 2009 Posts: 98
|
Posted: Fri Oct 08, 2010 7:46 pm Post subject: |
|
|
I think it`s an important output part in this Sbo problem intall. Therefore imlib2 is a scrot dependency.
imlib2 1.4.2
------------------------------------------------------------------------
Configuration Options Summary:
Image Loaders:
JPEG....................: yes
PNG.....................: yes
TIFF....................: yes
GIF.....................: yes
ZLIB....................: yes
BZIP2...................: yes
ID3.....................: no
X.......................: yes
.......................
make[1]: Entering directory `/tmp/SBo/imlib2-1.4.2'
Making all in src
make[2]: Entering directory `/tmp/SBo/imlib2-1.4.2/src'
Making all in lib
make[3]: Entering directory `/tmp/SBo/imlib2-1.4.2/src/lib'
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/freetype2 -I/usr/X11R6/include -I. -I../.. -I../.. -DPACKAGE_LIB_DIR=\"/usr/lib\" -std=gnu99 -O2 -march=i486 -mtune=i686 -MT api.lo -MD -MP -MF .deps/api.Tpo -c -o api.lo api.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/freetype2 -I/usr/X11R6/include -I. -I../.. -I../.. -DPACKAGE_LIB_DIR=\"/usr/lib\" -std=gnu99 -O2 -march=i486 -mtune=i686 -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -fPIC -DPIC -o .libs/api.o
api.c:5:34: error: X11/extensions/shape.h: No such file or directory
api.c: In function ‘imlib_create_scaled_image_from_drawable’:
api.c:2219: warning: implicit declaration of function ‘XShapeGetRectangles’
api.c:2219: error: ‘ShapeBounding’ undeclared (first use in this function)
api.c:2219: error: (Each undeclared identifier is reported only once
api.c:2219: error: for each function it appears in.)
make[3]: *** [api.lo] Error 1
make[3]: Leaving directory `/tmp/SBo/imlib2-1.4.2/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/SBo/imlib2-1.4.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/imlib2-1.4.2'
make: *** [all] Error 2
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Oct 08, 2010 8:29 pm Post subject: |
|
|
If you are getting errors try again with the imlib2 attached
gerasimos_h
Description: |
|
Download |
Filename: |
imlib2-1.4.2-i486-1sms.txz |
Filesize: |
553.25 KB |
Downloaded: |
1514 Time(s) |
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
vivanguarda Member
Joined: 01 May 2009 Posts: 98
|
Posted: Fri Oct 08, 2010 9:02 pm Post subject: |
|
|
Sorry, I didn` t understand. Should I download libXext-1.1 (13.1 version) or libxcb-1.3-i486-1 (13 version)? I believe sms is a 13.1 version , is it?
|
|
Back to top |
|
vivanguarda Member
Joined: 01 May 2009 Posts: 98
|
Posted: Fri Oct 08, 2010 9:06 pm Post subject: |
|
|
vivanguarda wrote: | Sorry, I didn` t understand. Should I download libXext-1.1 (13.1 version) or libxcb-1.3-i486-1 (13 version)? I believe sms is a 13.1 version , is it? |
And Xproto was a 13 version, is it?
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Oct 08, 2010 9:11 pm Post subject: |
|
|
Yes version 13.0, use my package though, you should have no problems and includes missing headers.
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
vivanguarda Member
Joined: 01 May 2009 Posts: 98
|
Posted: Fri Oct 08, 2010 9:23 pm Post subject: |
|
|
I `ll use your package, but after that I also will need to install other packages, such as: giblib, qiv, scrot, zenity... I found it in Slackbuilds format. Then solve gcc and X problem is a general way, do you agree?
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Oct 08, 2010 9:36 pm Post subject: |
|
|
To do that you have to do it step by step.
After you install imlib2 try the next slackbuild and post errors.
gerasimos_h
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
vivanguarda Member
Joined: 01 May 2009 Posts: 98
|
Posted: Fri Oct 08, 2010 11:35 pm Post subject: |
|
|
Imlib2 and Scrot Sbo install were perfect, but in fact I`m having another problem. Forgive me if I am exploring because now I think itsn` t a Sms requirement.
Thereby, Qiv erros were:
main.c:32: warning: parameter names (without types) in function declaration
main.c: In function ‘main’:
main.c:73: error: ‘qiv_main_loop’ undeclared (first use in this function)
main.c:73: error: (Each undeclared identifier is reported only once
main.c:73: error: for each function it appears in.)
main.c:73: error: ‘TRUE’ undeclared (first use in this function)
main.c:74: error: ‘cmap’ undeclared (first use in this function)
main.c:75: error: ‘screen_x’ undeclared (first use in this function)
main.c:76: error: ‘screen_y’ undeclared (first use in this function)
main.c:79: error: ‘layout’ undeclared (first use in this function)
main.c:80: error: ‘fontdesc’ undeclared (first use in this function)
main.c:85: error: ‘PANGO_SCALE’ undeclared (first use in this function)
main.c:87: error: ‘metrics’ undeclared (first use in this function)
main.c:124: error: ‘text_bg’ undeclared (first use in this function)
main.c:125: error: ‘error_bg’ undeclared (first use in this function)
main.c:126: error: ‘image_bg’ undeclared (first use in this function)
main.c:141: error: ‘qiv_handle_event’ undeclared (first use in this function)
main.c:156: error: ‘qiv_watch_file’ undeclared (first use in this function)
main.c: In function ‘qiv_exit’:
main.c:166: error: ‘cmap’ undeclared (first use in this function)
main.c:169: error: ‘fontdesc’ undeclared (first use in this function)
main.c:170: error: ‘layout’ undeclared (first use in this function)
main.c:171: error: ‘metrics’ undeclared (first use in this function)
main.c:173: error: ‘qiv_main_loop’ undeclared (first use in this function)
main.c: At top level:
main.c:204: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘qiv_handle_timer’
main.c:218: error: expected ‘)’ before ‘dummy’
make: *** [main.o] Error 1
But strangely in Slackbuilds.org qiv slackbuilds is a tar.gz
Download SlackBuild:
qiv.tar.gz
qiv.tar.gz.asc (FAQ)
and Source is a .tgz. Normally is a tarball too
Source Downloads:
qiv-2.2.3.tgz (f692f665ad429f13c732156351420850)
Very different. Then I tryied the same Sbo install procedure and output erros are above. After that I installed qiv in a simple installpkg qiv-2.2.3.tgz and ... It was!!!
I went ahead installing another pakages and zenity was a problem too. I nedded libgnomecanvas and after that Sbo output requirements were ( glib-2.0 >= 2.10.0 gtk+-2.0 >= 2.2.0 gail >= 1.9.0 libart-2.0 >= 2.3.8 pango >= 1.0.1 pangoft2 >= 1.0.1)
I found out a zenity packages in Slack.it. Such as you solved headers, cflags and X problems in your imlib2 packages, do you think Slacky.it packages can solve these dependencies differently SBo?
|
|
Back to top |
|
|