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
ac7fee6151fadda39e02a42486baeff2fb1bc95a
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: 1786ms Template: 4ms
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