No compatible apps

Hey all, just seen recently that all my plugins now won’t install in the CC App like usual.

The manifest file below:

{
  "id": "BiggerLogo",
  "name": "BiggerLogo",
  "version": "1.0.1",
  "main": "index.html",
  "host": [
    {
      "app": "PS",
      "minVersion": "23.0.0",
      "data" : {
        "apiVersion": 2,
        "loadEvent": "startup"
      }
    }
  ],
  "manifestVersion": 5,
  "requiredPermissions": {
    "launchProcess": {
      "schemes": [ "http","https","mailto", "file"],
      "extensions": [".pdf",".psd",".png",".jpg"]
    },
    "network": { "domains": ["https://vexus.digital/"] },
    "allowCodeGenerationFromStrings": true,
    "localFileSystem": "plugin"
  },
  "entrypoints": [
    {
      "type": "panel",
      "id": "BiggerLogo",
      "minimumSize": {
        "width": 300,
        "height": 450
      },
      "maximumSize": {
        "width": 300,
        "height": 450
      },
      "preferredDockedSize": {
        "width": 300,
        "height": 450
      },
      "preferredFloatingSize": {
        "width": 300,
        "height": 450
      },
      "icons": [
        {
          "width": 23,
          "height": 23,
          "path": "icons/light.png",
          "scale": [
            1,
            2
          ],
          "theme": [
            "dark",
            "darkest"
          ],
          "species": [
            "generic"
          ]
        },
        {
          "width": 23,
          "height": 23,
          "path": "icons/dark.png",
          "scale": [
            1,
            2
          ],
          "theme": [
            "lightest",
            "light"
          ],
          "species": [
            "generic"
          ]
        }
      ]
    }
  ],
  "icons": [
    {
      "width": 48,
      "height": 48,
      "path": "icons/lightPlugin.png",
      "scale": [1,2],
      "theme": ["darkest", "dark", "medium"],
      "species": ["pluginList"]
    },
    {
      "width": 48,
      "height": 48,
      "path": "icons/darkPlugin.png",
      "scale": [1,2],
      "theme": ["lightest", "light"],
      "species": ["pluginList"]
    }
  ]
}

Hello,

Is there a possibility that you have changed the language in the Creative Cloud desktop app?
If you have not installed the host app in that language, this error occurs.

Wait… What?! :exploding_head: Are you saying, if you switch language on CCD you have to re-install Ps too? What if I want to use both in different languages? Really, WTH Adobe? :man_facepalming:

If you change the “Default install language” and you move to the “App” tab you can see that it will show only apps as installed that were installed in that language. Otherwise they are not shown as installed. I see that for the most apps but not for all. E.g. Acrobat, Media Encoder and UXP Developer Tools also shows as installed.

For Photoshop if you then click on “Install” it will only install the language files of the selected language in CCD. Then you can change the language in PS itself.

It shows “not compatible” for the plugin in CCD if the host app is not installed in the selected language, which is misleading. I have communicated this to the Marketplace team a long time ago. Yesterday at Office Hour, I mentioned it again.

2 Likes

Sadly I couldn’t attend yesterdays meetup :disappointed: Hope I didn’t miss much. But this install language thing is so confusing. 3rd party plugins should really care about the installed language at all IMO :thinking: If developer wants to do translations, then it’s up to them, but installation should not matter at all. I winder if it’s Marketplace or just Ps

Well that feels really dumb. I’m changed my language preference in CC app, then had to re-download PS in English (North American) again, now my plugins will install.

Thanks for the heads up tho @tomzag I’d never have figured that out, was certain it was issue with older manifest. I’m not even show how to communicate this to my users lol.

1 Like

3rd party plugins should really care about the installed language at all IMO :thinking: If developer wants to do translations, then it’s up to them, but installation should not matter at all.

Fully agree. @agandhi @Ingo

I winder if it’s Marketplace or just Ps

It’s how CCD (marketplace) handles it.

Thanks for these notes @tomzag - will get this in front of Avanish!

Thanks Amanda. He is already aware of it.

1 Like