The cooking version I updated should work on stable 4.0
http://hg.slitaz.org/wok/rev/ea74f36a08fb
http://mirror.slitaz.org/packages/cooking/get-skype-1.0.1.tazpkg
# tazpkg install get-skype-1.0.1.tazpkg --forced
# get-skype
Problems with TazPanel package install
(28 posts) (8 voices)-
Posted 11 years ago #
-
Thanks, now the installation is pointing to dynamic instead static, however i get this error at startup:
skype: error while loading shared libraries: libQtDBus.so.4: cannot open shared object file: No such file or directory
tazpkg get-install libQtDBus
did the final trick.
regards,
tibiPosted 11 years ago # -
Sorry about that. I should have mentioned that in my post, it did require a few libraries to be manually installed post Skype installation to get it to work.
Posted 11 years ago # -
Ah, guys, still a no-go here, Skype just wont run. Im using Stable 4. I followed your instructions to the letter:
1. click and download get-skype from here : http://mirror.slitaz.org/packages/cooking/get-skype-1.0.1.tazpkg
2. install
3. fire up Sakura terminal, go to root. type : get-skype
4. After installation completes, type : tazpkg get-install libQtDBus
5. exit terminalSkype icon appears as new entry in Applications --> Internet
clicking it, nothing happens :(
Posted 11 years ago # -
Open a terminal
Type
skype
Hit Enter keyWhat are the errors?
Posted 11 years ago # -
@ mojo
Wohoo!! sometimes all a newbie needs is a hint ^_^
- - - - - - - - - - - - - -
shintsan88@slitaz:~$ skype
skype: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory
shintsan88@slitaz:~$
- - - - - - - - - - - - - -fired up Package Manager and searched for libQtWebkit...downloaded it and installed. Voila!
Many thanks Mojo-sensei! Im really learning! ^_^
Now only thing left is LibreOffice....downloaded and installed perfectly but alas! no shortcuts appeared in Applications -->Office :(
Posted 11 years ago # -
@ ms3811
Concerning your recomendation to use SRWare Iron browser instead of Google Chrome, I assume you mean it has the same capabilities of "updated" flash. I already have Midori and SeaMonkey but these two web browsers do not have updated flash so I cannot use them to enter into my bank account. But I understand that Google Chrome does have the most recent flash embeded (sp?) into. Is this the same with SRWare browser? Thanks.Posted 11 years ago # -
The bank's login uses flash? The most insecure (as in documented hacks and backdoors) medium on the internet? Use https instead - it's WAY more secure.
Posted 11 years ago # -
@LocoMotor101, I checked the version of Flash on Iron, it's 11.2.202.251. Reckon that's not the 'latest'. Check out http://www.adobe.com/software/flash/about/ it has some additional details on the various versions of Flash on different platforms/browser. Looks like you are stuck with one of the other browsers.
@shintsan88, to get LibreOffice shortcuts working, you'll need to fix the symlink /usr/bin/libreoffice3.6. The script sets the symlink's target incorrectly. Do the following as root:
$ rm /usr/bin/libreoffice3.6
$ln -s /usr/lib/libreoffice3.6/program/soffice /usr/bin/libreoffice3.6After that, the shortcuts should start working. Now you did mention that you are unable to see the shortcuts in the Applications -> Office menu. Can you check to see if the libreoffice*.desktop files exist in /usr/share/applications? If they do, check their permissions to make sure you have read access. If that's fine, then open one of them in a text editor and make sure they don't contain a "Hidden" or "NoDisplay" equals true entry (although I can't imagine why that would happen).
Lastly, after I fixed the symlink I still couldn't get LibreOffice to work, it would work as root but fail as a non-root user with a "com::sun::star::uno::RuntimeException" error. To fix this, you will need to do the following as root:
$chown -R username:username /home/username/.config/libreoffice
where username is your username. Hope this helps.
Posted 11 years ago # -
@ ms3811
many thanks for the advice, I have saved your post for future reference.
what I did as a wayaround is to simply use a portable version of LibreOffice - all it requires is Java Runtime and set "execute" in permissions of the portable file's properties.
however the smooth and snappy performance of Abiword and Gnumeric in Slitaz won me over, which made LibreOffice no longer necessary for me - except when I encounter powerpoint files, I get to use the portable version : )
many thanks again and kudos to us all who love Slitaz! ^_^
Posted 11 years ago # -
http://www.trixarian.net/SliTaz and get pptview. It needs WINE, but works great for viewing all powerpoint files. You could also attempt installing just powerpoint from an Office CD and running it through WINE too.
Posted 11 years ago # -
@ Trixar_za-sensei,
many thanks as well for the advice ^_^
however the idea of running Windows applications in Slitaz brings shivers down my spine - it simply defeats the entire purpose of moving away from Windows. WINE has no place in my old machine, atleast for now. but thats just me :)
Posted 11 years ago # -
@ Trixar:
My bank uses https, a flash program to enter a password, and a key that provides random numbers in order to enter into their online banking system. It is ridiculous, but that is what they require. I need to enter every working day into our accounts for work purposes. That is why it is important for me to have the correct flash player to be able to access our bank. So, far, I have not been able to get any web browser on any Linux system to run the latest java flash. I thought an equivalent would do it but no luck, so far. Any ideas are most welcomed.
Posted 11 years ago #
Reply
You must log in to post.