Results 1 to 4 of 4

Thread: Problem running Google Music in software center

  1. #1
    Join Date
    Apr 2013
    Beans
    2

    Question Problem running Google Music in software center

    Pardon me, I'm pretty much a Ubuntu virgin...
    I'm trying to upload files to Google Music. I DL'ed Google Music from the Play Store, DL'ed 32bit for Ubuntu file download package, installed the package on Ubuntu Software Center...but when I open the 'Google Music Uploader' in Software Center all I see is "this program is run from a terminal: google-musicmanager".
    I have uninstalled and reinstalled several times, I'm not sure what I'm doing wrong. If I have to run this in a terminal, how do I do that? I searched for help online, this same thing has happened to others but I don't understand HOW to perform this...

    "Right, same problem but I think I have a fix - uninstall the music manager. Go into ~/.config and delete the google-music-manager directory then install the package all over again, when the first run wizard begins, click upload and choose an empty directory, go through all the error messages (less than 10 files found, etc) and then once that it done and the icon is in the tray, clicking on it should work. Let me know if this works for you. Regards"



    Where is ~/.config? Is that a folder, or do I type that in my terminal? Can someone take that paragraph and reword it for a beginner, or help me resolve this alternatively?

  2. #2
    Join Date
    May 2009
    Location
    Courtenay, BC, Canada
    Beans
    1,661

    Re: Problem running Google Music in software center

    Quote Originally Posted by thiesing View Post
    installed the package on Ubuntu Software Center...but when I open the 'Google Music Uploader' in Software Center
    just to be clear, are you opening it inside software center or are you trying to launch it from a launcher?
    Quote Originally Posted by thiesing View Post
    all I see is "this program is run from a terminal: google-musicmanager".
    ...
    If I have to run this in a terminal, how do I do that?
    either hit ctrl+c or go to Accessories > Terminal. alternatively, you could hit alt+f2 and then type gnome-terminal into the box that appears and then click on run
    Quote Originally Posted by thiesing View Post
    I searched for help online, this same thing has happened to others but I don't understand HOW to perform this...

    "Right, same problem but I think I have a fix - uninstall the music manager. Go into ~/.config and delete the google-music-manager directory then install the package all over again, when the first run wizard begins, click upload and choose an empty directory, go through all the error messages (less than 10 files found, etc) and then once that it done and the icon is in the tray, clicking on it should work. Let me know if this works for you. Regards"



    Where is ~/.config? Is that a folder, or do I type that in my terminal? Can someone take that paragraph and reword it for a beginner, or help me resolve this alternatively?
    • ~ is a 'shortcut' for your home folder.
    • ~/.config is a hidden folder inside your home folder, named '.config' (all hidden files and folders start with a '.')

    to do what those instructions say, either:
    1. open Nautilus (Files)
    2. hit ctrl+h to show hidden files
    3. double click on .config
    4. delete google-music-manager

    or open a terminal (see above) and then type in (or middle click with this command highlighted):
    Code:
    rm -Rfv ~/.config/google-music-manager
    Last edited by HiImTye; April 6th, 2013 at 08:50 AM.

  3. #3
    Join Date
    Apr 2013
    Beans
    2

    Re: Problem running Google Music in software center

    Thank you, seriously... thank you so much! It's working now! My phone has new music now, w00t!

  4. #4
    Join Date
    May 2009
    Location
    Courtenay, BC, Canada
    Beans
    1,661

    Re: Problem running Google Music in software center

    you're welcome, I'm glad I could help

    please mark this thread solved so that others can benefit from it

Tags for this Thread

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
  •