Results 1 to 4 of 4

Thread: Disabled Lenses, Lost Search

  1. #1
    Join Date
    Apr 2014
    Beans
    6

    Disabled Lenses, Lost Search

    I was trying to get rid of dash plugins within the search so I could enable individual ones. So I created & copied a list of my scopes and used:


    gsettings set com.canonical.Unity.Lenses disabled-scopes "[$(find /usr/share/unity/scopes/ -name \*.scope -printf "'%P',"|sed -es':/:-:g' -e's/,$//')]"

    which totally blanked out the search HUD -as in no access to installed apps or files. However when I try to use

    gsettings set com.canonical.Unity.Lenses enable-scopes "['whatever.scope']"

    to get indivdual (or all) back I get "no such key enable-scopes". I've tried Unity--reset (depreciated) and CCSM (no effect on the search) and

    dconf reset -f /org/compiz/ & unity --reset-icons &disown

    to, by now, get the whole thing back. So, what am I not doing right?

  2. #2
    Join Date
    Mar 2014
    Beans
    Hidden!

    Re: Disabled Lenses, Lost Search

    There is no key enable-scopes.
    Not sure how scopes work but obviously some of the scopes you disabled using
    Code:
    find /usr/share/unity/scopes/ -name \*.scope -printf "'%P',"|sed -es':/:-:g' -e's/,$//'
    are needed for basic dash functionality.

    And wouldn't running this return fuctionality....
    Code:
    gsettings reset com.canonical.Unity.Lenses disabled-scopes
    Attached Images Attached Images
    Last edited by grumblebum2; May 11th, 2014 at 03:35 AM.

  3. #3
    Join Date
    Apr 2014
    Beans
    6

    Re: Disabled Lenses, Lost Search

    YES! it did. Thank you very much. And now I shall learn to just live with the darn things.

  4. #4
    Join Date
    Mar 2014
    Beans
    Hidden!

    Re: Disabled Lenses, Lost Search

    Quote Originally Posted by stevie6 View Post
    YES! it did. Thank you very much. And now I shall learn to just live with the darn things.
    From the trusty iso manifest these are the default installed scopes....
    Code:
    unity-scope-audacious	0.1+13.10.20130927.1-0ubuntu1
    unity-scope-calculator	0.1+13.10.20130723-0ubuntu1
    unity-scope-chromiumbookmarks	0.1+13.10.20130723-0ubuntu1
    unity-scope-clementine	0.1+13.10.20130723-0ubuntu1
    unity-scope-colourlovers	0.1+13.10.20130723-0ubuntu1
    unity-scope-devhelp	0.1+13.10.20130809.1-0ubuntu1
    unity-scope-firefoxbookmarks	0.1+13.10.20130809.1-0ubuntu1
    unity-scope-gdrive	0.9+13.10.20130723-0ubuntu1
    unity-scope-gmusicbrowser	0.1+13.10.20130723-0ubuntu1
    unity-scope-gourmet	0.1+13.10.20130723-0ubuntu1
    unity-scope-guayadeque	0.1+13.10.20130927.1-0ubuntu1
    unity-scope-home	6.8.2+14.04.20131029.1-0ubuntu1
    unity-scope-manpages	3.0+13.10.20130723-0ubuntu1
    unity-scope-musicstores	6.9.0+13.10.20131011-0ubuntu1
    unity-scope-musique	0.1+13.10.20130723-0ubuntu1
    unity-scope-openclipart	0.1+13.10.20130723-0ubuntu1
    unity-scope-texdoc	0.1+13.10.20130723-0ubuntu1
    unity-scope-tomboy	0.1+13.10.20130723-0ubuntu1
    unity-scope-video-remote	0.3.15+13.10.20130920-0ubuntu1
    unity-scope-virtualbox	0.1+13.10.20130723-0ubuntu1
    unity-scope-yelp	0.1+13.10.20130723-0ubuntu1
    unity-scope-zotero	0.1+13.10.20130723-0ubuntu1
    I use synaptic to remove all except unity-scope-home.

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
  •