Looking through System Monitor I came across an application called "Whoopsie" which is also displayed as a user name. Who or what is it? So far searching online I cannot find any information about what it is.
Announcement
Collapse
No announcement yet.
Who or what is Whoopsie?
Collapse
This topic is closed.
X
X
-
Originally posted by NickStone View PostLooking through System Monitor I came across an application called "Whoopsie" which is also displayed as a user name. Who or what is it? So far searching online I cannot find any information about what it is.
Code:dpkg -S `which whoopsie`
Edit: actually, it looks legit: http://askubuntu.com/questions/13554...an-i-remove-itLast edited by james147; Dec 13, 2012, 11:15 AM.
- Top
- Bottom
-
That's because you used single quotes ('), while james used backticks (`) which means "run the command and insert output here", this is the same as
Code:dpkg -S $(which whoopsie)
Whoopsie:
"This program submits crash reports back to an Ubuntu server."
(I don't think it's required for kubuntu, though)
- Top
- Bottom
Comment
-
Thanks for the link. Have now removed it from system.
It must have been a leftover from when Ubuntu was installed. I installed Kubuntu 12.04 from a cover disk from a magazine which also installed both the Ubuntu and Xubuntu desktops, had removed (what I thought) all packages from both Ubuntu and Xubuntu packages, but obviously not.
- Top
- Bottom
Comment
-
Originally posted by kubicle View PostThat's because you used single quotes ('), while james used backticks (`) which means "run the command and insert output here", this is the same as
Code:dpkg -S $(which whoopsie)
- Top
- Bottom
Comment
-
paul@tanagra:~$ dpkg -S $(which whoopsie)
dpkg-query: error: --search needs at least one file name pattern argument
paul@tanagra:~$ dpkg -S `which whoospie`
dpkg-query: error: --search needs at least one file name pattern argument
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostNeither syntax works here. Are you sure you have them correctly written?
There is also a typo in james' command whoospie>whoopsie.
- Top
- Bottom
Comment
-
Ah. Thank you. Yes, whoopsie isn't installed here. Testing the commands with kontact works:
paul@tanagra:~$ dpkg -S $(which kontact)
kontact: /usr/bin/kontact
paul@tanagra:~$ dpkg -S `which kontact`
kontact: /usr/bin/kontact
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by NickStone View PostThanks for the link. Have now removed it from system.
It must have been a leftover from when Ubuntu was installed. I installed Kubuntu 12.04 from a cover disk from a magazine which also installed both the Ubuntu and Xubuntu desktops, had removed (what I thought) all packages from both Ubuntu and Xubuntu packages, but obviously not.
Edit: That's weird, whoopie, oopsie, I meant whoopsie has its own user. Ok, I'll stop now, I'm having too much fun with this. =)Last edited by tek_heretik; Dec 13, 2012, 11:24 AM.
- Top
- Bottom
Comment
-
Originally posted by HalationEffect View PostDo you also have machines called Darmok and Jalad?
No, I don't. It would be great if both laptops could have the same host name (can't, as they are on the same home network), in which case I'd rename my user accounts to darmok and jalad so that my identifications would be:
darmok@tanagra and jalad@tanagra
That would be way cool.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostHehe. A STNG fan too I see.
No, I don't. It would be great if both laptops could have the same host name (can't, as they are on the same home network), in which case I'd rename my user accounts to darmok and jalad so that my identifications would be:
darmok@tanagra and jalad@tanagra
That would be way cool.sigpic "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all." -- Douglas Adams
- Top
- Bottom
Comment
-
Originally posted by HalationEffect View PostJust, for the love of the FSM, don't have a machine called Shaka... or your firewall might fall...Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
I aim to please!
Gotta admit that Darmok is one of my fave TNG episodes, mainly because of the Gilgamesh reference.sigpic "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all." -- Douglas Adams
- Top
- Bottom
Comment
Comment