Yep Dragon I just noticed that too... so maybe something simple then, there is hope.. still, how to fix it...
Have you tried to find this package?
find / -name "SMD*.pretty"
Well I just did thanks to you ! I do'nt know my command line that much... do'nt know how to search for files. I know cd, cp, ls, and exit ! LOL
Enough to survive
OK maybe a few more but you get the idea...
So tried that... "permission denied" ! What, I can't even search for files as a hmble user ? tried running it via "sudo"... no better !
But... I think I just found the problem ! Oh my God...
I ran "Synaptic", the package manager. I searched for all Kicad related packages, not that many so was easy. Found on devoted to fottprints... but it was already installed so should be good. Then I looked at the details for that footprint package. I had a look at all the files it installed on the machine... the path is correct, same as what's in the error message. However after some experimenting and looking more carefully..... I found the problem I think !
In Kicad, in the footprint browser, when you select a category, say "Capacitors_SMD", it loads a file from that path, that's named " Capacitors_SMD.pretty".
same goes for each and every category of footprints. THE PROBLEM : the library file name needs to be 100% same spelling as the name you see in the browser ! It's a one to one thing ! Problem is that 99% of the time, the strings don't match 100%. There is one tiny difference.
What I see is that in the footprint browser, categories usually specify a PLURAL form of the component type : "CapacitorSSSS ".... "ResistorSSS" , "InductorSSS "etc.. but the corresponding file on the hard drive is spelt SINGULAR ! So, no match, "library not found" ! HOW STUPID !!!
So, to check my theory I searched for a category that was SINGULAR in the browser.... and made sure it was spelt properly in the corresponding library file on the disc. Found a match for "Display". So in the browser I tried clicking on the "Display" category and... hey presto, IT WORKS !!!
So...it's a stupid packaging problem, guy who did it was not very focused on the task at hand ! Or the guy who wrote the script that did the work automatically, don't know how it's done...
At any rate, this footprint package needs to be.. repackaged, with proper file names this time !
I guess as a workaround I could manually rename the library files in so they match what the footprint browser calls for... that would get me going for the time being. Then need to check the Ubuntu and Kicad forum to see if that's been reported. As Mnem said I just can't believe something that huge, that make the package useless, went unnoticed ! How is that for quality assurance ? Nobody gives a crap even of major packages like Kicad ?!