Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
SMS Forum Index » Installation Support

Post new topic   Reply to topic
Kernel Panic Goto page Previous  1, 2, 3, 4  Next
View previous topic :: View next topic  
Author Message
vivanguarda
Member


Joined: 01 May 2009
Posts: 98

PostPosted: Fri Oct 08, 2010 4:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Oct 08, 2010 5:01 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
vivanguarda
Member


Joined: 01 May 2009
Posts: 98

PostPosted: Fri Oct 08, 2010 5:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Oct 08, 2010 6:09 pm    Post subject: Reply with quote

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 Wink.

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
View user's profile Send private message Visit poster's website
vivanguarda
Member


Joined: 01 May 2009
Posts: 98

PostPosted: Fri Oct 08, 2010 6:44 pm    Post subject: Reply with quote

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
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Oct 08, 2010 7:21 pm    Post subject: Reply with quote

Install xproto from
http://slackware.mirrors.tds.net/pub/slackware/slackware-13.0/slackware/x/xproto-7.0.15-noarch-1.txz
it includes X.h.

Try and let me know if you got any more errors.

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
vivanguarda
Member


Joined: 01 May 2009
Posts: 98

PostPosted: Fri Oct 08, 2010 7:46 pm    Post subject: Reply with quote

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
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Oct 08, 2010 8:02 pm    Post subject: Reply with quote

Download
http://slackware.mirrors.tds.net/pub/slackware/slackware-13.0/slackware/x/libxcb-1.3-i486-1.txz
it includes /usr/include/xcb/shape.h

in Slackware 13.1 the libXext-1.1 package has it at
/usr/include/X11/extensions/shape.h

try again and post errors.

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Oct 08, 2010 8:29 pm    Post subject: Reply with quote

If you are getting errors try again with the imlib2 attached

gerasimos_h



imlib2-1.4.2-i486-1sms.txz
 Description:

Download
 Filename:  imlib2-1.4.2-i486-1sms.txz
 Filesize:  553.25 KB
 Downloaded:  1186 Time(s)


_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
vivanguarda
Member


Joined: 01 May 2009
Posts: 98

PostPosted: Fri Oct 08, 2010 9:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
vivanguarda
Member


Joined: 01 May 2009
Posts: 98

PostPosted: Fri Oct 08, 2010 9:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Oct 08, 2010 9:11 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
vivanguarda
Member


Joined: 01 May 2009
Posts: 98

PostPosted: Fri Oct 08, 2010 9:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Fri Oct 08, 2010 9:36 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
vivanguarda
Member


Joined: 01 May 2009
Posts: 98

PostPosted: Fri Oct 08, 2010 11:35 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SMS Forum Index » Installation Support All times are GMT + 2 Hours
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

SMS - Superb! Mini Server Project © 2016
Powered by phpBB © 2001, 2002 phpBB Group
iCGstation v1.0 Template By Ray © 2003, 2004 iOptional