That's njpatel's Affinity, which hasn't been worked on in a while until the past month or so. Here are some things that I got done on it:
- a right-click context menu,
- an about dialog,
- a recent searches / clear current search button,
- the option to only hide the window when forced,
- the option to have the buttons draw as normal Gtk buttons,
- the option to get the colors from Gtk,
- the option to draw borders and a gradient around the frames,
- automatic refresh of colors when changed,
- and, most notably, plugins!
- Also a "Run" plugin, like Alt-F2.
bzr co lp:affinity
cd affinity
./autogen.sh
make
sudo make install
I'd love to say more, but I have to go hand out candy to ghosts and goblins in costumes, and I can't think of much else to say. :)
3 comments:
Glad to see Affinity getting some attention! Always thought it had a lot of potential...
/i'm hitting the following compile error:
make[3]: Leaving directory `/home/test/affinity/data'
make[2]: Leaving directory `/home/test/affinity/data'
Making all in po
make[2]: Entering directory `/home/test/affinity/po'
make[2]: *** No rule to make target `@top_builddir@/config.status', needed by `stamp-it'. Stop.
make[2]: Leaving directory `/home/test/affinity/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/test/affinity'
make: *** [all] Error 2
Any Thoughts ?
Much Appreciated
Try r142. I'm still a novice to the build system. :)
Thanks.
Post a Comment