Name: Samuel Abels
Member since: 2004-12-12 21:31:27
Last Login: 2007-12-08 16:07:30
Homepage: http://www.debain.org
Protobuf Bookmark
Looks cool and useful: http://code.google.com/p/protobuf/
Adding/Installing a .desktop File In Anjuta Projects
With help from yura_dev in #anjuta I just figured out how to add a .desktop file to your project in Anjuta:
EXTRA_DIST = $(testdoc_DATA) \ %.desktop.in: %.desktop.in.indesktopdir = ${prefix}/share/applications
desktop_in_file = test.desktop.in
desktop_DATA = $(desktop_in_file:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
test.desktop.in.in
sed -e 's,[@]PACKAGE_PIXMAPS_DIR[@],@datadir@,g’ $< > $@
If this does not work then I will probably not be able to help you. I do hope Autotools finally die a quick yet painful death.
Observations: Feelings In The English vs. German Language
Proof by example (search for “proof by”):
However, there is no German construct referring to a current feeling of circumstance-induced sickness.
Of course, there are a lot of exceptions to these rules, but I noticed them to be true in many cases. As a result, I find that English is often a lot better at expressing feelings. Also, English is not my native language, so perhaps I’m just missing something.
Language Bindings And Application Certification In GNOME 3.0
There has been talk about how to change the GNOME platform to make it easier to introduce changes without alienating developers by breaking API/ABI in short intervals.
Also, the developer base could benefit from integrating the Win32 and Quartz ports of Gtk integrated into the regular release.
Others have certified knipknap as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!