![]() |
2010-01-15
, 07:08
|
Posts: 188 |
Thanked: 34 times |
Joined on Dec 2009
|
#22
|
i quote myself from few posts above:
Code:edit2: you can modify the config-file of sibplayer too. it's located under ~/.config/sibplayer/SiBPlayer.conf go there with x terminal and use vi to change the path manually.
(you could even try to just delete this file and see what happens. if SiB doesn't do anything at all afterwards just uninstall and install newly. that SHOULD work.)
![]() |
2010-01-15
, 07:23
|
Posts: 23 |
Thanked: 50 times |
Joined on Nov 2009
@ Berlin, Germany
|
#23
|
The Following User Says Thank You to plastik For This Useful Post: | ||
![]() |
2010-01-15
, 07:23
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#24
|
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-01-15
, 07:23
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#25
|
The Following User Says Thank You to jakiman For This Useful Post: | ||
![]() |
2010-01-15
, 07:24
|
Posts: 188 |
Thanked: 34 times |
Joined on Dec 2009
|
#26
|
To remove the SiBPlayer.conf start the X Terminal and type the following (case is important):
rm .config/sibplayer/SiBPlayer.conf
If you start SiB afterwards it will recreate the file with the default search folder (/home/user/MyDocs/Videos)
![]() |
2010-01-15
, 07:27
|
Posts: 188 |
Thanked: 34 times |
Joined on Dec 2009
|
#27
|
To modify that file, I recommend yo install 2 apps.
1. rootsh
2. leafpad
Then launch to xterminal app.
From the prompt, type the following.
root
leafpad /home/user/.config/sibplayer/SiBPlayer.conf
It will launch leafpad app with that file.
You can modify the file like notepad then just save. Done.
You can now close the app and also xterminal.
--
To delete that file:
rm /home/user/.config/sibplayer/SiBPlayer.conf
FYI - Just like DOS prompt in WIndows, you can press "Tab" to complete the paths for quicker navigation and less syntax errors.
![]() |
2010-01-19
, 21:44
|
Posts: 273 |
Thanked: 113 times |
Joined on Feb 2008
@ Germany
|
#28
|
./sib: symbol lookup error: ./sib: undefined symbol: _ZN22QMaemo5KineticScrollerC1EP19QAbstractScrollArea
QMaemo5KineticScroller is not needed anymore and was removed. To override scrolling behavior or to disable it altogether, QAbstractKineticScroller can be used
![]() |
2010-01-20
, 00:07
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#29
|
![]() |
2010-01-20
, 06:37
|
Posts: 196 |
Thanked: 51 times |
Joined on Dec 2009
|
#30
|
(you could even try to just delete this file and see what happens. if SiB doesn't do anything at all afterwards just uninstall and install newly. that SHOULD work.)