mousse04
|
2012-09-16
, 20:06
|
Posts: 443 |
Thanked: 282 times |
Joined on Oct 2011
@ Grenoble, France
|
#2881
|
|
2012-09-16
, 20:10
|
Posts: 443 |
Thanked: 282 times |
Joined on Oct 2011
@ Grenoble, France
|
#2882
|
|
2012-09-16
, 20:16
|
Posts: 40 |
Thanked: 6 times |
Joined on Jul 2011
|
#2883
|
It is the same problem than me. So please try that. Uninstall all tweak T. Then create the .status-menu directory and reinstall tweak T
Choose the numbers: 0 Do not continue unless you fully trust the package you are about to install. Password for 'root': Package system-ui has package signature (origin 'com.nokia.maemo/local') (Lettura del database... 59798 file e directory attualmente installati.) Preparativi per sostituire system-ui v.1.3.2-1+0m8 (utilizzando /var/tmp/inception/pkg_mA3YG0)... Estrazione del sostituto di system-ui... aegis-installing system-ui (from 'com.nokia.maemo/local') Configurazione di system-ui (1.3.2-1+0m8)... cp: can't create '/home/user/.status-menu/items-order.conf': Permission denied cp: can't create '/home/user/.status-menu/top-order.conf': Permission denied cp: can't create '/home/user/.status-menu/pannable-order.conf': Permission denied xsession/sysuid start/running, process 4893 Elaborazione dei trigger per applauncherd-launcher...
|
2012-09-16
, 20:18
|
Posts: 443 |
Thanked: 282 times |
Joined on Oct 2011
@ Grenoble, France
|
#2884
|
Code:Choose the numbers: 0 Do not continue unless you fully trust the package you are about to install. Password for 'root': Package system-ui has package signature (origin 'com.nokia.maemo/local') (Lettura del database... 59798 file e directory attualmente installati.) Preparativi per sostituire system-ui v.1.3.2-1+0m8 (utilizzando /var/tmp/inception/pkg_mA3YG0)... Estrazione del sostituto di system-ui... aegis-installing system-ui (from 'com.nokia.maemo/local') Configurazione di system-ui (1.3.2-1+0m8)... cp: can't create '/home/user/.status-menu/items-order.conf': Permission denied cp: can't create '/home/user/.status-menu/top-order.conf': Permission denied cp: can't create '/home/user/.status-menu/pannable-order.conf': Permission denied xsession/sysuid start/running, process 4893 Elaborazione dei trigger per applauncherd-launcher...
|
2012-09-16
, 20:20
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#2885
|
mkdir -p /home/user/.status-menu if [ ! -f /home/user/.status-menu/items-order.conf ]; then cp -v /etc/status-menu/items-order.conf /home/user/.status-menu/ fi if [ ! -f /home/user/.status-menu/top-order.conf ]; then cp -v /etc/status-menu/top-order.conf /home/user/.status-menu/ fi if [ ! -f /home/user/.status-menu/pannable-order.conf ]; then cp -v /etc/status-menu/pannable-order.conf /home/user/.status-menu/ fi chown -R user:users /home/user/.status-menu/
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2012-09-16
, 20:23
|
Posts: 443 |
Thanked: 282 times |
Joined on Oct 2011
@ Grenoble, France
|
#2886
|
Thanks, I saw log...
It very strange, that on my device it installed without any problem....
I will ask Coderus, to change the creation of /home/user/.status-menu/ from root, directly to user....
This is what come from postinst script:
Code:mkdir -p /home/user/.status-menu if [ ! -f /home/user/.status-menu/items-order.conf ]; then cp -v /etc/status-menu/items-order.conf /home/user/.status-menu/ fi if [ ! -f /home/user/.status-menu/top-order.conf ]; then cp -v /etc/status-menu/top-order.conf /home/user/.status-menu/ fi if [ ! -f /home/user/.status-menu/pannable-order.conf ]; then cp -v /etc/status-menu/pannable-order.conf /home/user/.status-menu/ fi chown -R user:users /home/user/.status-menu/
|
2012-09-16
, 20:35
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#2887
|
|
2012-09-16
, 20:39
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#2888
|
|
2012-09-16
, 20:49
|
Posts: 443 |
Thanked: 282 times |
Joined on Oct 2011
@ Grenoble, France
|
#2889
|
I can think about only one reason...
When I tested in the first time that Coderus added this option for with .status-menu folder.
I created this folder manually and tested, And never have this problem... In uninstallation process this folder removed and in installation process this folder created again without any problem.
Try now to remove all this stuff again and install it again from 0.. I'm sure you will get full and correct installation..
Try this...
|
2012-09-16
, 20:53
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#2890
|
Tags |
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
Thread Tools | |
|