Ubuntu :: Sh Script Automatically Open Console Window?
May 29, 2011
i have a simple sh script. It executes ok by clicking in dolphin but I would like it to automatically open a console window and execute in there so that I could see the output. Is this possible?
View 2 Replies
ADVERTISEMENT
May 13, 2010
I want to type something in console that will open some location (on example home dir) in already opened nautilus window. Is it possible?
View 1 Replies
View Related
Jan 17, 2010
The title practically says it all, I'm using 9.10 Ubuntu fyi, when someone messages me in empathy, there is a pop-up top-left that says "so and so says xyz" but sometimes when I'm not looking, this may come up and only when I click on the mail icon I realise someone was trying to talk to me.
View 4 Replies
View Related
Jun 20, 2010
I am trying to pxe boot ubuntu 10.04.When it boot up,it doesn't show up login prompt from serial console ttyS0, Why ttyS0.conf job isn't invoked automatically ? is there anything wrong with configuration?
View 1 Replies
View Related
Jun 20, 2010
I am trying to pxe boot ubuntu 10.04
grub config:
Code:
title Linux NFS
dhcp
root (nd)
kernel /vmlinuz-2.6.34 console=ttyS0,9600 root=/dev/nfs nfsroot=192.168.1.1:/home/nfsroot ip=dhcp rw
initrd /initrd.img-2.6.34-pxenfs
[Code]....
Why ttyS0.conf job isn't invoked automatically ? is there anything wrong with configuration?
View 3 Replies
View Related
Apr 23, 2010
I recently upgraded the motherboard/processor on my computer (as in quadrupled the processor and octupled the ram). The new board has a built in GPU (intel) and from searching the forums, I think this is part of the problem. Every time I boot up the computer, I need to open the Compiz icon and use it to reload the window manager before I see any title bars, borders, etc. 've tried the .bashrc hack (metacity --replace), but that doesn't do anything. In fact, whenever I open the terminal, I need to have two tabs open in order to use it, and when I close it all the borders go away again (even when I haven't done anything). Also, the onboard sound card (intel) doesn't work, but that's another task (I at least have a compatible card for that).
View 9 Replies
View Related
Aug 8, 2011
My system boots, I login and am brought to my desktop. I click on the file system icon in the launcher to open a Nautilus window. The window opens, but is unresponsive (i.e., I can't move it, clicking on the icons does nothing, etc.). If I press the super key to get the dash and the press escape, the window becomes responsive again, just like normal.
If I open a folder in the window, the window becomes halfway unresponsive in that I can't move the window, but I can select more folders and toolbar icons. The top menu no longer appears at this point, and I can't access any of the system icons on the top right of the screen. Alt-F4 closes the window even if the close button doesn't work.As another example, suppose I open a Nautilus window and then a Chromium window. Both are immediately unresponsive. If I super-esc again, I can move the Chromium window around, and it seems to work normally. I can click on the Nautilus window, but it always stays greyed out. Even if I'm clicking on things in it, the Chromium window always has focus.
I had a similar experience to this with VLC and Chromium. After clicking around enough I eventually got it to the point where VLC apparently always had focus, but I couldn't access any of VLC's controls. Double clicking anywhere on the screen fullscreened the video, and that's all I could really do. Not even escape worked to bring it back.I can usually press super to get the dash and Alt-F2 to get a command prompt. Also Alt-Shift-T seems to usually work to bring up a working Terminal (at least one that accepts commands, even if I can't move the window).Does anyone have any ideas on what might be causing this? The behavior is highly unpredictable and extremely frustrating. I should note that key commands don't always work, even though they seem to in my examples. So I don't think it's just a mouse issue.
View 9 Replies
View Related
Aug 21, 2010
Is there anyway I can automatically login to console without having to provide username and password as soon as I boot into the machine?
View 2 Replies
View Related
Sep 9, 2010
Window is full-screen and grabs everything.New windows are appearing behind it.I cannot just kill that application.I'm logged in as root remotely through the SSH.Expecting something like that:
$ xcontrol
> ls
window id: PID: Window class: Window name: ...
[code]....
View 2 Replies
View Related
Jul 20, 2011
I now have Suse 11.4 and I don't like the default console window under kde.In 11.2, I was able to set the font size, line width and no. of lines, and then makethese changes permanent. I can't find anything now other than changingthe font size, and it's not permanent. The console window covers the whole screen,but I sometimes want to drag it smaller, which I can't seem to do now.
View 4 Replies
View Related
May 31, 2011
I like the convenience of having a music player that manages the placement of my music files based on the tags of the files, sorting into a root music folder with Artist/Album/01 - Track Title.mp3 sort of hierarchy. Previously, I was using Banshee for this feature, as even most of the other gui music players don't have this library management feature. Now, I've been trying to use console-based applications, and I have been using mpd + ncmpcpp fairly successfully. When I download new music, it is downloaded to a specific folder, and that's not part of my music collection. My previous workflow would be to open a gui filemanager at the downloaded folder, and drag and drop those songs onto banshee, which would then make a copy of those files in my library hierarchy. Currently, I'm doing the same thing, using Banshee only as a sort of import program, then closing it and updating my mpd database, and there we go.
If at all possible, I'd like to automate this to something where I can define a watch folder, and when some magical program sees new music in said watch folder, it identifies the correct place for the files to be copied into my heirarchy, renaming folders and files to the correct format. I know I've written a lot describing, but I don't actually think this too uncommon a task, and I'm wondering if anyone has a solution for my problem.
View 3 Replies
View Related
Jul 30, 2011
I have a bash script and I'm dropping a file on script launcher shortcut. Everything seems fine, only that after executing the script console window closes, so I can't see if some messages were produced during execution.
As I just recently switched from Windows, this kind of problem is solved there by adding 'pause' command in batch script, on which user has to press key and script will then continue (finish) or by launching through 'cmd /k' which makes console window persistent.
Googling I found about 'sleep' command and more appropriate for me 'read' command, so I did this:
Unfortunately, I can't see any effect of 'read' command as console windows again terminates after execution. Execution is successful BTW. So what's the catch?
View 9 Replies
View Related
Jul 1, 2010
I use ioctl to get the console window size (the SSH window). I use the following code:
struct winsize ws;
int returnValue = ioctl(pCommandStructure->terminal, TIOCGWINSZ, &ws);
int numberOfColumnsOfTerminalWindow = ws.ws_col;
When I debug on linux pc, it gives me the correct window width. But after I try it on router (this is my enventual place where my code shall run), ioctl always give me 0 width, that is, numberOfColumnsOfTerminalWindow == 0. but the returnValue is 0 which means that the function call succeeds.
View 2 Replies
View Related
Mar 4, 2010
I have installed fvwm-crystal successfully but when I try to start it by just adding the codes below to .xinitrc
Code:
exec fvwm-crystal
only a black background with a console window show up.
I also put the .xsession-error here,
Code:
1 /etc/gdm/PreSession/Default: Registering your session with utmp
2 /etc/gdm/PreSession/Default: running: /usr/bin/sessreg -a -u /var/run/utmp -x "/var/gdm/:0.Xservers" -h "" -l ":0" "xxx"
3 localuser:xxx being added to access control list
4 Launching a SCIM daemon with Socket FrontEnd...
5 Loading simple Config module ...
[Code]....
View 5 Replies
View Related
Aug 17, 2010
I have a slight problem. Whenever I type something in rxvt, and sometimes it's a loooong something, I end up having to make it span multiple lines, as do you, probably. Anyway, my problem is that if I'm in any console at all, (aside from the TTY console and such) and I try to go multiple lines, this is what happens:
Code:
[root@SectionI13] > aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
After the first pass...
Code:
aaaaaaaectionI13] > aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
And after the second pass...
Code:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaa
Now, I'd be fine and dandy with this, if it wasn't so hard to figure out what I was typing after the first pass, because it's just plain hard to understand a command when there's the second half of it in front of the first half of it.
View 5 Replies
View Related
Mar 1, 2011
Is it possible for Pidgins IRC to automatically close NickServ windows after authentication? Because right now it shows about 4-5 different windows everytime I login and it would be interesting if there is a away to remove them after authetication.
View 2 Replies
View Related
Jan 24, 2011
I recently upgraded to Ubuntu version 10.10 64-bit and since then closing GEdit won't stop the process automatically when the window is closed and I have to kill it manually. I didn't have this problem with version 10.04 (also 64-bit) and I didn't change any settings after the upgrade.
View 2 Replies
View Related
Jan 27, 2010
I recently did a fresh reinstall of opensuse 11.2 kde. After I installed it I updated the computer. However, when I returned to my computer after the update, I found the window borders to be missing and that I couldn't do anything with the desktop. I restarted, and lo and behold! I had KDE 4.4! Except I didn't want to install it. I perfectly like kde 4.3, and would probably prefer to move back to it until kde 4.4 becomes stable. Why did this happen? Had opensuse moved on to kde 4.4 already? Is there a way to get KDE 4.3 without reinstalling?
View 7 Replies
View Related
Apr 29, 2009
I can open Add Remove Software in new window.But it is shut down automutically in few seconds.Also some other applications in System Panel have this bahave.
View 2 Replies
View Related
Oct 26, 2010
The usual way to access to a virtual machine console from a VmWare server 2 is to use Firefox :
- you type the URL of your VmWare server, e.g. : https://myserver:8333
- then you click on the console tab, for the vm you want to access to
- the first time, firefox tells you to install a dedicated plug-in
- then, when you click on the right panel, a new window appears for the vm console.
But on a fresh installed x64 Suse 11.3, with Firefox 3.6.6, the plug-in does not open the window and you get an error : "Cannot access virtual machine console. The request timed out." There is a workaround that I find much more convenient than to use firefox :
- you need to access to your vmware server installation :
/usr/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16/webapps/ui/plugin
- you fetch the vmware-vmrc-linux-x64.xpi file and you copy it somewhere on your Suse PC (e.g. /home/myhome)
- you change the extension : mv vmware-vmrc-linux-x64.xpi vmware-vmrc-linux-x64.tar.gz
- you unzip it : unzip vmware-vmrc-linux-x64.tar.gz (it will create 2 files and 2 directories : components and plugins)
- you will run the VmWare plug-in directly : plugins/vmware-vmrc
- for the hostname, you have to enter : myserver:8333
- and it works !
ref : VMware Communities: HOWTO: Standalone Linux remote console ...
View 4 Replies
View Related
Aug 15, 2010
What's happening to the console screen resolution in version 11.3? I have been using an 80x24 character console screen to run character based software and I want 80x24 to fill the whole screen. To do that, I have chosen "text mode" on the initial dvd boot up screen (F3 before choosing install). Choosing a higher resolution installation produces gui installation screens and results in console screens with progressively higher resolution, smaller type and more characters/line and lines/page, as the gui resolution increases. The installation resolution does not seem to affect the xwindows resolution. However, when I installed ver 11.3 using the text mode installation, the console screens alt-F1 to alt-F6 had very small text and the 80x24 text area fit in a small rectangle in the upper left corner of the screen. How can I fix this? My system is an Asus M4A785-M motherboard with a 2.8 ghz quad core athlon II, using the onboard ATI Radeon HD 4200 GPU.
View 6 Replies
View Related
May 11, 2010
I've been Googling all day and cannot find the answer. I find all the "GUI" ways to do it through Gnome and KDE but I'm not using either...I have an EEE PC set to boot up automatically to openbox and want Firefox to start after that in a full screen openbox window.I've tried adding the firefox command to ~/.initrc but it won't execute. I tried the command in .profile. This brings up firefox on a black screen without openbox.Firefox comes up fine when executed from the openbox menu.
View 3 Replies
View Related
Jun 4, 2011
I have a question regarding runlevels, shutdown procedure and KDM. I am on a freshly installed Slackware64 13.37 multilib system. The default runlevel in /etc/inittab is set to 3: multiuser w/o X.
Now, I log in as root and issue the command:
Code:
As expected, KDM starts up, and I log in to KDE (or another WM/DE) as a normal users. When I am finished, I either issues
Code:
In Konsole or click on Shutdown in the KDE menu. The shutdown process is initiated, as expected, but then it stops, and a window alerts me, that there is a session open by user 'root'. If I click OK, the machine is finally shut down.
Now, if I interpret this correctly, the behaviour of Slackware64 13.37 has changed here, compared to 13.1. In previous versions, the root seesion was closed, when I changed the runlevel to 4 with the telinit command. Now, the session remains open, obviously.
My question is: Is this the correct behaviour, and isn't this a security whole? An unnoticed (!) open root session while I am surfing the web as an unprivileged user in KDE could be dangerous, I think...
Is it misconfiguration in my system, or is this the way it should be?
View 2 Replies
View Related
Nov 21, 2010
Doesn't seem as straightforward in KDE, but I'd like to put my dvd's in and have VLC start them, i.e. open them to their features' menu automatically as I could in Gnome Can anyone describe me the steps clearly if this can be done?When I put a dvd in so far I get the right-hand options slide up in a box which mentions Dragon Player and K3b and so on. Dragon Player sems to get stuck if you accidentally hit the touchpad in the wrong place during a film, so I'd rather keep away from it
View 4 Replies
View Related
Jan 15, 2010
I've got cups-pdf installed and working fine to print to PDF.
What I find kind of annoying is that it prints silently to ~/PDF with an automatic filename and with no feedback when it is done printing. So I have to monitor that directory manually for when a new file shows up.
What I'd like to have when I print to PDF is the output of cups-pdf piped to a pdf reader (like okular, in my case) which would open automatically when the printing is done so I can review the results and save or discard them.
I've looked through the options and tried to find documentation on cups-pdf, but I haven't found a way to make this happen yet.
View 3 Replies
View Related
May 31, 2010
After installing a bunch of new updates with the update manager a few problems have popped up regarding the scrolling in firefox with the arrow keys. The first problem is that when I open up a new web page it does not automatically allow me to scroll. I have to first click the web page and then are the arrow keys enabled. The second problem that I have is that when I press the down arrow key to scroll down in the beginning it jumps down to the end of the page. The third and final problem is how it scrolls. For some reason a site in firefox acts like a word document. Instead of be the arrow keys controlling the scroll bar it controlls the little I symbol you see when typing.
It is amazing how annoying it can be when you can't scroll with the arrow keys. If nobody knows how to then I will probably just reinstall firefox. I have also just figured out that page up and down also do not work.
View 2 Replies
View Related
Apr 19, 2011
I am running Ubuntu 10.10 64-bit on my Dell studio 1557 with a broadcom 1394 wireless card.
I am wondering if it is possible to set my laptop to autojoin open wireless networks. I like traveling and it popped into my head. I am a novice linux user, long time windows user. I know its possible just how. like a terminal script or just a check mark somewhere. i broke my right hand and arm in a motorcycle wreck recently.
View 2 Replies
View Related
May 3, 2010
This keyboard shortcut use to work, but recently it just stopped out of nowhere, any idea on how to get it back?
View 1 Replies
View Related
Oct 19, 2009
I have a number of applications that I like to have start when I log in. Is there a way to have them automatically open in a specified workspace? For example, I normally keep my e-mail in workspace 2 ('E-mail').
View 14 Replies
View Related
Jun 4, 2010
I am writing from lucyd. When I insert a blank CD opens a Nautilus window that asks me what program I want to use to open the CD. The last time I chose
cd creator, and thereafter it no longer asks me what to do. How can I change this?In other words how can I choose another program to open automatically blank cds??
View 3 Replies
View Related