Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
rarian
rarian-no-warning-desktop-entry.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rarian-no-warning-desktop-entry.patch of Package rarian
Index: rarian-0.8.1/librarian/rarian-reg-utils.c =================================================================== --- rarian-0.8.1.orig/librarian/rarian-reg-utils.c +++ rarian-0.8.1/librarian/rarian-reg-utils.c @@ -505,6 +505,25 @@ process_pair (RrnReg *reg, char *key, ch reg->identifier = strdup (value); } else if (!strcmp (key, "X-DOC-Weight")) { reg->weight = atoi (value); + } else if (!strcmp (key, "Exec") || + !strcmp (key, "Encoding") || + !strcmp (key, "Exec") || + !strcmp (key, "FilePattern") || + !strncmp (key, "GenericName", strlen ("GenericName")) || + !strcmp (key, "Hidden") || + !strcmp (key, "MimeType") || + !strcmp (key, "NotShowIn") || + !strcmp (key, "Path") || + !strcmp (key, "OnlyShowIn") || + !strcmp (key, "StartupNotify") || + !strcmp (key, "SwallowExec") || + !strcmp (key, "SwallowTitle") || + !strcmp (key, "Terminal") || + !strcmp (key, "TryExec") || + !strcmp (key, "Type") || + !strcmp (key, "Version") || + 0) { + /* ignore */ } else if (!strncmp (key, "X-", 2)) { /* ignore */ } else {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor