Ask Ubuntu Asked by ujjal das on December 3, 2020
is there any command to install Trello in ubuntu? I search on their
website but there is no official application for ubuntu-desktop.
As of today, Trello does not have a native Linux app. In my opinion, there are 2 meaningful things you can do about this:
Here is how to do it with Firefox v73+:
about:config
, Accept the Risk and Continue
ssb
and using double-click flip it to truefirefox --ssb https://trello.com/yourboard
should workUbuntu Settings > Keyboard Shortcuts > Custom Shortcuts > Add
Super + F1
) and there you go, you have a Trello window quickly callable by a keyboard shortcut.Here is how to do it with Chromium (I guess the same-ish applies for Chrome):
sudo apt install chromium-browser
3 dots icon
in the top right corner and choose More tools > Create Shortcut
Open as window
chrome-somethingsomething.Desktop
app-id
/snap/bin/chromium --app-id=<the app id you have copied>
Desktop shortcut instead of keyboard shortcut:
If you are more interested in "clicking an icon", this answer might be useful to you but I do not use it.
Other remarks:
Answered by Paloha on December 3, 2020
By adding this PPA to your system, You can update your system with unsupported packages from this untrusted PPA by adding ppa:atareao/trello-desktop
to your system's Software Sources.
sudo add-apt-repository ppa:atareao/trello-desktop
sudo apt-get update
sudo apt install trello-desktop
or
sudo snap install so-trello
Answered by matinict on December 3, 2020
Yes, it can be done. As it is not available officially, you have to download it from this git repository link to repo. Use the command below to download the software :
wget https://github.com/danielchatfield/trello-desktop/releases/download/v0.1.9/Trello-linux-0.1.9.zip -O trello.zip
Use the following commands to install the downloaded file :
sudo mkdir /opt/trello
sudo unzip trello.zip -d /opt/trello/
You can now use trello
, type trello
in the terminal to launch it, or you can create a desktop shortcut as given below.
Create a shortcut to facilitate program execution :
sudo ln -sf /opt/trello/Trello /usr/bin/trello
Create a launcher for the program by running the command below :
echo -e '[Desktop Entry]n Version=1.0n Name=trellon Exec=/opt/trello/Trellon Icon=/opt/trello/resources/app/static/Icon.pngn Type=Applicationn Categories=Application' | sudo tee /usr/share/applications/trello.desktop
Put the shortcut on your desktop using the system file manager or the command below, and use it to start the program :
sudo chmod +x /usr/share/applications/trello.desktop
After this make sure that you have libgconf2-4 installed in your system. If you don't have, then install it using this command :
sudo apt-get install libgconf2-4
Answered by ujjal das on December 3, 2020
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP