|
|
2010-02-04
, 01:04
|
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#31
|
|
|
2010-02-04
, 01:07
|
|
|
Posts: 290 |
Thanked: 132 times |
Joined on Jan 2010
@ New York City
|
#32
|
|
|
2010-02-04
, 01:08
|
|
|
Posts: 139 |
Thanked: 135 times |
Joined on Jan 2010
@ Cambridgeshire, UK
|
#33
|
|
|
2010-02-04
, 10:13
|
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#34
|
sudo gainroot
mv /home/user/MyDocs/.documents/default.conf /etc/hildon-welcome.d/
mv /home/user/MyDocs/.documents/maemo.avi /opt/
cd /usr/share/hildon-welcome/media/
ln -s /opt/maemo.avi maemo.avi
ls -l /etc/hildon-welcome.d/ cat /etc/hildon-welcome.d/default.conf ls -l /opt/maemo.avi ls -l /usr/share/hildon-welcome/media/
| The Following User Says Thank You to DrWilken For This Useful Post: | ||
|
|
2010-02-04
, 10:27
|
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#35
|
Could You post the output of:
Code:ls -l /etc/hildon-welcome.d/ cat /etc/hildon-welcome.d/default.conf ls -l /opt/maemo.avi ls -l /usr/share/hildon-welcome/media/
|
|
2010-02-04
, 10:38
|
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#36
|
rm /usr/share/hildon-welcome/media/maemo.avi cp /opt/maemo.avi /usr/share/hildon-welcome/media/maemo.avi
| The Following User Says Thank You to DrWilken For This Useful Post: | ||
|
|
2010-02-04
, 10:55
|
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#37
|
kojacker:
That's weird... I don't see anything wrong... :/
Just as a test; Could You try to copy the /usr/share/hildon-welcome/media instead of linking? Maybe /opt isn't mounted when it's trying to show the video...?
Code:rm /usr/share/hildon-welcome/media/maemo.avi cp /opt/maemo.avi /usr/share/hildon-welcome/media/maemo.avi
|
|
2010-02-04
, 10:59
|
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#38
|

|
|
2010-02-04
, 11:03
|
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#39
|

chown root:root /etc/hildon-welcome.d/default.conf

mv /usr/share/hildon-welcome/media/maemo.avi /opt/ cd /usr/share/hildon-welcome/media ln -s /opt/maemo.avi maemo.avi
|
|
2010-02-04
, 11:15
|
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#40
|
I noticed that the default.conf file is owned by user:root (user/group) and it's owned by root:root on my N900...
Im going to take a look for updates, clear out sms messages, etc to see what happens. It's possible I only noticed it after rebooting to watch the new video but I guess the problem may be related to something else and I just hadn't spotted it. Thanks again for helping out