Fedora :: Fc12 Startup Application Not Working?

Jan 3, 2010

i just installed fedora 12 and got conky working like i want. i created a '.conkyscript.sh' in my home folder to run conky that looks like this...

Code:
#!/bin/sh
sleep 15 && conky

[code]....

View 4 Replies


ADVERTISEMENT

Fedora :: FC12 - Networking Isn't Working ?

Mar 5, 2010

I installed Fedora Core 12 on a Dell Latitude 610 laptop. Networking isn't working. I tried to start networking with '/etc/rc.d/init.d network start': there were no errors or warning messages, but before and afterwards, I could not ping anything.

I tried to configure and start networking with system-config-network. The ethernet network card shows up, but the activate button is greyed out.

I can ping the loopback address 127.0.0.1 after I start networking with '/etc/rc.d/init.d network start' but I don't really know what that means.

lspci tells me that my network "card" is a "NexXtreme BCM5751 Gigabit Ethernet PCI Express".

I know the eternt cable is good because I used it on another machine.

View 3 Replies View Related

Fedora :: Add Startup To Application On 15?

Sep 5, 2011

how to add start up for the JDownloader on fedora 15

View 14 Replies View Related

Fedora Hardware :: Fc12 - How To Get OpenCL Working On Nvidia

Apr 7, 2010

i am trying to get OpenCL to work on fc12. i have an nvidia gtx285 and from the nvidia page, the only driver that support OpenCL are 190.29 (nvdrivers_2.3_linux_64_190.29.run) However on using this driver xserver does not work, but using 195.36.15 it works, but OpenCL doesn't as currently only 190.29 driver will. i am infact very surprised that an open source api like OpenCL is having so much problem to work on nvidia hardware. i had none of these issues on fedora 10. i seem to be on a lone boat in this, is no one using OpenCL on fedora12?

p.s=> OpenCL is NOT OpenGL! OpenCL is for using GPU computing.

View 1 Replies View Related

Fedora :: Add Startup Application From Terminal

Jul 26, 2009

I am quite aware that one can add a startup application to the gnome session by going to System -> Preferences -> Startup Applications (Sessions). But, is there a way to achieve the same thing via the terminal? I want to know because I am writing a simple bash script that installs all of the programs I commonly use. One such program is compiz fusion with fusion-icon.And so I want to add the fusion-icon into the gnome session with my script (strictly within the terminal).

View 2 Replies View Related

Fedora :: Remove An Application From Gnome Startup Using Command Line?

May 27, 2011

I've just added an application to load on startup in gnome.At first gnome loads properly,but after few seconds that application starts automatically and I can see its icon on taskbar , then gnome freezes and I can't do anything in gui.

How I can remove that application from starup of gnome using command line?

View 1 Replies View Related

Fedora :: Circular Package Dependencies - Error "gcc-4.4.2-7.fc12.i686 Requires Libgomp = 4.4.2-7.fc12"

Apr 18, 2010

I have a tricky problem which I could soIve with a c program. I wrote one and found I didnt have gcc so I tried to install it. I was told I needed to install packages. I acknowledged and an error was generated gcc-4.4.2-7.fc12.i686 requires libgomp = 4.4.2-7.fc12 I try to install libgomp and go round again.

View 2 Replies View Related

Fedora :: Gpk-application 2.27.2 Is Not Working Properly?

Oct 23, 2009

I was just trying to install some packages at the gpk-application 2.27.2, but they are not compatible. For some reason I can't install anyting. I have Fedora Leonidas. In another forum they told me that my package installer is not the proper for this version

View 1 Replies View Related

Fedora :: Dictionary Application Is Not Working?

Oct 23, 2010

The dictionary keeps hanging and then fails with the message Error while looking up definition

Connection failed to the dictionary server at dict.org:2628

I am using Fedora 13, 64 bit version.

Also, firefox can't seem to get into dict.org.

Is there some problem with the site?

Is there some alternate dictionary source I can specify for the application?

View 2 Replies View Related

Fedora :: Run A "Gnome Startup Application" From A Different Directory ?

Jun 14, 2011

Using the System->Preferences->"Gnome Startup Applications" interface, is it possible to run a program from an arbitrary directory?

Example:

I want to run a script: /home/user/directory/script.py

It has dependencies (right term?) in the directory it's in, so if I run "python /home/user/directory/script.py" I get an error.

Is there any thing I could type into the "Command" text box to get this script to run?

View 2 Replies View Related

Fedora :: Interactive Startup Not Working?

Feb 20, 2011

My problem is: One of my services has failed to start. All I need is just go into interactive startup and ignore that service. The system is encrypted as LUKS. I press 'i' before and after entering the phrase (it asked me "Password for filesystem"). But interactive startup seems not working. All the services go to start without my permission. I mean there is no question such as "Start XXX [Y/N]?"

In the past I used CentOS for some months, and interactive startup (by pressing 'i' on boot time) was fine. I could allow or not what service should be started.

I have googled and found these:

[URL]

View 2 Replies View Related

Fedora :: Application Work In Knoppix But Not Working In 14?

Aug 31, 2011

I have downloaded an application for the sake of Monte Carlo simulation calculations from this link [url] and i discovered that i it didn't work in fedora 14 and it worked in knoppix , and i need it in fedora since my simulation software only works under fedora platform , How to make this tar source installed in fedora 14.

View 2 Replies View Related

Fedora Networking :: Auto-mount With Samba - Isn't Working During Startup ?

Jul 24, 2011

I have edited my /etc/fstab file in order to have it automatically mount a windows network share at startup.

The problem is, that it isn't really working during startup. After I log in, in order to make it mount I have to open the terminal and enter "mount -a".

The following is my fstab file:

Code:

I suspect this has something to do with my laptop not having made a network connection when the entries are mounted, but I'm not sure. How would I go about finding out about any errors?

View 3 Replies View Related

Software :: YUM Install Of Tora-2.1.0-1.fc12.remi.i586.rpm Not Working?

Jan 29, 2010

I'm try to install: tora-2.1.0-1.fc12.remi.i586.rpm with yum but I keep getting depsolving problems.

I'm running Fedora 12. Here are some of the steps I've taken as per website:[URL]

yum -y install qt-devel qscintilla-devel qscintilla (OK, it worked)

then install the oracle instant client

yum -y localinstall oracle-instantclient11.2-basic-11.2.0.1.0-1.i386.rpm --nogpgcheck (OK, it worked)

next, add the LD_LIBRARY_PATH to your $USER profile

echo "export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib" >> ~/.bash_profile

and finally install tora itsel

yum -y localinstall --nogpgcheck tora-2.1.0-1.fc12.remi.i586.rpm (NO GO???)
yum localinstall tora-2.1.0-1.fc12.remi.i586.rpm
(here's the output)
Loaded plugins: presto, refresh-packagekit
Setting up Local Package Process
Cannot open file: resolvedep. Skipping.

[Code].....

View 3 Replies View Related

Ubuntu :: Application - Run Tomcat 5.5 At Startup

Jan 9, 2010

I am trying to run my tomcat 5.5 at startup.. I went to System-->Preferences-->Startup applications and entered the command to launch my script: /bin/sh /home/marco/apache-tomcat-5.5/bin/catalina.sh run

But when i restart ubuntu, my tomcat does not run and i dont know where to find the proper logs to see what happened.

View 2 Replies View Related

Ubuntu :: Set Firestarter As A Startup Application Using The Gui But It Will Not Run?

Feb 17, 2010

I'm trying to set firestarter as a startup application using the gui but it will not run due to permissions problems,?

View 4 Replies View Related

Ubuntu :: Add Startup Application Through Bash?

Jun 19, 2010

I am trying to write a bast script, and I need the script to add something to the startup applications, so that it runs when the user logs in.

View 2 Replies View Related

Ubuntu :: Add Vuze As Startup Application?

Jul 15, 2010

how to get Vuz installed properly and running, however I would like to make it start the gui interface automatically on login/startup and minimized. I tried adding it to the SYSTEM->PREFERENCES->STARTUP APPLICATIONS as that seemed the obvious way to do it, however it does not startup automatically after I restart the system.

I am running:
Ubuntu 10.04 LTS
Java 1.6.0_18
Sun Microsystems Inc.
SWT v3555, gtk
Linux v2.6.32-23-generic, i386
Vuze V4.3.0.6/4 az3

View 3 Replies View Related

Ubuntu :: Remove Application From The Startup

Jan 13, 2011

I am running Unbuntu 10.10 on a HTPC, and also XBMC. With some effort it worked ok, sounds, remote etc. Via systems>preferences I managed to add XBMC to the startup. It now starts when I start the PC. However it sort-of hijacks the PC, so the WiFi does not start among other things. Also I am no longer able to log into the desktop, so I am not able to emove XBMC from the start-up of the computer. If I exit XBMC I get to the log-in screen for the desktop, but when I log in it starts XBMC directly.

How can I remove it via the terminal? I cannot find a .config directory, any autostart, any .xsession, .xinitrc or anything else that looks like startup-script. How can I get access to my desktop again?

View 3 Replies View Related

Ubuntu :: Launch Q CAD (or Any Other Application ) At Startup

May 26, 2011

I have downloaded Ubuntu within windows 7, with wubi. It shows itself as Ubuntu 10.10, though I had selected 11.04, not to worry, this is for information only. I downloaded Q Cad, a drawing programme from the Ubuntu software centre and it shows in the list but I do not know how to launch it.I will have to down load some more applications and I think I will run into this wall again. I can enter CLI through Ctrl+Alt+F1 to F7 and probably do nothing more.

View 1 Replies View Related

Ubuntu :: Karmic Locks Up On Application Startup?

Feb 26, 2010

My karmic install locks up whenever I try to launch an application. Open office, firefox, doesn't really matter. about the only thing that works consistently is terminal.

View 1 Replies View Related

Ubuntu :: Startup Application Order - App After Compiz

May 8, 2010

I like to use Tilda in transparent mode. In Karmic I just added tilda to the startup applications and everything worked well. Now in Lucid, it starts up before Compiz and I don't get Compiz transparency. I have to quit Tilda and load it again before I get the transparency right. Is there some way to force tilda to start after Compiz? (I have tested this on several comps. it seems to hold true)

View 5 Replies View Related

Ubuntu :: Running An Application Or Script At Startup

Oct 13, 2010

I want to launch qiv upon startup to show a series of photos in slideshow fashion (this will be the sole purpose of this particular laptop). I tried adding the command via System->Preferences->Startup Applications but this does not produce the desired result. In fact, the slide show doesn't even start.

View 5 Replies View Related

Ubuntu :: Autorun Graphics Application At Startup

Feb 8, 2011

I have an embedded PC104 application where I am trying to get my program to start automatically at power up. The program contains a graphical user interface, using an old SVGALIB (no longer supported). It works fine if I start it after log in.But when I put the path in rc.local, it will only run if I disable all the graphical stuff. The program bunts if it looks ahead and sees the call to vga_setmode(), where I set it for 480 x 640 resolution.

View 3 Replies View Related

CentOS 5 :: Using KDE Screensaver Application In Gnome On Startup?

Feb 11, 2010

I am trying to get the KDE Media screen saver working in GNOME. Is there a way to use kde's screensaver program in gnome on startup, instead of gnome's screen saver program? Basically, I am trying to disable gnome's screensaver, and load kde's program in its place at gnome startup.

View 1 Replies View Related

CentOS 5 :: Set A Startup Application After GNOME Login?

Sep 16, 2011

Centos 5.6 - I'm trying to lock the screen immediately after successful gnome user login. My steps...

System > Preferences > More Preferences > Sessions > Startup Programs tab > Add

I've tried the following...

gnome-screensaver-command --lock
/usr/bin/gnome-screensaver-command --lock

Neither of these seem to work from the Sessions gui. Although from terminal I can run gnome-screensaver-command --lock with no problems.

View 5 Replies View Related

Fedora Networking :: Wireless Adapter Not Working At Startup - Works Fine After Opening Settings

Oct 1, 2009

This is my startup routine:

I log on and Network Manager shows no wireless adapter.

I go to System > Administration > Network:

There are two entries in the Devices tab: Wireless and Ethernet

As soon as I double click the Wireless device and the configuration pops up, the device starts working (no changes to the settings are made)

I have the following set to ON:
- Controlled by Network Manager
- Activate device when computer starts
- Allow all users to enable and disable this device

View 7 Replies View Related

Ubuntu :: Startup Application Opening Behind Task Bars?

May 11, 2011

im building a small wallboard machine, using ubuntu 10.10 as 11.4 refuses to load correctly on any of my spare machines.but, anyway, thats not the issue, ive installed chromium-browser, and added it to the startup applications with

Code:

chromium-browser -kiosk http://wallboard
where http://wallboard is the wallboard info thats being displayed.

that works, BUT the browser is opening BEHIND the top 'menu' bar, and the bottom 'task' bar, which obviously, is not what i want. how do i set it to either hide these 'bars' or open the browser in front of them like it does if i manually run the command from a terminal?

View 2 Replies View Related

OpenSUSE Network :: Slow Application Startup Localhost Error

Feb 27, 2011

I recently installed OpenSUSE 11.3 amd64 from DVD on a new HP 625 Laptop. Whenever networking is activated, application startup slows down significantly. When I deactivate networking in the nm-applet application startup is fine. I am using the broadcom-wl package from packman for the broadcom wireless card (BCM4313)

View 9 Replies View Related

Ubuntu :: Force A Startup Application To Open In A Minimized State?

Jan 30, 2011

In my case I have TeamViewer 6 (remote desktop application) opening as one of my Startup applications. I only really need it to run in the background, so I don't need it in my face after logging in.

What I'm looking for is a command line option for opening an application in a minimized state. Is this possible? Or should I start looking into a script to find the window and minimize it?

View 2 Replies View Related







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