LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-10-2009, 09:52 AM   #1
mcdef
LQ Newbie
 
Registered: Jun 2009
Posts: 6

Rep: Reputation: 0
Remove Message Popup on Boot


My friend did something to my computer that causes a small message box to pop up anytime I reboot. Where should I look to find the message and remove it.

I have tried:

find . | xargs cat | grep "Message Text"

to no avail

help would be greatly appreciated
 
Old 09-10-2009, 09:56 AM   #2
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
the likely culprit would most likely be a line added to ~/.bashrc or ~/.profile or ~.bash_profile .

does it do it for all users ? hopefully they didnt mess with /etc/rc.d scripts.

also:
Code:
 find . -exec grep "Message Text" '{}' \;
if its not too inappropriate can you paste what the pop-up says ?

Last edited by schneidz; 09-10-2009 at 09:59 AM.
 
Old 09-10-2009, 09:56 AM   #3
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Please give more details about "a small message box to pop up"
 
Old 09-10-2009, 09:58 AM   #4
j_jerry
Member
 
Registered: Sep 2009
Distribution: fedora 11
Posts: 318

Rep: Reputation: 46
Please post the message, and when is it coming, after login??
 
Old 09-10-2009, 10:02 AM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
^ probably a prank using zenity or gdialog. like "you're a dumbass. click 'ok' to continue" .

well thats what my friends do (i need new friends).
 
Old 09-10-2009, 10:03 AM   #6
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
If it's a graphical popup, post a screenshot, it's better than any abstract description.

Also, please, test if this happens with a newly created user. That is vital to see if whatever he changed is an user-setting or a system-wide one. That will help us limit the scope from where it could be coming.
 
Old 09-10-2009, 10:05 AM   #7
mcdef
LQ Newbie
 
Registered: Jun 2009
Posts: 6

Original Poster
Rep: Reputation: 0
i don't know how descriptive i can be about the message itself. It is something he typed in. Its just a small message box in the upper left hand corner that i have to click OK button to get through.

I did not see anything in the ~/.bashrc file. In the ~/.profile file there is a line at the bottom that says "mesg n"

Also, It is only my user
 
Old 09-10-2009, 10:10 AM   #8
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
You said it happened "anytime I reboot" but "in the upper left hand corner" suggests a GUI and that would be when you log in ... ?
 
Old 09-10-2009, 10:13 AM   #9
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
2 more suggestions:

1: something in an [autostart] folder for your users desktop login session.
or
2: the sort of little xterm that appears when your desktop environment is borked and the desktop environment can't start.

As mentioned, a screenshot would be great

Sasha
 
Old 09-10-2009, 10:13 AM   #10
mcdef
LQ Newbie
 
Registered: Jun 2009
Posts: 6

Original Poster
Rep: Reputation: 0
it pops up just before i can log in
 
Old 09-10-2009, 10:16 AM   #11
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by mcdef View Post
it pops up just before i can log in
Quote:
Also, It is only my user
Those two are incompatible statements. Is is *after* you have logged in as your user, or is it *before* you can login? Both can't be true.
 
Old 09-10-2009, 10:18 AM   #12
mcdef
LQ Newbie
 
Registered: Jun 2009
Posts: 6

Original Poster
Rep: Reputation: 0
sorry let me clarify.

he only had access to my user not root. It pops up before the log in screen on boot
 
Old 09-10-2009, 10:23 AM   #13
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by mcdef View Post
sorry let me clarify.

he only had access to my user not root. It pops up before the log in screen on boot
Strange, because your user shouldn't have that kind of access. More than probably he used sudo su to gain root privileges or sudo alone to do whatever he was doing.

If it happens before you login, it's not local to your user (unless your distro is doing something really funny). It's not quite clear to me where exactly are you seeing it. It could be the login screen or it could be something in the framebuffer splashscreen while the kernel or init are still booting.
 
Old 09-11-2009, 06:26 AM   #14
Marko Hyvärinen
LQ Newbie
 
Registered: May 2009
Posts: 24

Rep: Reputation: 15
why not asking your "friend" ?

Too embaressd or?....

Marko
 
Old 09-11-2009, 06:36 AM   #15
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
If the popup has some legible text, you might find it by grep'ing your whole system, it will take quite some time though.

Code:
grep -r -i "the popup text" /*
That is, as long as it's not an image, but proper text. If the text is embedded into an image it won't work.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Send popup message to Windows computer Snouser Linux - Software 5 08-02-2008 05:54 PM
My own message popup on iconbar piokon Linux - Newbie 1 08-01-2007 07:01 AM
Irritating plugin popup message in mozilla downfall Linux - Software 2 10-29-2005 04:01 PM
popup message/ bruse Linux - Newbie 14 09-05-2005 12:53 PM
Need to generate popup message on Linux machines professorfrink Linux - General 4 11-14-2003 10:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration