Bug#648232: jedit: pixmap is in wrong directory
    Wesley J. Landaker 
    wjlanda at sandia.gov
       
    Wed Nov  9 19:45:39 UTC 2011
    
    
  
Package: jedit
Version: 4.4.1+dfsg-1
Severity: normal
The jedit package does not install it's pixmap into the correct
location. It puts it in:
/usr/share/pixmap/jedit.xpm
The correct location would be:
/usr/share/pixmaps/jedit.xpm
For reference:
$ find . -type f /usr/share/pixmap | wc -l 
1
$ find . -type f /usr/share/pixmaps | wc -l 
1828
    
    
More information about the pkg-java-maintainers
mailing list