A tray application and launcher to connect to remote systems using IXON
Project description
Ixontray
Small utility to connect quickly to a given ixon system.
Installation
To install the application run:
Ubuntu 22.04
sudo apt-get -qq install libegl1 libxcb-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxkbcommon-x11-0
pipx install ixontray
Ubuntu 20.04
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10
pipx install ixontray --python <path-to-python3.10> #in my case: /usr/bin/python3.10
sudo apt-get -qq install libegl1 libxcb-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxkbcommon-x11-0
You can run the application:
ixontray
Or run the laucher
ixontray --launcher
TIP:: Best to add that to a system wide shortcut. I have it at WIN+X
( System Settings > Keyboard > Keyboard Shortcuts > Custom Shortcuts > Add a new one )
INFO:: The first time you will need to enter your login credentials in the window that will open.
NOTE:: You need to run the application first before you can run the launcher.
A tray icon like this will appear:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ixontray-0.2.8.tar.gz
(47.4 kB
view hashes)
Built Distribution
ixontray-0.2.8-py3-none-any.whl
(46.9 kB
view hashes)