Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: [upgrade raring->saucy] Dash not working

  1. #11
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,615
    Distro
    Ubuntu

    Re: [upgrade raring->saucy] Dash not working

    If you create a second user, can that user use the dash properly?
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  2. #12
    Join Date
    Jun 2013
    Location
    Somewhere on Earth.
    Beans
    516
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: [upgrade raring->saucy] Dash not working

    @deadflowr: Nope

    ***

    @monkeybrain20122: The problem is that
    Code:
    unity --reset
    is deprecated:
    Code:
    ERROR: the reset option is now deprecated


    Tried reinstalling: unity-lens-applications, unity-lens-files, The google-drive scope, and hud. Tried purging them and installing them again. It's the same broken dash.
    -Jonathan
    Status: CELEBRATING 2016!!! (Offline )

  3. #13
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,615
    Distro
    Ubuntu

    Re: [upgrade raring->saucy] Dash not working

    Try reinstalling the ubuntu-desktop metapackage
    but first clean apt.
    run
    Code:
    sudo apt-get clean
    and
    Code:
    sudo apt-get autoclean
    then
    Code:
    sudo apt-get update
    then
    Code:
    sudo apt-get install --reinstall ubuntu-desktop
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  4. #14
    Join Date
    Jun 2013
    Location
    Somewhere on Earth.
    Beans
    516
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: [upgrade raring->saucy] Dash not working

    Still the same after following those steps. Even killing /usr/bin/X and logging back in, still the same.
    -Jonathan
    Status: CELEBRATING 2016!!! (Offline )

  5. #15
    Join Date
    Aug 2013
    Beans
    4,941

    Re: [upgrade raring->saucy] Dash not working

    Probably a clean install is the way to go. It will be a lot faster than trouble shooting this.
    Backup the data and also save your sources.list and sources.ist.d

    make a list for your installed programs so can be reinstalled easily http://ubuntuforums.org/showthread.php?t=261366&page=12

    Then do a clean install. After that replace the sources.list and sources.list.d with the backup (if you use ppas)
    Then reinstall programs following link above.
    Last edited by monkeybrain20122; January 2nd, 2014 at 07:51 PM.

  6. #16
    Join Date
    Aug 2008
    Beans
    355

    [SOLVED] [upgrade raring->saucy] Dash not working

    Yeah its definitely an upgrad prob... 13.10 is still relatively new and I hate to say it but a full install is your best bet. What happened with me tho, is using the LIVEDVD I checked the "install 13.10 alongside 13.04" and it overwrote it anyways, so don't unmount 13.04 when it asks you during install otherwise it will try to overwrite it evidently.

    Also one thing I did after getting my all my stuff erased when trying to upgrade was a made a seperate NTFS partition to save important things and also so I can unplug my ext HDD and access files using a windows system. Just a tip, not necessary.
    Last edited by howefield; October 12th, 2014 at 11:42 AM.

  7. #17
    Join Date
    Jun 2013
    Location
    Somewhere on Earth.
    Beans
    516
    Distro
    Ubuntu 14.04 Trusty Tahr

    Unhappy Re: [upgrade raring->saucy] Dash not working

    Is there any alternative to re-installing, as currently I do not have a back-up drive? I have too many programs I have made (that are packaged but have not installed them to any directory in my $PATH variable), a lot of google-chrome bookmarks I want to conserve, a lot of customized files in the config directory /etc and /usr/share, a ton of 3rd-party repositories (that were disabled manually on upgrade), a whole xampp installation with mediawiki moodle phpbb and wordpress, and a whole other bunch of stuff I just don't wan't to loose.

    (I have made backups to another partition that is now very low on space , which is why since I-don't-remember-when I have stopped backing up.)

    Help?
    Last edited by Jonathan Precise; January 3rd, 2014 at 02:43 AM. Reason: N/A

  8. #18
    Join Date
    Aug 2013
    Beans
    4,941

    Re: [upgrade raring->saucy] Dash not working

    Your chrome settings are in .config/google-chrome. If you back this up and move it to the new installation you will save all your bookmarks, addons and the open tabs when you reinstall chrome. So that is not a problem.

    I think it is probably one of the customized files in the config directories that messed up your dash so I wouldn't save those. Not sure what you mean by packages that you have made but not installed. Do you means something you "make" but have not done "make install"? With checkinstall you can create a .deb in the build directory and you can save those, but I don't know how to create the .deb without installing it at the same time.

    You may be able to move the xammp installation as all the files are in a single folder in /opt if I remember correctly.

    So probably not much disk space will be required for these..

    P.S. upgrade usually works only if you have a relatively pristine system. If you have a heavily customized system with a lot third party apps, ppas etc then you should definitely do a clean install instead (I have a separate /home so that is rather easy in terms of keeping settings and data)
    Last edited by monkeybrain20122; January 3rd, 2014 at 02:36 AM.

  9. #19
    Join Date
    Jun 2013
    Location
    Somewhere on Earth.
    Beans
    516
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: [upgrade raring->saucy] Dash not working

    Quote Originally Posted by monkeybrain20122 View Post
    Not sure what you mean by packages that you have made but not installed. Do you means something you "make" but have not done "make install"?
    No, I'm a developer, and have made a couple of .debs. However, I have them installed to a non-standard directory (my home directory)
    -Jonathan
    Status: CELEBRATING 2016!!! (Offline )

  10. #20
    Join Date
    Aug 2013
    Beans
    4,941

    Re: [upgrade raring->saucy] Dash not working

    Quote Originally Posted by Jonathan Precise View Post
    No, I'm a developer, and have made a couple of .debs. However, I have them installed to a non-standard directory (my home directory)
    So if they are installed everything should be in a few directories in your /home, right? ($HOME/bin, $HOME/lib, $HOME/include, $HOME/share etc) Can you just move those?

Page 2 of 3 FirstFirst 123 LastLast

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
  •