diff --git a/README.md b/README.md index 2b26a24..f1831f6 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ Waiting for [official response](https://github.com/SmartBear/soapui/issues/744) - Network (to allow perfonming the actual tests) - Documents folder (to load and save project files) -## Known issues - -Currently accessing to external web pages is not working due to this [external issue](https://github.com/flathub/org.freedesktop.Sdk.Extension.openjdk17/issues/1). - ## Special configurations and workarrounds Since the application folder is readonly it has been enabled the following paths have been set: diff --git a/org.soapui.SoapUI.yaml b/org.soapui.SoapUI.yaml index e80166e..b5966ef 100644 --- a/org.soapui.SoapUI.yaml +++ b/org.soapui.SoapUI.yaml @@ -29,6 +29,8 @@ modules: - install -Dpm644 -t /app/share/icons/hicolor/256x256/apps org.soapui.SoapUI.png - install -Dpm644 -t /app/share/applications org.soapui.SoapUI.desktop - install -Dpm644 -t /app/share/metainfo org.soapui.SoapUI.metainfo.xml + # Workaround to make web links open with the default web browser. + - ln -s /usr/bin/xdg-open /app/bin/firefox cleanup: - /bin/*.log - /bin/actions