Botões de sair no Fedora 19 não funcionam [RESOLVIDO]
Dica publicada em Linux / Configuração
Botões de sair no Fedora 19 não funcionam [RESOLVIDO]
Após instalar Fedora 19 KDE Spin, percebi que os botões no menu de Sair, Reiniciar e Encerrar sessão não funcionavam!
Através de uma simples googlagem, eu percebi que se tratava de um bug. Veja:
Trata-se de um bug que será corrigido com uma atualização do SeLinux.
Uma solução alternativa é desabilitar o SeLinux e assim, após reiniciar o sistema, os referidos botões funcionarão.
Para desabilitar o SeLinux, faça:
sudo nano /etc/sysconfig/selinux
Depois, troque enforcing por disabled, deixando assim:
Salve e feche o arquivo.
Reinicie o sistema.
Abraço!
Através de uma simples googlagem, eu percebi que se tratava de um bug. Veja:
Trata-se de um bug que será corrigido com uma atualização do SeLinux.
Uma solução alternativa é desabilitar o SeLinux e assim, após reiniciar o sistema, os referidos botões funcionarão.
Para desabilitar o SeLinux, faça:
sudo nano /etc/sysconfig/selinux
Depois, troque enforcing por disabled, deixando assim:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced. (default)
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced. (default)
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
Salve e feche o arquivo.
Reinicie o sistema.
Abraço!