Bug 1706620 - bad permissions on neverball data files
Summary: bad permissions on neverball data files
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: neverball
Version: 30
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-05-05 18:03 UTC by Tom Horsley
Modified: 2019-05-15 01:35 UTC (History)
2 users (show)

Fixed In Version: neverball-1.6.0-17.fc30
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-15 01:35:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.