Kodi Community Forum
Advanced launcher exits back - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Advanced launcher exits back (/showthread.php?tid=125361)



Advanced launcher exits back - arkaplanda - 2012-03-12

Hi;

I installed firefox to my ubuntu system and then create a shortcut. WhenI try to open with advanced launcher, advanced launcher starts and xmbc screens get small and after that get full screen again. Only in one second.

The advanced launcer exits back by itself.


Do you now hoe can i fix it?


RE: Advanced launcher exits back - Angelscry - 2012-03-13

Looks like you do not have configured well your launcher to start Firefox. Advanced Launcher minimize XBMC, try to start Firefox, but for a reason fail, and so restore XBMC into full screen.
Could you post here the content of your launchers.xml file (using pastebin service). Then I will surely be able to help you with your problem.


RE: Advanced launcher exits back - Wozza_au - 2012-03-13

Hi
firefox installs to a folder called firefox-3.6.24 (depending on ver)
So if you used
Code:
ln -s /usr/lib/firefox /home/xbmc/shortcuts/firefox
to create your shortcut, launcher wont find the firefox files
you should have used
Code:
ln -s /usr/lib/firefox-3.6.24 /home/xbmc/shortcuts/firefox
instead
Wozza



RE: Advanced launcher exits back - Angelscry - 2012-03-13

(2012-03-13, 04:42)Wozza_au Wrote: Hi
firefox installs to a folder called firefox-3.6.24 (depending on ver)
So if you used
Code:
ln -s /usr/lib/firefox /home/xbmc/shortcuts/firefox
to create your shortcut, launcher wont find the firefox files
you should have used
Code:
ln -s /usr/lib/firefox-3.6.24 /home/xbmc/shortcuts/firefox
instead
Wozza
Why do you create a shortcut? That's not necessary. From Advanced Launcher you just have to create the stand-alone launcher and select the firefox executable (/usr/lib/firefox or /usr/bin/firefox or /usr/lib/firefox-3.6.24) when Advanced Launcher ask you for the application.



RE: Advanced launcher exits back - Wozza_au - 2012-03-13

Meh!I just followed a tut on here somewhere and the same thing happened to me..... just assumed that arkaplanda used the same tut.
Beside the shortcut may help with any permission/access issues....just another way to skin a cat




RE: Advanced launcher exits back - Angelscry - 2012-03-13

(2012-03-13, 14:25)Wozza_au Wrote: Meh!I just followed a tut on here somewhere and the same thing happened to me..... just assumed that arkaplanda used the same tut.
Beside the shortcut may help with any permission/access issues....just another way to skin a cat
It will not change the permission access. If an user do not have acces to a file, it will also not have access to it from its shortcuts. Undecided