Removed proxied version desktop file creation from main makessb script.

This commit is contained in:
BrainwreckedTech 2021-01-16 00:26:04 -05:00
parent cdc459b596
commit 7549a4dc22

View File

@ -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}"