Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Use browser-start-script as "default browser"
Hi,
i've the following problem. I'm using a script to set some varaiables, do som work and start firefox. Now i want to use this script as my default browser. My problem is that i wasn't able to pass the URL properly. At first i thought it would be enough to just pass the parameter to firefox:
#!/bin/sh -e
[...]
firefox $1
But this resulted in firefox displaying "file:///var/tmp/kdecache-gedinixan/krun/10599.0.". Can somebody explain to me how KDE calls the browser and what i need to do to get my script to work?
you need to tell KDE that the script can url adresses. You can do that by entering the argument %U to the command.
Help mee om
KDE 3.5.5 in het Nederlands te vertalen
Thanks, that solved the problem.