You are not logged in.
Hi,
I just work with the devel-flavour as this boots right away into an Xscreen.
But unfortunately the hdd-installer, that one normally can invoke via the box, is missing.
(As it seems in this particular version is has been put out)
In which tazpkg-package can I find that?
Cancelled: I used the script (/usr/bin) ,,slitaz-installer" itself, taken from another installation.
Offline
Maybe I do not understand, but the old-SliTaz installer was removed to a conflict with the new grub. Now tazpanel or from the command line "browser http://tazpanel:82/installer.cgi?page=install"
Offline
You can still find the old installer in http://mirror.slitaz.org/sources/tools/slitaz-tools-4.4.1.tar.gz but like gibor says it's not recommended. Alternatively, you could try using the tazinst command to help you install it from command line.
Offline
Mhmmmh, thanks:
I needed to do a hdd install. I did this using the script from a 3.0 hdd-install.
Successful, so far, Xscreen works! ;-)
My reason: by accident I found a package ,,kompozer" in undigest. It looked like a ready-to-install *.tazpkg-package, but when I installed it I saw that it is something that one must compile.
Compiling did not work here with a 1 GB-RAM on a frugal install - no space left. So I have to use a hdd-install.
This I will try now according to the scheme that totoetsasoeur gives here:
http://forum.slitaz.org/topic/slitaz-40-rc2-install-nvidia-non-free-drivers
Stay tuned! ;-)
Offline
I updated the link in my prior post to the link of slitaz-tools that still includes it slitaz-installer - it got stripped in later version in favor of TazPanel and tazinst
Offline
@Trixar_za
Thank you - if necessary I may have to repeat the install. Right now I try to compile Kompozer to finish this long lasting story...
Offline
As I stated before - no luck, I have no talent in compiling. It ended up like this:
In file included from gtk2xtbin.h:44:0,
from gtk2xtbin.c:46:
../../../dist/include/system_wrappers/X11/Intrinsic.h:3:32: fatal error: X11/Intrinsic.h: No such file or directory
compilation terminated.
make[2]: *** [gtk2xtbin.o] Error 1
make[2]: Leaving directory `/home/tux/Desktop/mozilla/widget/src/gtkxtbin'
make[1]: *** [tier_9] Error 2
make[1]: Leaving directory `/home/tux/Desktop/mozilla'
make: *** [default] Error 2
And I still cannot understand what the meaning of the package kompozer-0.8b3.tazpkg is as it does not contain a usefula executable. @pankso: as I understand it you have done it, thanks: some words about this issue?
After an installation one should see an executable, like /usr/bin/kompozer, yes?
Here I find:
root@slitaz:/home/tux/Desktop/mozilla# kompozer-config
Usage: /usr/bin/kompozer-config [OPTIONS] [LIBRARIES]
Options:
[--prefix[=DIR]]
[--exec-prefix[=DIR]]
[--version]
[--defines]
[--libs] [libraries]
[--cflags] [components]
[--idlflags]
Components:
*
Libraries:
xpcom
nspr
js
jsj
gfx
What to do with that?
Offline
@mb,
from gtk2xtbin.c:46:
../../../dist/include/system_wrappers/X11/Intrinsic.h:3:32: fatal error: X11/Intrinsic.h: No such file or directory
compilation terminated.
According to http://pkgs.slitaz.org/search.sh, you should: [c]#tazpkg get-install xorg-libXt-dev[/c] in order to get the Intrinsic.h file.
Offline
Thanks,
done, and now it jumps to the next mistake:
gtk2xtbin.c:(.text+0xcd6): undefined reference to `XSync'
gtk2xtbin.c:(.text+0xce4): undefined reference to `XtWindow'
gtk2xtbin.o: In function `gtk_xtbin_new':
gtk2xtbin.c:(.text+0xde3): undefined reference to `XtToolkitInitialize'
gtk2xtbin.c:(.text+0xde8): undefined reference to `XtCreateApplicationContext'
gtk2xtbin.c:(.text+0xe01): undefined reference to `XtAppSetFallbackResources'
gtk2xtbin.c:(.text+0xe29): undefined reference to `XtOpenDisplay'
gtk2xtbin.o: In function `gtk_xtbin_resize':
gtk2xtbin.c:(.text+0x1073): undefined reference to `XtStrings'
gtk2xtbin.c:(.text+0x10a2): undefined reference to `XtSetValues'
collect2: ld returned 1 exit status
make[2]: *** [libgtkxtbin.so] Error 1
make[2]: Leaving directory `/home/tux/Desktop/mozilla/widget/src/gtkxtbin'
make[1]: *** [tier_9] Error 2
make[1]: Leaving directory `/home/tux/Desktop/mozilla'
make: *** [default] Error 2
To be frank: the way you solved that problem I could have managed. Compiling does not belong to my talents, I jump from one misfortune to the next! ;-)
So I decided that in my psychological state of this very moment any though of learning how to cook using the wok (for a latex-,,motor") would be straight ridiculous.
Offline
@totoetsasoeur @pankso
Following this http://pkgs.slitaz.org/search.sh I come to this hint:
http://doxygen.db48x.net/mozilla/html/gtk2xtbin_8h.html
gtk2xtbin.h File Reference
#include <gtk/gtk.h>
#include <X11/Intrinsic.h>
#include <X11/Xutil.h>
#include <X11/Xlib.h>
But how to make use of it?
Offline
@michaelbischof
If you want to try this on rebuild iso http://www.freefilehosting.net/slitaz-40-rc2-xvesa_1 works ... even into live.
http://www.freefilehosting.net/kompozertar
Extract and then enter the folder Kompozer as root in terminal then ash install.sh
Offline
@gibor
Uff, what a joy! Download was perfect, but then:
root@slitaz:/home/tux/Desktop/kompozer# gunzip kompozer.tar.gz
gunzip: invalid magic
root@slitaz:/home/tux/Desktop/kompozer# tar -zxvf kompozer.tar.gz
gzip: invalid mroot@slitaz:/home/tux/Desktop/kompozer# gunzip kompozer.tar.gz
gunzip: invalid magic
root@slitaz:/home/tux/Desktop/kompozer# tar -zxvf kompozer.tar.gz
gzip: invalid magic
tar: Child returned status 1
tar: Error exit delayed from previous errors
root@slitaz:/home/tux/Desktop/kompozer# gunzip kompozer.1.tar.gz
gunzip: invalid magic
agic
tar: Child returned status 1
tar: Error exit delayed from previous errors
root@slitaz:/home/tux/Desktop/kompozer# gunzip kompozer.tar.gz
gunzip: invalid magic
Is it possible that this has to do with the busybox vs. bash-problem?
Offline
From my iso as right click extrack here work
Offline
I tried this under Slitaz 3.0. Hmmh, I will check it out immediately - but takes a bit, forgive me.
Big big thanks for now!
Offline
(Unfortunately it did not work under Slitaz 4.0rc2 as well, same result: gunzip: invalid magic)
But this time it worked, with an error message, but finally I got a directory ~/kompozer. With an install.sh-script in it. I applied it, it installed into /usr/lib/ and /usr/bin - but it did not work yet, claiming not having found a mozilla runtime directory. - But keep in mind: I am on 3.0 now.
To install this devel-4.0-iso that works on this machine will now take extra time. Stay tuned, please!
Plus: on this machine rc2 displayed the same problem.
(I booted using all 4 rootfs-files, with nomodeset and without: I got a X-screen, on white-ground, with one command line. Lsmod showed that no nouveau module was loaded. When I used tazw and then selected ,,nv" immediately the screen got black and I could escaping only with a hard reset: nothing reacted anymore. Now I still have 2 successful ,,4.0"-variants: this devel-flavour and the one that you prepared, do not know how, though. All the rest result in black screens)
Now I download it a 3rd time. Because, you know, that close the goal...
Offline
#tazpkg -gi tar
#tazpkg -gi gzip
tar xvf kompozer.tar.gz
cd kompozer
sh install.sh
kompozer
Cannot find mozilla runtime directory. Exiting.
kompozer no start/run here...
Offline
Excellent joke!
No, I could download it - 55 MB.
Now I try the 4.0-rc2-xvesa of gibor. Stay tuned! Puh, that close...
Offline
sleep please i upload new archive.
Offline
New attempt archive create tar -cvf kompozer.tar kompozer
http://www.freefilehosting.net/kompozer
extract tar -xvf kompozer.tar and as root on terminal ash install.sh or copy cp -a the content of folder kompozer on /usr
compiled for new distribution slitaz4-rc2 tested official version and my xvesa
not tested on previos version of slitaz
good luck
cancelled
maybe there is something wrong
copying files should last for several seconds
whereas I happened to like you
snapshot and mozilla runtime missing
we update
Offline
The first upload was good,no need to download again.
After extracting the archive and running the provided install.sh script
edit /usr/bin/kompozer so it will find path to libs.
#leafpad /usr/bin/kompozer
Options/Line Numbers
Change line 35
moz_libdir=/media/disk/Slitaz-archiver/downloads/kompozer-1/lib/kompozer
to
moz_libdir=/usr/lib/kompozer
File/save
Xterm:
kompozer
kompozer starts
Offline
Gibor, you clown: how can I sleep after you have done so much work? The second download worked similar: it was finally possible to extract it, but with the 6th trial and error messages. Do not know why.
mojo: what to say? Your usual genius at work anew?
Yippie, it works now! Ach, if I could only send the marvellous champaign that is made in my village over to you!
Now the less good part: this vesa-rc2 gave immediately a working Xscreen. The resolution 1280x1024 was shown corrrect, but did not apply. In this case, on this machine, something ugly... I have a hardware problem right now but on Sunday/Monday I will continue to test rc2. When it works it looks really nice! But this Xorg-thing is not yet done!
mojo: do misunderstand me. I do not want to invoke any further work. How would one make a .tazpkg-file out of that. This I did not really understand.
Offline
I tested it a bit more - just downloaded the nv-xorg-server in addition. The result is a beautiful, crystal-clear picture on the screen. Fabulous - with your flavour, @gibor!
The ,,official" rc2-flavour fails here as it does not give an Xscreen.
Kompozer: funny, on Slitaz 3.0 it does not work even if I apply the ,,trick" of mojo. But does not matter much as the normal downloadable kompozer 0.8b3.de.gcc4.2-i686.tar.gz, which is only 10.8 MB small, gives immediately a nice result on 3.0.
(And I did not yet learn why this does not run under 4.0 or cooking, sorry!)
Now my reason why I was so persistent with this Kompozer: this software is platform-independant and it looks the same on any Linux, Windows or Mac. Such things are the candidates for AppRun-type of closed-in-itself types of software, that are mentioned often in discussions with Trixar_za as a speaker against that.
From my point of view this html-Editor, LibreOffice, LaTeX and may be Gimp are such candidates.
Anyway, thanks a lot for your help!
Offline
Well at least I did have fun ... happens not to be able to write in English .... when you come here try to write in Italian Italian-forum so reciprocated.
you found me because you worked and not, despite first started out in live then he would find the other partition on my harddrive
Thanks mojo I made the change to the suggested file
KompoZer is updated on server
http://www.freefilehosting.net/kompozer
I wanted to give aid to @michaelbischof as are a number of efforts that makes this program
greetings Gibor
Offline
,,when you come here try to write in Italian Italian-forum so reciprocated."
Mad guy, my Latin is kind of bio-degraded...
A bit background for this program: hypertext now is about 20 years old, but nevertheless did not really come here. I guess that a pupil/student should be able to write protocols and any other type of documents that are meant to be shared with other people in hypertext (*.html). It is not difficult, but with a wysiwyg-editor it is easier. People judge software mainly from the ,,look", its surface. So a software which has the same look on each platform is desirable. Kompozer is such a thing.
In case you are, opposite to me, a technician: I would still like to learn why this *.tar.gz-kind of software runs with ease on 3.0, but not with 4.0. What is the underlying reason?
Offline
Personally, I'd just use bluefish and geany for web development myself. And of course a server to test on.
Offline
[ Generated in 0.017 seconds, 8 queries executed - Memory usage: 1.59 MiB (Peak: 1.77 MiB) ]