Slackware :: Bash / Opera Open At Startup

Feb 22, 2011

I've been messing around with Slackware 13.1 and I screwed something up. I was trying to get Wicd to start automatically at startup so I found a chmod... line of code online and copy/pasted it on my command line. Now whenever I boot the computer, when I get to the KDE desktop, the BASH window opens, Opera opens and I get a bunch of Wicd error windows. How can I fix this?

View 14 Replies


ADVERTISEMENT

Software :: Open Opera In Slackware After Installing It From Slackbuild?

Oct 10, 2010

How do I open opera in slackware after installing it from slackbuild.

View 3 Replies View Related

Fedora :: Open Weblink From Evolution In Opera?

Nov 27, 2009

when i receive an e-mail with a link to a webpage in evolution , firefox is opend when i click on the link.

how do i change that to opera? I want to migrate to opera, but this is the last obstackle.

View 1 Replies View Related

Software :: Open Default Irc Client Using Firefox / Opera?

Jan 27, 2009

I want to know if it's possible to open default irc client which will connect to my irc channel by clicking a link on Firefox. If it is possible, how?

View 1 Replies View Related

Ubuntu :: 9.10 Karmic Koala Always Going Slow When Open OPERA Browser

Apr 18, 2010

1. My Ubuntu 9.10 Karmic Koala always going slow when i Open OPERA Browser. Is it Normal?
2. Sometimes i got my Karmic Animation like a... i dont know, just play it slower than usual. Is it Normal?

I was using Compiz Animation. [minimize, maximize, close, etc] Is that thing make my Karmic running slow?

View 9 Replies View Related

Ubuntu Installation :: Opera 10.61 Windows Installer Doesn't Open

Dec 9, 2010

I downloaded wubi.exe from Opera 10.61. The file downloads ok, but then refuses to do anything when I click on the file.

I also switched to my IE version, and tried to run the file from there. Again, I get the hourglass symbol for a couple of seconds, then nothing.

I'm running Windows 98. I know, I should have a newer version, but finances can't manage that right now. In the meantime, is there a manual way to run the installer for wubi and get it to work?

View 2 Replies View Related

Slackware :: Opera 10.60 Very Slow To Start New Links

Jul 8, 2010

I've been using Opera 10.11 on two different computer systems, two different locations (work & home), and two different Slackware versions (13 & 13.1 current). Opera 10.11 runs very quickly on both. After upgrading to Opera 10.60, I now find that linking to new web pages takes 5 to 10 seconds, but returning to a previous page is almost instantaneous.

I've tried installing 10.60 using slackbuilds and Opera's installer - both give the same results. I've since reverted to Opera 10.11. why it is so slow to open web pages? Opera 10.60 for Win7 works great, so what happened to the Linux version?

View 11 Replies View Related

Slackware :: IPV6 Support Slows Opera And Firefox

Dec 29, 2010

Support for ipv6 keeps being put into the kernel and now into browsers.I blacklisted ipv6 in Slackware and that solved the slow internet response until I updated to the latest Opera and Firefox browsers. Both were horribly slow again. Firefox could be reconfigured to kill ipv6 by running about:config as a url and disabling ipv6.

The new Opera 11 is different. I can't find any config to disable ipv6. Does anyone have an idea?I reverted to Opera 10.11 in order to have zippy internet access again, and not "dialup modem" speeds.

View 5 Replies View Related

Slackware :: Opera 11 Crashes X With Dozens Of Akonadi Errors

Jan 13, 2011

on a fresh install of slackware -current x64, the first thing that i did was download and install opera. now, whenever i start kde, and run opera, X crashes with lots of crazy errors, usually in the format of:

/usr/bin/akonadi*whatever* cannot connect to x server :0
/usr/bin/akonadi*whatever* has crashed too many times and will not be restarted.

and then i get spat back out at the CLI. opera works fine in the other Desktop Environments, and i'm posting from xfce right now, so i know its an issue with akonadi. i would like to use KDE as my default desktop, but i dont want to use it without all of its features

View 2 Replies View Related

Slackware :: Bash - Random Headers When Starting Bash In X?

Jan 13, 2011

I have searched and searched and maybe I don't know how to articulate this issue with out just posting the problem I'm having. Every time I bring up a terminal window I get the following "Header"

declare -x COLORTERM="gnome-terminal"
declare -x CPLUS_INCLUDE_PATH="/usr/lib64/qt/include"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-xSFd6zqrYQ,guid=dc5e07974559da016842742900000090"
declare -x DISPLAY=":0.0"

[Code]...

To be honest I cheated and used the .bashrc / .profile files from Ubuntu and all was working fine for a while now and it seems something changed to cause this... any ideas on why I am getting this? I checked my .bashrc and my /etc/profile and it doesn't look like anything is amiss..

View 3 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 :: Startup Bash Script Behavior?

Feb 19, 2010

I have script that is called from a startup init script before login. It has some different behavior than if it ran from a login script. It doesn't allow to have input characters deleted on a line and doesn't allow for the break command. It's part of Live CD, I'm going to make publicly available, so I want to boot straight to into the script.

View 1 Replies View Related

Ubuntu :: Cancel The Startup Bash Script?

Jan 8, 2011

I made a mistake on my home server. I installed the eXist xml db, and wrote a bash script so that it would start up when the machine boots up. But now, the server just hangs before the system asks for a user logon, so I can't ssh into the machine, and when I have the monitor and keyboard hooked up to it, it's not letting me logon or cancel the script. Anyway to kill the current running process and get to the logon, so I can delete that bash script?

View 1 Replies View Related

General :: Run A Bash Command Automatically On Startup?

May 13, 2011

I was wondering how to run a bash command automatically on startup. on start-up have "alsamixer" or "start-network" executed from terminal.

View 3 Replies View Related

Slackware :: If Close Terminal Ran Bash Script Inside / Bash Script Stops

Apr 28, 2011

I've noticed something, and hoped there was a work around.when I write a simple bash script, and run it, if I close the terminal i ran the bash script inside, the bash script stops. What are the solutions for this? Basically I want to run my bash script and close the terminal, keep the bash script running.

View 6 Replies View Related

General :: Bash - Where And How Are Custom Startup Commands Configured

Jan 11, 2011

I'd like to add custom startup commands (for example starting a process, registering to a registration server, downloading a configuration file) to the Linux startup process. Those commands should be triggered on startup only. What is the standard/appropriate way to do this?

EDIT: Is /etc/profile the right place to trigger such things?

EDIT2: I'm using Ubuntu.

View 4 Replies View Related

Software :: Rc.local - Wont Run My Bash-script At Startup

Jan 10, 2011

I have some problems with rc.local. It wont execute a scipt of mine at startup.

The script itself works and if I run rc.local manually it works too...

The script to run:

Doesn't seem to be a lynx-issue. I've tried with hard coded text as message too...

The script lies under / and have chmod 777.

Running CentOS 5.5 (if you didn't get it, this script is for sending the external IP-adress to my email att startup. If a thief is stupid enough to start it connected to internet)

View 12 Replies View Related

Ubuntu :: 'Minimal BASH-Like Line Editing Is Supported' At Startup?

Aug 22, 2010

So I turn on my PC this morning, and it comes up with this telling me to use 'TAB' to see a bunch of options I can use, not knowing any idea on how to use them properly I type in 'boot', it returns with 'error: no kernel' and then I type 'exit', it just reboots.

I've scanned endless posts on the forum trying to find the most useful replies and tried to use 'find /grub/stage2' and 'find boot/grub/stage2' and it says 'find is not a command' so that failed. I then tried to find out the partition my installation is in, which is hd0,1 so I tried using 'setup (hd0,1) which returned with 'setup is not a command'. I even tried 'boot (hd0,1) but it returned with the first error 'error: no kernel'. Luckily, when I installed Ubuntu I dual-booted it with Windows so I'm still able to use the Internet but I would love Ubuntu back and I had a lot of important files on it. So does anyone know how to solve this?

By the way, the way I installed Ubuntu was through Windows using 'wibu', it's worked absolutely fine ever since this morning. Oh and I'm using Ubuntu 10.04 (Loopy Lynx or whatever it's called ;p)(Also, for more information this screen appears after I choose 'Ubuntu' from the Windows bootloader, it doesn't even get to the Ubuntu bootloader it just goes straight to that screen)

[Code]...

View 3 Replies View Related

Ubuntu :: Open Terminals At Startup?

Sep 12, 2010

I have Lucid Lynx (10.04) installed, and have this annoyance with various terminals and the Help Menu automatically opening at startup. So every time i boot up i get a screen full of open terminals:

1. Ubuntu Help Centre
2. File Browser
3. Desktop Terminal

I have tried looking at the Startup menu under Preferences but there is no entry for any of the above.

View 5 Replies View Related

Ubuntu :: StartUp Manager Won't Open?

Oct 29, 2010

I click StartUp-Manager from the System menu password prompt the "preforming pre-configuration tasks" starts up then... nothing. no startup manager window.

here is the terminal output

Quote:

ry@ry-desktop:~$ startupmanager
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...

[Code]....

View 9 Replies View Related

Ubuntu :: Folder Always Open On Startup

Nov 26, 2010

In xubuntu 10.04, Whenever i startup my laptop, xubuntu loads up well and everything. it prompts me to enter my passwprd then after that it starts up as normal...the problem is that my videos file is always open and in the taskbar on the desktop when i startup.

View 2 Replies View Related

Programming :: Cannot Open Terminal On Startup

Jun 8, 2011

I wanted to write the script which runs at startup and opens the terminal window the moment desktop screen appears(GNU linux).

View 3 Replies View Related

Programming :: Use Bash To Open A File?

Dec 12, 2010

How do I use bash to open a file, (file name as first parameter) cut n char from begin of each line, and write shortened lines to new file (outputfile name as the second parameter, n as the third parameter)

View 3 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

Slackware :: Cannot Get NumLock On At Startup?

Apr 5, 2010

I have tried everything including the "setleds" command and still can't seem to get my machine to have numlock on at startup. It is enabled in the bios. Anyone have this working and care to share?!

View 11 Replies View Related

Slackware :: Run Script On X Startup?

May 5, 2010

I want to run some script/command (for setup keyboard layout) on X startup. I need a desktop independent solution, e.g. which works when user starts KDE, Fluxbox or any another window manager.

Users start X server manually by typing startx in console. As I understand, I can use ~/.xsession file to run my script. But when I make ~/.xsession executable, add to the end strings from script and restasrt X nothing happens.

My system is Slackware 12.2. Here is a command I want to run

Code:
setxkbmap -symbols "pc+us:1+ru(diktor):2+us(dvorak):3+ru(typewriter):4+compose(ralt)+
mysym(caps_4)" -types "complete+mytype(four_groups)" -compat "complete+mycompat"
-print | xkbcomp - $DISPLAY &>/dev/null

View 3 Replies View Related

Ubuntu :: Open Multiple Apps From Bash Script?

Nov 17, 2010

I'm trying to create a bash script that will open firefox, evolution, gedit (specific file), etc. For the most part it works, but after it opens evolution or gedit, it pauses execution, until I close that app down.

I don't want to have this done at login, i want to pick and choose when I open them all.

View 2 Replies View Related

Ubuntu :: Bash - Open Mlocate Search Results?

Mar 22, 2011

Upon a while of searching, I think I failed to find the correct terms and I'm posting here. I often use mlocate to search for files. For example, if I say

Code:

$ mlocate temp_2.pdf

I'll get two results:

Code:

/home/kmc/Documents/latex/temp_2.pdf
/home/kmc/Documents/latex/test/temp_2.pdf

Now if I want to open one of them, I'll have to either open Acroread and browse to their locations. Or select and copy, and call acroread in terminal like

Code:

$ acroread /home/kmc/Documents/latex/temp_2.pdf

This is tedious to me. I'm thinking of a way of quickly open its search results, I've tried pipes like this but it doesn't work:

Code:

$ mlocate temp_2.pdf | acroread

maybe it doesn't work this way. So what does the trick? What's the name of this trick? I've googled for

Quote:

Linux bash catch output, pipe output, open mlocate results And is it possible to handle multiple lines of output, e.g., can I choose which line of output get forwarded to relative programs?

View 9 Replies View Related

Programming :: Bash : How To Make Firefox Open But Minimize

May 3, 2011

I am relatively new to scripting, but I was wanting to open a firefox window from a bash script, but have it open, then minimize. In the script, I have a single instance of: firefox & but is there a way to minimize it, versus have it displayed on the screen? I was wanting the command terminal to remain visible and it can't since the firefox window is open in front of it. I looked all over the place, including the man pages, but to no avail. I can make the height and width changes, but no minimize. Either that, or to be able to bring the terminal window back to the front automatically.

View 5 Replies View Related

Slackware :: How To Disable Akonadi On Startup

Jul 14, 2010

I do not want akonadi on startup. How do I disable it?

View 5 Replies View Related







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