Logo
Explore Help
Register Sign In
mir/libreoffice
2
0
Fork 0
You've already forked libreoffice
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d4d7d5a90b8aee18a9d1ccd84f998b202f7185a6
libreoffice/shell/source/unix/misc/kde-open-url.sh

11 lines
159 B
Bash
Raw Normal View History

INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/27 07:59:33 obr 1.1.2.1: #i27120# new unix shell execute service implementation
2004-05-10 12:08:06 +00:00
#!/bin/sh
# special handling for mailto: uris
if echo $1 | grep '^mailto:' > /dev/null; then
INTEGRATION: CWS obr04 (1.2.254); FILE MERGED 2006/12/20 15:03:25 obr 1.2.254.1: #i72544# patch applied
2007-01-23 11:29:06 +00:00
kmailservice "$1" &
INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/27 07:59:33 obr 1.1.2.1: #i27120# new unix shell execute service implementation
2004-05-10 12:08:06 +00:00
else
INTEGRATION: CWS obr04 (1.2.254); FILE MERGED 2006/12/20 15:03:25 obr 1.2.254.1: #i72544# patch applied
2007-01-23 11:29:06 +00:00
kfmclient openURL "$1" &
INTEGRATION: CWS defaultbrowser (1.1.2); FILE ADDED 2004/04/27 07:59:33 obr 1.1.2.1: #i27120# new unix shell execute service implementation
2004-05-10 12:08:06 +00:00
fi
exit 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 2619ms Template: 24ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API