Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if gnome-icon-theme is installed #32

Closed

Conversation

atodorov
Copy link
Contributor

Just minimize the false negatives when this is installed.

@atodorov
Copy link
Contributor Author

also checks for gnome-icon-theme-symbolic

@@ -5,6 +5,18 @@ if ! type parallel 2>&1 > /dev/null; then
exit 99
fi

if ! rpm -q gnome-icon-theme 2>&1 > /dev/null; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think ! rpm -q gnome-icon-theme &> /dev/null; would be better here and few lines below too.

@vpodzime
Copy link
Contributor

Other than the minor comment above this looks good to me.

@vpodzime vpodzime added the ACK label Mar 16, 2015
are installed otherwise tests/glade/icons/check_icons.py
produces false negatives
@clumens
Copy link
Contributor

clumens commented Jun 2, 2015

It looks like we'd need this on master too, right?

@atodorov
Copy link
Contributor Author

atodorov commented Jun 3, 2015

It looks like we'd need this on master too, right?

Yes

@clumens
Copy link
Contributor

clumens commented Jun 25, 2015

Pushed to both master and rhel7-branch. Thanks.

@clumens clumens closed this Jun 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants