|
2010-01-21
, 14:48
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#342
|
|
2010-01-21
, 15:01
|
Posts: 3 |
Thanked: 0 times |
Joined on Jan 2010
|
#343
|
|
2010-01-21
, 15:59
|
Posts: 116 |
Thanked: 147 times |
Joined on Jan 2010
|
#344
|
The Following 10 Users Say Thank You to Grant For This Useful Post: | ||
|
2010-01-21
, 16:19
|
Posts: 116 |
Thanked: 147 times |
Joined on Jan 2010
|
#345
|
The Following 5 Users Say Thank You to Grant For This Useful Post: | ||
|
2010-01-21
, 16:32
|
Posts: 22 |
Thanked: 14 times |
Joined on Dec 2009
@ The Netherlands
|
#346
|
Hey guys,
has someybody got backups from all the 48x48 (and maybe scaleable) icons and would mind uploading them? That would be great.
Regards.
The Following 4 Users Say Thank You to Borreltje For This Useful Post: | ||
|
2010-01-21
, 16:36
|
|
Posts: 147 |
Thanked: 78 times |
Joined on Dec 2009
@ Netherlands
|
#347
|
You can't - MyDocs is FAT32 and that doesn't support symlinks. You have to do it the other way round - move /home/user/.local/share to MyDocs, then create a symlink in /home/user/.local.
What I'd probably do (to keep things clear from the PC end) is:
Note: I've not tested this, so it may not work!Code:mkdir -p MyDocs/Icons/scalable mkdir -p MyDocs/Icons/48x48 mkdir -p .local/share/icons/hicolor/scalable mkdir -p .local/share/icons/hicolor/48x48 ln -s /home/user/MyDocs/icons/scalable .local/share/icons/hicolor/scalable/hildon ln -s /home/user/MyDocs/icons/48x48 .local/share/icons/hicolor/48x48/hildon
|
2010-01-21
, 16:56
|
Posts: 119 |
Thanked: 15 times |
Joined on Nov 2009
@ Manchester, UK
|
#348
|
I used the /home/user/.local/share/sounds structure
sounds won't override default sounds!?
I tested it with others too but won't work.
|
2010-01-21
, 16:57
|
|
Posts: 147 |
Thanked: 78 times |
Joined on Dec 2009
@ Netherlands
|
#349
|
|
2010-01-21
, 17:03
|
Posts: 119 |
Thanked: 15 times |
Joined on Nov 2009
@ Manchester, UK
|
#350
|
The Following User Says Thank You to andy_x_net For This Useful Post: | ||
Tags |
maemo mods, mods thread |
|
sounds won't override default sounds!?
I tested it with others too but won't work.