516 Views
Tempo de leitura: 1 MinutoPara quem utiliza XFCE no Ubuntu ou Kubuntu Xubuntu nas versões 12 ou 13, deve perceber uma enorme lentidão ao utilizar as teclas ALT+F2 para executar o Application Finder.
Há um bug na execução do comando “xfce4-appfinder –collapsed” que é setado por default no atalho ALT+F2.
Se o executar via linha de comando, terá a seguinte mensagem:
(xfce4-appfinder:13158): xfce4-appfinder-CRITICAL **: Failed to open window: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Como corrigir:
Abra o terminal e execute o seguinte comando:
xfce4-appfinder --collapsed --disable-server
Se o Application Finder abrir em tempo satisfatório, altere as propriedades da tecla de atalho acrescentando um “–disable-server” ao final do comando:
Para o fazer via linha de comando, execute:
xfconf-query -c xfce4-keyboard-shortcuts -p '/commands/custom/<Alt>F2' -s "xfce4-appfinder --collapsed --disable-server"
Se preferir alterar via interface, abra o menu inicial > Settings > Keyboard. Clique na aba “Applications Shortcuts”, localize a combinação “<ALT>F2” e faça o ajuste.