I configured IPTUX to run in background by mistake. The next time when i start it always runs in back ground. i tried to reinstall and also reinstalled with synaptic. still it starts in background.
Thanks, Kavin
I configured IPTUX to run in background by mistake. The next time when i start it always runs in back ground. i tried to reinstall and also reinstalled with synaptic. still it starts in background.
Thanks, Kavin
I am stuck in the same situation but I know one thing for sure that you can modify the %gconf.xml file directly using
sudo nano <config file path>/%gconf.xml
which should be located in any of the following locations
~/.cache/iptux
~/.gconf/apps/iptux
~/.config/iptux
I did modify the file but when I restart the system it seems to have reverted back to the original.
The entry in the file that you need to look for, to modify is:
name="hide_startup" mtime="1343670281" type="bool" value="true"
change it to:
name="hide_startup" mtime="1343670281" type="bool" value="false"
I believe, the reason for the file reverting back to the previous state is that iptux
process must be running in the background and hence not allowing changes to the file.
What I am looking for is a way to kill the iptux process before modifying the config file, but can't find a process for iptux.
Will research it a bit and let you know if I find the process name.
I faced same issue and didn't found ~/.gconf/apps/iptux/%gconf.xml
file.
But I fixed the it.
First locate iptux installation directory,
locate iptux
search for line /something/something/.iptux/config.json
Edit this line in file,
"hide_startup" : true,
true to false. Or any other option you need.
I also had the same problem. So i uninstalled iptux and removed all the files related to iptux in the system. Then i reinstalled iptux and it worked.
I also had the same problem. The solution was as specified by exIT Solutions is :
First locate the %gconf.xml
file in your pc. Mine was in ~/.gconf/apps/iptux/%gconf.xml
.
Edit it with any Text Editor.
Second search for the line:
entry name="hide_startup" mtime="1410256594" type="bool" value="true"
and changed it to:
entry name="hide_startup" mtime="1410256594" type="bool" value="false"
Save the file and logout. After logging in I started iptux
and it worked fine.