Ubuntu :: Auto Run Terminal Script When Screen Unlocks?

Jun 29, 2011

I have a problem that I haven't found an answer too.I have an Asus Eee netbook that has two finger scroll functionality. installed ubuntu and found a way to get the two finger scroll functionality to workrough a terminal script. I have it set up so that the script runs on start up and everything is fine in the world. Until the screen locks and I have to unlock it (enter in my password). At that point, the scrolling functionality no longer works andI have to rerun the script in order to enable the two finger scrolling again.So, my question is: is there a way to have the script run when the screen unlocks or am I not it right in the first place. The script has only the following that I made executable:Quote:

synclient VertTwoFingerScroll=1
synclient HorizTwoFingerScroll=1
synclient EmulateTwoFingerMinW=5
synclient EmulateTwoFingerMinZ=48

View 2 Replies


ADVERTISEMENT

Ubuntu :: Get Two Requests For Key Chain Unlocks When Boot?

Jan 18, 2011

For some reason I get two requests for key chain unlocks when I boot? I only have to "sign" one of them but the second one still appears.

View 1 Replies View Related

Ubuntu :: Disabling Auto-login From The Terminal?

Mar 4, 2010

I enabled auto-login on my netbook without considering that my /home partition is encrypted, so now I can't log in. Is there any way I can disable auto-login without using the GUI?EDIT:I was able to get around this by going to a TTY, logging in, then killing X and starting GDM again. Still, this is not acceptable. Subscribe to the bug here, if you agree with me.

View 1 Replies View Related

Ubuntu :: Auto Start Programs In Terminal?

Sep 18, 2010

I am setting up a streaming audio server. I would like to have Darkice and sc_serv (Shoutcast server) start automagically on boot.

I have set Xubuntu (10.04) to auto login

Both Darkice and sc_serv are command line apps and I would like them to each run in their own terminal window so I can monitor any status messages they produce. For instance sc_serv displays connections disconnections with time connected, and current number of listeners, and I want to see that.

One important note: sc_serv must be up and running before Darkice can be started.

View 1 Replies View Related

Ubuntu :: Folder Name Auto Complete In Terminal?

Jul 27, 2011

In older versions of ubuntu I could use tab to autocomplete folder names multiple times in one command in a terminal, for example:

Code:
tar -cvf myapp.tar --exclude='/var/www/f[TAB]older-name/cache/*' --exclude='/var/www/f[TAB]older-name/sessions/*' /var/www/f[TAB]older-name

Now only the first tab works, is there any way to get this behavior back?

View 2 Replies View Related

Ubuntu :: Can't Turn On Terminal Bell In Gnome-terminal Using Remote Screen Session With Irssi

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

Ubuntu :: Prevent Application In Terminal From Auto Closing

Jan 15, 2011

I've made custom launchers for programs that can only run in terminal. They open fine within the Terminal window, but it closes right after the program is finished, before I can read the report.

Is there a way to keep the Terminal window open, using launchers? I don't want to manually type the commands after opening a Terminal.

View 2 Replies View Related

Ubuntu :: Remove Auto Running Script From Terminal Launcher?

Feb 19, 2010

When I launch terminal it tries to run bash first.I get the following messages in the terminal window..bash: /home/myfolder/appfolder/setup.sh:sion Deniedmyname@computername:~$This started after I installed an application from within appfolder.How can I remove/stop this bash from executing when I launch

View 2 Replies View Related

Ubuntu :: Create Terminal Shortcut Auto Log Into A Specific Server?

Apr 7, 2011

in windows I can use Putty to create a shortcut which loads a predefined profiles to log into a specific server. How can I do it in Ubuntu? (Instead of click on the terminal icon to open it, type ssh

View 2 Replies View Related

General :: Launch A Terminal By Clicking On The Terminal Icon At The Top Of The Screen

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

OpenSUSE Install :: Way To Turn The Terminal Auto-detect Off?

Jun 14, 2011

SuSE 11.4 is a wonderful release, but two chronic problems remain. The most serious is the inability to get Gnome to recognize an intel driver parameter specification in xorg.conf or 50-screen.conf with a predetermined, working screen specification. With the latest update that includes: [url]

Gnome will boot up in a strange resolution with a display of a pink screen and fragments of icons split and duplicated over the display. Teasing open the terminal parameter screen, terminal parameters (resolution, horizontal rate) appear to be correct. The terminal type is 'undefined', whether the screen is operating correctly or not, and any attempt to set defaults are refused. Perhaps the intel driver has not been selected by the operating system. Is there a way to specify a default screen driver?

This has been a chronic problem, now aggravated with the latest update to the point where the computer is now rendered inoperative.

Ironically, the other problem, that of the difficulty in downloading certain update files also remains. Had an elaborate update workaround procedure not been followed, the system would still be usable.

View 9 Replies View Related

General :: Terminal Proxy Or Screen Without Terminal Emulation?

May 26, 2010

How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?

egin{UPDATE}I want my terminal application remain alive and accessible if I accidentally close terminal emulator. This functionality is provided by screen and tmux, but they have issues with colors and they flush screen.Yes,I can run the shell inside screen, but I do not want the shell remain alive unless there is some other program running.

end{UPDATE}I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like outputting something to stdout/stderr or using stty to set terminal options) to the terminal this proxy runs in.

// I know about screen and altscreen on, but it makes either this (screen with TERM=screen):

or this (screen with TERM=rxvt-unicode):

while I want this (rxvt-unicode without screen):

I have figured out that everything looks fine if I compile rxvt-unicode with USE=-xterm-color (in fact vim looks like on the second picture even without screen if I add this USE flag) and set TERM=screen-256color, but I do not like this workaround because it actually changes colors and I can't be sure that it will always change them only this way:

View 4 Replies View Related

Fedora :: Prevent Terminal Escape $ Sign In Auto-complete F15?

Jun 15, 2011

I just installed F15 and although different, I like it a lot. One thing I don't like, however, is the default auto-completion of environment variables in the terminal. In F14 and older, if you type for instance

Code:

ls $HOME and hit TAB, auto-complete will list the contents of $HOME to search deeper, so to say. But in F15, the terminal automatically escapes the $ sign. If you do the same as above, you get

Code:

ls $HOME

instead of

Code:

ls /home/benny/

how to change the auto-complete settings of the terminal so that $'s are not escaped anymore?

View 7 Replies View Related

Red Hat / Fedora :: Disable (in RedHat) Terminal Auto Correction Functionality?

May 3, 2010

Does somebody know how to disable (in RedHat) terminal auto correction functionality

View 3 Replies View Related

General :: Starting Gnmone Terminal - Auto Connect To Machines?

May 27, 2011

I'm running Linux Red Hat 5.5 and Gnome. I am trying to use the Terminal almost like Windows Putty but with tabs. Is there any way that, when starting the terminal, I can have it connect to multiple machines in different tab?

View 1 Replies View Related

Software :: Terminal That Auto-scales Fonts Upon Window Resize?

May 30, 2011

Does anyone else know of a terminal emulator that scales the fonts automatically when a window is resized?

My eyesight is horrible but I want to use more terminal applications. I also use AwesomeWM for tiling, so windows resize frequently. Also on the short list are cut/paste by keyboard and good support for launching links.

View 4 Replies View Related

Ubuntu :: Crashing - No Reason Monitor Will Go Black Then On The Screen It Will Be At A Terminal Screen

Nov 30, 2010

I have Ubuntu 10.04 running kernel .26 installed on my Dell Dimension 2350 with 512mb of memory. The problem I have been having is, When I am using the computer mostly Internet stuff for no reason the monitor will go black then on the screen it will be at a terminal screen, kind of like when you start up the computer, I don't remember what is all on it but the last thing in the list was: checking battery state: OK after that the screen will flash in multiple colors and then it goes into a loop of just black screen than a colorful flash and back over to a black screen. the only way I can fix that is by holding down the power button. this will happen mostly on face-book on the games and just on the profile page, but it does happen just checking my gmail or play solitaire it does this around 4-8 times a day.

View 3 Replies View Related

General :: 10.10 Booting To Terminal - Black Screen Instead Of The Normal Purple Screen

Dec 8, 2010

i am fairly new to Ubuntu. i was using it fine for a month, but today, when i booted my computer up, it came up with a black screen instead of the normal purple ubuntu screen. the black screen had white text on it, and asked for my username and password. from there, it was a terminal prompt. i have been google searching for a while, and have tried typing "startx", "sudo apt-get install ubuntu-desktop", "sudo gdm", and i have also tryed uninstalling xorg, and reinstalling, and none of these things wanted to do anything for me.

View 4 Replies View Related

Ubuntu :: Disable Auto-Screen Configuration?

Nov 2, 2010

I need to configure xorg.conf or wherever that option is stored to stop Configuring my Desktop at a Huge Resolution i think it's Automatic one . I need to configure a static 800x600 screen resolution ,because @reboot every-time my Ubuntu 9.04 is switching it to a different one .

View 1 Replies View Related

Ubuntu :: Audio CD Not Auto Mounting If Screen Is Locked?

Apr 30, 2011

I have upgraded to 11.04 today and I have hit a slight snag. In 10.10, I had it setup so that it would run a custom script when an audio CD was inserted into the DVD drive. The CD would mount regardless of whether the screen was locked or not. Since upgrading to 11.04, the CD will only mount when the screen is unlocked.Whilst I can appreciate the security benefits of this (if it is indeed intended and not a bug), is there a way to be able to enable discs to be mounted automatically, whether the screen is locked or not

View 1 Replies View Related

Ubuntu :: Mythtv Auto Relogin - Logs Out And Then Logsin Into A Blank Screen

Aug 31, 2010

I just recently install mythtv on a old machine which it meets mythtv requirements. after setting up the backend and trying to finish the configuration i am running into problems. whenever i finish setting up the backend properties and then it tries to go to mythtv main screen, my pc logs out and then logsin into a blank screen. nothing that i do, ctrl+alt+bkspc, alt+fx, ctrl+alt+del, etc; works.

View 1 Replies View Related

OpenSUSE :: Bash Script To Auto Capture Screen

Jul 5, 2010

I need a bash script that auto captures the screen (every 30 sec) and then realize an archive with those screenshots. The script will allow me to quering by user name and date and time framing and if exists a capture archive, it will display a slideshow that presents the captures of specified time.

View 2 Replies View Related

OpenSUSE Install :: 11.3 - Screen Turns Off After Auto Reboot

Feb 6, 2011

I have a fresh install of openSuse 11.3 installed. But after the install the auto reboot nothing happens screen turns off, I restart comp grub came up.
OpenSuse (Default)
Failsafe openSuse
Windows 7

I select default the little gecko loading screen comes up then after 15sec screen goes black screen actually goes into idle mode, button pressing mouse moving nothing effects it. I reboot again select failsafe, text screen comes up going through list everything green, then screen turns black doesn't go into standby just black screen. I reboot try default with nomodeset loading runs same as failsafe except when comes to x-server screen goes black.

I have 2 displays a 18" Dell digital lcd Monitor, and my 26" TFT TV, They are both connected to a Gigabyte Nvidia GeForce 8400 GS, TV with HDMI and Monitor with DVI-I. I have a second 18" Dell LCD Monitor, which I had connected with D-Sub but I couldn't get all 3 working so disconnected second monitor, as i wanted tv over monitor. I had ubuntu 10.10 running before the opensuse 11.3 install it worked fine but i wanted to try suse.

I thought it might have been that I was picking KDE desktop then adding Gnome later in installation, so tried reinstalling default install same problem, tried gnome alone same issue, tried gnome and KDE and same issue. so i put original idea back on KDE and gnome later in install. and im sticking with this until I fix as its the one I want. But if I really have to I will switch back to ubuntu. I have no Linux experience.

View 1 Replies View Related

Debian Multimedia :: How To Auto Enable Numlock On GDM Login Screen

Jan 23, 2016

I'm on Debian testing Gnome 3.18 and I searched, tried, searched and tried... no way! numlock will always stays off whenever I reboot and reach login screen.

.... I checked bios settings > numlock is on
- installed numlockx
- added those lines to /etc/gdm3/Init/Default (if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi)
- checked dconf gnome /settings-daemon /peripherals /keyboard remember-numlock-state: true
....

View 1 Replies View Related

OpenSUSE Install :: Auto Login To White Screen & Run Level 3?

Feb 2, 2011

Main problem: newly installed Suse 11.2/Gnome from DVD i586 goes to white screen after auto login. I re-installed once with same results. I have limited understanding of linux.

System: Biostar M7NCD Ultra mainboard with NForce Ultra 400 chipset, AMD Barton 2500 (overclocked), GForce FX5200 NVIDEA video.

FYI: I used this exact video card on an older mainboard and ran linux with it no problem and all hardware checks out okay when I drop in a HD with XPpro on it, which makes this a linux software problem by my reckoning - video setup most likely. I can boot to the green Startup Options screen and then my ignorance starts to show.

I wanted to boot to level 3 then try some things (init 3, sax2 -r) I've read about on this forum and from www search but I'm password blocked in level 3!? Install only asked me for one password and it doesn't work here.

How do I deal with the level 3 password issue?

View 3 Replies View Related

General :: Auto-reconnecting SSH Connections With A Specific 'screen' Session

Sep 13, 2010

I typically have several terminal windows each of which is connected via ssh to a remote server. In each window I work using the gnu screen program, to ensure persistence of the interactive processes in case of a disconnection.

Currently, whenever the ssh connection drops (such as when I put my client computer to sleep overnight) I have to manually and tediously restart the ssh session inside each window, and then in each window tediously resume the specific screen session (e.g. "screen -r 3453" in one window, "screen -r 3462" in the other etc.)

Is there an elegant way to automate this? Specifically:

reconnect the ssh session if it drops, as soon as an Internet connection is detected run the specific screen instance for the terminal window as soon as ssh reconnects

View 2 Replies View Related

Software :: Bash Auto Clearing Screen When Closing Application?

Mar 8, 2010

I've wondered for years how it works and how I can change it. For example, opening a document with vim, or opening a man page, and then exiting out of it will sometimes (depending on the distro) clear the screen and leave your prompt at the very top. other times, it leaves the contents of whatever you had open on-screen and your prompt is at the bottom.

View 1 Replies View Related

Ubuntu :: Make The Pc Start On Windows Auto, Without Prompting By Showing The Choose System Screen?

Mar 24, 2011

I recently installed Ubuntu in my PC, without uninstalling windows coz it`s not really mine, its my father`s. When he saw the boot (like a month later, he REALLY uses the PC...) he went crazy and instantly ordered me to "uninstall that thing". Of course i`m not stupid to do that after a month of seeing how Ubuntu is... I want to know if/how can I make the pc start on windows auto, without prompting by showing the choose system screen, and when i open boot menu (i don`t remember, but i think its F-eight) i have both choices, so I can keep Linux without him knowing.

View 3 Replies View Related

Debian Multimedia :: Screen Settings (resolution) Reset To Auto Daily

Sep 3, 2015

I'm a relatively new Debian user, having come from Ubuntu. I recently bought a Dell micro-server to function as my Kodi media player. I installed an nVidia GeForce 210 to output to my Pioneer home theatre amplifier. The amp takes all my inputs (eg. Satellite set-top decoder, PS3, Kodi etc) and outputs to the TV. I installed XFCE as my desktop environment so that I could still interact with it via VNC.

Everything is working great except for one exceptionally annoying problem! Every day, I find that I am having to VNC into the desktop, load up nVidia X Settings, and change my screen resolution from Auto to 1920x1080 because it has lost the display configuration and the screen is blank. I presume this happens when the amplifier switches from one input to the next. It doesn't matter if I save the configuration to my X11.conf file or not - it still resets itself.

Before, this setup would run for months without any intervention (Same amplifier + HP microserver + Ubuntu + LXDE + ATI video card), so I'm pretty confident that the issue is either Debian, XFCE, or the nVidia card.

View 4 Replies View Related

Ubuntu Security :: Ecryptfs Doesn't Auto-decrypt With Auto-login

Jan 6, 2011

I recently installed 32bit maverick and wanted to make it login automatically. I tried enabling auto login from Admin > Login but that didnt work and I was still prompted for my password. Then I went to Users & Groups and changed the password option to Do Not ask for password at login now after I reboot, the user list is shown (only 1 user) and it doesnt ask for password after I click on my username.

However, then it gives a few errors (as i vaguely recall):

1. cannot load .ICE directory in my home directory
2. some error 256 about a gconf-sanity-2 file
3. nautilus cannot load my home directory etc

and then it gets stuck without loading anything (blank wallpaper). i ve tried navigating to my home directory using Alt F2, gksudo nautilus and my home dir contents are encrypted by the ecryptfs (there is a readme.txt file and a shortcut). i have tried to decrypt but it doesnt work... i ve also tried to start/stop gdm, and startx but nothing works. if i stop gdm, then the prompt doesnt recognize my password and keeps on rejecting the commands i enter... I think this has something to do with the home dir not being decrypted due to the dont ask for paswd option... how can i disable the dont ask for pwd without the gui (i can access my / by booting through an external usb).

View 4 Replies View Related







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