Closed Vini-Pires closed 1 year ago
I tried to reinstall trello to v0.1.9 on linux mint vannesa by using terminal, but on finish the installation and tried to run he return the "segmentation fault (core dumped)"
sudo rm -Rf /opt/trello* sudo rm -Rf /usr/bin/trello sudo rm -Rf /usr/share/applications/trello.desktop
wget https://github.com/danielchatfield/trello-desktop/releases/download/v0.1.9/Trello-linux-0.1.9.zip -O trello.zip
sudo mkdir /opt/trello
sudo unzip trello.zip -d /opt/trello/
sudo ln -sf /opt/trello/Trello /usr/bin/trello
echo -e '[Desktop Entry]\n Version=1.0\n Name=trello\n Exec=/opt/trello/Trello\n Icon=/opt/trello/resources/app/static/Icon.png\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/trello.desktop
But after all this, the program don't run and I don't know how to solve this problem. I'm relative new on linux.
Hi, could you share a picture or the full text from the output of your terminal?
I just gave up and installed from the snap store
I tried to reinstall trello to v0.1.9 on linux mint vannesa by using terminal, but on finish the installation and tried to run he return the "segmentation fault (core dumped)"
How I reinstalled
But after all this, the program don't run and I don't know how to solve this problem. I'm relative new on linux.