|
2012-11-27
, 14:30
|
Posts: 5 |
Thanked: 0 times |
Joined on Aug 2012
|
#412
|
|
2012-11-27
, 14:49
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#413
|
I'm having a trouble here. every time I click the link, it directs me to the same page again and again. When I hit the download icon, instead of start downloading it's opening the same page on a new tab. Give some help please, thank you
|
2012-11-27
, 14:51
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#414
|
Ah it seems fine...Is the package named faster.zip? Can you check the FT-install.sh what path does it cp from?
You could otherwise post the script here as I tried downloading from first post and it doesn't work for me...
|
2012-11-27
, 14:56
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#415
|
|
2012-11-27
, 15:06
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#416
|
|
2012-11-27
, 15:11
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#417
|
for some reason that download just opens in a new tab with same page but no file to be downloaded...
At my PC after click at 44.7KB buttom it opens a new page OK, but start the download at the same time!
|
2012-11-27
, 15:39
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#418
|
for some reason that download just opens in a new tab with same page but no file to be downloaded...
Anyway looking at the script you should have
/home/user/MyDocs/faster/.config &&
/home/user/MyDocs/faster/faster
yours is currently:
/home/user/MyDocs/faster/
Looks like F2thak changed the script in v5 hence I didn't know about the new directory structure...
P.S. why not do the copying yourself via terminal or manually instead of relying on the script? You can always use theme settings/theme manager to select faster as your theme of choice...
|
2012-11-27
, 15:43
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#419
|
devel-su {enter your password} cp -R /home/user/MyDocs/faster /usr/share/themes/ gconftool -s --type=string /meegotouch/theme/name faster
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2012-11-27
, 16:08
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#420
|
See the folder on your device /home/user/MyDocs/faster/ contains a meegotouch folder and index.theme right?
If so open terminal and type:
Now it should do what the script intended to doCode:devel-su {enter your password} cp -R /home/user/MyDocs/faster /usr/share/themes/ gconftool -s --type=string /meegotouch/theme/name faster
The last command above from gconftool till faster at the end is one line not two lines; the forum parses it...
You could otherwise post the script here as I tried downloading from first post and it doesn't work for me...