After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726820 - software sources: don't appear clickable
software sources: don't appear clickable
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-21 13:01 UTC by Matthias Clasen
Modified: 2015-05-24 23:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make apps in sources dialog non-activatable (1.09 KB, patch)
2015-05-23 18:00 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2014-03-21 13:01:05 UTC
The list of installed applications has a hover effect that makes it appear clickable, but nothing happens when I do. The list should appear inert if there is no action to take.
Comment 1 Richard Hughes 2014-04-09 10:56:10 UTC
Hmm, I'm setting the GtkListBox to GTK_SELECTION_NONE in the .ui file, shouldn't this be enough? gtkparasite confirms the selection mode is none for that widget too.
Comment 2 Matthias Clasen 2014-04-10 17:10:04 UTC
Not sure what this was about, tbh - if I click on an installed application, something _does_ happen: the details are shown. So probably just close this for now (unless you know what I am talking about here)
Comment 3 Richard Hughes 2014-04-11 10:35:34 UTC
I think what you meant is when you click sources, then click on a repo that you installed >= app from, then it shows a list of apps. That looks clickable, but nothing happens if you do.
Comment 4 Matthias Clasen 2015-05-23 18:00:52 UTC
Created attachment 303867 [details] [review]
Make apps in sources dialog non-activatable

Since we don't do anything when you click on an app there,
the rows should not give the impression that they are
activatable.
Comment 5 Kalev Lember 2015-05-24 11:35:29 UTC
Review of attachment 303867 [details] [review]:

Thanks, looks good to me!