Importar favoritos do Firefox do Windows 7 (não inicializável) para o Ubuntu usando o Ubuntu

0

Eu já pesquisei a pergunta e recebi uma resposta incrível, mas tenho um problema em replicá-la. Meu diretório do windows está na partição chamada 'OS' e meu nome de usuário é Siba, enquanto o perfil do firefox é 'r0hktjlz.default'. Basicamente, é assim:

OS/Users/Siba/AppData/Roaming/Mozilla/Firefox/Profiles/r0hktjlz.default

Como devo reescrever o texto do Terminal que está na resposta?

A resposta é de PleaseStand :

Assuming that your Windows partition is mounted as /mnt and that your Windows username is hey, first copy the (randomly named) old profile directory to your Ubuntu account:

cp -r /mnt/Users/hey/AppData/Roaming/Mozilla/Firefox/*.default ~/.mozilla/firefox/win7profile

Then quit Firefox and edit the ~/.mozilla/firefox/profiles.ini file, changing StartWithLastProfile=1 to StartWithLastProfile=0 and adding the following to the end:

[Profile1] Name=win7profile IsRelative=1 Path=win7profile

Restart Firefox. It should then allow you to select which profile you want to use.

    
por Rin007 09.05.2015 / 21:20

2 respostas

1

Ok, funciona apenas como eu pensei!

  1. Ir para e copiar C: / Usuários / Nome de usuário / Appdata / Roaming / Mozilla / Firefox / Perfis / nameofprofile.default

  2. Copie o arquivo que você recuperou da partição do Windows para /home/user/.mozzilla/firefox

  3. abra profiles.ini e modifique para algo como:

    [General]
    StartWithLastProfile=1
    
    [Profile0]
    Name=default
    IsRelative=1
    Path=avjdkb26.default
    
    [Profile1]
    Name=NEW
    IsRelative=1
    Path=nameofprofile.default
    Default=1
    
  4. Execute "firefox -p" e selecione seu perfil

A linha Default=1 determina qual perfil é definido como padrão

    
por RiddleMeThis 09.05.2015 / 22:24
0

Para importar seus favoritos do Firefox:

  1. Vá para o menu / ícone bookmar e selecione mostrar todos os bookmars para abrir o gerenciador de bookmar.

  2. Selecione a opção de importação / backup e importe os favoritos, copie-os para o Ubuntu.

  3. Abra o firefox no seu Ubuntu e faça o mesmo, exceto que você selecione import now.

por xangua 09.05.2015 / 22:10