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

Enabling files_texteditor breaks favicon selection #171

Open
mmccarn opened this issue Apr 4, 2016 · 0 comments
Open

Enabling files_texteditor breaks favicon selection #171

mmccarn opened this issue Apr 4, 2016 · 0 comments

Comments

@mmccarn
Copy link

mmccarn commented Apr 4, 2016

Steps to reproduce

  • Install owncloud 9.0.0.19
  • enable the example theme in config/config.php
    'theme' => 'example',
  • observe that apple-touch-icon-precomposed is served from the theme folder:

<link rel="apple-touch-icon-precomposed" href="/themes/example/core/img/favicon-touch.png">

  • enable files_texteditor

Expected result

  • apple-touch-icon-precomposed should still be served from the theme folder

Observed result

  • apple-touch-icon-precomposed is now served from /core/img

<link rel="apple-touch-icon-precomposed" href="/core/img/favicon-touch.png">

Notes:

  • The same issue applies to <link rel="shortcut icon" href="/themes/example/core/img/favicon.ico">, but that is already misbehaving due to a separate issue favicon.ico from custom theme is not applied #23758
  • Disabling files_texteditor did not fix the favicon issue, even after restarting apache and running sudo -u www-data php occ maintenance:repair. I had to remove the entire files_external folder from /apps/ before the theme icon selection started working again.
  • Other theme graphics were not disturbed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant