DELETE UBUNTU ONE ICON FROM MENU BAR!

Asked by clombard

OMG...I just looked at Ubuntu one now I have to look at it for life?.
I deleted the program, turned it off and STILL it stays on the menu bar...
HOW can I delete this annoying icon...?
(PS. when right click NO option to remove or delete of course!)
thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ubuntuone-client Edit question
Assignee:
No assignee Edit question
Solved by:
clombard
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of :

dpkg -l | grep ubuntuone | awk {'print $2'}

Thanks

Revision history for this message
clombard (clombard44) said :
#2

administrator@administrator-MXC061:~$ dpkg -l | grep ubuntuone | awk
{'print $2'}
libubuntuoneui-3.0-1
rhythmbox-ubuntuone
ubuntuone-client-data
administrator@administrator-MXC061:~$

On 04/09/2014 08:32 PM, actionparsnip wrote:
> Your question #246779 on ubuntuone-client in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/ubuntuone-client/+question/246779
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> What is the output of :
>
> dpkg -l | grep ubuntuone | awk {'print $2'}
>
> Thanks
>

Revision history for this message
clombard (clombard44) said :
#3

I cant believe I JUST LOOKED at Ubunu ONE once tonight
(dont have an account NEVER used it)
and now I have to jump hoops to get rid of the icon...
amazing...?

On 04/09/2014 08:32 PM, actionparsnip wrote:
> Your question #246779 on ubuntuone-client in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/ubuntuone-client/+question/246779
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> What is the output of :
>
> dpkg -l | grep ubuntuone | awk {'print $2'}
>
> Thanks
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

It's not any hoops at all. You didn't remove it fully. If you use:

sudo apt-get --purge remove `dpkg -l | grep ubuntuone | awk {'print $2'}`; sudo apt-get --purge autoremove

Then it will remove ubuntuone fully in one command.

I don't use it either and run that command on new installs to get rid of it.

Revision history for this message
clombard (clombard44) said :
#5

I remember when I first started using Ubuntu...
you could click on the top menu and had choices...
like add to, remove from, lock etc....
ahhhh...We miss the good old days...
thank you for your help.

On 04/09/2014 08:47 PM, actionparsnip wrote:
> Your question #246779 on ubuntuone-client in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/ubuntuone-client/+question/246779
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> It's not any hoops at all. You didn't remove it fully. If you use:
>
> sudo apt-get --purge remove `dpkg -l | grep ubuntuone | awk {'print
> $2'}`; sudo apt-get --purge autoremove
>
> Then it will remove ubuntuone fully in one command.
>
> I don't use it either and run that command on new installs to get rid of
> it.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Is it now gone when you log off and on again?

Revision history for this message
clombard (clombard44) said :
#7

YES it is gone...and I promise never to click on it again
if I see it anywhere.
Thank you for your help. SOLVED.

On 04/09/2014 09:02 PM, actionparsnip wrote:
> Your question #246779 on ubuntuone-client in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/ubuntuone-client/+question/246779
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> Is it now gone when you log off and on again?
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Please mark as solved if it is so.

Thanks

Revision history for this message
clombard (clombard44) said :
#9

SOLVED.
THANK YOU.