General :: Make Things Autostart In KDE?

Jan 11, 2011

What's the easiest way to make things autostart in KDE? The only method I know is to make links to the applications and then put them in the KDE autostart folder. Last time I did that, I had a lot of trouble with not being allowed to make the links unless I was root. Is there a simpler way?

View 1 Replies


ADVERTISEMENT

General :: Openbox - Autostart.sh File Is Not Restoring Things

Jun 13, 2010

I've decided to give openbox a try with Debian testing. I set up my right-click menu exactly how I want it, and everything else is set up perfectly. I installed trayer and tint2, along with nitrogen. I added the following lines to my ~/.config/openbox/autostart.sh file, but things aren't loading/restoring as they should. Tint2 and trayer don't load at all, and nitrogen isn't restoring my wallpaper. All I get is a black screen with my cursor, but the ability to right-click and open the menu, so it's not like X is dead. I did set the default wallpaper by issuing the command nitrogen /home/john/Pictures/Wallpapers, where "Wallpapers" contains all of my background images.

Here is my autostart.sh file: Code: # Autostart file for openbox nitrogen --restore & sleep 2s && tint -c /home/john/.config/tint/.tintrc) & (sleep 2s && trayer --expand true --transparent true --alpha 255 --edge bottom --align right --expand true --SetDockType true --widthtype request --margin 130) & I do have proper content in the .tintrc file located in /home/john/.config/tint/tintrc. Am I doing something wrong here?

View 4 Replies View Related

Debian Multimedia :: Autostart.sh File Is Not Restoring Things?

Jun 13, 2010

I may have posted this in the wrong section before. I had it in General Questions and wasn't getting any feedback there, so I'll try here. Okay, onto the problem...I've decided to give openbox a try with Debian testing. I set up my right-click menu exactly how I want it, and everything else is set up perfectly.I installed trayer and tint2, along with nitrogen. I added the following lines to my ~/.config/openbox/autostart.sh file, but things aren't loading/restoring as they should. Tint2 and trayer don't load at all, and nitrogen isn't restoring my wallpaper. All I get is a black screen with my cursor, but the ability to right-click and open the menu, so it's not like X is dead. I did set the default wallpaper by issuing the command nitrogen /home/john/Pictures/Wallpapers, where "Wallpapers" contains all of my background images.

Here is my autostart.sh file:
# Autostart file for openbox
nitrogen --restore &

[code]....

View 11 Replies View Related

CentOS 5 :: Make Autostart When OS Start

May 27, 2009

usually i run the file with

1. open the terminal (log in as root)

2. then just write sh Start-ServiceEngine from the folder it self.

i try to make auto start with this way :

1. create file in /etc/init.d/ name blah

[blah]
#! /bin/sh
sh /root/service-engine/Start-ServiceEngine
exit
[/blah]

2. changing the mod : chmod 755 /etc/init.d/blah but when i restart the centOs it seem run but with error on my program.

View 1 Replies View Related

Ubuntu :: Make Livecd Autostart Ssh After Booting?

Oct 17, 2010

Is it possible to make a personalized version of ubuntu livecd that autostart ssh after booting? I need to test if video card failure cause my computer to freeze.If that's too complicated or not possible, is there any other livecd that does that?

View 2 Replies View Related

Ubuntu :: How To Make Imagemagick Convert Things One At A Time

Mar 18, 2010

How do I make imagemagick convert things one at a time? I know how to make imaggemagick convert all pages of a pdf into individual jpeg files by storing it all in the RAM at once but if there isn't enough RAM, this will use swap like crazy and be suuuuuuuper slow.

Here is the command for the "crazy swap-using" way:

convert --units PixelsPerInch -density 150x150 filename.pdf filename.jpg

View 3 Replies View Related

OpenSUSE Wireless :: Make Things Quicker For Resume From Standby Or Hibernation?

Jul 1, 2010

Running Opensuse 11.1 on an HP laptop. When I resume from hibernation or standby, I usually have to wait for about a minute for the wireless card to find my router. Is there any way to speed up this time to connect process ?

Interestingly when I boot from cold, the wireless connection is most times ready to go as soon as the boot has finished. So just wondering how I can make things quicker for resume from standby or hibernation

View 4 Replies View Related

Programming :: Name Of Formula N Things Out Of Collection Of M Things

Jul 22, 2011

I'm working through some problems in a beginners programming book. The author mentions a formula for calculating the number of ways of picking out n things from a collection of m of them:

Code:
/ m m!
| | = -----------
n / n! (m-n)!
But he does not give a name for the formula. Does anyone happen to know what it is called? I need to do some related research.

View 3 Replies View Related

General :: Add Yakuakerc To The Autostart Menu ?

Aug 8, 2010

How to add yakuakerc to the autostart menu.

View 3 Replies View Related

General :: Autostart Application In Thinstation

Sep 3, 2010

How can i do autostart my apllication in thistaion (light weight OS) i know i have to write script, but i am confused how to write? my application is squid 2.6.

View 4 Replies View Related

General :: Autostart Programs Inquires?

Mar 5, 2011

I write code check.sh and add the following line as it's first line:Quote:#!/bin/sh -eThen make it's permission as executableThen coped it to the following destination:Code:cp Scripts/check.sh /etc/init.d

View 10 Replies View Related

General :: Autostart Vnc Server On Knoppix Distro?

Mar 12, 2011

how can I autostart vnc server on my knoppix distro ?

View 1 Replies View Related

General :: Universal Linux Autostart Folder

May 29, 2010

I'm a complete Linux beginner who wrote his first little script.I'm writing an 'installer' for it (so I can share it with friends) and I'm wandering if there is a universal method to add it to autostart in all Linux distributions.I was thinking about cron/crontab but it's not the best choice, as writing an uninstaller which removes a specific line from crontab is out of my league. I'd rather copy a *.desktop file to autostart folders and then be able to remove them.BTW do you have to put *.desktop files in ~/.config/autostart in Ubuntu, but ~/.kde/Autostart in Kubuntu even if they are shell scripts?

View 3 Replies View Related

General :: Autostart An Application After CentOS 4.4 Reboots

Jan 28, 2010

I am fairly new to linux.We have a machine running CentOS 4.4 and sometimes the machine has to be rebooted. Each time after the reboot, I have to SSH in and manually restart one of our application. I have been reading about doing this online and I am a little confuse.Seems like there are multiple possibilities for starting things up. My finding suggest using the inittab file. Then my question is what runlevel do I pass in? Should I use runlevel 1, 2, 3, or 5? Once the runlevel is determine, then how should I name my startup script? I know to use "S" but what number should I give it? Or, another way to approach this is to put my autostart script in the /etc/rc.local file?

View 4 Replies View Related

General :: Get A Script To Autostart And Hitting Some Snags?

May 3, 2011

I'm trying to get a script to autostart and hitting some snags. I know the script works, because I can manually launch it from a terminal window. I've perused the forums and followed similar advice to put the script in the /etc/rc.d/init.d directory and then create a symlink in the rc5.d directory (S99my_script) I've even tried appending ". /etc/init.d/myscript" to the .bashrc file

I've managed to get the machine to autologin "myuser" upon startup (that's the owner of the .bashrc file I edited), but still the script won't start when myuser auto logs in. the system default is set for password protect on screen save so if I simple let that happen, as soon as I exit screen save the script launches, so it almost works.

View 13 Replies View Related

General :: Script Works In Shell But Will Not Autostart

Jun 3, 2010

I have this extremely simple script called startmyth:

Code:
#!/bin/bash
sleep 10
export DISPLAY=:0.1
exec /usr/bin/mythfrontend &
when I execute it as ./startmyth, it works fine. But when added to Gnome's startup applications (System > Preferences > Startup Applications), Mythtv does not start! What gives?

View 3 Replies View Related

General :: Can't Find Things In Ubuntu

Jan 8, 2011

I have been trying to go through Beginning Ubuntu Linux but there are inconsistencies with what the books says and what it looks like on my computer. For example, The book speaks of a Device Manager that should be located under System > Administration > Device Manager. It does not appear for me under System > Administration.

The book I have was published in 2006 and I am using Ubuntu 10.10.

View 7 Replies View Related

General :: Running NT In VM - How Things Work

Mar 24, 2010

How Linux would run NT in a VM, and the correct definition of how things work. Now I now about nothing about of Linux, though I have installed it a few times, but never really worked with it. I have been using MS products for 15 Plus years and have a pretty good understanding of how things work. I do not claim to be any expert. Some Idea of what I am inquiring: Now, how does the Linux Kernel handle the NT Kernel? Are processes/threads in cpu separated for each Kernel? How would interrupt requests be handled? How is Memory and Disk Management handled? Then obviously how would Device Management be handled as well?

View 3 Replies View Related

General :: Use WINE And Tinstall Things On The C?

Mar 31, 2011

I installed it a while ago but haven't bothered to use it much, and before I installed Kubuntu and had Ubuntu, it worked fine, I could use Notepad and browse the C:... But, now when I go to "Browse C:" it says "Unable to run the command specified. The file or folder file:///home/theif519/Documents/.wine/dosdevices/c: does not exist." What do I do? I tried reinstalling Wine but that didn't do any good. Do I manually make the directory?

View 6 Replies View Related

General :: Fedora Autologin In Runlvel 3 And Autostart Application?

Jul 6, 2010

I have a single kernel with 2 menu entries in grub like following:

Boot(gfx)
Boot(text)

First entry boot the fedora in graphical mode running the gnome.
Second entry boot the fedora in text mode.

First thing is working fine but i want to know how to do the second thing. i added 3 at the end of second entry in syslinux.cfg and after booting it dropped me at console asking for login.

So how to autologin in runlevel 3 and start autostart an application(e.g python script)?

View 1 Replies View Related

General :: Autostart Program In Lubuntu LXDE (on Boot)?

Jan 17, 2011

I've got it to the point it will run when you login by adding a line to the /etc/xdg/lxsession/Lubuntu/autostart file. Added "synergyc 111.111.1.11" and it works perfect. So the main question is, how can I add that line somewhere, somehow to start on boot and not by login?

View 1 Replies View Related

General :: Configure Autostart Of Oracle Database / Soa Suite On Bootup?

Jan 24, 2011

I need to configure autostart of oracle database 11g & oracle soa suite 11g after successful OS startup. Linux: Redhat version 5. I have commands needed for startup, but not sure on where to keep the file.

View 2 Replies View Related

General :: Server 'really Slow' What First Couple Things To Check?

Aug 19, 2010

A server is described as being "really slow". What are the first couple of things you would check?

View 2 Replies View Related

General :: List All Positive And Negative Things About GNOME And KDE

Sep 8, 2010

I'd like to read opinions from people have been using either one of the two GUIs for quite a while.What do you prefer the GUI you use?

View 9 Replies View Related

Ubuntu :: Mic - Installing The Spca5xx Driver For Webcam - General Things

Feb 3, 2010

I did some research on both Mic and Webcam, but nothing for the mic seems to work, and I can't seem to find decent instructions for installing the spca5xx driver for my webcam. lsusb result for my webcam: Bus 001 Device 002: ID 04fc:0561 Sunplus Technology Co., Ltd Flexcam 100

My mic, on the otherhand, doesn't seem to be nothing too special. It plugs into the back of the computer right next to the speakers. I've searched everywhere for how to fix these, but can't seem to find anything that works. As for my mic, I've tried installing the... linux modules backport, etc... through synaptic, nothing. I've gone through alsamixer, and sound properties. The only thing I can think of, is that the computer isn't reading my mic.

Sorry if this post is kind of scattered, but I've gotten 2 hours of sleep last night, and not able to sleep again, Also, if anyone can point me in a direction of IM services that allow AIM, MSN, and YIM chat support through my friends on the windows OS. I've heard of Skype, but I don't want to seem too demanding to ask them all to download a program just to speak with / see me.

View 3 Replies View Related

General :: Gparted Says Have Bad Sectors In Windows Partition After Deleting Things?

Oct 30, 2010

I have a 230GB hard drive wich I don't know it's name.I have a 207GB windows vista partition and the rest of it is for linux (Ubuntu).Today I decided giving it all space to Ubuntu Linux ,but didn't want to lose all my data from the windows partition.I thought that by deleting all things except the folder with my data and leaving enough space to shrink and make enough room for another partition to put my data folder.The logic is that i could then format that partition wich previously was windows and use it all for ubuntu without losing data.After having ubuntu installed i could copy my data folder to /home and then delete the previous partition and make /home bigger.The problem is that after i freed the space,when using Gparted to shrink it says that the partition has bad sectors or the filesystem has problems and so it can't do some operations.

What could have went wrong?It told me to do chkdisk but as i deleted all the windows files and i can't boot into it anymore.I used the vista dvd to do that.I rebooted 2 times as it says and after that when trying again nothing changed.I tried to use ntfsresize with the --bad-sectors argument and also the -f argument but it's useless.At the end it says it won't do anything until the ntfs filesystem get repaired.Or it says it is too risky to continueIs there any way i could do some superforce command to resize it without losing data?Please don't tell me to put it on an external storage cause i have like 70GB of datas to save...no i don't have an external hardrive

View 7 Replies View Related

General :: Change Turquoise-ish Plasma-desktop And Title Bar Things?

Feb 11, 2010

I've been using Kubuntu for about 6 months now and decided to try something new. So i switched to arch linux, and after much deliberation, I got KDE functional on it. There's just one problem. The icons aren't displaying properly. Here's a picture:
http://s44.photobucket.com/albums/f8.../snapshot1.png

How do I change the turquoise-ish plasma-desktop and title bar things. Also whenever i open something, it asks me basically where i want to position it. How do i stop it from asking me that as well?

Also, how do I login as something other than root? I did adduser, but no login screen shows up for me.

View 9 Replies View Related

General :: Make Error - Make[2]: *** No Rule To Make Target

Oct 7, 2010

I am getting an error as below.

How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.

How can I resolve this error.

View 4 Replies View Related

General :: Disable Blank Cd Autostart - Disable The Window And The Icon From The Desktop?

Jan 24, 2011

I have Ubuntu 10.04 with Gnome. Whenever I put in a blank CD/DVD an icon on the desktop appears named "Blank CD/DVD" and a window appears asking me what I want to do with it. How do I disable the window and the icon from the desktop?

View 2 Replies View Related

General :: How To Copy Things In Xterm And Paste Them Outside Of Xterm

May 2, 2011

i have fluxbox and i need to know how to copy things in xterm and paste them outside of xterm.

View 2 Replies View Related







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