PDA

View Full Version : [Solved] Awesome problem with config.


n3w
December 27th, 2010, 00:00
Hi all.

After I install awesome and I want to do some config changes realized there was no rc.lua file neither several directories that should be created after installation.
I first installed awesome from ports then tried with packages. Same result..

Apparently installation was successful and no errors happened.
If any1 has an idea of why this happened..

Thanks anyway.

graudeejs
December 27th, 2010, 00:25
/usr/local/etc/xdg/awesome/rc.lua << is that what you looking for?

n3w
December 27th, 2010, 00:33
Yep , thx, but dunno why my "whereis" did not print the path..
Anyway , i'll keep with this , thx a lot !

graudeejs
December 27th, 2010, 00:36
whereis is using database, which wasn't updated (yet)
The easiest way to solve these kinds of problems is to look at port
either in Makefile or in pkg-plist.
Most ports specify where they install files (others generate these lists automatically)

Generally if there is no pkg-plist, then look in Makefile

n3w
December 27th, 2010, 00:42
Lots of thanks again.