|
|
2010-03-23
, 11:45
|
|
Posts: 267 |
Thanked: 183 times |
Joined on Jan 2010
@ Campinas, SP, Brazil
|
#2
|
/home/user # mv /usr/share/nokia-maps/ /home/opt/ /home/user # ln -s /home/opt/nokia-maps/ /usr/share/nokia-maps /home/user # ls -lad /usr/share/nokia-maps lrwxrwxrwx 1 root root 21 Mar 23 08:43 /usr/share/nokia-maps -> /home/opt/nokia-maps/ /home/user #
| The Following 2 Users Say Thank You to Patola For This Useful Post: | ||
|
|
2010-03-23
, 11:46
|
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#3
|
|
|
2010-03-23
, 11:48
|
|
Posts: 267 |
Thanked: 183 times |
Joined on Jan 2010
@ Campinas, SP, Brazil
|
#4
|
|
|
2010-03-23
, 11:49
|
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#5
|
If he creates the /usr/share/nokia-maps directory, when it makes a link there the link would go inside the directory, something like /usr/share/nokia-maps/nokia-maps. Then Nokia Maps would not work!
The "real" Nokia maps files are now on /home/opt/nokia-maps. The ln -s should have worked.
|
|
2010-03-23
, 11:52
|
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#6
|
Weird. I tried it and it worked:
After that I called Nokia Maps and it worked 100%.Code:/home/user # mv /usr/share/nokia-maps/ /home/opt/ /home/user # ln -s /home/opt/nokia-maps/ /usr/share/nokia-maps /home/user # ls -lad /usr/share/nokia-maps lrwxrwxrwx 1 root root 21 Mar 23 08:43 /usr/share/nokia-maps -> /home/opt/nokia-maps/ /home/user #
|
|
2010-03-23
, 11:53
|
|
Posts: 254 |
Thanked: 17 times |
Joined on Dec 2009
|
#7
|
|
|
2010-03-23
, 11:55
|
|
|
Posts: 27 |
Thanked: 3 times |
Joined on Mar 2010
@ Scotland
|
#8
|
|
|
2010-03-23
, 11:55
|
|
|
Posts: 682 |
Thanked: 208 times |
Joined on Jan 2010
@ UK
|
#9
|
|
|
2010-03-23
, 11:57
|
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#10
|
i followed the intrustions to move maps =
Some applications like Nokia Maps and the microb-engine are placed in /usr/share taking up valuable root space, moving these files will not affect the apps. Moving Nokia Maps (has to be done as root):
mv /usr/share/nokia-maps /home/opt/
ln -s /home/opt/nokia-maps /usr/share/nokia-maps
The first command worked. but the second didnt. i just got that "/usr/share/nokia-maps" directory does not exist.
This now means that my maps are no longer working. Not a major issue, but would rather it did work