View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#36
Originally Posted by vetsin View Post
Hi marmitz,
I tried to install User Agent Tool but got this error. Any tips? Thanks!

/home/user # apt-get install useragenttool
Reading package lists... Done
Building dependency tree
Reading state information... Done
useragenttool is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up useragenttool (1.0.1-2) ...
chown: /home/user/.mozilla/microb/user.js: No such file or directory
dpkg: error processing useragenttool (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
useragenttool
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hi, it's a bug. I'll do a quick&dirty fix soon, but please report me one thing: please open the file
Code:
/var/lib/dpkg/info/useragenttool.postinst
with your favorite text editor and change
Code:
chown user:users
to
Code:
chown -f user:users
leaving the rest alone. And tell me whether this fixes the thing. If it works, I'll push the update straight away. If not, you'll have to wait a couple of days. It'll include the settings applet stuff
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2012-12-10 at 17:09.
 

The Following User Says Thank You to marmistrz For This Useful Post: