Ubuntu :: Get An Error When Try To Launch The Startupmanager Executable From A Terminal In Gnome?
Dec 30, 2010
Does anyone know of some things I can check to find the root cause behind this error? I pulled startupmanager via apt-get, and I get an error when I try to launch the startupmanager executable from a terminal in Gnome.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-24-generic
Found initrd image: /boot/initrd.img-2.6.35-24-generic
[code]....
View 2 Replies
ADVERTISEMENT
Jun 25, 2010
I am trying to launch gnome-terminal on a specific workspace (4). I have tried the following :
gnome-terminal -t mytitle; wmctrl -r mytitle -t 3
but this just causes the terminal not to launch.
View 9 Replies
View Related
Nov 3, 2010
I cannot launch gnome-terminal from the Applications -> System Tools -> Terminal menu. However a gnome-terminal process is created (I can see it in a terminal that I happened to have open) but it doesn't seem to actually run (I have several of these terminals in the ps list now but they haven't actually run as terminals and it's been at least 2 hrs). At first I thought they weren't running at all until I checked (it looked like the Starting Terminal message at the bottom of the gnome GUI ran abnormally long and then terminated so I thought at first that they weren't running at all).
Also it looks like my gnome session is clobbering the CPU: running at or over 80% of cpu time at times (it does change but mostly it is high). All I'm doing is minor web work + updating a file in Open Office - when I noticed this I got out of Open Office and that had no effect. So it looks like application software is running (this was launched from a terminal) but running from the menu seems to result in processes with low priority (that doesn't seem right though). This just started today and my system has been mostly running correctly for a year or so (last year I got an Acer 5532 on sale, wiped it and installed Fedora 11).
View 1 Replies
View Related
Jan 24, 2011
I work on a number of servers and do so many repetitive tasks that it's easier for me to make launchers on my desktop for these tasks. It's also necessary for opening windows in my secondary screen. I like to view the error logs as I work, so I have a screen session on my servers that 'tail -f /the/error.log' for easy viewing. I set up a launcher on my desktop that launches the following command:
Code: gnome-terminal --display :0.1 --geometry=156x33 -x ssh -t my-server 'screen -r' The command works perfectly. The window is created on the correct screen, with the correct size and information. The problem is gnome-terminal will exit/crash with no errors after a little while. This happens sometimes when I get up from my computer as well as while I am working on it.
I am saying that there are no errors because I have opened a terminal and ran the command in that terminal. When the new gnome-terminal closes, there are no errors or abnormal output on the generating gnome-terminal.
View 1 Replies
View Related
Feb 24, 2011
Fresh guest install of current as of changelog dated 16-Feb-2011, in to VirtualBox 4.0.4 (13.1 x86_64 host).
1. About 6 of the icons normally residing in the top half of Settings Manager are missing (names are their and functions work). Selecting 'Appearance -> Icons' and re-selecting the one choice available restores one, the rest remain MIA.
2. Default xfce Terminal launch fails with error <????> Re-selecting the default 'Preferred Applications -> Utilities -> Terminal -> Xfce Terminal' has no effect. 'Properties' shows the usual 'exo-open --launch TerminalEmulator'.
Setting 'Preferred Applications' to 'X Terminal' launches an xterm successfully as expected.
View 4 Replies
View Related
Apr 22, 2010
I have a favorite REXX program called fv2. When I was a Windows user I had an icon for fv2 on the Quick Launch bar. Click that icon, and the program ran. Now, as a Linux (Ubuntu) user it is necessary to go through several steps to run fv2.
1) Launch a terminal by clicking on the terminal icon at the top of the screen. What's that area called? The GNOME panel?
2) Enter: ~/Desktop/RexxScripts
3) Enter: regina fv2
I run fv2 several times per day and would really like to have the convenience of a clickable icon.
View 3 Replies
View Related
Feb 11, 2010
I wrote a shell script and tried to execute it in separate terminal using command 'gnome-terminal -e <script>'. When executing first time, it went fine.From second time, I am getting error 'There is error creating child process for this terminal' repeatedly.
View 5 Replies
View Related
May 3, 2015
I have recently updated my GNOME installation from 3.x to 3.14. Suddenly, there are many glitches. The power buttons on the power menu does nothing, I am forced to shut down via the terminal, everything goes black every now and again, and there is a weird colour pattern behind some icons when I hover over them. But most importantly, the icons and text do not show up on the "Activities -> Show Applications -> All" menu. They still there, as you can see the opening animation before they disappear, and I can click on them, but you just can't see them. The "Frequent" menu works fine. Here is a YouTube video I have made to explain my problem.
[URL] ...
I did change the icons, but this was after these problems started happening, and so it should be un-related.
View 14 Replies
View Related
Oct 8, 2010
I have a copy of Shake (I was given it by my friend) It is the Linux version and I have followed instructions to install and after a few problems and errors I think I have everything in place. However when I type the advised command from Terminal: 'csh Shake' All that happens is the terminal moves to a new line with no text. I can still type and press enter but nothing happens, just goes to a new blank line. Thing is it doesn't give any errors. I have chmod'd the correct folders, have installed all required included files and library's. Also, im sorry for posting this here, I could not post in the Multimedia section
View 1 Replies
View Related
Feb 13, 2010
I need to creat launcher that launches Terminal into a specific Profile..
I found a website that says that this code will work
Code:
gnome-terminal --window-with-profile=<Profile_name>
But, I also need to launch to specific Directory also. So, My code looks like this
Code:
gnome-terminal --window-with-profile=Scripts --working-directory /home/mike2/Desktop/Scripts
But it doesnt work.. I have a feeling I'm doing something wrong, though.
View 9 Replies
View Related
Oct 12, 2010
I recently installed Ubuntu and dolphin file manager but when I press Shift+F4 for Terminal I get this error: Could not launch the terminal client: KDEInit could not launch 'konsole'.: Could not find 'konsole' executable. Now, I know I can open it with Ctrl+Alt+T but with shift+f4 from dolphin, terminal starts with current folder in command line.
View 2 Replies
View Related
Aug 8, 2011
I installed Open SSH and don't know how to launch it from the terminal.
View 7 Replies
View Related
Oct 17, 2009
I am a total linux n00b and am having trouble with scripts. I am taking a basic linux class and I have to write a script with input and output, and it must have branching (a loop or if statement). In any case, I have decided to write a script (hopefully) that will ask the user what the base and height of their triangle is, and then my script will calculate the area for the user.
Writing the actual script will be fun and challenging for me, but to test out launching scripts I have been researching them online and found this website: http://tldp.org/HOWTO/Bash-Prog-Intr...O-2.html#ss2.1 In any case, I am using Ubuntu right now and went to: Applications -> Accessories -> Text Editor. Then wrote:
#!/bin/bash
echo Hello World
I then clicked file -> save as... and the name of my file is "hello.sh". Under the "save in folder" option I chose the folder "Documents". So then I click Applications -> Accessories -> Terminal and type "./hello.sh" and the next line says "bash: ./hello.sh: No such file or directory" How do I launch a script in terminal!
View 5 Replies
View Related
Nov 30, 2009
I generally use gnome but with latest hulla-boo about graphics tempted me to check kde. where i found following problem to configure:
1) no keyboard shortcut to launch a terminal
2) my laptops dedicated volume control is not working
3) gnome package manager is not there, though i can use yum
View 6 Replies
View Related
Jun 7, 2011
so i want to have an embedded terminal on my desktop. alltray --borderless --skip-taskbar --sticky Terminal --hide-menubar --hide-borders --geometry 60x600+10-10 seems to work, however, its just on one desktop and it's appearing in the panel, despite my
View 4 Replies
View Related
Feb 23, 2010
openSUSE 11.2, just installed. When I start the "Root Terminal", I get this error message: Could not launch 'Root Terminal' Failed to execute child process "gksu" (No such file or directory) This error message doesn't mean enough to me to know what I need to do.
View 9 Replies
View Related
Dec 31, 2009
I'm trying to launch a root terminal with a profile preloaded, but I'm not yet used to the way gnome handles its syntax, so the default link to root terminal has me confused:
Code:
gksu -D Terminal -- env -u ORBIT_SOCKETDIR /usr/bin/x-terminal-emulator
Apparently, the method using gnome-terminal is to add a trailing
Code:
--window-with-profile=PROFILENAME
but this did not work, probably because in this case I'm not calling directly on gnome's terminal.
View 4 Replies
View Related
Feb 7, 2010
I am unable to launch gcc through command terminal.I am using red hat platform.
View 4 Replies
View Related
Aug 15, 2011
I have a problem startupmanager cannot start on ubuntu 10.04.i run gksudo startupmanager but it cannot start without error message.
View 9 Replies
View Related
Dec 10, 2010
Linux-goers. I did some research on this, but I am still fairly new to Linux. In Ubuntu 10.10 (Maverick), I accidentally overwrote my "/bin/bash" file. Dude, using "sudo" with a small typo can work disasters. Bash is now broken in the Terminal (gnome-terminal). Terminal itself still works fine, technically, but bash is still hosed/broken. Here is what I did to try to fix it: Booted from Ubuntu 10.10 live CD. Mounted my Ubuntu partition and manually copied the good/fresh "bash" file onto my hard drive. Verified copy was successful. Didn't help, as you see. Reinstalled "gnome-terminal" using synaptic package manager. Tried to reinstall bash via synaptic, it failed with error, "E: /var/cache/apt/archives/bash_4.1-2ubuntu4_i386.deb: subprocess new pre-removal script returned error exit status 2"
In Terminal, all basic commands work as far as I can tell. ("ls", "pwd", navigation, etc.) Here are some problems:My "username@computername" does not display in the prompt; only the $ sign. Bash keyboard shortcuts such as uparrow and tab do not work. Instead, each inserts a key code. I can't even move the cursor left/right. Aliases (a function of bash and .bashrc) are broken, of course. My sanity level decreases when I use Terminal now. For what it's worth, even with "sudo" I get a "permission denied" error when trying to run Google Chrome! I read something about a ".bashrc" file being a possible problem, but I don't know how to make it work, or the file's proper locations in Ubuntu 10.10. Is there something I can do with a "make" or "apt-get install" command or something?? Could this simply be a permissions problem? Is the link to "/bin/bash", "/bin/sh", or a ".bashrc" file broken? Guide me, oh Linux gurus.
P.S. I always wondered what exactly bash was and how it was different from the basic terminal. LoL, this is an excellent way to demonstrate the difference, and I WANT IT BACK!
View 9 Replies
View Related
Nov 6, 2010
I'm using 10.04, and gnome-terminal GNOME Terminal 2.30.2 . I have irssi running on screen session on remote host. And I've been struggling for quite many days to configure it to produce either visual feedback or ring terminal's bell when I receive a private message or one of those that are highlighted.
My compiz settings window in General tab has 'Audible bell' checked.
My GNOME terminal has 'Terminal bell' checked.
I also added 'set bell-style audible' to my ~/.inputrc
And I also tried to manually load pcspkr module into my kernel.
No of the above helped or at least I haven't been able to notice any difference.
I also used some commands for irssi to produce bell sign.
View 2 Replies
View Related
Jun 14, 2011
I want to launch the screen program by default and automatically every time that I open the bash terminal. How can I set this in terminal? I'm using lxterminal - terminal for lxde desktop environment.
View 2 Replies
View Related
Dec 16, 2010
Is there a way to possibly launch a terminal by using a keyboard shortcut?
View 4 Replies
View Related
Apr 21, 2011
I was trying to make uDev let me mount and unmount devices from my Xfce desktop... I installed udiskie, modified fstab, and finally got it working, but somewhere in the process, my terminal emulator just... died. Now, when I try to launch it, I get this error message: "" (I think I can translate that as Failed to execute child... process? not quite sure) "getpt failed: Not such file or directory." So far, I've been looking but couldn't find anything similar anywhere. also: this happens with all the terminal emulators I've tried (Terminal, gnome-terminal, sonata), except for xterm... which does just nothing: doesn't launch or send error messages.
View 2 Replies
View Related
Jul 1, 2011
After many failures, I succesfully compiled Gnome Shell from GIT. I already did about two months ago on the same machine and everything went ace. This time, when trying to finally launch it with ./gnome-shell --replace, the windows briefly disappear, the screen flashes for a few seconds but the Unity or the Classic Ubuntu desktop are restored normally. This is the output in the terminal:
Code:
giulio@giulio-902:~$ ~/gnome-shell/source/gnome-shell/src/gnome-shell --replace
Gtk-Message: Failed to load module "canberra-gtk-module"
Window manager warning: Log level 8: gtk_style_context_add_provider: assertion `GTK_IS_STYLE_PROVIDER (provider)' failed
[Code]....
View 2 Replies
View Related
Mar 16, 2010
I've created my own usplash theme and configured it using startupmanager. However, I'd like to know how to set it without using this GUI application, could someone tell me what would be the appropiate files to edit or commands to run
View 3 Replies
View Related
Dec 12, 2010
I have installed Ubuntu 10.10 Maverick Meerkat onto a USB stick. Booting up is fun but it does come up with a load of text and a blue menu screen that hangs around for 5 seconds and then loads up ok.
My challenge is to somehow customise the boot up process. For one I'd like to customise the options that are presented on the initial blue menu boot up screen and possibly to not show the back ground text that presents during the start up process.
I've googles about a bit and am aware that I need to be using startupmanager as the GUI customisation tool of choice. The trouble is that after installation startupmanager doesn't launch.
This is what I've done so far:
1. gone to [URL] and downloaded the startupmanager (1.9.13-5) version of the package.
2. gone to [URL] and downloaded the menu 2.1.44ubuntu1 as looking at the the pre-requisites for startupmanager this was the only one not already installed.
3. from a terminal window executed sudo dpkg -i <the previously downloaded startupmanager package>
4. from a terminal window executed sudo dpkg -i <the previously downloaded menu package>
5. Tried to launch it from the systemadministration menu. Nothing obvious happened.
6. Created a shortcut of the startupmanager shortcut on the desktop and viewed the properties.
7. opened up a terminal windows and launch command su-to-root -X -c /usr/sbin/startupmanager which was originall shown within the startupmanager properties of the shortcut.
From this last terminal command I get the output as follows:
ubuntu@ubuntu:~$ su-to-root -X -c /usr/sbin/startupmanager
Grub2 detected
Usplash not detected
Splashy not detected
[Code].....
View 6 Replies
View Related
Sep 25, 2009
Is there a way to find out the currently installed packages and the corresponding command line to launch the package from a terminal. For example, I know that I have openoffice installed but I do not know how to find the command line to launch it.
View 5 Replies
View Related
Sep 8, 2010
How to launch a graphical application using gnome-schedule ? I got some tutorials about cron after googling . But I couldn't understand the stuff about Screen number As an example, please tell what should be typed in "Task:" to launch say, nautilus
View 3 Replies
View Related
Dec 2, 2010
I can no longer launch an email to a contact from gnome-do. I select a contact (using Gmail Contacts plugin) in the first pane, "Email" in the second pane, hit return and get nothing. I use Evolution as my email client because I like the tight integration with the gnome desktop. Previously, in Lucid 10.04 if I'm remembering correctly, this action in Gnome-Do would launch an Evolution email window with the To: field already populated. I'm running 32-bit 10.10 Maverick. Evidently there was a similar bug for Thunderbird that has been fixed. [URL] And something similar when using chrome as preferred email client: [URL]
View 4 Replies
View Related