Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
pureos-store
Commits
19f1fdc5
Commit
19f1fdc5
authored
Sep 02, 2013
by
Richard Hughes
Browse files
Do not limit the DesktopDb refine to packages
parent
e77e2d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/gs-plugin-desktopdb.c
View file @
19f1fdc5
...
...
@@ -174,8 +174,6 @@ gs_plugin_refine (GsPlugin *plugin,
/* can we convert a package to an application */
for
(
l
=
list
;
l
!=
NULL
;
l
=
l
->
next
)
{
app
=
GS_APP
(
l
->
data
);
if
(
gs_app_get_kind
(
app
)
!=
GS_APP_KIND_PACKAGE
)
continue
;
if
(
gs_app_get_metadata_item
(
app
,
"datadir-desktop-filename"
)
!=
NULL
)
continue
;
pkgname
=
gs_app_get_metadata_item
(
app
,
"package-name"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment