
KDE APK Thumbnailer
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDE thumbnailer plugin for Android Application Package files.
Display your apk files as android app icons in KDE!
This plugin do not depend on any third-party library or android sdk.
Enjoy!
8 years ago
2013/1/12 --- 1.0
initial release
8 years ago
2013/1/12 --- 1.0
initial release
chriscj72
4 years ago
http://i163.photobucket.com/albums/t287/grinmaster2000/random.jpeg
Report
chriscj72
4 years ago
/path/to/icon.png <~~
Problem is if its names something else it will either show nothing or the default icon..
And unfortunately i dont know enough about coding on how to implement this http://bernaerts.dyndns.org/linux/76-gnome/284-gnome-shell-generate-apk-thumbnail-nautilus into this..
If using an older file manager like Nautilus this works and well.. But lacks features of the newer file managers
Report
chriscj72
4 years ago
/path/to/icon.png <~~
Problem is if its names something else it will either show nothing or the default icon..
And unfortunately i dont know enough about coding on how to implement this http://bernaerts.dyndns.org/linux/76-gnome/284-gnome-shell-generate-apk-thumbnail-nautilus into this..
If using an older file manager like Nautilus this works and well.. But lacks features of the newer file managers
Report
jaxllax
5 years ago
muestra solo el icono de un archivo apk
does not show all apk files icons
It shows only the icon of a apk
Report
jaxllax
5 years ago
esto funciono para mi con el mismo error
si no funciona pruebe
export CMAKE_MODULE_PATH=/usr/share/kde4/apps/cmake/modules
sudo apt-get install build-essential -y
Report
l12436
6 years ago
const KArchiveEntry* iconEntry = zip.directory()->entry( iconpath );
const KZipFileEntry* iconFile = static_cast<const KZipFileEntry*>(iconEntry);
Report
specs00
7 years ago
Those that are missing have no .png files in their respective archive, just .xml files.
Report
specs00
7 years ago
Do I need to download any other packages or software?
Report
novalu
7 years ago
Report
specs00
7 years ago
Followed your instructions to compile, thanks for that also!
Report
mauricio288
7 years ago
Report
msx
8 years ago
Report
novalu
8 years ago
Working great in Kubuntu 12.04.1. Compiled without problems (but had to change DCMAKE prefix to /usr)
Thank you!
Report
gigitux
8 years ago
Report
giovanicascaes
8 years ago
Report
giovanicascaes
8 years ago
Report
novalu
8 years ago
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
Report
zubi
8 years ago
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:98 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/niki/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
CMakeLists.txt:4 (find_package)
Report
FraMari
8 years ago
Report
zubi
8 years ago
Report
FraMari
8 years ago
Report
FraMari
8 years ago
I just added it to the Chakra Community Repository (CCR). http://chakra-linux.org/ccr/packages.php?ID=4927
Report