Is the an up to date guide for configuring onionshare 2.6 in qubes-whonix

tried following the instructions on whonix.org for configuring onionshare in whonix workstation but the terminoogy workstation (commonly called anon-whonix) is confusing.

is it possible to have an update guide to configure onionshare 2.6 in qubes-whonix because the names for whonix and qubes have change. really need it to work.

  • Read: anon-whonix
  • Think: Whonix-Workstation

If you see:

If using Qubes-Whonix™, complete these steps.

This this doesn’t apply to you if you’re not using Qubes-Whonix and/or don’t know what that is. Then you can also overlook anon-whonx.

In that case, for presumably Whonix for VirtualBox, the following instructions apply:

If using a graphical Whonix-Workstation, complete these steps.

Just follow these ones.

hi.
these are the steps that was done:

  1. add onion grater to gateway sys-whonix-1 ( not sys-whonix, because separate )
  2. add EXTERNAL_OPEN_PORTS+=" $(seq 17600 17659) " to anon-whonix user firewall settings ( network VM is sys-whonix-1 )
    save and reload from anon-whonix
  3. install onionshare in whonix-workstation-17-1 template
    done

then open terminal in anon-whonix and type onionshare-cli --chat and got that error

│ v2.6 │
│ │
https://onionshare.org/
╰───────────────────────────────────────────╯

OnionShare could not connect to Tor:
[Errno 2] No such file or directory
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/stem/socket.py”, line 584, in _make_socket
control_socket.connect(self.path)
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/onionshare_cli/onion.py”, line 431, in connect
self.c = Controller.from_socket_file(path=self.tor_control_socket)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/stem/control.py”, line 1049, in from_socket_file
control_socket = stem.socket.ControlSocketFile(path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/stem/socket.py”, line 564, in init
self.connect()
File “/usr/lib/python3/dist-packages/stem/socket.py”, line 172, in connect
self._socket = self._make_socket()
^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/stem/socket.py”, line 587, in _make_socket
raise stem.SocketError(exc)
stem.SocketError: [Errno 2] No such file or directory

[workstation user ~]%

Note:
the onionshare gui work with sys-whonix-1 but cannot see server onion address in whonix onion circuit panel. would prefer to use onionshare-cli --chat if possible

thank you