Skip to content
forked from linuxmint/sticky

A sticky notes app for the linux desktop

License

Notifications You must be signed in to change notification settings

clefebvre/sticky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build and install


Download the source code and enter the source directory

# Clone this repo:
git clone https://github.com/collinss/sticky.git

# Enter the folder:
cd sticky

Mint, Debian, Ubuntu and derivatives:

# Try to build. If this fails, it's probably due to missing dependencies.
# Take note of these packages, install them using apt-get:
dpkg-buildpackage --no-sign

# Once that succeeds, install:
cd ..
sudo dpkg -i sticky*.deb

# If this fails, make note of missing runtime dependencies (check list below),
# install them, repeat previous command (apt-get install -f may also work).

Otherwise (and this is valid anywhere if you want to avoid packaging):

sudo cp -r usr/ /usr/
sudo cp etc/xdg/autostart/sticky.desktop /etc/xdg/autostart/

runtime deps
  • gir1.2-glib-2.0
  • gir1.2-gtk-3.0 (>= 3.20.0)
  • gir1.2-xapp-1.0 (>= 1.6.0)
  • gir1.2-gspell-1
  • python3
  • python3-gi
  • python3-xapp (>= 1.6.0)

About

A sticky notes app for the linux desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 92.3%
  • CSS 7.7%