<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dreaming of making something big</title>
	<atom:link href="http://gulic.softver.org.mk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://gulic.softver.org.mk</link>
	<description>Things I do.... Things I want to say....</description>
	<lastBuildDate>Tue, 01 May 2012 00:13:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problems building GNOME-BOXES with JHBuild on Fedora</title>
		<link>http://gulic.softver.org.mk/?p=121</link>
		<comments>http://gulic.softver.org.mk/?p=121#comments</comments>
		<pubDate>Tue, 01 May 2012 00:13:02 +0000</pubDate>
		<dc:creator>Gulic</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://gulic.softver.org.mk/?p=121</guid>
		<description><![CDATA[While building Boxes on Fedora with JHBuild, I came across with this errors: 1. jhbuild build gnome-boxes gave this error: /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_init_check@LIBVIRT_GLIB_0.0.7' /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_set_error_literal@LIBVIRT_GLIB_0.0.7' /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_event_register@LIBVIRT_GLIB_0.0.7' /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_set_error@LIBVIRT_GLIB_0.0.7' &#8230; <a href="http://gulic.softver.org.mk/?p=121">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While building Boxes on Fedora with JHBuild, I came across with this errors:</p>
<p><strong>1. </strong><em>jhbuild build gnome-boxes</em> gave this error:<br />
<code><br />
    /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_init_check@LIBVIRT_GLIB_0.0.7'<br />
    /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_set_error_literal@LIBVIRT_GLIB_0.0.7'<br />
    /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_event_register@LIBVIRT_GLIB_0.0.7'<br />
    /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_set_error@LIBVIRT_GLIB_0.0.7'<br />
    /opt/gnome/lib/libvirt-gobject-1.0.so: undefined reference to `gvir_error_new_literal@LIBVIRT_GLIB_0.0.7'<br />
    collect2: ld returned 1 exit status<br />
    make[2]: *** [gnome-boxes] Error 1<br />
    make[2]: Leaving directory `/home/jovanka/checkout/gnome/gnome-boxes/src'<br />
    make[1]: *** [all-recursive] Error 1<br />
    make[1]: Leaving directory `/home/jovanka/checkout/gnome/gnome-boxes'<br />
    make: *** [all] Error 2<br />
    *** Error during phase build of gnome-boxes: ########## Error running make -j 8 *** [1/1]</p>
<p>    [1] Rerun phase build<br />
    [2] Ignore error and continue to install<br />
    [3] Give up on module<br />
    [4] Start shell<br />
    [5] Reload configuration<br />
    [6] Go to phase "wipe directory and start over"<br />
    [7] Go to phase "configure"<br />
    [8] Go to phase "clean"<br />
    [9] Go to phase "distclean"</p>
<p></code></p>
<p><strong>How to fix:</strong> This problem occurred because I had installed another version of libvirt-glib on my computer and strace showed that libvirt-gobject pick&#8217;s up the older version (not the one installed with JHBuild). Uninstalling libvirt-glib (the one that I installed) and removing everything connected with it from /usr/local/lib solved this.<br />
If you have not installed another version of this package then a simple clean and then again build/install.</p>
<p><strong>2.</strong> Running <em>gnome-boxes</em> in terminal gave this error:<br />
<strong>   gnome-boxes: error while loading shared libraries: libclutter-1.0.so.0: cannot open shared object file: No such file or directory</strong><br />
while running <em>jhbuild run gnome-boxes</em> showed this:<br />
<strong>  gnome-boxes: /usr/local/lib/libosinfo-1.0.so.0: version `LIBOSINFO_0.0.6&#8242; not found (required by gnome-boxes)</strong></p>
<p><strong>How to fix:</strong> This error has also occurred because of another installation of libosinfo. So the solution is the same: uninstall libosinfo and remove files form libosinfo from /usr/local/lib</p>
<p><strong>3.</strong> The next error that I received running <em>jhbuild run gnome-boxes</em> was:<br />
   <strong>Gtk-Message: Failed to load module &#8220;pk-gtk-module&#8221;<br />
   Gtk-Message: Failed to load module &#8220;canberra-gtk-module&#8221;</strong></p>
<p><strong>How to fix:</strong> Having another version of gtk+ installed on your computer makes this error happen. Uninstall it and remove the files.</p>
<p><strong>4.</strong> After uninstalling and removing everything that I had installed on my own <em>jhbuild run gnome-boxes</em> showed this:<br />
<strong>   GLib-GIO-Message: Using the &#8216;memory&#8217; GSettings backend.  Your settings will not be saved or shared with other applications.</strong></p>
<p><strong>How to fix:</strong> jhbuild build dconf</p>
<p><strong>5.</strong> I thought that everything is fixed and now I can work, and running jhbuild run gnome-boxes showed no error. Finally the program was started but there was no UI, just a blank white screen. The thing that occurred to me was to run gnome-boxes in terminal, and this error showed:<br />
<strong>  (gnome-boxes:6634): GLib-GIO-ERROR **: Settings schema &#8216;org.gnome.boxes&#8217; is not installed</strong></p>
<p><strong>How to fix:</strong> jhbuild build gsettings-desktop-schemas</p>
<p>Now everything works just fine. <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gulic.softver.org.mk/?feed=rss2&#038;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Boxes on Arch Linux</title>
		<link>http://gulic.softver.org.mk/?p=108</link>
		<comments>http://gulic.softver.org.mk/?p=108#comments</comments>
		<pubDate>Fri, 20 Apr 2012 15:54:32 +0000</pubDate>
		<dc:creator>Gulic</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://gulic.softver.org.mk/?p=108</guid>
		<description><![CDATA[First I downloaded the latest version of Boxes from GNOME git repository, running: git clone git://git.gnome.org/gnome-boxes Running ./authogen.sh showed this: Next step was handling this requirements. But there was still a problem with libvirt-gobject-1.0, libvirt-gconfig-1.0 and spice-client-gtk-3.0. The solution to &#8230; <a href="http://gulic.softver.org.mk/?p=108">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First I downloaded the latest version of <a href="https://live.gnome.org/Boxes">Boxes</a> from GNOME git repository, running:</p>
<p style="text-align: left;">git clone git://git.gnome.org/gnome-boxes</p>
<p style="text-align: left;">Running ./authogen.sh showed this:</p>
<p style="text-align: left;"><a href="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/04/boxes1.jpg"><img class="aligncenter size-medium wp-image-110" title="boxes1" src="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/04/boxes1-300x187.jpg" alt="" width="300" height="187" /></a>Next step was handling this requirements. But there was still a problem with libvirt-gobject-1.0, libvirt-gconfig-1.0 and spice-client-gtk-3.0.</p>
<p style="text-align: left;">The solution to this problem is the libpcup package. Upgrading it makes things incompatible. So the version of libpcup should be 1.2.1-1, and that will fix everything. Just configure pacman not to upgrade this package.</p>
]]></content:encoded>
			<wfw:commentRss>http://gulic.softver.org.mk/?feed=rss2&#038;p=108</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using git add -p</title>
		<link>http://gulic.softver.org.mk/?p=89</link>
		<comments>http://gulic.softver.org.mk/?p=89#comments</comments>
		<pubDate>Sun, 05 Feb 2012 07:23:09 +0000</pubDate>
		<dc:creator>Gulic</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://gulic.softver.org.mk/?p=89</guid>
		<description><![CDATA[Currently I&#8217;m working on changing the look of the dialogs in Empathy. So here is the problem. One button was not the same size as the other buttons because it had size group. I had to remove the size group &#8230; <a href="http://gulic.softver.org.mk/?p=89">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Currently I&#8217;m working on changing the look of the dialogs in Empathy. So here is the problem. One button was not the same size as the other buttons because it had size group. I had to remove the size group to make that button look same as the others. That&#8217;s where the problem occured. Removing the size group made more changes to the file because of the version of Glade. Some important rows were also deleted, and some were added.</p>
<p style="text-align: left;"><a href="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/02/slika2.png"><img class="aligncenter size-medium wp-image-100" title="slika2" src="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/02/slika2-300x187.png" alt="" width="186" height="119" /></a><br />
This how my patch look like:</p>
<p style="text-align: left;"><a href="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/02/slika1.jpg"><img class="aligncenter size-medium wp-image-97" title="slika1" src="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/02/slika1-300x187.jpg" alt="" width="230" height="149" /></a></p>
<p style="text-align: left;">Here is what I had to do:<br />
* <strong>reset</strong> the patch<br />
* see that your changes: <strong>git status</strong><br />
* type: <strong>git add -p</strong> and this will take you to this:</p>
<p style="text-align: left;"><a href="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/02/slika3.png"><img class="aligncenter size-medium wp-image-99" title="slika3" src="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/02/slika3-300x187.png" alt="" width="211" height="135" /></a>(following the instructions you can let the rows to stay changed or remove the rows that you didn&#8217;t change)<br />
* when you have only the rows that you need you can make <strong>git commit</strong><br />
* format patch: <strong>git format-patch HEAD~1</strong><br />
And that&#8217;s it. You have what you need.  <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;"><a href="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/02/slika4.png"><img class="aligncenter size-medium wp-image-101" title="slika4" src="http://gulic.softver.org.mk/wp-content/uploads/gulic.softver.org.mk/2012/02/slika4-300x187.png" alt="" width="227" height="146" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gulic.softver.org.mk/?feed=rss2&#038;p=89</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hello GOPW!</title>
		<link>http://gulic.softver.org.mk/?p=70</link>
		<comments>http://gulic.softver.org.mk/?p=70#comments</comments>
		<pubDate>Mon, 23 Jan 2012 04:35:30 +0000</pubDate>
		<dc:creator>Gulic</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://gulic.softver.org.mk/?p=70</guid>
		<description><![CDATA[This is my first blog post for Gnome Women Outreach Program and my first blog post on Planet GNOME. I know that this post comes a &#8220;bit&#8221; late but I&#8217;ll try to write everything that I wanted to write one &#8230; <a href="http://gulic.softver.org.mk/?p=70">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is my first blog post for Gnome Women Outreach Program and my first blog post on Planet GNOME. I know that this post comes a &#8220;bit&#8221; late but I&#8217;ll try to write everything that I wanted to write one month ago. <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
First of all I should say how happy and pleased I am to be a part of this program, part of GNOME and I&#8217;m so glad that I have the chance to do what I like to do the most.<br />
My project is <a href="https://live.gnome.org/Empathy" title="Empathy">Empathy</a> and my mentor is <a href="https://live.gnome.org/DanielleMadeley" title="Danielle Madeley">Daniele Madeley</a>. My initial contribution was about setting the proper status tooltip message in <a href="https://live.gnome.org/Empathy" title="Empathy">Empathy</a> (there is a blog post waiting to be published about this). Daniele helped me a lot and I learned a lot from her. So Danni thanks a lot (hope I won&#8217;t disappoint you)!!! <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
So the plan is to start with some small bugs and then fix some others. The tasks that I&#8217;ll have later will depend of what is needed at that time.<br />
I&#8217;ve learned a lot till now and I know that I still have more things to learn.<br />
These days I&#8217;ll publish what I&#8217;ve been doing for the past month (so everything is not published in a day). <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gulic.softver.org.mk/?feed=rss2&#038;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Empathy on Arch Linux with Gnome 3</title>
		<link>http://gulic.softver.org.mk/?p=46</link>
		<comments>http://gulic.softver.org.mk/?p=46#comments</comments>
		<pubDate>Fri, 25 Nov 2011 11:50:12 +0000</pubDate>
		<dc:creator>Gulic</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://gulic.softver.org.mk/?p=46</guid>
		<description><![CDATA[After &#8220;killing&#8221; my Ubuntu I decided to install Arch Linux with Gnome 3 and start building Empathy. But this time was very easy. I didn&#8217;t have any problem as I did the last time. Everything I needed I found on &#8230; <a href="http://gulic.softver.org.mk/?p=46">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After &#8220;killing&#8221; my Ubuntu I decided to install Arch Linux with Gnome 3 and start building Empathy.<br />
But this time was very easy. I didn&#8217;t have any problem as I did the last time. Everything I needed I found on the wiki of Arch Linux (<a href="http://www.archlinux.org/">http://www.archlinux.org</a>). I&#8217;m new to Arch Linux and it was a relief that this wiki has every information that I need. So here is how I did it:</p>
<p>I downloaded the PKGBUILD and empathy.install files from the wiki<br />
(<a href=" http://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/empathy"> http://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/empathy</a>), put them in a folder and open terminal. There you enter the folder and write <em>makepkg</em>. </p>
<p>Makepkg is used for compiling and building packages suitable for installation with pacman, Arch Linux&#8217;s package manager. makepkg is a script that automates the building of packages; it can download and validate source files, check dependencies, configure build-time settings, compile the sources, install into a temporary root, make customizations, generate meta-info, and package everything together. </p>
<p>So I after I wrote makepkg I&#8217;ve got the list of the missing dependencies. I only missed telepathy-farstream and libchamplan.</p>
<p>The next thing I did was to download the PKGBUILD files of these dependencies. Again open the folder in which you put the PKGBUILD file for the dependence that you want to build and open terminal, enter the folder and write makepkg. This also will give you the dependencies for the package. </p>
<p>If you are not missing anything, you have all the dependencies that you need, the package builds successfully, a package file (pkgname-pkgver.pkg.tar.xz) will be created in the working directory. To install it you should run (as root):</p>
<p># pacman -U pkgname-pkgver.pkg.tar.xz</p>
<p>or instead of this you can use:</p>
<p>$ makepkg -i<br />
(it has the same role).</p>
<p>After this in the folder where you have putted the PKGBUILD and empathy.install file and the<br />
pkgname-pkgver.pkg.tar.xz file there will be new folders. In the src folder you can find the folder with the empathy code.</p>
<p>If you are makeing some changes to the code and want to compile it, everything you have to do is enter the src folder, than empathy and you can run the standard commands as ./configure, make, sudo make install.</p>
<p>One more thing if you already installed new dependencies and still doesn&#8217;t work all you have to do is to change the path with this command: </p>
<p>$export PKG_CONFIG_PATH=/usr/local/lib/pkg_config</p>
<p>the path should containt the place where you have installed the dependencies.</p>
<p>I&#8217;m so sorry that I don&#8217;t have screenshots to make this more understandable but I hope that this will be somehow useful. <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gulic.softver.org.mk/?feed=rss2&#038;p=46</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Опсада на хаклаб &#8220;КИКА&#8221;</title>
		<link>http://gulic.softver.org.mk/?p=6</link>
		<comments>http://gulic.softver.org.mk/?p=6#comments</comments>
		<pubDate>Sat, 09 Jul 2011 14:42:46 +0000</pubDate>
		<dc:creator>Gulic</dc:creator>
				<category><![CDATA[Македонски]]></category>

		<guid isPermaLink="false">http://gulic.softver.org.mk/?p=6</guid>
		<description><![CDATA[Дојде време и јас да си го активирам блогот. Не дека нема што да кажам ама се некако ја одолговлекував работата. Долго време блогот ми стоеше празен и неколку пати започнував да пишувам нешто и таман да објавам ќе се &#8230; <a href="http://gulic.softver.org.mk/?p=6">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Дојде време и јас да си го активирам блогот. Не дека нема што да кажам ама се некако ја одолговлекував работата. Долго време блогот ми стоеше празен и неколку пати започнував да пишувам нешто и таман да објавам ќе се откажев. Па конечно најдов нешто што сметам дека вреди да биде прв пост на мојот блог.</p>
<p>И конечно еве нешто паметно од моја страна.<strong> First All Women Hacker Night во нашиот Хаклаб &#8220;КИКА&#8221;.<br />
</strong></p>
<p>Идејата се појави пред одредено време кога на канал стана збор за жени девелопери од Остин, Тексас кои што си организирале една ваква собиранка. Па мојот одговор на тоа беше зошто не и ние.﻿Услови имаме, па зошто и да не ги искористиме. Да&#8230; не нема во голем број во КИКА, но може да се потрудиме да се собереме барем на една вечер и да ја направиме продуктивна. Доволно е да имаме желба. Добредојден е секој кој сака да работи и го интересира нешто. Услови нема (освен нормално полот <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ). Може ова да го искористиме и како прилика да се презентира сето она за што се залага КИКА. Би биле добредојдени и оние кои едноставно ги интересира што се случува во онаа сива зграда на улица &#8220;Жележничка&#8221; каде се вее пиратското знаме. Ова би било добра прилика да си разменеме мислења и искуства меѓу себе. Да покажеме дека и ние може да поминеме една вечер покрај нашите компјутери правејќи нешто продуктивно, а не само во муабет и кафе. <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Затоа предлагам на 13.07 (среда)  да се собереме во просториите на хаклабот. Сите оние кои што ги интересира што е хаклаб КИКА, што се случува таму, активности и планови може да најдат повеќе информации на викито: <a href="http://wiki.spodeli.org/%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0">http://wiki.spodeli.org</a>. Сие што се заинтересирани може да ме контактирате мене на jovanka.gulicoska@gmail.com или на Тамара Атанасовска на маил tamara.atanasovska20@gmail.com</p>
<p>Девојки компјутерите во раце и да го завземеме хаклабот барем на една вечер. <img src='http://gulic.softver.org.mk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>UPDATE:</strong></p>
<p>Почеток 18 часот</p>
<p>Настанот е објавен на facebook на:  <a href="http://www.facebook.com/event.php?eid=134730009941736" target="_blank">http://www.facebook.com/event.php?eid=134730009941736</a> и на блогот на Слободен Софтвер Македонија <a href="http://b10g.spodeli.org/">http://b10g.spodeli.org/</a></p>
<p>А за оние кои не знаат каде се наоѓа: ﻿﻿<a href="http://0.mk/f5d4">http:0.mk/f5d4//</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gulic.softver.org.mk/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Still&#8230;</title>
		<link>http://gulic.softver.org.mk/?p=9</link>
		<comments>http://gulic.softver.org.mk/?p=9#comments</comments>
		<pubDate>Tue, 05 Jul 2011 22:47:02 +0000</pubDate>
		<dc:creator>Gulic</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://gulic.softver.org.mk/?p=9</guid>
		<description><![CDATA[UNDER CONSTRUCTION!!!]]></description>
			<content:encoded><![CDATA[<p><strong>UNDER CONSTRUCTION!!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://gulic.softver.org.mk/?feed=rss2&#038;p=9</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

