signal

This is an old revision of the document!


Signal

Batch file on Desktop:

%UserProfile%\Desktop\Signal.bat
@echo off
set HTTP_PROXY=http://<proxy>:<port>/
set HTTPS_PROXY=http://<proxy>:<port>/
start %LOCALAPPDATA%\Programs\signal-desktop\Signal.exe

Shortcut on Desktop with destination: C:\Windows\System32\cmd.exe /c "%UserProfile%\Desktop\Signal.bat"

/usr/share/applications/signal-desktop.desktop
[Desktop Entry]
Name=Signal
Comment=Private messaging from your desktop
Exec="/opt/Signal/signal-desktop.sh" %U
Terminal=false
Type=Application
Icon=signal-desktop
StartupWMClass=Signal
Categories=Network;
desktop entry 
/opt/Signal/signal-desktop.sh
#!/bin/sh
 
export http_proxy=http://proxy-client.cert.siemens.com:8000
export https_proxy=http://proxy-client.cert.siemens.com:8000
/opt/Signal/signal-desktop
  • signal.1540473224.txt.gz
  • Last modified: 2020/12/29 02:09
  • (external edit)