MintBackup não funciona

editado julho 2016 em Aplicativos
Olá a todos,

Instalei o Mint 18 Cinnamon e não consigo fazer a cópia da lista de pacotes instalados pelo mintbackup.

Ao executar no terminal como root aparece o erro:

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

(mintbackup.py:2736): Gdk-ERROR **: The program 'mintbackup.py' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 14364 error_code 11 request_code 130 (MIT-SHM) minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

Alguém pode me ajudar pra resolver?

Agradeço qualquer ajuda. :)

Comentários

  • editado julho 2016
    [quote]
    Elfon wrote:
    Olá a todos,

    Instalei o Mint 18 Cinnamon e não consigo fazer a cópia da lista de pacotes instalados pelo mintbackup.

    Ao executar no terminal como root aparece o erro:

    Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

    (mintbackup.py:2736): Gdk-ERROR **: The program 'mintbackup.py' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadAlloc (insufficient resources for operation)'.
    (Details: serial 14364 error_code 11 request_code 130 (MIT-SHM) minor_code 5)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the GDK_SYNCHRONIZE environment
    variable to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)

    Alguém pode me ajudar pra resolver?

    Agradeço qualquer ajuda. :)
    [/quote]Se você quer apenas uma lista, veja se isso te atende: https://www.vivaolinux.com.br/dica/Listar-todos-os-programas-instalados-no-Ubuntu

    [b]Fique com Deus.[/b]
  • editado julho 2016
    Eu usaria da seguinte forma em modo texto:

    sudo dpkg --get-selections > packages.txt

    Isso criará alista de todos os programas que tenho instalado.Também salvaria o /var/cache/apt/archives para evitar ter que baixar novamente os programas e restauraria com os comandos:

    sudo dpkg --set-selections < packages.txt
    sudo apt-get -u dselect-upgrade

    Isso evita ter que instalar os programas um a um novamente.
Entre ou Registre-se para fazer um comentário.