https://github.com/timwaters/ruby-gnome2-play
ruby scripts for playing with ruby-gnome2 gtk2 stuff
https://github.com/timwaters/ruby-gnome2-play
Last synced: 8 months ago
JSON representation
ruby scripts for playing with ruby-gnome2 gtk2 stuff
- Host: GitHub
- URL: https://github.com/timwaters/ruby-gnome2-play
- Owner: timwaters
- Created: 2012-04-21T19:13:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-23T11:27:51.000Z (about 14 years ago)
- Last Synced: 2025-05-31T09:46:49.576Z (about 1 year ago)
- Language: Ruby
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
a number of play scripts using ruby gnome2 http://ruby-gnome2.sourceforge.jp/hiki.cgi
testapplet
put the .server file in /usr/lib/bonobo/servers/
put the ruby file, (example-applet) in /usr/lib/gnome-panel/
Start the ruby file in the dev directory on the console (for debugging)
click add to panel etc
ctrl-c stops the applet.
testapplet/example-applet reads in the preferences from ~/.gnome2/example-applet
it's a YAML file
with one line:
date_start: "16-4-2012"
It counts the number of days from the start date. Simple.