O Timeshift Não quer Iniciar a interface Gráfica no Kubuntu 20.04 [RESOLVIDO]

13. Re: O Timeshift Não quer Iniciar a interface Gráfica no Kubuntu 20.04 [RESOLVIDO]

Bruno Pereira Alves
brpubunto

(usa Ubuntu)

Enviado em 02/09/2020 - 19:45h

-josinaldo- escreveu:


brpubunto escreveu:

-josinaldo- escreveu:

Aqui o Timeshift pede senha para abrir/executar. o Ícone não aparece no menu do KDE, sendo necessário digitar o nome "timeshift" e clicar sobre o ícone do programa com nome "Backups e snapshots" (como falei na postagem anterior).

Veja a imagem anexada do Timeshift.


Não quando clico no timeshift não aparece nada só via linha de comando e eu notei uma digamos anomalia pois o kubuntu 20.04 esta sobre o xorg mas quando do um
cat /usr/bin/timeshift-launcher
Aparece isto: [quoteapp_command='timeshift-gtk'

if [ `id -u` -eq 0 ]; then
#user is admin
${app_command}
else
#user is not admin
if `echo $- | grep "i" >/dev/null 2>&1`; then
#script is running in interactive mode
su - -c "${app_command}"
else
#script is running in non-interactive mode
if [ $XDG_SESSION_TYPE = "wayland" ] ; then
xhost +SI:localuser:root
pkexec ${app_command}
xhost -SI:localuser:root
xhost
elif command -v pkexec >/dev/null 2>&1; then
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY ${app_command}
elif command -v sudo >/dev/null 2>&1; then
x-terminal-emulator -e "sudo ${app_command}"
elif command -v su >/dev/null 2>&1; then
x-terminal-emulator -e "su - -c '${app_command}'"
else
x-terminal-emulator -e "echo 'Command must be run as root user: ${app_command}'"
fi
fi
fi]
Mas quero da enfase nesta linha:
if [ $XDG_SESSION_TYPE = "wayland" ] ; then


Desconheço esse erro. Enquanto não resolve pode continuar chamando o Timeshift pelo terminal.
Tem outras programas para Backup e restauração, você pode tentar.
kbackup, kup-backup, backintime-qt..


Sim eu vou tentar obrigado!




  


14. Re: O Timeshift Não quer Iniciar a interface Gráfica no Kubuntu 20.04 [RESOLVIDO]

aguamole
aguamole

(usa KUbuntu)

Enviado em 02/09/2020 - 20:33h

Corrupção de dados sabe o que é?
Não porque se tivesse muito provável que não estaria a que: https://pt.wikipedia.org/wiki/Corrup%C3%A7%C3%A3o_de_dados
Corrupção de arquivos?
https://support.microsoft.com/pt-br/office/abrir-um-documento-ap%C3%B3s-um-erro-de-corrup%C3%A7%C3%A...

Imagina um arquivo original sendo corrompido?
Sera que ser original vai impedir o seu documento Word ou qualquer outro original de ser corrompido?
Ta vendo é por isso que você esta a que.

CPU i5-8400 GTX 750 SofRaid 4xSSD 16GB DDR4 mesmo assim uso Lubuntu.


15. Re: O Timeshift Não quer Iniciar a interface Gráfica no Kubuntu 20.04

aguamole
aguamole

(usa KUbuntu)

Enviado em 02/09/2020 - 20:50h

Agora que nos link acima você viu que você sabe sobre computador tanto quanto você sabe sobre corrupção de dados é ora de estralar os dedos.
Você vai editar o arquivo "/usr/bin/timeshift-launcher" e deletar tudo que tem nele e vai colar isto:
#!/bin/bash

app_command='timeshift-gtk'

if [ `id -u` -eq 0 ]; then
#user is admin
${app_command}
else
#user is not admin
if `echo $- | grep "i" >/dev/null 2>&1`; then
#script is running in interactive mode
su - -c "${app_command}"
else
#script is running in non-interactive mode
if [ $XDG_SESSION_TYPE = "wayland" ] ; then
xhost +SI:localuser:root
pkexec ${app_command}
xhost -SI:localuser:root
xhost
elif command -v pkexec >/dev/null 2>&1; then
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY ${app_command}
elif command -v sudo >/dev/null 2>&1; then
x-terminal-emulator -e "sudo ${app_command}"
elif command -v su >/dev/null 2>&1; then
x-terminal-emulator -e "su - -c '${app_command}'"
else
x-terminal-emulator -e "echo 'Command must be run as root user: ${app_command}'"
fi
fi
fi

E salvar.

Ou você pode desinstalar e instalar o Timeshift novamente.

CPU i5-8400 GTX 750 SofRaid 4xSSD 16GB DDR4 mesmo assim uso Lubuntu.


16. Re: O Timeshift Não quer Iniciar a interface Gráfica no Kubuntu 20.04 [RESOLVIDO]

Bruno Pereira Alves
brpubunto

(usa Ubuntu)

Enviado em 08/09/2020 - 13:41h

aguamole escreveu:

Agora que nos link acima você viu que você sabe sobre computador tanto quanto você sabe sobre corrupção de dados é ora de estralar os dedos.
Você vai editar o arquivo "/usr/bin/timeshift-launcher" e deletar tudo que tem nele e vai colar isto:
#!/bin/bash

app_command='timeshift-gtk'

if [ `id -u` -eq 0 ]; then
#user is admin
${app_command}
else
#user is not admin
if `echo $- | grep "i" >/dev/null 2>&1`; then
#script is running in interactive mode
su - -c "${app_command}"
else
#script is running in non-interactive mode
if [ $XDG_SESSION_TYPE = "wayland" ] ; then
xhost +SI:localuser:root
pkexec ${app_command}
xhost -SI:localuser:root
xhost
elif command -v pkexec >/dev/null 2>&1; then
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY ${app_command}
elif command -v sudo >/dev/null 2>&1; then
x-terminal-emulator -e "sudo ${app_command}"
elif command -v su >/dev/null 2>&1; then
x-terminal-emulator -e "su - -c '${app_command}'"
else
x-terminal-emulator -e "echo 'Command must be run as root user: ${app_command}'"
fi
fi
fi

E salvar.

Ou você pode desinstalar e instalar o Timeshift novamente.

CPU i5-8400 GTX 750 SofRaid 4xSSD 16GB DDR4 mesmo assim uso Lubuntu.


Fiz oque vc pediu mas não funcionou é muito estranho!




17. Re: O Timeshift Não quer Iniciar a interface Gráfica no Kubuntu 20.04 [RESOLVIDO]

Bruno Pereira Alves
brpubunto

(usa Ubuntu)

Enviado em 15/09/2020 - 09:00h

Gente bom dia! não consegui a única solução que encontrei foi instalar o Debian com KDE 5 e o TimeShift funcionou bem! mesmo assim muito obrigado!-


18. Re: O Timeshift Não quer Iniciar a interface Gráfica no Kubuntu 20.04 [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 15/09/2020 - 19:23h

Parece que o Wayland, que não está totalmente estável no Ubuntu, estava atrapalhando a interface gráfica do aplicativo.
Se ocorrer novamente, encerre a sessão e desative a sessão com Wayland. Veja a imagem abaixo:




19. Re: O Timeshift Não quer Iniciar a interface Gráfica no Kubuntu 20.04 [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 15/09/2020 - 19:24h

O Wayland atrapalha até a abertura do Synaptic. Não entendi porque estava habilitado em seu sistema.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts