Red Hat / Fedora :: Background PID Introspection - Read BgFunc's PID From BgFunc Itself?

Oct 24, 2010

If I have this script, in which I try to read bgFunc's PID from itself:

[code]...

How can I read bgFunc's PID from bgFunc itself?

View 1 Replies


ADVERTISEMENT

CentOS 5 :: Compilation Of Gobject-introspection

Sep 21, 2011

I am trying to compile gobject-introspection-0.6.2in centOS 5.6 [Linux localhost.localdomain 2.6.39-4.el5.elrepo #1 SMP PREEMPT Thu Aug 4 19:58:19 EDT 2011 i686 i686 i386 GNU/Linux]. When i run ./configure it checks for all dependencies and run successfully but when i run i got a error <gio/gio.h> not found. but in fact i have set the GIO_UNIX_CFLAGS in the ./configure options. The configure command is ->

./configure GIO_UNIX_CFLAGS="-I/usr/local/glib/include/gio-unix-2.0
-I/gio/usr/local/glib/include/glib-2.0
-I/usr/local/glib/lib/glib-2.0/include"[code]....

By observing the make errors, its obvious that <gio/gio.h> is not found which is in the directory /usr/local/glib/include/glib-2.0/gio and set through GIO_UNIX_CFLAGS variable.

View 3 Replies View Related

Software :: Gobject Introspection 0.6.14 Build Blowing Up - Error

Dec 31, 2010

[code]...

this is the error i get building gobject-introspection.

View 1 Replies View Related

General :: Create A New Background Process In A KSH "while Read" Loop?

Jun 20, 2010

When I add the line (sleep 5 ) & in the script then the "while read" loop does not read all lines from the file, but only prints the first line.But when I remove the ( sleep 5 ) & from the script, then the script prints all lines as defined in the file.And how to solve the problem? I want to create a new process (for which the sleep is just an example) in the while loop:

$ more test
#!/bin/ksh
while read -r line ; do

[code]....

View 1 Replies View Related

Ubuntu :: Got A Dark Font Color And Hard To Read On The Dark Background?

Aug 26, 2010

I'm using the shiki colors theme from the repos right now. "Shiki-Noble" to be specific. When typing something into Firefox's URL bar the internet addresses have got a dark font color and are hard to read on the dark background. Here's a screenshot: FF.jpg

I've had similar issues with other themes and Firefox's URL bar before.

View 2 Replies View Related

General :: Fedora 12 Installation / Change The Installation Background Not Desktop Background?

Feb 16, 2010

I want to change installation background image in fedora 12.

How to change the installation background not desktop background.

View 2 Replies View Related

Ubuntu :: Boot Up The Machine The Cube Background Image Goes Away And The Background Colour Is Left?

Apr 15, 2011

Anyone know why each time I boot up the machine the cube background image goes away and the background colour is left. This image i am placing is in Apparency/Skydome

View 2 Replies View Related

Fedora :: Fedora 12 Dual Monitor Background Splits

Dec 12, 2009

I recently upgraded to fedora 12. Before the upgrade I had a desktop background which filled the entire 2 screens. After the upgrade i noticed that the background is displayed on each monitor twice so when displaying the desktop I see the background twice.I tried to change the settings for it like 'center' and 'fill screen' but to no avail. The rest of the dual monitor setup works fine.

View 1 Replies View Related

OpenSUSE Install :: Boot Opensuse Under Grub2 With Splash Background And Console Background?

Mar 24, 2010

I originally have Ubuntu Lucid on my machine. I just installed opensuse 11.2 on another partition without bootloader installed. So I'm still using the Ubuntu Lucid default bootloader grub2. I can boot up opensuse correctly. the nagging thing is that there's no splash screen show up during the boot process, instead, lines of command are flashing, the console background is also missing and the font under console (tty1-6) is huge. what can I do to have these back to opensuse? the current entry in grub2 for opensuse

Code:
menuentry "openSUSE 11.2 (i586) (on /dev/sda2)" {
insmod ext2
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 9ac05ede-e7c4-47f3-b55b-66d5844$
linux /boot/vmlinuz-2.6.31.12-0.2-desktop root=/dev/sda2
initrd /boot/initrd-2.6.31.12-0.2-desktop
}
which parameters should I add?

View 2 Replies View Related

Fedora :: How To Fix The Background Of Nautilus

Feb 2, 2010

I encounted a problem that my nautilus restore its background to white after I login next time,so I couldn't see the filename clearly since the color of fonts are also white.So my problem is how to fix the color of background after I change it into other colors instead of white?

View 2 Replies View Related

Fedora :: Different Background In Gnome?

Apr 22, 2011

I want to look for a different background for gnome Fedora 14. Where can I see different backgrounds for Fedora 14 and downloads.

View 3 Replies View Related

Fedora :: Something's Always Running In Background?

Mar 3, 2010

Now whenever I turn on the computer, there would be a Fedora "circle" non-stopping. How can I stop it?

View 1 Replies View Related

Ubuntu :: GDM Background - Cannot Change The Background Image To Any Of Mt .jpg Wallpaper Files And .png Files

Apr 3, 2011

I have spent the most part of 5 hours trying to fix this issue. For some reason I cannot change the background image to any of mt .jpg wallpaper files (and .png files). I've tried using the Ubuntu-Tweak application, but I end up getting a purple screen (default) or a black screen (default). So then I tried using the terminal method by making the Appearance window appear when I would log out. That works, except when I go to use my background image, it shows as a question mark for the image preview, and the icon for the file is a gray box. All while doing this my background images that I tested are all in the /usr/share/backgrounds location. Please help! I really want to get rid of the default images and use my images... :/ My desktop/screen in 1440x900, and most my background images are around that size. They work with my regular desktop for my account.

View 3 Replies View Related

Fedora :: Background Picture Don't Save?

Mar 27, 2010

I'm able to set it up but everytime I reboot or logout it goes to the default Fedora12 picture. My pictures is in the list so have to select it everytime in system/preference/look & feel/apparence/background. I didn't find any file to edit in my home folder to fix this.

btw I'm unable to edit the menu when I right click on mainmenu icon

View 5 Replies View Related

Fedora :: F14 Cannot Save Background Change

Nov 4, 2010

After a new installation of 64bit F14, I found that each time I changed the background, the background went back to its default after a new log in.

View 14 Replies View Related

Red Hat / Fedora :: Running Konqueror In Background?

Jun 18, 2010

In a script that I run manually after I have logged in, I have the following:alias kq='konqueror &' The intention is to run konqueror in the background. What happens is as follows. A. I run kq; it starts konqueror but does not return to the command prompt. I quit konqueror. B. I run kq again ; it starts konqueror and this time I get a the command prompt. If I quit konqueror and run kq for a 3rd time it behaves as in A. Quit and run it behaves as in B, and so on..

View 3 Replies View Related

Fedora :: Cannot Change Desktop Background?

Sep 14, 2009

I use Fedora 11 with all the updates up till now. I cannot change my desktop background using either System -> Preferences -> Appearance or gnome-control-center. I installed gconf-editor and checked the settings and everything seems normal and background is set to the wallpaper i desired but on the desktop nothing changes.

View 10 Replies View Related

Fedora :: Making Background Image The Default In 12?

Dec 21, 2009

I've just upgraded to Fedora 12 from Fedora 10. When I was using F10, I changed the desktop background (Using Gnome and right clicking on the desktop to see settings)nd then selected the option to make it the default so that the chosen wallpaper appears when I try to log in. However, I can't see this option in Fedora 12.

View 7 Replies View Related

Fedora :: Possible To Set Background/foreground Opacity Seperately?

Dec 30, 2009

I want to set my top gnome-panel's background opacity to about 80, while having foreground opacity (fonts and images) set to 100.

View 1 Replies View Related

Fedora :: Nautilus Background Not Appearing Correctly?

Jan 22, 2010

I installed google-earth (newest) and when it failed to work I tried adding the /usr/google-earth dir to the library path via /etc/ld.so.conf.d/google-earth.conf ( i made this file and added the /usr/google-earth dir to it) this didn't work and I found the correct work around to remove the included libs in the /usr/google-earth dir forgetting to remove the first workaround i did.

now it gets weird... a little while after I ran gthumb and it crashed... run it in a terminal and I see it complaining about the same files as google earth was before ... uh oh i thought and removed my fix and rebooted... well X wouldn't start after that and I thought maybe I have to rebuild /etc/ld.so.cache so I ran ldconfig and reboot and now everythign works great EXCEPT when I open the "Computer" or Trash Icon from the desktop or menu the background is white (normally black) until i click view->compact or view->icon and it goes back to black... this repeats everytime I open the window and all newly open windowsI created a new user to test to see it it was profile related and the new user has the same behaviour.Fedora 12 (upgraded since fc7)Edit: I see this in ~/.xsession-errors

Code:
(nautilus:445): Eel-WARNING **: "nautilus-directory.c: directories" hash table s
till has 3 elements at quit time

[code]....

View 12 Replies View Related

Fedora :: Gnome Desktop Background Distortion?

Jan 27, 2010

F12 current updates. The Gnome Desktop Background images are compressed in the horizontal axis enough to make a cessna 182 look like a disney cartoon. I am running 1280X1084 75 hertz update rate. The Gnome Image Viewer gives a correct image. The image I am running had to be stretched to fill the screen. I suspect the stretching algorithm is at fault. Is this a bug that need reporting?

View 2 Replies View Related

Fedora :: Change The Installation Background Image On 12?

Feb 22, 2010

I want to change the installation background image on fedora 12.

How to change the installation background not gdm desktop background.

View 11 Replies View Related

Fedora :: Creating Gradient Background In GIMP

Feb 24, 2010

have never seen a more unintuitive, user-unfriendly, unintelligible program than GIMP.

The tutorials I've found online are based on older versions of gimp, and the windows shown do not look like the gimp I have. Even the official, online gimp manual seems to be out of date, or maybe it's just written so poorly that I cannot get anything to work.

I am up-to-date with F12, and the gimp version is 2.6.8. All I want to do is create an image 200 x 50 px with a color I select at the left end of the rectangle and a gradient to another color I select at the right end. This should be an utterly trivial project, but I have not been able to do it.

how to do it based on the current F12 gimp?

View 14 Replies View Related

Fedora :: Firefox Hangs Too Often With Other Tasks In The Background?

Apr 14, 2010

Ever since I preupgraded to Fedora 12 Firefox has been behaving annoyingly under certain circumstances. I guess the issue is not specific to Firefox, but just that it is the most obvious example. What happens is that whenever there is another program/process in the background using CPU heavily (burning a DVD, for instance) or doing heavy disk I/O (say, Filelight scanning the root folder) Firefox hangs for a few seconds about twice every minute. If I open System Activity during such hangs the Firefox process will report "disk sleep", as if it was paused by some process management mechanism which is prioritizing the background task. Since I never observed such behaviour under similar circumstances under F11, F10 or F8 I wonder if there could be any OS setting which was changed and triggered this change of behavior. I should mention the computer has a dual-core processor.

View 1 Replies View Related

Fedora Installation :: How To Eliminate The Background Noise

May 31, 2010

I just installed Fedora 12, I have Linux Cetified Machine (got it in 2004). The backgorung noise is something that I didn't have before; my previous installation was Fedora 8. how to eliminate the background noise.

View 4 Replies View Related

Fedora :: Change Login Window And Background?

Sep 27, 2010

Today I download a gdm login window theme package, but I don't know how to install it. Results by google searching shows it is very easy on ubuntu by entering System-> Administration -> login window. But I don't find that way on fedora now. The theme package I download is named GDM-BrasillinuxEye.tar.gz . I download it from official web [URL] .

View 1 Replies View Related

Fedora :: Background And Text Colors Of Terminal In F13?

Sep 28, 2010

I've just entered the world of linux and the first thing that I find is the terminal. Can anyone teach me how to change the background and text colors in terminal

View 2 Replies View Related

Fedora :: Background Overlay Jumbled In Gnome 3?

Jul 21, 2011

Unsure of what caused this but please reference the screenshot to see my problem. I'm not using any special graphics driver, just whatever the distro decided to use upon install.

[theophan@porter ~]$ sudo uname -a
Linux porter 2.6.38.8-35.fc15.x86_64 #1 SMP Wed Jul 6 13:58:54 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
[theophan@porter ~]$ lspci |grep Radeon

[code]....

View 2 Replies View Related

Fedora :: F15 Desktop Background Disappears Sometimes After Reboot?

Aug 7, 2011

Sometimes after I reboot, by desktop background is just a black screen. When I go to the settings folder, it shows the image that it previously was, but i have to change either the "zoom" or "tile" settings, or just change the image in order for it to reappear. I really have no idea why this happens, and certainly does not happen with every reboot. If it helps, I am using Intel Ironlake Mobile.

View 1 Replies View Related

Red Hat / Fedora :: Change Installation Background Image

Mar 1, 2010

I want to change installation background image.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved