meseretakalu / iptux

Automatically exported from code.google.com/p/iptux
0 stars 0 forks source link

Segmentation fault after changing login name (usemod -l) #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. change the user name using usemod -l
2. stopped working for the user.

able to run in super user mode.

What is the expected output? What do you see instead?
should open the iptux

What version of the product are you using? On what operating system?
Linux 2.6.35-30-generic
Ubuntu 10.10 maverick x86_64

Please provide any additional information below.
Terminal Output
$ iptux
Segmentation fault

Original issue reported on code.google.com by The.N...@gmail.com on 25 Jan 2012 at 3:06

GoogleCodeExporter commented 8 years ago
What is the "stopped working for the user." mean for.

Original comment by cwll2...@126.com on 31 Jan 2012 at 1:14

GoogleCodeExporter commented 8 years ago
oh! Sorry for typo! command is "usermod -l"
# usermod -l <newusername> <oldusername>
# mv /home/<oldusername> /home/<newusername
# usermod -d /home/<newusername> <newusername>

login to the user
$ iptux
Segmentation fault

Original comment by The.N...@gmail.com on 1 Feb 2012 at 4:40

GoogleCodeExporter commented 8 years ago
found new stuff!
only show if iptux is started firs time after system is on!

$ iptux
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Segmentation fault

Original comment by The.N...@gmail.com on 8 Feb 2012 at 6:34

GoogleCodeExporter commented 8 years ago
Problem Located!

While changing the user name (login name), the setting in the "GNOME 
configuration"(gconftool) doesn't get updated or in the sense point to the old 
path for values.

key /apps/iptux/archive_path
key /apps/iptux/shared_file_list

After updating these keys the iptux worked fine!

Original comment by The.N...@gmail.com on 2 May 2012 at 5:33