Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

How can I prevent thunderbird to start if the profile is missing?

  • 1 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 4 ნახვა
  • ბოლოს გამოეხმაურა svlad2009

I don't want thunderbird to start if a profile (folder) is missing. This works in my "old" thunderbird installation (68.10.0), however on a new machine it automatically creates the missing profile (folder).

My old thunderbird installation behaves like this:

If the profile is not there, it does not start, instead it shows the following message: "Your Thunderbird profile cannot be loaded. It may be missing or inaccessible." And this is the desired behavior.

How can I prevent thunderbird to automatically create the profile folder path and create an new profile if the path is missing?

More precisely: How can I prevent thunderbird to start if the profile is missing?

I don't want thunderbird to start if a profile (folder) is missing. This works in my "old" thunderbird installation (68.10.0), however on a new machine it automatically creates the missing profile (folder). My old thunderbird installation behaves like this: If the profile is not there, it does not start, instead it shows the following message: "Your Thunderbird profile cannot be loaded. It may be missing or inaccessible." And this is the desired behavior. How can I prevent thunderbird to automatically create the profile folder path and create an new profile if the path is missing? More precisely: How can I prevent thunderbird to start if the profile is missing?

ყველა პასუხი (1)

I have tried to duplicate your case on TB v78.3 but I could not do it - attached picture where the test profile name was edited by me and when I tried to start TB have mentioned me that warning... What TB version do you have? Are you sure you start a profile which doesn't exist?

Anyway, as an alternative solution you might start TB from a shortcut to a batch file - and that batch file to contain a check if some file exist and if yes to start TB and if not to show you on the screen that the file is missing - a general sample below:

 IF EXIST filename. (
 start tb.exe path
 ) ELSE (
 echo filename. missing
 )

ჩასწორების თარიღი: , ავტორი: svlad2009