We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

I have a older theme that isn't available anymore on another computer. Is there anyway to pull it up from there and add it to my current computer?

  • 3 yanıt
  • 2 kişi bu sorunu yaşıyor
  • 1 gösterim
  • Son yanıtı yazan: cor-el

more options

It is an appearance theme located on my laptop and wanted to transfer it to my desktop Firefox. The theme is no longer available on Firefox Addons.

It is an appearance theme located on my laptop and wanted to transfer it to my desktop Firefox. The theme is no longer available on Firefox Addons.

Tüm Yanıtlar (3)

more options

Is that a theme or a persona?


If it is a theme and that theme is no longer there then it is possible that the theme is not compatible with your Firefox 4.0.1 version.

more options

It is a persona. I am using FireFox 4.0.1 on my other computer and the persona still works. It just doesn't seem to be available in the list of personas i've searched through. Is the addon itself saved anywhere within the computer so that I can just transfer the file/s to have it run on another computer?

more options

Copy the two files lightweighttheme-header and lightweighttheme-footer that have the persona images to the Firefox profile folder.
Copy these lines to a file user.js in the Firefox Profile Folder.


user_pref("lightweightThemes.isThemeSelected", true);
user_pref("lightweightThemes.persisted.footerURL", true);
user_pref("lightweightThemes.persisted.headerURL", true);
user_pref("lightweightThemes.usedThemes", "[{\"id\":\"1\",\"name\":\"Unknown\",\"accentcolor\":\"-moz-dialog\",\"textcolor\":\"black\",\"description\":\"Unknown\",\"author\":\"Unknown\",\"headerURL\":\"\"http://getpersonas-cdn.mozilla.net/static/\",\"footerURL\":\"\"http://getpersonas-cdn.mozilla.net/static/\",\"previewURL\":\"\",\"iconURL\":\"\":\"\"}]");