Ubuntu :: Stop Application When Logging Off?
May 14, 2011
I used System->Preferences->Startup Applications to start up a shell script (application) when I login. How do I stop this application when I log out?
I've tried creating a ~/.logout file, where I determine the PID of the application I want killed (so that I can kill it), however it would appear that this file is never referenced when I log out of my Gnome session.
P.S. I'm using Ubuntu 10.10 (or whatever the last release of 2010 is designated as).
View 2 Replies
ADVERTISEMENT
Mar 2, 2011
There was an useful discussion on "how to stop logging cron to syslog". The useful answer is to update the line targeting syslog in /etc/syslog.conf to say something like:
Code:
*.*;auth,authpriv.none,mail.none,cron.none -/var/log/syslog
the significant part being that cron.none means that cron will not log to syslog.
There was discussion about whether this was a good thing to do, but omitted to suggest that adding/ uncommenting the following line would mean that no information would be lost but that syslog would be less cluttered as a source of monitoring info:
Code:
cron.* -/var/log/cron.log
You've still got all your cron-related log items available in cron.log if and when you need them. To make the new /etc/syslog.conf lines effective you should also, with root privileges:
Code:
touch /var/log/cron.log
chown syslog:adm /var/log/cron.log
and restart syslog. In my case:
Code:
/etc/init.d/sysklogd restart
View 4 Replies
View Related
Apr 14, 2016
I am not referring to the bash history file. I am referring to the system log file. All of my console activity (letter for letter) is being stored in the system log. It's my understanding that version 4.1 of bash is where this behavior first started but was originally optional. I don't like it and I want to stop it. I am using a current version of jessie with bash 4.3 and I can find no way of turning it off
Monitoring the activities of users may be necessary .for admins in a business environment but this is a home computer and I consider this kind of tracking intrusive and unwanted.
I first noticed this with the journal system log and mistakenly though it had to do with journal so I removed the journal system and installed dsyslog which has the same behavior.
Perhaps debian should offer two versions of bash. It's my understanding that this is configured in a header before compiling.
View 4 Replies
View Related
Jun 27, 2010
Using Jaunty and trying to install a 56k modem driver with gdebi but when I go to install it tells me I have to close all other application managers. I cannot find any other application managers running in system monitor. Synaptic and update manager are both off at this point.
I'm in a dual boot with xp. Something tells me I should have bought that USR modem with the native Linux driver rather than the cheaper Aopen unit
I will be upgrading to Lucid in the coming weeks but would like to resolve this beforehand if possible.
View 9 Replies
View Related
Jan 16, 2010
It seems that the two DEs read from the same damned autostart file as no matter how much I edit the start up menus for each the applications I want to autostart in Gnome but not in Xfce4 just ignore me and bloody well autostart in Xfce4 anyway.
View 4 Replies
View Related
Jun 8, 2011
I'm developping a C# app in Windows using VS2010. It has one form and communicates as a client with a server.A receive thread displays incoming data while buttons and a timer send data. All workingThe form has a button that calls the below method to disconnect from the server.
Code:
public bool disconnect()
{
[code]...
View 2 Replies
View Related
Feb 17, 2010
application to monitor application wise network usage?
View 3 Replies
View Related
Mar 16, 2010
How do I make an application launcher in the panel launch more than one application? Is there some sort of a symbol I type between the apps in the command line? Like ;
View 1 Replies
View Related
Apr 30, 2011
when an application is opened or minimized the icon of that particular application is not showing up in the top bar of ubuntu 11.04...how can i see the icons in the top bar?
View 1 Replies
View Related
May 24, 2010
I have installed Redshift But do not know what to do Next.There is no icon for the application or anything to launch the application.
View 1 Replies
View Related
Oct 11, 2010
whats the difference between restarting/stopping apache using 'service httpd restart/stop' and apachectl restart/stop. I know that using 'service httpd restart' is actually a script in /etc/init.d/httpd but what about apachectl?
View 1 Replies
View Related
Jan 31, 2010
I've downloaded VideoLan (VLC) via Yast but the icon was placed in the audio folder. How do I move it to the video player folder? Also, where are additional icons stored? I run SuSE 11.2 (boxed version) with KDE.
View 9 Replies
View Related
Jun 30, 2009
I am getting no packages listed in Gnome application manager gpk-application 2.27.2. I have tried 'yum clean all' and get the following error messages.
View 3 Replies
View Related
Apr 14, 2010
So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...
[url]
I untar the pack, and launch the application calling a script, from within the untarred folder,
Code:
This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.
Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )
My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,
Code:
Code:
I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from
Code:
Code:
no avail,
Code:
even after adding /usr/local/Impact/bin to PATH... won't go...
I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...
View 4 Replies
View Related
Feb 19, 2009
I am trying to troubleshoot an application that is generating several segfaults with an error 14, but the application is not crashing.The program continues to run. I would assume I can connect to a running process to debug it, but I'm not sure what to gather. The program has several background processes associated with it so I'm sure I'll need to attach to the actual internal process. Does anyone have any experience in this to offer some insight?
View 3 Replies
View Related
Jan 7, 2011
I would like to get the predefined application icon to open the same file types.
for instance: *.avi, *.mp3 to have the VLC icon
and other application to have the icon of their default application.
So far I only found tips to install single icons or to add icon packs. :S
and is there any way to when you install an application make it default for such file types ?
View 1 Replies
View Related
Nov 11, 2010
I've some file with .sh extensions that runs some softwares.Now,how do I stop running that filesI know we run the command ./start_tomcat.sh to start the apache.Is there any command to stop that file/process or is it just kill the process to stop the process
View 2 Replies
View Related
Oct 20, 2010
I am trying to setup LDAP server on Ubuntu 10.04 and am sticking to the old /etc/ldap/slapd.conf file configuration.
I had to comment ldapi:/// from /etc/default/slapd since it was giving 'Address already in use error'. Also had to juggle with pid directory and file issues
After that I was able to start the slapd daemon (service slapd start) but now I am running into multiple issues:
1. Can't stop the service with service slapd stop
Code:
## Service stop returns 0, maybe because start-stop-daemon is not giving error
#service slapd stop
Stopping OpenLDAP: slapd.
# echo $?
0
Will switching to BDB database resolve this ?Also can't I slapcat at non-root user ??
View 2 Replies
View Related
Jan 27, 2010
I've tried to find a solution on other posts but can't find one.Karmic keeps logging me out automatically. Sometimes there are less than five minutes between logouts.Initially I upgraded from Jaunty, so, in case that was at fault, I then did a clean install, but that hasn't worked either.I've been hoping one of the updates will fix it, but no joy ye
View 9 Replies
View Related
Feb 22, 2011
Why does Ubuntu 9.10 keep logging me out? This only started about a week ago and it seems to be getting worse. I have not installed any new hardware or software. The only thing that's been installed recently are the routine Ubuntu updates. I just got logged out 4 times in less than 10 minutes while I was trying to type a reply to a message in another forum. I had to reboot into WinXP to post this message and finish my reply in the other forum. This is getting REAL annoying and I can't find any solutions. Someone suggested that uninstalling Compiz would fix it so I did that, but it seems to have gotten worse. I've really liked Ubuntu until now, but I'm on the verge of trashing it if this problem can't be fixed.
View 7 Replies
View Related
Mar 15, 2010
how I could run a command before logging on, in addition, the command needs to run as root.
This is going back to some few weeks months ago, shortly after I upgraded to Karmic Koala. Since then, the sound device doesn't work automatically. I donno why, but alsa doesn't seem to detect the audio device.
Once I have booted the machine, I can access sound by doing:
Code:
sudo alsa force-reload
Needless to say, that's pretty annoying and I posted two or three threads to find a solution to this problem, but never got anywhere.
Failing that I get the issue resolved, running the 'alsa force-reload' command at boot up, so that when I'm logged in, it's already working.
View 2 Replies
View Related
May 23, 2010
after finally managing to install perfect world international rising tide on my ubuntu 9.04 and after i fixed the cursor problem ,i finally managed to run the game however when i wanted to enter my account to actually play the game ,just after logging in the game crushes ,i really want to play the game ,plz help me.i ran it through wine in the console and i got this: fixme:ntdll:find_reg_tz_info Can't find matching timezone on a side note is there a way to get rid of the black flashing boxes on the screen.
View 1 Replies
View Related
Feb 27, 2011
When Ubuntu 10.10 loads I get the above pop-up after logging in.Does anyone know how I would go about finding out what this refers to, or how I could address it?
View 6 Replies
View Related
Oct 21, 2009
I installed Ubuntu Studio 9.0.4., as a VMWare virtual machine in OSX to check it out. I specified a password to 'root', did not add any other users. (I run the whole show as "admin" in OSX and Windows as well. If some kid wants my files - The mp3's are under "Music".)
Anyhow, the Ubuntu Studio install went through, the nifty login splash screen came up. I tried to login in a "root" with my password, and got the following thing into my face:
"The system administrator is not allowed to login from this screen"
OK, so what "other" login screen does Ubuntu have, then?
View 11 Replies
View Related
Oct 24, 2010
Ever since I upgraded to Ubuntu 10.10 on my laptop, I've been having this problem. Every now and then, for seemingly no reason at all, the screen will go black and after a few seconds I find myself at the login screen. I've kept track of when it happens and there is seemingly no pattern to it; sometimes it will happen when I'm watching a video, sometimes it just happens when I'm browsing the internet, and sometimes it happens when I'm not doing anything.
View 8 Replies
View Related
Feb 18, 2010
I've been using Jaunty since its launch. And i've installed Ubuntu 9.04 on dual boot with XP.Since the past week i am facing this problem,after i enter my username and password , Ubuntu proceeds to load the account.But hangs in midway...i.e the appln bar on the top and task bar at the bottom appear, and that's it..hangs up,the cursor also freezes.I've tried the recovery mode,by fixing broken packages and dpkg.Also The terminal appears with ctrl+alt+f2 at the login screen...I've also tried autoclean and configure -a during this...with no success.
View 1 Replies
View Related
Mar 20, 2010
I have a program for my Nokia E52 smartphone called Joikuspot. It creates a ad-hoc network and acts as internet gateway. But Ubuntu has a really hard time logging on to the network. Most times it takes several minutes before the network even shows up in the network manager applet, and when it does it might take many tries before the computer get a DHCP address from the phone. When it finally does happen, everything works great and the connection is fast and stable. There is no problems when i try to access the ad-hoc network with a XP machine. I'm running Ubuntu 9.10 on a Dell Inspirion 6400 with proprietary Broadcom STA driver for the network card.
View 3 Replies
View Related
Mar 20, 2010
On my system Xorg seems to have some sort of memory leak and often times I have command-line programs running in the background that I don't want to stop.
View 3 Replies
View Related
Apr 18, 2010
I need to create a simple way to change the language of my system without logging out. I would like to make it so that a user can just click on something and the language of the whole system will change.
I've disabled the traditional gdm gui login screen by adding the keyword 'text' to the kernel line so that it boots to a command line. I then start gnome by using startx and I've noticed that I can log out of gnome back into the command line, then change the environment LANG variable to the new desired language, run startx again and everything is in the new desired language.
I need a programmable way to only restart gnome(not a reboot) so that I can make a script that a user can just click on and it will set the LANG variable then restart gnome(preferably preserving all open applications, but if not, doesn't matter).
View 1 Replies
View Related
Jul 2, 2010
I enabled verbose logging and I am curious how to disable it.
View 1 Replies
View Related