Removed proxied version desktop file creation from main makessb script.
This commit is contained in:
parent
cdc459b596
commit
7549a4dc22
13
makessb.sh
13
makessb.sh
@ -124,16 +124,3 @@ Type=Application
|
|||||||
Categories=WebApplications
|
Categories=WebApplications
|
||||||
Icon=${ICON_LOC}
|
Icon=${ICON_LOC}
|
||||||
StartupWMClass=${WAPPNAME,,}-ssb" > "${DSKTPFIL}" && printf -- ':: echo: created %s\n' "${DSKTPFIL}"
|
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…
x
Reference in New Issue
Block a user