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

Apps are missing icons #2632

Closed
morph027 opened this issue Dec 13, 2016 · 5 comments
Closed

Apps are missing icons #2632

morph027 opened this issue Dec 13, 2016 · 5 comments
Labels
bug design Design, UI, UX, etc. needs info

Comments

@morph027
Copy link

Steps to reproduce

  1. Update Nextcloud apps (e.g. happens with calendar and mail)
  2. Open app menu or
  3. Open app admin panel

Expected behaviour

See the app icon

Actual behaviour

There's a blank icon

nc-apps

Server configuration

Operating system: Ubuntu 16.04.1 LTS

Web server: Apache2 2.4.18-2ubuntu3.1 + nginx reverse proxy in front of

Database: MySQL (MariaDB 10.1.19+maria-1~xenial)

PHP version: 7.0.8-0ubuntu0.16.04.3

Nextcloud version: 11

Updated from an older Nextcloud/ownCloud or fresh install: Updated from an older Nextcloud

Where did you install Nextcloud from: Nextcloud download page

Signing status:

Signing status
Integrity checker has been disabled. Integrity cannot be verified.

List of activated apps:

App list
Enabled:
  - activity: 2.4.1
  - admin_audit: 1.1.0
  - audioplayer: 1.3.1
  - calendar: 1.4.1
  - comments: 1.1.0
  - contacts: 1.5.2
  - dav: 1.1.1
  - federatedfilesharing: 1.1.1
  - federation: 1.1.1
  - files: 1.6.1
  - files_external: 1.1.2
  - files_markdown: 1.0.0
  - files_pdfviewer: 1.0.1
  - files_sharing: 1.1.1
  - files_texteditor: 2.2
  - files_trashbin: 1.1.0
  - files_versions: 1.4.0
  - files_videoplayer: 1.0.0
  - firstrunwizard: 2.0
  - gallery: 16.0.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.0.0
  - mail: 0.6.2
  - nextcloud_announcements: 1.0
  - notifications: 1.0.1
  - password_policy: 1.1.0
  - provisioning_api: 1.1.0
  - serverinfo: 1.1.1
  - sharebymail: 1.0.1
  - spreedme: 0.3.5
  - survey_client: 0.1.5
  - systemtags: 1.1.3
  - templateeditor: 0.2
  - theming: 1.1.1
  - twofactor_backupcodes: 1.0.0
  - twofactor_totp: 0.5.0
  - updatenotification: 1.1.1
  - workflowengine: 1.1.1
Disabled:
  - encryption
  - external
  - files_accesscontrol
  - files_automatedtagging
  - files_retention
  - user_external
  - user_ldap
  - user_saml

The content of config/config.php:

Config report
{
    "system": {
        "mail_smtpmode": "smtp",
        "mail_smtphost": "mail.gmx.com",
        "mail_smtpport": "465",
        "mail_smtpsecure": "ssl",
        "mail_smtpauth": 1,
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "instanceid": "51b0d086d80cd",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "\/var\/www\/nextcloud-data",
        "dbtype": "mysql",
        "version": "11.0.0.9",
        "dbname": "nextcloud",
        "dbhost": "database.lan",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance": false,
        "theme": "",
        "logtimezone": "Europe\/Berlin",
        "loglevel": 2,
        "overwritehost": "nextcloud.morph027.de",
        "overwrite.cli.url": "https:\/\/nextcloud.morph027.de",
        "overwriteprotocol": "https",
        "overwritewebroot": "\/",
        "trusted_domains": [
            "nextcloud.morph027.de"
        ],
        "forcessl": true,
        "secret": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": "true",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "localhost",
            "port": 6379,
            "timeout": 0,
            "dbindex": 0
        },
        "mail_from_address": "morphsen",
        "mail_domain": "gmx.com",
        "activity_expire_days": 90,
        "trashbin_retention_obligation": "auto",
        "app.mail.server-side-cache.enabled": true,
        "updatechecker": false,
        "htaccess.RewriteBase": "\/",
        "ldapIgnoreNamingRules": false,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "updater.release.channel": "beta",
        "updater.secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_proxies": [
            "192.168.158.111"
        ],
        "forwarded_for_headers": [
            "HTTP_X_FORWARDED_FOR"
        ]
    },
    "apps": {
        "activity": {
            "enabled": "yes",
            "installed_version": "2.4.1",
            "types": "filesystem"
        },
        "admin_audit": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": "logging"
        },
        "admin_migrate": {
            "enabled": "no",
            "installed_version": "0.1"
        },
        "announcementcenter": {
            "enabled": "no",
            "installed_version": "1.1.2",
            "ocsid": "173921",
            "signed": "true",
            "types": ""
        },
        "appframework": {
            "enabled": "no",
            "installed_version": "0.104",
            "ocsid": "162405",
            "types": ""
        },
        "audioplayer": {
            "enabled": "yes",
            "installed_version": "1.3.1",
            "ocsid": "174738",
            "types": ""
        },
        "backgroundjob": {
            "lastjob": "7105"
        },
        "bookmarks": {
            "enabled": "no",
            "installed_version": "0.4",
            "ocsid": "168710",
            "types": ""
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "1.4.1",
            "ocsid": "168707",
            "types": ""
        },
        "checksum": {
            "enabled": "no",
            "installed_version": "0.1",
            "ocsid": "160005",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": "logging"
        },
        "contacts": {
            "enabled": "yes",
            "installed_version": "1.5.2",
            "ocsid": "168708",
            "types": ""
        },
        "core": {
            "": "in",
            "OC_Channel": "beta",
            "backgroundjobs_mode": "cron",
            "backgroundjobs_step": "queued_tasks",
            "backgroundjobs_task": "",
            "default_encryption_module": "OC_DEFAULT_MODULE",
            "encryption_enabled": "no",
            "global_cache_gc_lastrun": "1437397341",
            "installedat": "1370542263.8296",
            "lastcron": "1481614202",
            "lastupdateResult": "[]",
            "lastupdatedat": "1481607793",
            "moveavatarsdone": "yes",
            "oc.integritycheck.checker": "{\"Application to check\":{\"EXCEPTION\":{\"class\":\"Exception\",\"message\":\"App not found\"}}}",
            "outgoing_server2server_share_enabled": "no",
            "previewsCleanedUp": "1",
            "public_caldav": "calendar\/share.php",
            "public_calendar": "calendar\/share.php",
            "public_documents": "documents\/public.php",
            "public_files": "files_sharing\/public.php",
            "public_gallery": "gallery\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "remote_ampache": "media\/remote.php",
            "remote_caldav": "dav\/appinfo\/v1\/caldav.php",
            "remote_calendar": "dav\/appinfo\/v1\/caldav.php",
            "remote_carddav": "dav\/appinfo\/v1\/carddav.php",
            "remote_contacts": "dav\/appinfo\/v1\/carddav.php",
            "remote_contactthumbnail": "contacts\/thumbnail.php",
            "remote_core.css": "\/core\/minimizer.php",
            "remote_core.js": "\/core\/minimizer.php",
            "remote_dav": "dav\/appinfo\/v2\/remote.php",
            "remote_files": "dav\/appinfo\/v1\/webdav.php",
            "remote_filesync": "files\/appinfo\/filesync.php",
            "remote_mozilla_sync": "mozilla_sync\/appinfo\/remote.php",
            "remote_webdav": "dav\/appinfo\/v1\/webdav.php",
            "repairlegacystoragesdone": "yes",
            "shareapi_allow_public_upload": "no",
            "shareapi_allow_resharing": "no",
            "shareapi_enforce_links_password": "no",
            "shareapi_exclude_groups": "no",
            "shareapi_exclude_groups_list": "internal",
            "updater.secret.created": "1481607519",
            "vendor": "nextcloud"
        },
        "dav": {
            "enabled": "yes",
            "installed_version": "1.1.1",
            "types": "filesystem"
        },
        "direct_menu": {
            "enabled": "no",
            "installed_version": "0.3",
            "ocsid": "169148",
            "types": ""
        },
        "documents": {
            "enabled": "no",
            "installed_version": "0",
            "ocsid": "168711",
            "types": "",
            "unstable": "false"
        },
        "encryption": {
            "enabled": "no",
            "installed_version": "1.0.0",
            "publicShareKeyId": "pubShare_c370ee00",
            "recoveryAdminEnabled": "1",
            "recoveryKeyId": "recoveryKey_c370ee00",
            "types": "filesystem"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.1.1",
            "types": ""
        },
        "federation": {
            "enabled": "yes",
            "installed_version": "1.1.1",
            "types": "authentication"
        },
        "files": {
            "backgroundwatcher_previous_file": "81",
            "backgroundwatcher_previous_folder": "283",
            "cronjob_scan_files": "500",
            "default_quota": "10 GB",
            "enabled": "yes",
            "installed_version": "1.6.1",
            "types": "filesystem"
        },
        "files_antivirus": {
            "av_chunk_size": "1024",
            "av_cmd_options": "",
            "av_host": "",
            "av_infected_action": "only_log",
            "av_mode": "socket",
            "av_path": "\/usr\/bin\/clamscan",
            "av_port": "0",
            "av_socket": "\/var\/run\/clamav\/clamd.ctl",
            "enabled": "no",
            "installed_version": "0.8.0.1",
            "ocsid": "157439",
            "types": "filesystem"
        },
        "files_encryption": {
            "publicShareKeyId": "pubShare_3dc8c0fb"
        },
        "files_external": {
            "\/public-share": "1447581260",
            "allow_user_mounting": "yes",
            "enabled": "yes",
            "google::414540657869.apps.googleuserco1380476331cId": "760",
            "installed_version": "1.1.2",
            "ocsid": "166048",
            "types": "filesystem",
            "user_mounting_backends": "ftp,dav,owncloud,sftp,amazons3,dropbox,googledrive,swift,smb,\\OC\\Files\\Storage\\SFTP_Key,\\OC\\Files\\Storage\\SMB_OC"
        },
        "files_imageviewer": {
            "enabled": "no",
            "installed_version": "1.0"
        },
        "files_markdown": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": ""
        },
        "files_mv": {
            "enabled": "no",
            "installed_version": "0.8.2",
            "ocsid": "150271",
            "types": "filesystem"
        },
        "files_odfviewer": {
            "enabled": "no",
            "installed_version": "0.1"
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "1.0.1",
            "ocsid": "166049",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "1.1.1",
            "outgoing_server2server_share_enabled": "no",
            "types": "filesystem"
        },
        "files_texteditor": {
            "enabled": "yes",
            "installed_version": "2.2",
            "ocsid": "166051",
            "types": ""
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": "filesystem"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.4.0",
            "types": "filesystem"
        },
        "files_videoplayer": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": ""
        },
        "files_videoviewer": {
            "enabled": "no",
            "installed_version": "0.1.3",
            "ocsid": "166054",
            "types": ""
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "2.0",
            "types": "logging"
        },
        "fluxx_compensator": {
            "enabled": "no",
            "installed_version": "0.2.5",
            "ocsid": "157091",
            "types": "base"
        },
        "gallery": {
            "enabled": "yes",
            "installed_version": "16.0.0",
            "types": ""
        },
        "galleryplus": {
            "enabled": "no",
            "installed_version": "14.3.0",
            "ocsid": "169116",
            "types": ""
        },
        "grauphel": {
            "enabled": "no",
            "installed_version": "0.4.0",
            "types": ""
        },
        "keeweb": {
            "enabled": "no",
            "installed_version": "0.2.9",
            "types": ""
        },
        "logreader": {
            "enabled": "yes",
            "installed_version": "2.0.0",
            "ocsid": "170871",
            "types": ""
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": "authentication"
        },
        "mail": {
            "enabled": "yes",
            "installed_version": "0.6.2",
            "signed": "true",
            "types": ""
        },
        "media": {
            "enabled": "no",
            "installed_version": "0.4.3"
        },
        "mozilla_sync": {
            "enabled": "no",
            "installed_version": "1.4",
            "ocsid": "161793",
            "types": ""
        },
        "music": {
            "enabled": "no",
            "installed_version": "0.3.11",
            "ocsid": "164319",
            "types": "filesystem"
        },
        "news": {
            "enabled": "no",
            "installed_version": "6.0.4",
            "ocsid": "168040",
            "types": ""
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "1.0",
            "pub_date": "Sat, 10 Dec 2016 00:00:00 +0100",
            "types": "logging"
        },
        "notes": {
            "enabled": "no",
            "installed_version": "0.9",
            "types": ""
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "1.0.1",
            "types": "logging"
        },
        "ocusagecharts": {
            "enabled": "no",
            "installed_version": "3.4.5",
            "types": ""
        },
        "ojsxc": {
            "boshUrl": "\/http-bind\/",
            "enabled": "no",
            "iceCredential": "",
            "iceSecret": "",
            "iceTtl": "",
            "iceUrl": "",
            "iceUsername": "",
            "installed_version": "3.0.1",
            "ocsid": "162257",
            "serverType": "external",
            "types": "prelogin",
            "xmppDomain": "morph027.de",
            "xmppOverwrite": "false",
            "xmppResource": "nextcloud",
            "xmppStartMinimized": "false"
        },
        "password_policy": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": ""
        },
        "passwords": {
            "enabled": "no",
            "installed_version": "8.0.14",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": "prevent_group_restriction"
        },
        "rainloop": {
            "enabled": "no",
            "installed_version": "4.26.0",
            "types": ""
        },
        "search_lucene": {
            "enabled": "no",
            "installed_version": "0.7.0",
            "ocsid": "168709",
            "types": "filesystem"
        },
        "search_public": {
            "enabled": "no",
            "installed_version": "0.1",
            "ocsid": "158260",
            "types": ""
        },
        "serverinfo": {
            "enabled": "yes",
            "installed_version": "1.1.1",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "installed_version": "1.0.1",
            "types": "filesystem"
        },
        "spreedme": {
            "OWNCLOUD_TEMPORARY_PASSWORD_LOGIN_ENABLED": "false",
            "SPREED_WEBRTC_BASEPATH": "\/webrtc\/",
            "SPREED_WEBRTC_IS_SHARED_INSTANCE": "false",
            "SPREED_WEBRTC_ORIGIN": "",
            "SPREED_WEBRTC_SHAREDSECRET": "7d2603b06fd3355d8369a688cc176724a940e48e675086a38bf07ebf94fb2a70",
            "enabled": "yes",
            "installed_version": "0.3.5",
            "is_set_up": "true",
            "ocsid": "174436",
            "types": ""
        },
        "survey_client": {
            "enabled": "yes",
            "installed_version": "0.1.5",
            "last_report": "{\"id\":\"51b0d086d80cd\",\"items\":[[\"server\",\"version\",\"11.0.0.5\"],[\"server\",\"code\",\"other\"],[\"server\",\"enable_avatars\",\"yes\"],[\"server\",\"enable_previews\",\"yes\"],[\"server\",\"memcache.local\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"memcache.distributed\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"asset-pipeline.enabled\",\"no\"],[\"server\",\"filelocking.enabled\",\"yes\"],[\"server\",\"memcache.locking\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"debug\",\"no\"],[\"server\",\"cron\",\"cron\"],[\"php\",\"version\",\"7.0.8\"],[\"php\",\"memory_limit\",-1],[\"php\",\"max_execution_time\",0],[\"php\",\"upload_max_filesize\",2097152],[\"database\",\"type\",\"mysql\"],[\"database\",\"version\",\"10.1.19\"],[\"database\",\"size\",67354624],[\"apps\",158434,\"disabled\"],[\"apps\",\"activity\",\"2.4.1\"],[\"apps\",\"admin_audit\",\"1.1.0\"],[\"apps\",\"admin_migrate\",\"disabled\"],[\"apps\",\"announcementcenter\",\"disabled\"],[\"apps\",\"appframework\",\"disabled\"],[\"apps\",\"audioplayer\",\"1.3.1\"],[\"apps\",\"bookmarks\",\"disabled\"],[\"apps\",\"calendar\",\"1.4.1\"],[\"apps\",\"checksum\",\"disabled\"],[\"apps\",\"comments\",\"1.1.0\"],[\"apps\",\"contacts\",\"1.5.2\"],[\"apps\",\"dav\",\"1.1.1\"],[\"apps\",\"direct_menu\",\"disabled\"],[\"apps\",\"documents\",\"disabled\"],[\"apps\",\"encryption\",\"disabled\"],[\"apps\",\"federatedfilesharing\",\"1.1.1\"],[\"apps\",\"federation\",\"1.1.1\"],[\"apps\",\"files\",\"1.6.1\"],[\"apps\",\"files_antivirus\",\"disabled\"],[\"apps\",\"files_external\",\"1.1.2\"],[\"apps\",\"files_imageviewer\",\"disabled\"],[\"apps\",\"files_markdown\",\"0\"],[\"apps\",\"files_mv\",\"disabled\"],[\"apps\",\"files_odfviewer\",\"disabled\"],[\"apps\",\"files_pdfviewer\",\"1.0.1\"],[\"apps\",\"files_sharing\",\"1.1.1\"],[\"apps\",\"files_texteditor\",\"2.2\"],[\"apps\",\"files_trashbin\",\"1.1.0\"],[\"apps\",\"files_versions\",\"1.4.0\"],[\"apps\",\"files_videoplayer\",\"1.0.0\"],[\"apps\",\"files_videoviewer\",\"disabled\"],[\"apps\",\"firstrunwizard\",\"2.0\"],[\"apps\",\"fluxx_compensator\",\"disabled\"],[\"apps\",\"gallery\",\"16.0.0\"],[\"apps\",\"galleryplus\",\"disabled\"],[\"apps\",\"grauphel\",\"disabled\"],[\"apps\",\"keeweb\",\"disabled\"],[\"apps\",\"logreader\",\"1.3.1\"],[\"apps\",\"lookup_server_connector\",\"1.0.0\"],[\"apps\",\"mail\",\"0.6.0\"],[\"apps\",\"media\",\"disabled\"],[\"apps\",\"mozilla_sync\",\"disabled\"],[\"apps\",\"music\",\"disabled\"],[\"apps\",\"news\",\"disabled\"],[\"apps\",\"nextcloud_announcements\",\"1.0\"],[\"apps\",\"notes\",\"disabled\"],[\"apps\",\"notifications\",\"1.0.1\"],[\"apps\",\"ocusagecharts\",\"disabled\"],[\"apps\",\"ojsxc\",\"disabled\"],[\"apps\",\"password_policy\",\"1.1.0\"],[\"apps\",\"passwords\",\"disabled\"],[\"apps\",\"provisioning_api\",\"1.1.0\"],[\"apps\",\"rainloop\",\"0\"],[\"apps\",\"search_lucene\",\"disabled\"],[\"apps\",\"search_public\",\"disabled\"],[\"apps\",\"serverinfo\",\"1.1.1\"],[\"apps\",\"sharebymail\",\"1.0.0\"],[\"apps\",\"spreedme\",\"0.3.4\"],[\"apps\",\"survey_client\",\"0.1.5\"],[\"apps\",\"systemtags\",\"1.1.3\"],[\"apps\",\"tasks\",\"disabled\"],[\"apps\",\"templateeditor\",\"0.2\"],[\"apps\",\"theming\",\"1.1.1\"],[\"apps\",\"twofactor_backupcodes\",\"1.0.0\"],[\"apps\",\"twofactor_totp\",\"0.5.0\"],[\"apps\",\"updatenotification\",\"1.1.1\"],[\"apps\",\"updater\",\"disabled\"],[\"apps\",\"user_migrate\",\"disabled\"],[\"apps\",\"workflowengine\",\"1.1.1\"],[\"stats\",\"num_files\",82124],[\"stats\",\"num_users\",11],[\"stats\",\"num_storages\",37],[\"stats\",\"num_storages_local\",12],[\"stats\",\"num_storages_home\",11],[\"stats\",\"num_storages_other\",14],[\"stats\",\"num_comments\",0],[\"stats\",\"num_comment_markers\",0],[\"stats\",\"num_systemtags\",0],[\"stats\",\"num_systemtags_mappings\",0],[\"files_sharing\",\"num_shares\",10],[\"files_sharing\",\"num_shares_user\",6],[\"files_sharing\",\"num_shares_groups\",0],[\"files_sharing\",\"num_shares_link\",4],[\"files_sharing\",\"num_shares_link_no_password\",1],[\"files_sharing\",\"num_fed_shares_sent\",0],[\"files_sharing\",\"num_fed_shares_received\",0],[\"files_sharing\",\"permissions_0_1\",\"1\"],[\"files_sharing\",\"permissions_3_1\",\"4\"],[\"files_sharing\",\"permissions_0_15\",\"5\"],[\"encryption\",\"enabled\",\"no\"],[\"encryption\",\"default_module\",\"yes\"]]}",
            "last_sent": "1480948205",
            "types": ""
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.1.3",
            "types": "logging"
        },
        "tasks": {
            "enabled": "no",
            "installed_version": "0.1",
            "types": ""
        },
        "templateeditor": {
            "enabled": "yes",
            "installed_version": "0.2",
            "types": ""
        },
        "theming": {
            "enabled": "yes",
            "installed_version": "1.1.1",
            "types": "logging"
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.0.0",
            "types": ""
        },
        "twofactor_totp": {
            "enabled": "yes",
            "installed_version": "0.5.0",
            "types": ""
        },
        "updatenotification": {
            "audioplayer": "1.3.0",
            "contacts": "1.4.0.0",
            "core": "11.0.0.9",
            "enabled": "yes",
            "installed_version": "1.1.1",
            "mail": "0.6.2",
            "spreedme": "0.3.5",
            "types": ""
        },
        "updater": {
            "e1e1ff55be308375e4cbe9f514caa3b9": "1",
            "enabled": "no",
            "installed_version": "0.6",
            "types": ""
        },
        "user_migrate": {
            "enabled": "no",
            "installed_version": "0.1"
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "1.1.1",
            "types": "filesystem"
        },
        "158434": {
            "enabled": "no"
        }
    }
}

Are you using external storage, if yes which one: none

Are you using encryption: no

Are you using an external user-backend, if yes which one: none

Client configuration

Browser: Firefox and Chrome

Operating system: Ubuntu Linux 16.04

Logs

I've found nothing obvious (404, 503, ...) anywhere

@morph027
Copy link
Author

Chrome inspect element:

<image x="0" y="0" width="32" height="32" preserveAspectRatio="xMinYMin meet" filter="url(#invert)" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="//apps/calendar/img/calendar.svg?v=39ca7278c6fa212603203868d85efa90" class="app-icon"></image>

@morph027
Copy link
Author

morph027 commented Dec 13, 2016

This is what i get when copying the link address in firefox:

https://apps/calendar/img/calendar.svg?v=39ca7278c6fa212603203868d85efa90

Blowing up to valid full url, the icon gets displayed correctly.

@jancborchardt
Copy link
Member

Can anyone of you reproduce this @nextcloud/designers? Any idea what the issue could be?

@morph027 does it happen ona different device too? And also in an incognito window?

@jancborchardt jancborchardt added bug design Design, UI, UX, etc. needs info labels Dec 16, 2016
@morph027
Copy link
Author

Yes, different devices, different browsers (Firefox, Chromium, Midori) and all of them tried native and incognito.

@morph027
Copy link
Author

Hm, now it's gone ;)

Probably some nginx or apache cache related staff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug design Design, UI, UX, etc. needs info
Projects
None yet
Development

No branches or pull requests

2 participants