Hello,
I'm using Porteus 3 - xfce.
1) Is it possible to create file's links from a module?
Presently when module activates, it can save the files in /opt/chess/engine ; I need it also creates a link (such as, ln -s) in /usr/games/engine
2) How to solve these/such dependencies?
I can run some programs in 'kde' .. but when I try to run in xfce they ask for dependencies - libQtXml.so.4, libQtWebKit.so.4
I cant find them using 'usm -k'
3) How to merge/combine 2 or more modules into 1 from command prompt?
4) How to throttle download speed in usm,usmgui?
Thanks.
Module creates File Links, solve dependencies
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: Module creates File Links, solve dependencies
I'm using Porteus 3 - xfce.
1) Is it possible to create file's links from a module?
Presently when module activates, it can save the files in /opt/chess/engine ; I need it also creates a link (such as, ln -s) in /usr/games/engine
A: Yes, extract your module to folder (xzm2dir) and make symbolink links (ln -rs) , after make module (dir2xzm).
2) How to solve these/such dependencies?
I can run some programs in 'kde' .. but when I try to run in xfce they ask for dependencies - libQtXml.so.4, libQtWebKit.so.4
I cant find them using 'usm -k'
A: You need Qt
3) How to merge/combine 2 or more modules into 1 from command prompt?
A: see this post http://forum.porteus.org/viewtopic.php? ... xzm#p25607
4) How to throttle download speed in usm,usmgui?
A: I dont know
1) Is it possible to create file's links from a module?
Presently when module activates, it can save the files in /opt/chess/engine ; I need it also creates a link (such as, ln -s) in /usr/games/engine
A: Yes, extract your module to folder (xzm2dir) and make symbolink links (ln -rs) , after make module (dir2xzm).
2) How to solve these/such dependencies?
I can run some programs in 'kde' .. but when I try to run in xfce they ask for dependencies - libQtXml.so.4, libQtWebKit.so.4
I cant find them using 'usm -k'
A: You need Qt
Code: Select all
root@porteus:/home/guest# usm -g Qt-4
A: see this post http://forum.porteus.org/viewtopic.php? ... xzm#p25607
4) How to throttle download speed in usm,usmgui?
A: I dont know
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
Re: Module creates File Links, solve dependencies
Thanks a lot slamax.