Hello Everyone,
I'm trying to load a custom trash can based on the breeze icon set in Kubuntu 15.10 and I'm getting the following error:
"The file its not a valid icon theme archive"
I've created a custom theme at the following location:
~/.kde/share/icons
I've then added the following to the icons directory:
myBreezeExtensions/places/32
myBreezeExtensions/places/64
In myBreezeExtensions I added index.theme coded as UTF8 with the following:
Then in the directories 32 and 64 I added user-trash.png and user-trash-full.png.
What am I missing?
Thanks,
Joe
I'm trying to load a custom trash can based on the breeze icon set in Kubuntu 15.10 and I'm getting the following error:
"The file its not a valid icon theme archive"
I've created a custom theme at the following location:
~/.kde/share/icons
I've then added the following to the icons directory:
myBreezeExtensions/places/32
myBreezeExtensions/places/64
In myBreezeExtensions I added index.theme coded as UTF8 with the following:
Code:
[Icon Theme] Name=myBreezeExtensions Comment=My extension to the Breeze Icon Theme Inherits=breeze Directories=places/32,places/64 [places/32] Size=32 Type=Threshold Context=FileSystem [places/64] Size=64 Type=Threshold Context=FileSystem
What am I missing?
Thanks,
Joe
Comment