viyoriya There is no bin dir so just exeute this commond
output/stacer
The bin folder is not a problem.
If you want to run this application on terminal only by the user, then you can create the bin folder on your home.
Just name it .bin
Then edit .bashrc
file by adding these lines:
## set PATH so it includes user's private .bin
if [ -d "$HOME/.bin" ] ; then
PATH="$HOME/.bin:$PATH"
fi
Later copy the stacer
file from the build/output
to .bin
folder in your home
If you want to run it from all users, them copy it on /usr/bin
.
Launch the terminal in the folder build/output
then:
sudo cp stacer /usr/bin
After this just type stacer
in terminal and then the program with be launcher, but if you close the terminal, also the program will be closed.
Another option is to copy stacer
directly on the desktop. (This looks more easier.)
The icon on system tray is bigger than other. I oppened an issue about this and the developer promised that he will fix it at next release.
I didn'd find a way to launch Stacer from Menu.
I placed stacer.destop
on .local/share/applications
made it executable but still didn't work.
If i try to open stacer.destop from terminal i get this:
I don't know what I am missing here. If someone have any idea, please share it.