Removed proxied version desktop file creation from main makessb script.

master
BrainwreckedTech 4 years ago
parent cdc459b596
commit 7549a4dc22

@ -124,16 +124,3 @@ Type=Application
Categories=WebApplications
Icon=${ICON_LOC}
StartupWMClass=${WAPPNAME,,}-ssb" > "${DSKTPFIL}" && printf -- ':: echo: created %s\n' "${DSKTPFIL}"
### CREATE A PROXIED VERSION
DSKTPFIL="${DSKTPFIL/.desktop/.proxy.desktop}"
echo "[Desktop Entry]
Name=${WAPPNAME} (SSB) via ProxyChains
GenericName=${WAPPDESC}
Exec=proxychains firefox -P ${WAPPNAME,,}-ssb --class ${WAPPNAME,,}-ssb-proxy --no-remote -ssb ${WAPPADDR}
StartupNotify=true
Terminal=false
Type=Application
Categories=WebApplications
Icon=${ICON_LOC}
StartupWMClass=${WAPPNAME,,}-ssb-proxy" > "${DSKTPFIL}" && printf -- ':: echo: created %s\n' "${DSKTPFIL}"

Loading…
Cancel
Save