Skip to content

Commit

Permalink
Add details for setting Gnome proxy settings (#554)
Browse files Browse the repository at this point in the history
Add linux gnome proxy settings.

Signed-off-by: Emmanuel Gautier <[email protected]>
  • Loading branch information
emmanuelgautier authored Oct 16, 2024
1 parent af8a966 commit 0a55631
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addOns/help/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Added
- Details for setting Gnome proxy settings.

## [18] - 2024-05-07
### Added
Expand Down
12 changes: 12 additions & 0 deletions addOns/help/src/main/javahelp/contents/start/proxies.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@ <H3>OS X System Proxy settings</H3>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Press the</td><td> Network Options 'Apply' button</td></tr>
</table>

<H3>Linux Gnome Proxy settings</H3>

<table>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Press the</td><td> 'Gnome Settings' in the top corner</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Select the</td><td> 'Network' item in the left</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Enter in the</td><td> 'Proxy' in the 'Proxy' section</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Press the</td><td> 'Network Proxy' toggle</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Select</td><td> 'Manual' in the 'Configuration' dropdown</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Enter in the</td><td> HTTP (or HTTPs) Proxy 'URL' field the 'URL' you configured in the options screen</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Enter in the</td><td> HTTP (or HTTPs) Proxy 'Port' field the 'Port' you configured in the options screen</td></tr>
</table>

<H3>Windows LAN Settings</H3>

<table>
Expand Down

0 comments on commit 0a55631

Please sign in to comment.