Gnome 49, as opposed to what?

Here are my results:

Odd.

As I said, I assume you installed something that adds this functionality to gnome, but it is not a default in Ubuntu.

1 Like

Not that I am aware of. Thanks anyhow. Is there any way to tell?

Thinking about it, check if you installed the “gnome-software” app (which is similar to Ubuntus app center but deeper integrated with the desktop, so it might add such a feature to it)

OK, but check in which place? :crazy_face: :rofl: :rofl: :rofl:

ETA:
Just checked the circle-dots one at the bottom, and nothing there.
Just checked the orange A with the halo, and nothing there either with that name.
Sorry.

No, there is a better way.
See Repositories/Ubuntu - Community Help Wiki for what is supported and what is not. It’s changed little in 20 years and is well known to most folks. Not sure how you missed it.

AppCenter is a convenience that we recommend to new users for good reason – it protects you from folly. If AppCenter cannot do it, it might not be supported. When you find yourself looking for workarounds because AppCenter won’t do something, stop. You might be on the path to breaking stuff.

3 Likes

Thanks, but I did not even see any reference to the circle-dot thing “Show Apps”, which has its own search and install/uninstall. Anyhow, what I was looking for is some sort of test/benchmark software I can run over the next couple weeks before the 25.10 update comes out.

Open App Centre > Type software in search box > Filter by Debian packages > Software (the GNOME project)

We appreciate that you are new, and learning much.

We do ask that --as part of that learning-- you acquire the habit of using names.

Others will find it much easier to understand what you are trying to communicate.

image

image

Open a terminal and with two quick checks we can see if additional functionality has been added:

dpkg -l | grep gnome-software

This will check if the package mentioned by @ogra is installed or not.

From your image, it appears you have flatpak installed, check with this command:
flatpak remotes

What search results you get when searching from the Overview is controlled in Settings > Search. Notice that Software is included in the apps to search. That’s referring to Gnome Software. Your search results in the ‘software’ area are just links to the application’s page in Gnome Software so that you can install it. Search is apparently not set up to search App Center (at least mine isn’t).

If you switch Software to OFF, you won’t get any results from it.

Output from those commands:

So ii means installed 
 since gnome-software is not part of the default install in Ubuntu (on purpose, since AppCenter fulfills the function already) you must have added it yourself at some point, like I said 


Is that bad? Should I remove it, and if so, how? I thought Gnome was a part of Ubuntu, is it not? I could have sworn I saw in the new Ubuntu coming in a month, that Gnome software is a part of this, and not just a new thing, but an update.
Saw it here:

Nah, nothing is bad :slight_smile: but you should keep in mind that your system simply is not default anymore and thus might behave differently to a normal Ubuntu 
 i.e. the installation offering in the “Show Apps” search page is simply not normal behavior, users that do not install a second software manager app like gnome-software (probably 95% of the typical Ubuntu user) will not see it 


1 Like

My bigger concern is that it will break in a month when the new update comes out. I don’t really use a lot right now, honestly. Mostly Firefox, Brave, some graphics editor, LibreOffice, and Chirp. I installed a few things which looked interesting, such as “Miracle-wm”, “Plasma” (maybe), “Mesa” (maybe), “KDE” (maybe), “Gnome” (thought until today this was part of Ubuntu), “flatpak”, and that might be it. I can uninstall all of them, if that is what you are telling me will give best results.

Ubuntu uses parts of the GNOME desktop and also adds and removes things to/from it 


For example the default GNOME does not support icons on the desktop, this is an addition Ubuntu does, GNOME also comes with a quite different panel layout by default, Ubuntu has the fully expanded launcher panel on the side instead 
 Ubuntu uses its own software management tool (AppCenter) so the gnome-software packages are not installed by default and so on 


Making a distribution is all about software selection and applying the glue to make the selected default bits work best with each other 


3 Likes

Gnome Software gets installed when you follow the Flatpak setup directions on Flathub:
https://flathub.org/setup/Ubuntu
Step 2 installs the Flatpak plugin, which depends on Gnome Software.

BTW, For those who try to avoid Snap packages, Gnome Software is NOT a Snap package. Apt Center IS a Snap Package, and Ubuntu Software IS also a Snap package.

I wonder if I am mixing up “flat” and “snap”. They sound very similar, even when reading them. :rofl: :crazy_face: :grimacing: :roll_eyes: :cowboy_hat_face: :exploding_head:

In my experience, you always have to disable the software search in Settings; otherwise, it shows up even on a fresh vanilla Ubuntu installation,up until 24.04. I haven’t seen those two rectangles in the top right corner, so maybe you installed something unusual that broke that functionality.

Edit: As stated by @ogra, GNOME Software is no longer included by default. I probably remembered it being present in older versions of Ubuntu. Thanks for the clarification!