From 7549a4dc22295fba2d52b7599270eae9ab67324b Mon Sep 17 00:00:00 2001 From: BrainwreckedTech <3752022+BrainwreckedTech@users.noreply.github.com> Date: Sat, 16 Jan 2021 00:26:04 -0500 Subject: [PATCH] Removed proxied version desktop file creation from main makessb script. --- makessb.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/makessb.sh b/makessb.sh index d48ac89..f08ac1b 100755 --- a/makessb.sh +++ b/makessb.sh @@ -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}"