Bug 1706620

Summary: bad permissions on neverball data files
Product: [Fedora] Fedora Reporter: Tom Horsley <horsley1953>
Component: neverballAssignee: Gwyn Ciesla <gwync>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 30CC: gwync, wart
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: neverball-1.6.0-17.fc30 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-15 01:35:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tom Horsley 2019-05-05 18:03:46 UTC
Description of problem:

Cannot run neverputt - screen is black, no games appear.

Version-Release number of selected component (if applicable):
neverball-1.6.0-16.fc30.x86_64
neverball-neverputt-1.6.0-16.fc30.x86_64


How reproducible:
100%

Steps to Reproduce:
1.fresh install of fedora 30 workstation and neverball/nevrputt
2.try to run neverputt
3.thinks it can run, but nothing happens when it tries

Actual results:
cannot run game

Expected results:
able to run game

Additional info:
The data files in /usr/share/neverball are not readable by anyone but root.

Fixed it via:

find /usr/share/neverball -print0 | xargs -0 chmod a+r
find /usr/share/neverball -type d -print0 | xargs -0 chmod a+rx

Comment 1 Tom Horsley 2019-05-06 13:34:09 UTC
I thought this seemed familiar. Bug 1652683 was the same thing in fedora 29 and was supposedly fixed, but it seems to have reverted.

Comment 2 Fedora Update System 2019-05-06 14:52:40 UTC
neverball-1.6.0-17.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-4f5facc5a2

Comment 3 Fedora Update System 2019-05-06 21:04:06 UTC
neverball-1.6.0-17.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-4f5facc5a2

Comment 4 Fedora Update System 2019-05-15 01:35:14 UTC
neverball-1.6.0-17.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.