KeyLEDs, is a mini application(plasmoid) for KDE 4.x, is a small application to install panels in the plasma to observing the state of CAPS LOCK and NUM LOCK.
Its use is recommended for installation in Notebook and Netbooks do not have indicators of activation of the CAPS LOCK and NUM LOCK.
The KeyLEDs is free software, you can use it freely and legally.
Download
- http://dukitan.googlecode.com/files/keyleds.1.2.bin.zip
- http://dukitan.googlecode.com/files/kdeplasma-applet-keyleds-1.2-1-i686.pkg.tar.xz (Package for ArchLinux)
Repository
Requirements
- KDE 4.4.5 or higher
License
- GPL
Language
- C++, QT


Como eu faço pra instalar num SO amd64b?
No KDE Apps eu peguei um DEB x86 e ele não deixa instalar.
Valew…
O pacote original foi compilado em um s.o 32 bits, infelizmente não tenho como compilar para 64 bits.
Também disponibilizamos um pacote para a distribuição linux ArchLinux.
Você poderia pegar o arquivo original(zip), descompactar e mover os dois arquivos para o diretório do kde da sua distribuição.
Valew David, mas infelizmente, não rolou.
O applet até aparece para colocar no painel, mas fica apenas um X (xis) vermelho de todo tamanho aparecendo.
Ao passar o mouse sobre o applet, aparece uma mensagem “Could not find requested component: keyleds”
Fodz é que o seu applet foi o único que encontrei atualizado (fontes de 2010-2011). Achei o kkeyled, mas já caiu no esquecimento há eras (o último fonte que achei dele é de 2001).
Peguei os fontes que você fornece no Google Code, compilei e instalei. Mas fica com a mesma mensagem aí de cima “Could not find…”.
Bom, de boa então meu velho. Obrigado pela atenção. Eu, sinceramente, perguntei mas não esperava resposta.
Sucesso!
Blz! Muita calma nessa hora!
Se você conseguiu compilar os fontes, então agora é só uma besteirinha, se tiver ainda interessado posso tentar ajudar a resolver o problema.
Baixe o source pelo comando:
svn checkout http://dukitan.googlecode.com/svn/trunk/KeyLEDs /escolha/um/diretorio/keyleds
Compile:
cmake CMakeLists.txt
Depois:
make
Agora como root, copie os arquivos para o diretório do kde (no archlinux ele fica conforme abaixo):
cp lib/plasma_applet_keyleds.so /usr/lib/kde4/
cp plasma-applet-keyleds.desktop /usr/share/kde4/services/
Pronto agora é só adicionar pelo gerenciador de widget.
I have just today compiled the source and installed successfully on Sabayon 7 64bit.
the compiling can be done as normal user
I had to install cmake and automoc
Depending on what distro you are using you may or may not need to use the prefix override below
normal command (If your system uses /usr/local)
cmake .Prefix Override (If your system uses /usr)
cmake -DCMAKE_INSTALL_PREFIX=/usrand then “make” and “(sudo) make install”.
Keeping in line with the developers previous reply,
the uninstall procedure of “(sudo) make uninstall” works if you should wish to use automatic removal
* sudo where used means superuser or root user permissions required
HTH
lysanders
Hello lysanders
I used your tip and it worked fine in CentOS 6.2
I thank you.
Thanks to David Ferreira for develop this widget.
Best regards, Chris.
P.s. CentOS 6.2 x86_64.
It made my day (receiving notification of your reply and the content), knowing my solution has helped another user/hacker. Thanks for your reply.