LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Awesome 3.5.1 vicious (https://www.linuxquestions.org/questions/slackware-14/awesome-3-5-1-vicious-4175483391/)

chessmaster15 11-04-2013 05:22 PM

Awesome 3.5.1 vicious
 
Where can I get vicious from and where does it goes in slackware?
Edit: I installed a converted rpm and got my wigits working in awesome. hoorrraaayy!!!!

druuna 11-05-2013 09:58 AM

Thread is marked as being [SOLVED] and half a solution is present.

@OP: Can you provide some more details so that others can also benefit from it?

Taken off the zero-reply list.

chessmaster15 11-05-2013 11:51 AM

Link for vicious .rpm

convert rpm to .tgz
Code:

rpm2tgz vicious-2.1.1-4.fc21.noarch.rpm
install the converted
Quote:

.tgz
package with
Code:

installpkg
check contents to see where they will be install before use
Code:

less vicious-2.1.1-4.fc21.noarch.tgz
or go to the website
git clone http://git.sysphere.org/vicious

extract the .targz copy the libaries
Quote:

contrib,helpers.lua,init.lua,widgets
to
Code:

/usr/share/awesome/lib/vicious
or use the output from the less command if your confused where they go.

Place
Quote:

vicious = require("vicious")
on top of your rc.lua

ponce 11-05-2013 12:32 PM

http://awesome.naquadah.org/wiki/Vicious

you don't need the rpm: assuming you have awesome already installed
Code:

mkdir -p ~/.config/awesome
cp /etc/xdg/awesome/rc.lua ~/.config/awesome/
cd ~/.config/awesome
git clone http://git.sysphere.org/vicious

and then add
Code:

vicious = require("vicious")
on top of your ~/.config/awesome/rc.lua

see the link above for example widgets.

chessmaster15 11-05-2013 02:58 PM

My awesome crashed without the libaries vicious since this was compiled from source. Never the less everything is running normal now.


All times are GMT -5. The time now is 03:37 PM.