How to one click start IPFS daemon on Linux Mint Cinnamon
Introduction
The goal here is to have an app launcher icon than can be placed in the menu / taskbar on Linux mint to start the ipfs daemon and leave a terminal window open.
This is an alternative to doing this manually or setting up a system service to start and stop manually.
With the following workflow goals of having an icon in task bar when clicked does the following. Opens terminal and runs the ipfs daemon command and leaves the window showing.
Here are the steps to create a one-click start for the IPFS daemon on Linux Mint Cinnamon:
-
Right-Click on the Cinnamon Menu
-
Select “Edit Menu”
-
I selected “Web” Applications category.
-
Click the “New Item” button
-
For Name: enter
start ipfs daemon
-
Command:
ipfs daemon
-
Check checkbox for “Launch in Terminal ?”
-
Pick a different icon if you wish. Click the red rocket icon to bring up the
Choose an icon
window. Press theSelect
button when done. -
Click “OK” when done
-
Search for the item in Menu
-
Right click on
start ipfs daemon
and select Add to panel.
-
Now its in the menu bar, and you can click and start ipfs with just one click.
-
The Terminal window stays open until you stop server using ctrl + Cor close the window stopping the server as well.
Conclusion
With these steps you can easily start the IPFS daemon with a single click from the taskbar in Linux Mint Cinnamon. This can streamline your workflow and make it more convenient to manage your IPFS node. Enjoy using IPFS!