-
Notifications
You must be signed in to change notification settings - Fork 0
Home
hsjpekka edited this page Aug 7, 2020
·
1 revision
Tapping event location on the event view page runs Qt.openUrlExternally() that starts a program depending on the mime-settings. The list of possible choises becomes visible by press-and-hold, and can be modified in the patch settings.
To control what programs different x-schemes open, see here or below.
To make JollaOpas start when Qt.openUrlExternally("bus:search?to=address")
is executed, create file open-bus.desktop in $HOME/.local/share/applications:
[Desktop Entry]
Type=Application
Name=bus scheme handler
Exec=harbour-jollaopas -q %u
MimeType=x-scheme-handler/bus;
NoDisplay=true
And run xdg-mime default open-bus.desktop x-scheme-handler/bus
.