Announcement

Collapse
No announcement yet.

Muon software center - search not working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Muon software center - search not working

    I tried to find some packages that should bleedingly obviously be in the repositories exposed by this program. I tried to find firefox and 7zip, and the search cannot find them. They are listed, just not found by attempting the search function.

    What's going on? Even when I search for "firefox" the search turns up zero results. How can this be? It's clearly in the list...

    #2
    Have you tried fetching updates? I have not seen this happen myself. Of course I do not see how to do this using the Software Center, so you may want to try doing this using the full Muon package manager to see if updating the package list fixes this.

    Comment


      #3
      I would say the search function is a bit strange in it (software center) however I did just use it for the first time and firefox did pop up before I got threw typing it , 7zip did not but to be accurate it is p7zip for us
      use the muon package manager

      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #4
        I'll try it after updating then.

        Mind you, "p7zip" has "7zip" in it. I would fully expect it to turn up, especiallyif nothing else matches - because turning up zero results is never better than turning up approximate matches.

        Comment


          #5
          Much like Ubuntu's Software Center, Muon Software Center does not list the full number of packages available, I believe. I can see something like p7zip (from the Universe repo - not supported by Ubuntu) not showing up, but Firefox should, which is why I suggested refreshing th package list, as I do not know when and where the Software Center updates its package list

          Comment


            #6
            This:

            Code:
            sudo update-apt-xapian-index -f
            will force a rebuild of the package index that Muon uses.

            Comment


              #7
              Originally posted by SteveRiley View Post
              This:

              Code:
              sudo update-apt-xapian-index -f
              will force a rebuild of the package index that Muon uses.
              Yeah, but that should not be necessary for a user-friendly GUI, right, or the for the users thereof?

              Comment


                #8
                Show me the GUI button that says "Rebuild Muon index"

                Comment


                  #9
                  :P

                  Comment


                    #10
                    Originally posted by SteveRiley View Post
                    This:

                    Code:
                    sudo update-apt-xapian-index -f
                    will force a rebuild of the package index that Muon uses.
                    you would expect muon software center to use the same package index that muon package manager dose ,,,,,and show the same software ,,,,,,that is all that is avalable from the sources you have enabeld ? as should muon discover !!

                    VINNY
                    i7 4core HT 8MB L3 2.9GHz
                    16GB RAM
                    Nvidia GTX 860M 4GB RAM 1152 cuda cores

                    Comment


                      #11
                      All three elements of the Muon suite rely on the same Xapian index:

                      Code:
                      steve@t520:~$ [B]apt-cache depends muon[/B]
                      muon
                        Depends: kde-runtime
                        Depends: libc6
                        Depends: libdebconf-kde0
                        Depends: libkdecore5
                        Depends: libkdeui5
                        Depends: libkio5
                        Depends: libmuonprivate1
                        Depends: libqapt1
                        Depends: libqtcore4
                        Depends: libqtgui4
                        Depends: libstdc++6
                        Depends: libqapt-runtime
                        Depends: [COLOR="#0000CD"][B]apt-xapian-index[/B][/COLOR]
                        Recommends: muon-updater
                        Conflicts: muon:i386
                      
                      steve@t520:~$ [B]apt-cache depends muon-installer[/B]
                      muon-installer
                        Depends: kde-runtime
                        Depends: libc6
                        Depends: libkdecore5
                        Depends: libkdeui5
                        Depends: libkio5
                        Depends: libmuonprivate1
                        Depends: libqapt1
                        Depends: libqt4-declarative
                        Depends: libqtcore4
                        Depends: libqtgui4
                        Depends: libstdc++6
                        Depends: libqapt-runtime
                        Depends: app-install-data
                        Depends: [COLOR="#0000CD"][B]apt-xapian-index[/B][/COLOR]
                        Recommends: app-install-data-partner
                        Conflicts: muon-installer:i386
                      
                      steve@t520:~$ [B]apt-cache depends muon-discover[/B]
                      muon-discover
                        Depends: kde-runtime
                        Depends: libc6
                        Depends: libkdeclarative5
                        Depends: libkdecore5
                        Depends: libkdeui5
                        Depends: libmuonprivate1
                        Depends: libplasma3
                        Depends: libqapt1
                        Depends: libqt4-declarative
                        Depends: libqtcore4
                        Depends: libqtgui4
                        Depends: libstdc++6
                        Depends: libqapt-runtime
                        Depends: app-install-data
                        Depends: [B][COLOR="#0000CD"]apt-xapian-index[/COLOR][/B]
                        Recommends: app-install-data-partner
                        Recommends: ubuntu-sso-client
                        Conflicts: muon-discover:i386
                      muon-installer is the Muon Software Center. It intentionally doesn't display everything in the archive; instead, it limits the choices to "typical" end-user applications. muon is the Muon Package Manager, which exposes the entire set of all available packages. And no, I don't know what the decision factor is for deciding what goes into and what stays out of the Software Center

                      Normally, the Xapian index is self-maintaining. But I suppose it could become corrupt somehow, so knowing how to rebuild it could be useful.

                      Comment


                        #12
                        Even if the index would have gone corrupt (I can't check right now, sorry) it would be a software error, since this is a fresh install (and I do mean fresh) and the computer hasn't crashed or anything.

                        Comment

                        Working...
                        X