It appears that the script looks for exactly
/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
It appears that the script looks for exactly
/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
instalar Kdelibs5-dev
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
according to my test, not all app is working. it will be null in the
const KArchiveEntry* iconEntry = zip.directory()->entry( iconpath );
const KZipFileEntry* iconFile = static_cast<const KZipFileEntry*>(iconEntry);
After a clean up,, a partial success,, I now have some of my .apk's showing their icons.
Those that are missing have no .png files in their respective archive, just .xml files.
The code seemed to compile and install ok but no sign of any android type icons in preview mode of dolphin fm.
Do I need to download any other packages or software?
Thanks for reply, yes it was set by default but I undid it and then checked it again to make sure. On 13.10 in case that makes any difference.
Followed your instructions to compile, thanks for that also!
Don't forget to check "Android application package file" file type in Dolphin options!
Working great in Kubuntu 12.04.1. Compiled without problems (but had to change DCMAKE prefix to /usr)
Thank you!
I have this error-
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)
Ratings & Comments
22 Comments
Well it kind of works, results are some what random though.. http://i163.photobucket.com/albums/t287/grinmaster2000/random.jpeg
It appears that the script looks for exactly /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
It appears that the script looks for exactly /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
no muestra todos los iconos archivos apk muestra solo el icono de un archivo apk does not show all apk files icons It shows only the icon of a apk
instalar Kdelibs5-dev 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
according to my test, not all app is working. it will be null in the const KArchiveEntry* iconEntry = zip.directory()->entry( iconpath ); const KZipFileEntry* iconFile = static_cast<const KZipFileEntry*>(iconEntry);
After a clean up,, a partial success,, I now have some of my .apk's showing their icons. Those that are missing have no .png files in their respective archive, just .xml files.
The code seemed to compile and install ok but no sign of any android type icons in preview mode of dolphin fm. Do I need to download any other packages or software?
Did you checked "Android application package file" file type in Dolphin settings (General > Previews)?
Thanks for reply, yes it was set by default but I undid it and then checked it again to make sure. On 13.10 in case that makes any difference. Followed your instructions to compile, thanks for that also!
How do I install this?
Great work, thank you!
Don't forget to check "Android application package file" file type in Dolphin options! Working great in Kubuntu 12.04.1. Compiled without problems (but had to change DCMAKE prefix to /usr) Thank you!
How do I do it ?
DCMAKE prefix? mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr make sudo make install
Dolphin Preferences > General > Previews
Dolphin Preferences > General > Previews
I have this error- 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)
You need to install the kdelibs package
i have kdelibs4, but something is wrong
Sorry, if you're on OpenSuse, the right package to install should be libkde4 or libkde4-devel.
Nice tool! I just added it to the Chakra Community Repository (CCR). http://chakra-linux.org/ccr/packages.php?ID=4927