![]() |
2010-03-03
, 23:13
|
Posts: 55 |
Thanked: 2 times |
Joined on Dec 2009
@ Berkeley, CA
|
#142
|
![]() |
2010-03-03
, 23:23
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#143
|
...Is all this complication due to unzipping in windows and transfer, instead of uncompressing and copy in Linux?
![]() |
2010-03-04
, 14:34
|
Posts: 344 |
Thanked: 73 times |
Joined on Jan 2010
|
#144
|
Is all this complication due to unzipping in windows and transfer, instead of uncompressing and copy in Linux?
![]() |
2010-03-06
, 00:08
|
Posts: 3 |
Thanked: 0 times |
Joined on Jan 2010
|
#145
|
![]() |
2010-03-06
, 20:09
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#146
|
It does get a little complicated around here, what with the cross-talk between OS languages. %^p
Try unzipping with WinRAR or some other authoritative extractor. I have found you can name the folder anything you want. Just keep all the extracted files, and be sure to put the folder that they are in, into the "dic" folder in the main folder you see when you connect your N900 to your computer via the USB cable. That should do it.
It's a lot more heat than light around here, for sure! But that's what we signed up for when we chose to be opensource smartphone pioneers, or didn't you remember!?!?!
![]() |
2010-03-06
, 21:25
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#147
|
![]() |
2010-03-07
, 00:04
|
Posts: 39 |
Thanked: 3 times |
Joined on Dec 2009
|
#148
|
![]() |
2010-03-07
, 02:07
|
Posts: 39 |
Thanked: 3 times |
Joined on Dec 2009
|
#149
|
![]() |
2010-03-07
, 10:21
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#150
|
![]() |
Tags |
bada rox, help i'm stuck |
Thread Tools | |
|
well, you've to change owner.group in your file from root to users (group).
Main problem is that you cannot do that in /home...directory because for fat/ntfs filesystem microsoft compatibility, files inside this directory cannot changed.
So, try to copy your file in /usr
command in terminal is
cp your_file /usr
ignore error, it's possible you'll copy this file in /usr despite error log
verify this copy:
cd /usr
ls
if you can see your file here now it's easy:
sudo gainroot (if you haven't this command istall it rootsh from repos)
chown user:users your_file (be careful, don't forget the "s" in 2nd users, it's important
exit
verify if everithing worked well
ls -l your_file
you'd see
-rw-r--r-... 3 user users ...
well, if "x" missing digit:
chmode +x your_file
check again
ls -l
if everithing is ok now (user users and "x" presents)
mv your_file /home/user/.stardict/dic
that's (should be :P) all
I'm waiting for your news...
If you found my post useful please thank me, I appreciate!