Unity Bliss: An Alternative Application Lens for Ubuntu

Unity’s Application Lens is pretty much perfect: you can search apps by text, or by category.

Simple stuff, right?

Well it’s not simple enough for those who prefer the more traditional approach to application-menu structure.

To that end the maintainer of the Unity Application Lens, Mikkel Kamstrup Erlandsen, has put together an GNOME Menu inspired alternative. A lens he’s called ‘Unity Bliss’.

The Bliss Lens takes things old-skool: organising applications into category folders reminicisnt of the old GNOME 2 menus.

Each application category is a folder. Inside each folder lay the respective application icons.

Unity Bliss Lens Main View

unity Bliss Lens view 2

Mikkel says of the Lens: -

“This is a very simple implementation of an apps lens for Unity. It can be used as a replacement for the default apps lens if you want something simpler, or it can be used as a solid starting point for writing your own lens.

Bliss is by no means official or anything. It is a quick hack to showcase how you can go about this, mostly intended for developers who want to do their own thing. That is also why you wont find a PPA for it (not from me at least)”

Download and install

Don’t fear the lack of PPA; the lens is incredibly easy to install.

First download the latest lens package from the project launchpad page @ launchpad.net/unity-lens-bliss (the green button to the right)

Move this package to your Home folder. Right-click on it and choose ‘Extract here’.

Next open a terminal and enter the following commands: -

  • cd unity-lens-bliss-0.1.3
  • ./configure –prefix=/usr –sysconfdir=/etc
  • make
  • sudo make install

The lens is now installed, but you will need to log out and back in for it to become active in the Dash.

If you decide you don’t like it, or don’t want it cluttering up your Lens bar, it can easily be removed by opening deleting the ‘unity-lens-bliss’ folder in /usr/share, and the ‘bliss’ folder in /usr/share/unity/lenses.

via grillbar.org

Related posts:

  1. ‘Web Sources Lens’ for Unity puts web search on your Ubuntu Desktop
  2. Gwibber lens for Ubuntu Unity available; adds social awesome to the 11.04 desktop
  3. Unity AskUbuntu ‘Lens’ installable via PPA
Trackbacks are closed, but you can post a comment.
  • Anonymous

    it’s ugly.

  • http://www.facebook.com/profile.php?id=100002302388700 Robin Lim

    Much better than the default.

    • http://twitter.com/Knef Knef

      I agree. I am not mad about the folder icons or the arrow element, but the idea is good. I also wouldn’t mind it if every category had an inline icon for the apt Software Center category (like, “go see what games are in the USC”).

  • http://twitter.com/tviking22 Carlos

    A .deb file would be nice. I’ll give it a try when it happens, because the default lens application is very slow, so I’d like to try something new.

    • Anonymous

      It would also be nice if it tied directly into the same configuration app used in the old Gnome menus. Not sure if it does this, but I’ll see when there’s a .deb.

  • http://grillbar.org/ kamstrup

    You can more cleanly uninstall it by keeping the source folder you installed from around, and then doing:

    cd unity-lens-bliss-0.1.3
    sudo make uninstall

    If you’re really adventurous you can also remove the default apps lens package ‘unity-lens-applications’, but I would advise against that unless you know how to repair your system if something breaks :-) Removing the default apps lens does provide for a cleaner experience though…

    • Anonymous

      Removing and adding lenses will be something easy. It doesnt have to be a “hack”. We want everyone to make cool lenses of all types:

      https://blueprints.launchpad.net/ubuntu/+spec/desktop-p-100scopes

    • Anonymous

      i think the only thing i found a bit confusing were the folders.

      i thought it was for browsing the home folder.

      btw, do you think a file-browser-lens is possible ?

  • Anonymous

    Very nice for people missing the traditional gnome 2 application menu. Waiting for a deb or even better a ppa.

  • Narf Sirvent

    Keep the line for recent apps and will be perfect.

  • Anonymous

    Why on earth would you go and throw a spanner in now just when Ubuntu is pulling in its own direction with unity. A+ for being creative, but honestly I’m sticking with what ever eachndistro brings otherwise its going to make my system very ugly and unstable.

    • https://login.ubuntu.com/+id/R4szkb7 Jo-Erlend Schinstad

      No, the main idea of lenses is that we should have lots of them. There is an expressed goal of having a hundred lenses to choose from in 12.04. I actually didn’t know you could use lenses like that, and I think it can be useful to many applications. So it was quite a useful example for me.

      • Anonymous

        We should not have more lenses! I think eight at one time should be the most allowed

        Otherwise it turns into something like indicator applets on gnome 2 or extensions on firefox — you end up putting everything on it and it looses a whole lot of functionality

    • http://twitter.com/Inoe_Nugroho Asmoro Budi Nugroho

      I think the article is clear enough. You should find what Mikkel says of the lens:

      “Bliss is by no means official or anything. It is a quick hack to showcase how you can go about this, mostly intended for developers who want to do their own thing.”

  • Anonymous

    Certainly a lot tidier than the default unity app lens. They really need to do something about the chaos in the app lens, like hiding redundant stuff, getting things that belongs in “system settings” out of the app lens and into system setting etc. I never use the app lens because I’m never able to find what I’m looking for in that jungle of apps and crapps. Oh, and it’s not compatible with Wine installs, which forces wine users to the terminal. The joy.

    • Anonymous

      yes would like to see system settings stuff on the control center or on a “system-settings-lens”

      and a i wonder the same with wine apps, do we need an wine-applications-lens?

      • Freddi

        Wine apps appear in my default application lens (?!)

        • Anonymous

          Does for me.
          Now I have ghost icons of broken windows programs I attempted (and failed) to install via wine. I even deleted the program (or so I think) and the icons still appear

          • https://launchpad.net/~stachowski-mateusz Mateusz Stachowski

            If you want to get rid of those ghost icons you have to delete them manually. It always been like that even in time of the GNOME 2. The Wine uninstaller doesn’t handle that thing reliably.

            You can find all of the Wine shortcuts in your home directory in the hidden folder (use CTRL+H in Nautilus):

            .local/share/applications/wine

            There is also a possibility to completely disable building of Wine menu items. You have to start the winecfg and in the libraries tab add winemenubuilder.exe and set it to disabled.

          • Anonymous

            winemenubuilder.exe worked, I couldn’t find the wine folder (Yes, i turned on hidden files)
            But there is still one left, it says “Mozilla firefox” and shows the regular icon (im saying this because i use faenza icons)
            When i click on it, nothing happens.
            how do I get rid of that?

            Also, Is there any config list of applications shown in the dash/gnome shell thing/cardapio? I have two banshees, two firefoxes, three chromiums, two chromes, two thunderbirds, three ubuntu ones, and two ubuntu software centers (and on the gnome application search, two epiphanies).
            And I have no idea how they happened, it just appeared one day.
            How do I get rid of those?

          • https://launchpad.net/~stachowski-mateusz Mateusz Stachowski

            I don’t know why but I can’t reply to your comment below.

            If you want to delete those duplicate icons take a look at that:

            http://jasondclinton.livejournal.com/83142.html

            it worked for me. I don’t have two items in the Gnome Shell, but there are two Ubuntu One icons showing up in the Unity dash.

            The Wine folder is definitely where I pointed you. Maybe you didn’t notice the dot (.) before local and the actual shrtcuts are deeper (Programs or Applications folder).

          • Anonymous

            Same replying problem for me, so i am replying to your comment below me

            I ran those commands, rebooted, and the icons are still there in unity. I’ll look again in gnome shell, but it looks like it didn’t help. Isn’t there some configuration file I can manually edit to remove them?

            And look at these helpful pictures of my going to the exact file path you said, with hidden files turned on

            It ain’t there

    • Anonymous

      …and that is why I use KDE.

      • Aaron Honeycutt

        …and that is why I use Gnome 3.

        • Anonymous

          :D

          • http://twitter.com/rghvdberg Rob van den Berg

            … and that is why I use XFCE

          • Profac Consulting

            **picks up a sledge hammer** … and that’s why I keep it on command line!

          • http://twitter.com/ab_tw Alex Binder

            And that is why I use %OS% :)

          • Daan van Beek

            .. and that is why I use Windows.

            O god.. I’ll go to hell

          • Brian Glenn

            and thats why I use paper and pencil

          • B ers

            And that is why I use DOS.

          • Carlos Espinal

            And this is why I liek mudkip

          • Javier Orejarena

            … and that is why I use OS/2 hehehe

        • Bart Willemsen

          That’s why I moved to Arch.

          • http://anaershadowynomaly.deviantart.com Farran Lee

            I really did.

          • http://twitter.com/xrhstaras30 xrhstaras30

            …i tried to install archlinux then i came at the part when i should select packages !
            The installer is in Text Mode and they expected from me to select one by one 1000s of packages !! For god’s shake
            Does archlinux has a package manager that can download and install many packages the same time like synaptic? or i should install every single package one by one via pacman ??
            This isn’t smart you know ! except you have so so so so much time to loose

        • James Sully

          ctrl-f gnome 3, like.

      • https://launchpad.net/~thonixx Michael Tanner

        And thats why I use Unity ;)
        now with this Bliss lense

  • wayne foutz

    ./configure –prefix=/usr –sysconfdir=/etc
    generates:

    configure: error: invalid variable name: `–prefix’

    • http://slimshady91.myopenid.com/ Tarek

      There is an error in the command (./configure) it must be :  ./configure –prefix=/usr –sysconfdir=/etc          (with — instead of – )

      • http://fauzieweb.com/ Fauzie

        No. It should be — (double dash).

        • http://slimshady91.myopenid.com/ Tarek

          True, I copied the wrong one. thank you. 

      • wayne foutz

        Thanks. That worked. I like it much better than the chaotic layout it replaces. Unity is supposed to be for beginners, but I fail to see how digging through the default dashboard looking for the app you want benefits new users. Old hands like myself know what we are looking for, and simply type a g to find “Gimp” when we want to edit a photo, but a new user that has no idea what each application does is lost.  And why the Applications button that was present in 11.04 was removed baffles me. This is a nice solution.

      • wayne foutz

        the command you briefly had up there worked for me. Although it didn’t replace the old lens, now I have both.

        • http://twitter.com/iamgregorymyers iamgregorymyers

          I copied the command with the two hyphens, and everything works, but I have both the old lens and the new. Should this automatically remove the original lens? 

          • http://twitter.com/iamgregorymyers iamgregorymyers

            I also noticed that the “back” icon is often out of place on many of the sub-lenses, sometimes it will be the second or third icon, instead of the first listed.

    • http://pulse.yahoo.com/_YPICAM36WORNHGBRFLV6JORLR4 Tristan Williams

        ./configure –prefix=/usr –sysconfdir=/etc && make && sudo make install
      Use that string, that’s how it’s installed then reboot or log out/in..

  • http://slimshady91.myopenid.com/ Tarek

    nice

  • Gergő Varga-Dudás

    If they will replace the folders to some pretty  application icons then will be perfect! :)

    sorry for my english 

  • https://login.ubuntu.com/+id/R4szkb7 Jo-Erlend Schinstad

    If you want to encourage people to try software in development, then please provide proper instructions. For instance, you should always create a package before you install software so that it’s easy to remove.

    1) Install some development tools: sudo apt-get install bzr gnome-common checkinstall
    2) In a directory like ~/devel, run: bzr branch unity-lens-bliss
    3) Run: ./autogen.sh –prefix=/usr –sysconfdir=/etc  && make
    4) Create a package for it: sudo checkinstall
    5) Answer all the easy questions like what name to give the package, etc.  You can pretty much call it anything as long as its unique. Remember the name you give it so you’ll find it afterwards.
    6) sudo dpkg -i your-package-name.

    Instead of logging out and back in, I would recommend just opening a guest session. It’ll have the exact same effect, and you don’t have to close down your apps first. When you want to remove it, then you can simply use: sudo apt-get remove your-package-name

    Interesting use of a lens. I know of several project where that might come in handy. Thanks, Mikkel! :)

    • http://kyoushuu.users.sourceforge.net Arnel A. Borja

      #2 should be “bzr branch lp:unity-lens-bliss”

    • https://launchpad.net/~silverwave silverwave

      Cheers for that here is my step by step:
      Bliss Unity Lens – Menu Style

  • http://pulse.yahoo.com/_YPICAM36WORNHGBRFLV6JORLR4 Tristan Williams

    I like it much easier to work with…

  • Mark Rabideau

    Luckily (??) it does not work on my eeePC with 11.10. I just see a blank lens.

    • Anonymous

      same here

  • http://twitter.com/Jovison2033 Jovison

    I think this is cool.. (even I haven’t tried yet). I have an old release of ubuntu, which needs to upgrade..  Thanks for the open source platform.

  • Anonymous

    Fedt at se en dansker være så meget med i udviklingen

    English:
    Nice to a see a person from Denmark being involved with the development! :D

    • Andreas Mieritz

      Helt klart!

      English:
      Definently!

    • https://launchpad.net/~rafalcieslak256 rc

       There are tons of people of all nationalities developing ubuntu. What’s so cool?

      • Anonymous

        Sure there are, and that’s all great!
        However I haven’t seen or heard of any Danes being involved, and just thought it was cool/great to see.
        Nothing more and nothing less.

        Just kinda proves what you are saying about people from all around the world is contributing and developing for Ubuntu, when small countries like Denmark is involved.

  • Anonymous

     It would be nice if the maker of this changed the lens icon to something different, because I’ll always get the application lens confused with the bliss lens when they have the same icon.
    Perhaps change it to the keyboard icon that is displayed next to the text “Applications”? (in bliss, not the applications lens)

    • Anonymous

      and would also be nice if we can switch positions, for people who want the unity bliss lens as the default (or any other different from the ‘home’ lens) 

  • https://launchpad.net/~shnatsel Shnatsel

    I did that 8 months earlier. http://www.omgubuntu.co.uk/2011/03/a-gnome-menu-style-unity-dash/
    But that approach is still wrong. The right approach is Slingshot: http://pix.toile-libre.org/upload/original/1320501815.png http://pix.toile-libre.org/upload/original/1320501837.png
    That’s a work-in-progress, especially the theme, but you get the idea.

    • http://kyoushuu.users.sourceforge.net Arnel A. Borja

      Is that Unity?

      • https://launchpad.net/~shnatsel Shnatsel

        In the screenshots? No, it’s Slingshot, the launcher from Pantheon Shell. It also supports transparency and real-time blur, but unlike Unity it doesn’t depend upon 3D acceleration or any particular desktop environment or window manager.

        • Anonymous

          Elementary is going to be awesome ;)

        • Anonymous

          Ever heard of Unity 2D?

          • https://launchpad.net/~shnatsel Shnatsel

            Yup. Last time I checked it was even worse than the 3D one in terms of UX, and depended upon a different toolkit than the rest of the desktop and patched version of Metacity.

    • http://twitter.com/SarcasticSloth Steven Garza

      Every time I see something new from the Elementary guys the more I want to just want to take the risk and switch to Luna alpha.

      • https://launchpad.net/~shnatsel Shnatsel

        You’d better not – I do absolutely nothing to integrate parts recently, only some deep platform hacking, so the versions from the daily builds are just falling apart.

    • Anonymous

      Surely I’m not the only person who thinks canonical is stupid for not attempting to hire the whole elementary team, and the faenza dude?

      • David Shaheen

        i cant even imagine how amazing ubuntu would be with the elementary team and the faenza guy. ****drools and daydreams****

      • http://smashingweb.ge6.org Ranjith Siji

        Plus One. Faenza + Elementary + Ubuntu is great. More Than Great Fantastic … Lets Hope.

    • Ralph Bromley

      Yes have apps uncategorized and go thorough 400 pages to go to the app you want.
      Personally I think Unity has got it right with the menus for the most part but it is still a little rough around the edges

      • https://launchpad.net/~shnatsel Shnatsel

        Slingshot has a category view too. I’ve posted screenshots of both, look carefully.

    • Anonymous

      I can see myself using eOS in the future.

  • Carlos Felipe Pessoa de Araújo

    Unity sucks, Gnome Shell is the best.

    • http://slimshady91.myopenid.com/ Tarek

      ,,

    • http://twitter.com/SarcasticSloth Steven Garza

      Gnome shell sucks Unity is the best…
      Gnome 3 sucks KDE is the best…

      Your opinions suck, my opinions are the best.

  • http://profiles.google.com/edgars.burmistris Edgars Burmistris

    hmm, two green birds

  • daas88

    Unity default lens have costed months of design and development. If someone just makes a quick design and most comments say hoy much better it is than the original, then Canonical has failed miserably.

    • https://launchpad.net/~shnatsel Shnatsel

      Well, it has failed miserably indeed. You mean, the dash in 11.04 and 11.10 is actually usable? Even http://www.omgubuntu.co.uk/2011/06/gnome-manu-style-unity-dash-project-revived-adds-a-ppa/ had 90% positive feedback when compared to the stock one.

      • Freddi

        because (only) people who like it do reply ;-)

    • Anonymous

      the backend is great, but sometimes the design can be a Hit or Miss. That;s how design is for everything.

      but design is getting better on each release thanks to the FeedBack and accesibility tests (even if you have to do almost a total-redesign)

      feedback is the key and the problem with earlier designs is that they didnt get much feedback prior implementing

    • Bart Willemsen

      The whole application interface will get some kind of an overhaul with 12.04. The bloated stuff like recommended apps will go away for example.

  • John Philpott

    When you say “Unity Bliss: An Alternative Application Lense for Ubuntu” do you really mean to say “Unity Bliss: An Alternative Application Lense for Ubuntu 11.10″?

  • http://twitter.com/kent_stor Kent Storbakken

    Very nice. I’ve never been able to get into Unity because of how much I’m used to Gnome 2. I’m going to give this, and Unity a second chance sometime today I think :)

  • Anonymous

    Important usability attributes were lost with the removal of traditional menus:

    - one can see a list of all categories at a glance
    - just by hovering over an element, one can see it’s contents immediately, allowing one to look through multiple elements quickly
    - one can then easily and quickly transition between the root list of elements and the contents of an element, while all remain visible

    Unity:
    Categories are needed in Unity.
    But, even if categories are listed in the dash, browsing would require clicking and the parent list would not be visible while viewing one if its elements (category).

    User scenario:
    Consider a user looking for a certain application (perhaps the user forgot the name of it). While quickly glancing into various categories, the user would have to commit to clicking a category and losing the list of categories. Furthermore, the user would have to remember that list in case the clicked category appears incorrect–or would have to click to go back and change focus on the previous list again (as if the user is sure that the category just checked is really incorrect). This launcher system would be more difficult and more frustrating to use than the traditional menu system. The only improvement is the addition of a search bar.

    • Anonymous

      Most user’s don’t spend all their time looking for an application in the menu. People pin their favorite applications to the launcher and on the occasion you have to open an application that you don’t have pinned a click in the right category, or typing an name or keyword to find the application is not going to kill you.

      • Anonymous

        “don’t spend all their time” and “is not going to kill you” are horrible justifications for usability designs. These little bumps (papercuts?) add up in the overall user experience.

        Of course, categories are key; then follows polish.

        The current application lens implementation certainly doesn’t kill the user but it has some downgrades in usability.
        Making categories easily accessible is a key improvement.
        Presenting the categories in a list and presenting their contents while hovering over (OR clicking on) a category is some possible polish.

        Consider a new user who forgot the name of a recently installed application or is unaware of the pre-installed options. Helping the user find an application as effortlessly as possible positively affects their first impression of Ubuntu (and likewise, the contrary). Note also that an application can often be under multiple categories but appears under one.

  • Anonymous

    Something like this should be included or at least an option at install. I think most people would find this more intuitive than the current application lens.

  • Luis Manuel Ramos Da Costa

    You know what would be nice with this ? And this could work on Unity Bliss, Unity Lens or even Gnome-Shell Activies ! Is to have a right click on the icon and an option to make it invisible, so then he add the “NoDisplay=true” command into the .desktop file of the application ^^ That would be very very nice :D IMHO

  • http://twitter.com/vishnumrao Vishnu Rao

    great work. Much nicer than the default unity lenses. This must become default. 

    waiting for someone to package a ppa. 

  • http://profiles.google.com/lain.halfbit Lain inVerse

    Is it so hard to use “sudo checkinstall” instead of “sudo make install”?

    Checkinstall automatically makes deb-package. You need to answer few obvious and non-mandatory questions but as result you achieve completely manageable package which will be properly removed if you ever decide to do so.

    Using “make uninstall” for this purpose may lead to removal of something necessary or leaving things here and there. Also “make install” may replace existing files without asking.

  • Bob Baird

    Am I the only person who is driven nuts by the window control buttons for the dash? They look like someone’s 9-year old drew them in GIMP and they just threw them in to humor the kid!

    • Anonymous

      yea i dont really like them the old one on the bottom corner was better imo.

      someone may file a bug thou

      • Bob Baird

        someone just did ;-)

  • http://pulse.yahoo.com/_HZILZGJ4PKNN67IK7JYXIKHLSM DjznBR

    Hate to spoil your all excitement : Mint is number ONE on Distrowatch.com. A milestone. Ubuntu was there for a least 5 years.

    • Anonymous

      Distrowatch stats are just for distrowatch visitors and what they click on. they are useless in measuring install base. Most Linux users don’t visit that site and for people that do, once they find a distro that suits them they stop visiting. Check google trends Ubuntu vs. Linux mint. No comparison. Ubuntu is ahead in popularity by far and it would take a long time for mint, fedora, arch or any other distro to catch up to Ubuntu/Lubuntu/Kubuntu and all the other buntus. Not to mention that Mint itself is also an unofficial buntu. I get it that the popular thing now days here is to whine about and put down ubuntu but mint doesn’t have anywhere near 20 million users and though they are doing an great job with their distro, don’t kid yourself as to how popular it is.

    • Anonymous

      That’s nice, but unfortunately Distrowatch doesn’t mean anything. Try for example Google Trends for real usage comparison between distros:
      http://www.google.com/trends?q=ubuntu%2C+fedora%2C+linux+mint

      • Anonymous

        see above – Google search trends ≠ install base.
        (I’m not defending the Mint is #1 claim, but rather pointing out your reply is apples vs. oranges)

  • Mike Apsey

    Wake-up, Ubuntu! This is just one more way your users can vote against your brainchild Unity!. I left you for Mint over Unity and so have lots of others, making Mint the #1 Linux distro now. Good work, Ubuntu. NOT!!! Geeeez!

    You are no longer the Linux distro Goliath and it’s because you want to be the the “Microsoft” of Linux distros. FAIL!!!!

    • http://twitter.com/KiteX3 ARB

      I actually like Unity overall, it’s just that the Dash is absolutely awful. So don’t consider my support for making the Dash just slightly more sane a vote against Unity as a whole.

    • Anonymous
      • Anonymous

        FAIL – search trends  ≠ install base.  An indicator of interest, yes, actually installed systems?  hardly.

    • http://twitter.com/rawrimbally Baljit Singh

      Even Fedora is more popular than Mint. So no, Mint is NOT the number one distro of choice you arrogant fool. 

  • http://johannpopper.myopenid.com/ Johann Popper

    I lol at any interface that flaunts Universal Access, but fixes the font in the applications list at a very miniature size no person with vision problems could ever hope to read on their best day. And, quite frankly, it is irritating (really infuriating) that something so utterly basic is far beyond the user’s control.

    …And that’s why I use KDE.

  • Ray

    it’s only my meagre opinion but although unity has some ok ideas I really like the look of Linux Mint 12′s “MGSE” (Mint Gnome Shell Extensions). http://blog.linuxmint.com/?p=1851 I switched to mint this year {as I’m not a unity fan} and it seems they have some really well thought out plans ahead. like everything though it’s all down to personal choice… you can’t please everyone all the time. and forcing people to like unity or gnome or kde or any other alternative is just wrong, arrogant and plain rude. all this bickering over what is better sucks!!!

  • Anonymous

    “pretty much perfect”? No, the silly ‘home’ lens should disappear. I want just immediately my apps and the filters next to it.

  • http://www.aaronhastings.ie Aaron Hastings

    “Unity’s Application Lens is pretty much perfect” -  oh Joey, Joey, Joey…

  • http://twitter.com/hydrox24 Alex.B

    Can you safely use checkinstall with this (so you can later uninstall/manage with dpkg)?

  • Marcos Gandoz

    Is there a way to set it as default lens, instead of the regular one?

  • Anonymous

    Am I the only one to get a segfault when running /usr/libexec/unity-bliss-daemon ?

  • Anonymous

    Anyone even tried this on Oneiric ? All I could have it perform is crashing…

  • Anonymous

    ok, it stopped crashing with the latest libunity update, great!

  • Anonymous

    Now we need 2 things: for this to support infinite nesting of sub-categories, and for Unity to natively support this mode of operations.

  • Anonymous

    That’s not even close to what a menu gives you.  Unless the categories show their contents when you hover over them.  Why do my apps need to have more clicks to get to?

  • http://pulse.yahoo.com/_UFCNPNEKQKJJL5VU7TGFUSQIUA mmhmm

    after i put in the 2nd line, I get..
    “configure: error: invalid variable name: `–prefix’ ”

    and can;t continue.
    wth?

  • Giuseppe Certo

    Hi,  I have removed the ‘unity-lens-bliss’ folder in /usr/share, and the ‘bliss’ folder in /usr/share/unity/lenses. Now, my dash have lost all the lenses, except the one for shortcut. I can’t launch any application! There is a way to reset the dash??