Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Dropbox requesting superuser

  1. #1
    Join Date
    May 2010
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Question Dropbox requesting superuser

    Hi, booted my computer today (Ubuntu 14.04 LTS) and a box came up saying Dropbox was asking to be superuser. This has not happened before so I'm wondering if it's ok. I did not click 'Authenticate' instead I clicked 'Cancel'. The box closed and the computer seems to be running ok. I have attached a screen capture of the pop up box. If it happens again will it be ok to allow Dropbox next time? Wondering if it's a virus or something like that. Thanks.
    Attached Images Attached Images

  2. #2
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Dropbox requesting superuser

    how was dropbox installed?

    Try reinstalling it with the following terminal commands
    Code:
    sudo apt-get purge dropbox
    sudo apt-get install nautilus-dropbox
    alternatively you can open a filemanager as root and go to /usr/share/applications/dropbox and make sure the luncher command is
    Code:
    dropbox start -i
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  3. #3
    Join Date
    May 2010
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Dropbox requesting superuser

    Thanks for your reply,

    can't see any filemanager, opened 'search' and got no results for 'filemanager'

    put this in the Terminal:

    /usr/share/applications/dropbox

    the result was:

    bash: /usr/share/applications/dropbox: No such file or directory

    must be doing something wrong.


    Looking in ubuntu software manager seems I installed nautilus dropbox extension from there and it downloaded the proprietary dropbox binary.

    Would it have been dangerous for me to have allowed dropbox the superuser it requested?
    Last edited by Primus1; July 27th, 2014 at 03:41 PM.

  4. #4
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Dropbox requesting superuser

    file manager is Nuatilus in Ubuntu It where you navigate to your folders at.

    I believe you have to enter your root password to get dropbox to download and install after that you will not have to do that again.
    Cheers
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  5. #5
    Join Date
    May 2010
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Dropbox requesting superuser

    Thanks kc1di

  6. #6
    Join Date
    Nov 2011
    Beans
    2,336
    Distro
    Ubuntu

    Re: Dropbox requesting superuser

    A quick Google query will uncover a number of posts, and potential solutions, to this issue.

    Seems to be rather random, involving the Dropbox files not being installed in the user's home folder. Might be worth just removing and reinstalling it.

  7. #7
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Dropbox requesting superuser

    I don't use Nautilus and so installed Dropbox following the instructions here: https://www.dropbox.com/install?os=lnx

    Everything is in my home folder.

  8. #8
    Join Date
    Nov 2011
    Beans
    2,336
    Distro
    Ubuntu

    Re: Dropbox requesting superuser

    The thumbnail shows /usr/bin/dropbox is requesting authorization. Does it exist?

  9. #9
    Join Date
    May 2010
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Dropbox requesting superuser

    Quote Originally Posted by buzzingrobot View Post
    The thumbnail shows /usr/bin/dropbox is requesting authorization. Does it exist?
    Hi, I've been looking around this forum and it seems this issue has happened to others (sorry I didn't find this before i posted). There are some methods to sort it but they are too technical for me to understand. I may have to find an alternative to dropbox.

    To answer your question does dropbox exist? Do you mean this in user/bin - see attached image:
    Attached Images Attached Images

  10. #10
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Dropbox requesting superuser

    Quote Originally Posted by Primus1 View Post
    ...
    To answer your question does dropbox exist? Do you mean this in user/bin - see attached image:
    Another way to convey that information could be to run
    Code:
    ls -al | grep dropbox
    or
    Code:
    ls -alR | grep dropbox
    from the relevant folder and to post the output here between code tags.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •