Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
kvirc
kvirc-browser.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kvirc-browser.patch of Package kvirc
--- scripts/browser/kvi_run_netscape +++ scripts/browser/kvi_run_netscape @@ -7,6 +7,9 @@ if [ -z "$1" ]; then echo "Missing URL" else + if which desktop-launch > /dev/null; then + desktop-launch "$1" 2>/dev/null + else for BROWSER in firefox seamonkey mozilla netscape ""; do if [ -z "$BROWSER" ]; then echo "Could not find either Netscape or Mozilla" @@ -21,4 +24,5 @@ echo "$BROWSER is not currently running. Starting a new instance..." exec "$BROWSER" "$1" fi + fi fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor