Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#10634 closed Bug Report - General (fixed)

No error handling in theme download

Reported by: mythtv@… Owned by: cpinkham
Priority: minor Milestone: 0.27
Component: Services - Theme Downloads Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If the user's ~/.mythtv/themes directory is not writable, the theme downloader goes through all the motions of downloading and installing a theme, but then never gives any indication that the install failed or why.

Change History (2)

comment:1 Changed 11 years ago by Chris Pinkham <cpinkham@…>

Resolution: fixed
Status: newclosed

In 4167259a6c88392303e28b2c98042a4c60dbcb99/mythtv:

Check user themes directory for writability before downloading theme.

This patch will check that the user's themes directory (normally
~/.mythtv/themes on a *nix system) is writable when the user enters
the Theme Chooser screen and warn the user if it is not writable.

Another check happens at theme download time to warn the user if
the selected theme can not be downloaded and installed if the themes
directory is not writable.

Fixes #10634.

comment:2 Changed 11 years ago by paulh

Milestone: unknown0.27
Version: 0.25-fixesMaster Head
Note: See TracTickets for help on using tickets.