Indicator Stickynotes is a note-taking software for saving sticky notes on Linux. It permits customers to create graphical, “post-it note” type notes to stick on the Linux desktop.

On this information, we’ll go over tips on how to set up Indicator Stickynotes on the Linux desktop. To use this software program, you’ll want to make use of Ubuntu, Arch Linux. Alternatively, you need to construct the software program from supply.

Putting in Indicator Stickynotes On Ubuntu

Indicator Stickynotes works on each model of Ubuntu, because of a nicely maintained private package deal archive. This PPA can simply be arrange and enabled on Ubuntu by opening up a terminal window and getting into the next command into it.

sudo add-apt-repository ppa:umang/indicator-stickynotes

After inputting the PPA command into your Ubuntu PC’s terminal window, some textual content will seem. This textual content is a message from the PPA maintainer, and it outlines all the options of the Indicator Stickynotes software program. Learn by means of the message and be taught in regards to the software program you’re about to put in. Whenever you’re finished studying the knowledge on the display screen, run the apt replace command.

sudo apt replace

Working the replace command tells Ubuntu to exit and refresh all software program sources at present on the system — together with the brand new Indicator Stickynotes software program supply. Let the replace run its course. When it completes, run the improve command.

sudo apt-get set up improve -y

With the improve command finished operating, end up the method by putting in Indicator Stickynotes to your Ubuntu PC.

sudo apt set up indicator-stickynotes -y

Putting in Indicator Stickynotes On Arch Linux

Due to the magic of the Arch Linux AUR, Arch customers trying to make use of Indicator Stickynotes can get it working no drawback. Launch a terminal window and comply with the steps under to get it working.

Observe: when putting in Indicator Stickynotes by way of the Arch AUR take into account that bugs might persist. There isn’t a strategy to repair these bugs for Arch because it’s not the goal working system for the software program.

Step 1: Within the terminal, set up the Git package deal and the Base-devel package deal. These packages have to be put in forward of time, because it isn’t doable to manually set up an AUR package deal with out them.

sudo pacman -S git base-devel

Step 2: Utilizing the Git software, seize the most recent AUR snapshot of the Stickynotes Indicator software.

git clone 

Step 3: Transfer your terminal window from the house listing into the brand new indicator-stickynotes folder with the CD command.

cd indicator-stickynotes

Step 4: Run makepkg and generate a brand new package deal. Perceive that when operating this command, it’s possible you’ll want to put in dependencies from the Indicator Stickynotes AUR web page manually.

makepkg -si

Putting in Indicator Stickynotes On Different Linux Distributions

The Indicator Stickynotes app is for Ubuntu, primarily. The rationale we will say it’s an “Ubuntu-only” software is that the one official approach of putting in it’s by way of an Ubuntu PPA. With that mentioned, in the event you love the thought of utilizing Indicator Stickynotes however aren’t an Ubuntu person, there’s a strategy to get it working by way of the supply code.

To set up it by way of supply code, you’ll want the most recent model of Python, Git and different dependencies.

Observe: the installer might robotically set up the dependencies it is advisable use Indicator Stickynotes robotically. That mentioned, in case you have bother getting the dependencies, working, it’s possible you’ll wish to attain out to the developer on Github and ask instantly, as non-Ubuntu Linux distributions aren’t formally supported.

After putting in all the dependencies, it is advisable run Indicator Stickynotes, obtain the supply code with Git.

git clone 

Transfer the terminal into the supply code folder with the CD command.

cd indicator-stickynotes

Run the setup.py script and set up this system to your Linux PC.

python setup.py

or

sudo chmod +x setup.py
./setup.py

Utilizing Indicator Stickynotes

To write a word with Indicator Stickynotes, launch the applying. Beginning up the app will present a sticky word icon in your system tray.  To create a brand new word, right-click on the icon and choose the “new note” button.

Deciding on the “new note” button creates a brand new clean sticky word in your Linux desktop. On this new word, fill out your message. Whenever you’re glad with the message, click on the “lock” icon to maintain it in place.

Wish to delete a word? Unlock the word by choosing the “lock icon,” then click on the shut button to delete it.

Run Indicator Stickynotes At Startup

Indicator Stickynotes runs within the background by way of the Linux system tray. Having the app at all times within the background makes it very simple to jot down a fast word out at a moments discover.

Wish to maintain the app in your system tray always? Contemplate setting it as much as launch while you log in by way of autostart. To arrange autostart, open up a terminal window and enter the next in a terminal.

mkdir -p ~/.config/autostart
cp /usr/share/purposes/indicator-stickynotes.desktop ~/.config/autostart/



Source link

Share.
Leave A Reply

Exit mobile version