Отображение вопросов с тегом: Показать все вопросы

Addon cannot be installed because it seems to be corrupt

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as i… (читать ещё)

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as it appears to be corrupt. Below are the package.json and the manifest.json:

package.json

{

 "name": "ext",
 "version": "1.0.0",
 "description": "",
 "main": "contentScript.js",
 "scripts": {
   "test": "echo \"Error: no test specified\" && exit 1"
 },
 "keywords": [],
 "author": "",
 "license": "ISC"

}


manifest.json

{

 "manifest_version": 2,
 "name": "SKUORG",
 "version": "1.0",
 "description": "Organises SKUs on WooPage",
 "permissions": [
   "activeTab",
   "webNavigation",
   "<all_urls>"
 ],
 "content_scripts": [
   {
     "matches": ["<all_urls>"],
     "js": ["contentScript.js"]
   }
 ]

}


I have tried on two devices / installs of firefox and have followed the steps I could find on this page : https://support.mozilla.org/en-US/kb/unable-install-add-ons-extensions-or-themes#w_corrupt-extension-files

If you have any suggestions please let me know.

Задан harjoat 6 дней назад

Последний ответ от harjoat 6 дней назад

I suppose there is a problem with global indexing if messages are moved to directories in local archive

I'm encountering an issue with searching for messages that have been moved from the inbox to various folders in the local archive. After manually sorting messages by topi… (читать ещё)

I'm encountering an issue with searching for messages that have been moved from the inbox to various folders in the local archive. After manually sorting messages by topic into designated folders, the search engine appears to correctly identify and list all relevant messages (as shown in picture 1). However, when I attempt to open a message from the search results, the subsequent window is blank (refer to picture 2). This suggests that while the messages are displayed in the search results, they cannot be accessed as their links lead to empty pages.

I have temporarily resolved this issue by rebuilding the global database using the steps provided in the following link: https://support.mozilla.org/en-US/kb/rebuilding-global-database. This fix, however, only applies to existing messages, and the indexing breaks again for new messages.

Similarly, toggling the search indexing on and off for specific folders only indexes the messages that were present during the indexing process. This problem persists across multiple installations of Thunderbird, indicating it is not isolated to a single instance of the software.

Is there any option that I should set for correct messages indexing?

Is there any setting I should adjust to ensure messages are indexed correctly?

Задан Shaggy 6 дней назад

(Most) messages suddenly disappeared

Today, most of messages have suddenly disappeared from my TB inbox, leaving only the most recent 105 out of approx. 18,000. I have not performed any operations (compactin… (читать ещё)

Today, most of messages have suddenly disappeared from my TB inbox, leaving only the most recent 105 out of approx. 18,000. I have not performed any operations (compacting, archiving...) that could have caused this.

I immediately invoked the 'Repair Folder' command, which did not resolve the problem. Further investigation revealed that the 'Inbox' file ('Profiles' folder) actually contains only 105 messages - seems like the 'Repair Folder' truncated the file!

Fortunately, all the messages are still on the server. My question: Is there a method to 'force' reloading of the missing messages?

Thanks, Ray

Задан ray115 1 неделю назад

Последний ответ от ray115 6 дней назад

TB often slow for all operations

I have been struggling with slowness in Thunderbird in recent months (Windows 11, mid-range Lenovo laptop). There is often a distinct lag during even the smallest operati… (читать ещё)

I have been struggling with slowness in Thunderbird in recent months (Windows 11, mid-range Lenovo laptop). There is often a distinct lag during even the smallest operations.

Examples are: selecting an email, closing a tab, typing, calendar events editing.

TB process in Windows usually uses 1000MB RAM. RAM is around 60-70% usage usually. I never have the same slowness issues with other applications.

I tried quite a bit: safe mode testing, removing extensions, compacting folders and more tips. I ended up removing Thunderbird and my profile entirely, and reinstalled the latest version with an empty profile. I just set up my Gmail and other email account. No extensions installed, yet still the same issue.

Could it be that something is still there from a previous install, if I removed my profile?

I've been using Thunderbird in Linux and Windows for years with moderate issues that I was able to resolve, but am now really puzzled. Please help.

Задан Saho 1 неделю назад

Последний ответ от Saho 6 дней назад