<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Gnome Prayer Times In the Works</title>
	<link>http://djihed.com/tools/gnome-prayer-times-in-the-works</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 11:47:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Kelly Lamb</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-28575</link>
		<pubDate>Thu, 13 Nov 2008 01:11:17 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-28575</guid>
					<description>41gxnqq07kcymsr7</description>
		<content:encoded><![CDATA[<p>41gxnqq07kcymsr7
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: youcef</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-12672</link>
		<pubDate>Fri, 18 Jan 2008 11:41:43 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-12672</guid>
					<description>Assalam alaykum bro
May ALlah bless you,,really we're proud of you !(Wlid lebled)
your bro from Algiers !!!</description>
		<content:encoded><![CDATA[<p>Assalam alaykum bro<br />
May ALlah bless you,,really we&#8217;re proud of you !(Wlid lebled)<br />
your bro from Algiers !!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ramadhian Moestafa</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-8482</link>
		<pubDate>Wed, 11 Jul 2007 01:21:00 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-8482</guid>
					<description>for Ubuntu'ers :

Do following steps :

1). sudo gedit /etc/apt/source.list

2). put following lines at the bottom line

# Ubuntu Muslim Edition
deb http://www.ubuntume.com/repository feisty main

(for Edgy users, you need to replace feisty with edgy)
then save it and close the file editor (Gnome Editor/Text Editor).

3). sudo apt-get update

4). sudo apt-get install minbar

5). if you wanna make "minbar" run automatically at startup, 
    put it at you "Startup" Program trought "Sessions" Menu

    system–&#62;&#62;preference–&#62;&#62;sessions) dan new–&#62;&#62;minbar
    
Enjoy the Pray Time

Wassalam,</description>
		<content:encoded><![CDATA[<p>for Ubuntu&#8217;ers :</p>
<p>Do following steps :</p>
<p>1). sudo gedit /etc/apt/source.list</p>
<p>2). put following lines at the bottom line</p>
<p># Ubuntu Muslim Edition<br />
deb <a href='http://www.ubuntume.com/repository'>http://www.ubuntume.com/repository</a> feisty main</p>
<p>(for Edgy users, you need to replace feisty with edgy)<br />
then save it and close the file editor (Gnome Editor/Text Editor).</p>
<p>3). sudo apt-get update</p>
<p>4). sudo apt-get install minbar</p>
<p>5). if you wanna make &#8220;minbar&#8221; run automatically at startup,<br />
    put it at you &#8220;Startup&#8221; Program trought &#8220;Sessions&#8221; Menu</p>
<p>    system–&gt;&gt;preference–&gt;&gt;sessions) dan new–&gt;&gt;minbar</p>
<p>Enjoy the Pray Time</p>
<p>Wassalam,
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Djihed</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6627</link>
		<pubDate>Tue, 20 Mar 2007 05:31:00 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6627</guid>
					<description>Suleman Khalid, Wa Alaykoum Essalam

You are right, that feature has been asked a few times, and it is planned for Minbar 0.2.

The sources in CVS actually contain it if you wanna build it experimentally, so check it out or wait until 0.2 is released.

Djihed</description>
		<content:encoded><![CDATA[<p>Suleman Khalid, Wa Alaykoum Essalam</p>
<p>You are right, that feature has been asked a few times, and it is planned for Minbar 0.2.</p>
<p>The sources in CVS actually contain it if you wanna build it experimentally, so check it out or wait until 0.2 is released.</p>
<p>Djihed
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Suleman Khalid</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6625</link>
		<pubDate>Mon, 19 Mar 2007 12:26:34 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6625</guid>
					<description>Assalaam o Alaikum,

It's a nice progam and works fine.  However, I have a small observation/suggestion.  I run minbar everytime Gnome starts so I added to 'Startup Programs' on the sessions preference window.  So, whenever i login the program starts and the window is displayed.  I wanted that by default, the minbar window should not be displayed at startup and only the application loads in the system tray. So I added the following line in the main() function just before calling gtk_main():

&lt;code&gt;
	/* hide the window at startup*/
	gtk_widget_hide(glade_xml_get_widget(xml, "mainWindow"));

	/* start the event loop */
  	gtk_main();
&lt;/code&gt;

This works well and the main window hides shortly after it is displayed at startup.

But I think it is not a very neat solution.  It would be very nice if their is an option in minbar's preferences that the main window should not be visible at startup.

Allah Hafiz

Suleman Khalid.</description>
		<content:encoded><![CDATA[<p>Assalaam o Alaikum,</p>
<p>It&#8217;s a nice progam and works fine.  However, I have a small observation/suggestion.  I run minbar everytime Gnome starts so I added to &#8216;Startup Programs&#8217; on the sessions preference window.  So, whenever i login the program starts and the window is displayed.  I wanted that by default, the minbar window should not be displayed at startup and only the application loads in the system tray. So I added the following line in the main() function just before calling gtk_main():</p>
<p><code><br />
	/* hide the window at startup*/<br />
	gtk_widget_hide(glade_xml_get_widget(xml, "mainWindow"));</p>
<p>	/* start the event loop */<br />
  	gtk_main();<br />
</code></p>
<p>This works well and the main window hides shortly after it is displayed at startup.</p>
<p>But I think it is not a very neat solution.  It would be very nice if their is an option in minbar&#8217;s preferences that the main window should not be visible at startup.</p>
<p>Allah Hafiz</p>
<p>Suleman Khalid.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Djihed</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6591</link>
		<pubDate>Mon, 12 Mar 2007 09:06:49 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6591</guid>
					<description>pepomorsy, Thanks for pointing that out, I updated the link. Please note that Minbar 0.1 has been released, follow &lt;a rel="nofollow" href="http://djihed.com/minbar/" rel="nofollow"&gt;this link&lt;/a&gt; for more.</description>
		<content:encoded><![CDATA[<p>pepomorsy, Thanks for pointing that out, I updated the link. Please note that Minbar 0.1 has been released, follow <a rel="nofollow" href="http://djihed.com/minbar/">this link</a> for more.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: pepomorsy</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6588</link>
		<pubDate>Sun, 11 Mar 2007 21:15:08 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6588</guid>
					<description>Al salam alikom Brother,

The CVS link is not working. It seams that the arabeyes project changed the path to &lt;a rel="nofollow" title="this" href="http://cvs.arabeyes.org/viewcvs/projects/itl/programs/minbar/" rel="nofollow"&gt; new path.&lt;/a&gt;

GAK for your work. May Allah accept from you.

pepomorsy</description>
		<content:encoded><![CDATA[<p>Al salam alikom Brother,</p>
<p>The CVS link is not working. It seams that the arabeyes project changed the path to <a rel="nofollow" title="this" href="http://cvs.arabeyes.org/viewcvs/projects/itl/programs/minbar/"> new path.</a></p>
<p>GAK for your work. May Allah accept from you.</p>
<p>pepomorsy
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: asad1984ali</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6541</link>
		<pubDate>Mon, 12 Feb 2007 11:55:32 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6541</guid>
					<description>thankx for your job
realy is good
i am computer scince student
and i like programming application and spicialy
muslems application 
i wont to leran who can i program some applications

can you help me

and thank you again


asad</description>
		<content:encoded><![CDATA[<p>thankx for your job<br />
realy is good<br />
i am computer scince student<br />
and i like programming application and spicialy<br />
muslems application<br />
i wont to leran who can i program some applications</p>
<p>can you help me</p>
<p>and thank you again</p>
<p>asad
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Anonymous</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6494</link>
		<pubDate>Sun, 07 Jan 2007 16:35:34 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6494</guid>
					<description>merci</description>
		<content:encoded><![CDATA[<p>merci
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: hamid</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6421</link>
		<pubDate>Fri, 05 Jan 2007 16:59:32 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-6421</guid>
					<description>vraiment c'set très ineressant  jazakoum allah kulla khair</description>
		<content:encoded><![CDATA[<p>vraiment c&#8217;set très ineressant  jazakoum allah kulla khair
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: الله معكم و معنا</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-4145</link>
		<pubDate>Mon, 11 Dec 2006 11:11:43 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-4145</guid>
					<description>السلام عليكم

جزاكم الله خيراً على جهدكم و هذا و بارك الله فيكم ، و إن شاء الله مجتمع المصادر الحرة هينتشر في دولنا العربية انتشاراً رهيباً عما قريب ، كنت أود المشاركة في برمجة مثل هذا البرنامج ﻵخذ معكم الثواب و لكني مشغول أكثر بنشر كل ما يتعلق بالمصادر الحرة ، و جلب أكبر عدد من الناس إليها ، عشان نكون قاعدة عريضة من مستخدمي و مطوري البرامج المفتوحة</description>
		<content:encoded><![CDATA[<p>السلام عليكم</p>
<p>جزاكم الله خيراً على جهدكم و هذا و بارك الله فيكم ، و إن شاء الله مجتمع المصادر الحرة هينتشر في دولنا العربية انتشاراً رهيباً عما قريب ، كنت أود المشاركة في برمجة مثل هذا البرنامج ﻵخذ معكم الثواب و لكني مشغول أكثر بنشر كل ما يتعلق بالمصادر الحرة ، و جلب أكبر عدد من الناس إليها ، عشان نكون قاعدة عريضة من مستخدمي و مطوري البرامج المفتوحة
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ahmedre</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3840</link>
		<pubDate>Sun, 03 Dec 2006 19:36:03 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3840</guid>
					<description>salams dijhed -
i replied to your email attaching the source and will shoot developer@ an email shortly about getting it uploaded to arabeyes cvs.
wsalams,
-ahmed</description>
		<content:encoded><![CDATA[<p>salams dijhed -<br />
i replied to your email attaching the source and will shoot developer@ an email shortly about getting it uploaded to arabeyes cvs.<br />
wsalams,<br />
-ahmed
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Djihed</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3816</link>
		<pubDate>Sun, 03 Dec 2006 07:22:55 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3816</guid>
					<description>Re: Ahmedre,

Oops sorry I really haven't noticed namaztime, my bad.
The graphics looks very cool, and your app, bug-wise, is more complete than mine. I'd be very much interested in cooperating with you. I'm sure we can work something out.

I hang out at developer at arabeyes.org, let me know if I'll find you there :~)

And yes, I'm very much interested in the source. Can we have it uploaded to Arabeyes CVS, so we all have access to it? Again, shoot me or developer@ with the source and we'll start from there.

(email sent as well).

Djihed</description>
		<content:encoded><![CDATA[<p>Re: Ahmedre,</p>
<p>Oops sorry I really haven&#8217;t noticed namaztime, my bad.<br />
The graphics looks very cool, and your app, bug-wise, is more complete than mine. I&#8217;d be very much interested in cooperating with you. I&#8217;m sure we can work something out.</p>
<p>I hang out at developer at arabeyes.org, let me know if I&#8217;ll find you there :~)</p>
<p>And yes, I&#8217;m very much interested in the source. Can we have it uploaded to Arabeyes CVS, so we all have access to it? Again, shoot me or developer@ with the source and we&#8217;ll start from there.</p>
<p>(email sent as well).</p>
<p>Djihed
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Djihed</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3815</link>
		<pubDate>Sun, 03 Dec 2006 07:18:16 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3815</guid>
					<description>Re: Youssef
The app will have a systray icon. And I'm hoping to write a quick optional gnome-panel applet component.

Regarding evolution + agenda, I think that's cool, I'll look into it. I think the ITL, with Khaled's suggestions, needs a few more functions to return timestamps instead, and to calculate Zakkah times for applications like Gnucash</description>
		<content:encoded><![CDATA[<p>Re: Youssef<br />
The app will have a systray icon. And I&#8217;m hoping to write a quick optional gnome-panel applet component.</p>
<p>Regarding evolution + agenda, I think that&#8217;s cool, I&#8217;ll look into it. I think the ITL, with Khaled&#8217;s suggestions, needs a few more functions to return timestamps instead, and to calculate Zakkah times for applications like Gnucash
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ahmedre</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3804</link>
		<pubDate>Sun, 03 Dec 2006 03:24:27 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3804</guid>
					<description>oh... i took down that svn server where the code was, so if you are interested in taking a look, drop me an email insha'Allah.</description>
		<content:encoded><![CDATA[<p>oh&#8230; i took down that svn server where the code was, so if you are interested in taking a look, drop me an email insha&#8217;Allah.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ahmedre</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3803</link>
		<pubDate>Sun, 03 Dec 2006 03:23:53 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3803</guid>
					<description>salams,
masha'Allah looks awesome, but why not help me with &lt;a href="http://whatstheplot.com/blog/category/code/namaztime/" rel="nofollow"&gt;namaztime&lt;/a&gt;  instead (its also gnome based, not sure if you checked it out...).  i started writing it for the very same reason (there were no good ones) and that is what i use now, although it does need some work still...

wsalams,
-ahmed</description>
		<content:encoded><![CDATA[<p>salams,<br />
masha&#8217;Allah looks awesome, but why not help me with <a href="http://whatstheplot.com/blog/category/code/namaztime/">namaztime</a>  instead (its also gnome based, not sure if you checked it out&#8230;).  i started writing it for the very same reason (there were no good ones) and that is what i use now, although it does need some work still&#8230;</p>
<p>wsalams,<br />
-ahmed
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Youssef</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3782</link>
		<pubDate>Sat, 02 Dec 2006 20:49:05 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3782</guid>
					<description>السلام عليكم
Great. How does it integrate into Gnome (System tray, Gnome applet, and why not Evolution calendar and agenda ...) ?</description>
		<content:encoded><![CDATA[<p>السلام عليكم<br />
Great. How does it integrate into Gnome (System tray, Gnome applet, and why not Evolution calendar and agenda &#8230;) ?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sohaib</title>
		<link>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3778</link>
		<pubDate>Sat, 02 Dec 2006 20:40:18 +0000</pubDate>
		<guid>http://djihed.com/tools/gnome-prayer-times-in-the-works#comment-3778</guid>
					<description>veeeeeeeeeeeeeeeeeeeeeeeeeeeery important idea alah youthibokom</description>
		<content:encoded><![CDATA[<p>veeeeeeeeeeeeeeeeeeeeeeeeeeeery important idea alah youthibokom
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
