how to change data dir for qt wallet in linux?
start the qt wallet through the terminal and add parameters there...
e.g.
sudo ./zillioncoind -datadir=something
It may be necessary that the folder already exists before you do that, so you have to create en empty folder by that name first.