Meeting tonight
by Jeroen van Meeuwen
I have to travel tonight I'm not sure at what time I'm going to be able
to connect to the Internet again. I hope to make it in time, but if I'm
late, please start without me.
-- Jeroen
13 years, 12 months
XFCE and Geany on Fedora
by Danishka Navin
Hi,
Is there any lightwiegt compiler in Fedora repository to use Geany for C/C++
codings?
here is the output when trying to compile the code:
----------code--------------------
#include <stdio.h>
int main()
{
cout << "Hello World!";
return 0;
}
------------ error---------------------
make untitled.o (in directory: /home/user/Desktop)
Compilation failed.
cc -c -o untitled.o untitled.c
make: cc: Command not found
make: *** [untitled.o] Error 127
---------------------------------------------
--
Danishka Navin
http://danishkanavin.blogspot.com
13 years, 12 months
Changing the default wallpaper
by Danishka Navin
i have rebuild desktop-background package as well as xfdesktop package
default.jpg -> /usr/share/xfce4/backdrops/hant.jpg
and i can see the default.jpg file via browser
but its not appreaing on the Desktop as the default wallpaper
what could be the problem?
right now I can see a plan Desktop (with out a wallpaper)
default wallpaper ( default.jpg ) not showing any image..
ll /usr/share/backgrounds/images/
total 1404
-rw-r--r--. 1 root root 68410 2009-09-16 09:58 default.jpg
-rw-r--r--. 1 root root 555905 2006-09-06 21:05 earth_from_space.jpg
-rw-r--r--. 1 root root 331775 2006-09-06 21:05 flowers_and_leaves.jpg
-rw-r--r--. 1 root root 210576 2006-09-06 21:05 ladybugs.jpg
-rw-r--r--. 1 root root 187184 2006-09-06 21:05 stone_bird.jpg
-rw-r--r--. 1 root root 76470 2006-09-06 21:05 tiny_blast_of_red.jpg
#ll
total 1336
lrwxrwxrwx. 1 root root 35 2009-09-16 11:51 default.jpg ->
/usr/share/xfce4/backdrops/hant.jpg
-rw-r--r--. 1 root root 555905 2006-09-06 21:05 earth_from_space.jpg
-rw-r--r--. 1 root root 331775 2006-09-06 21:05 flowers_and_leaves.jpg
-rw-r--r--. 1 root root 210576 2006-09-06 21:05 ladybugs.jpg
-rw-r--r--. 1 root root 187184 2006-09-06 21:05 stone_bird.jpg
-rw-r--r--. 1 root root 76470 2006-09-06 21:05 tiny_blast_of_red.jpg
[root@localhost images]# pwd
/usr/share/backgrounds/images
[root@localhost images]# ll /usr/share/xfce4/backdrops/hant.jpg
-rw-r--r--. 1 root root 74837 2009-08-22 23:52
/usr/share/xfce4/backdrops/hant.jpg
--
Danishka Navin
http://danishkanavin.blogspot.com (use Sinhala Unicode fonts)
14 years
Re: [Fedora-spins] Guidance needed on creating Fedora 9 custom spin
by Rahul Sundaram
On 09/10/2009 02:21 PM, Amit Malagi wrote:
> Hello Rahul
>
> I came across your presentation while searching the Internet for
> information on creating custom spins of Fedora. I am trying to create a
> minimal spin with a pf_ring patched kernel of Fedora 9 for i386. I have
> successfully created a patched kernel RPM. Now, I am facing problems
> while creating an ISO with the pf_ring patched kernel included in it.
> Any suggestions or guidelines on the procedure to do this will be very
> helpful. I used Pungi to create a custom spin but, it doesn't install
> the patched kernel at all.
Well, Fedora 9 is EOL'ed and won't be getting any security updates and I
would recommend using Fedora 11 instead. However the procedure is fairly
simple.
* Take the very latest kernel srpm in the the Fedora release you choose
and modify it to add your patch, bump up the kernel revision and put in
a folder. run createrepo -d on the folder which will create a custom yum
repository with the custom kernel in it.
* Modify the kickstart file to add this custom repo. something like
repo --name=kernel-foo --baseurl=file:///path/to/repo/
That should work. If you have more questions post to fedora-spins list
(CC'ed)
Rahul
14 years