Skip to content

Commit

Permalink
Fix external browser links
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Oct 10, 2022
1 parent 8150d4f commit d66c5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions org.soapui.SoapUI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d66c5e3

Please sign in to comment.