Hi Maxime, thanks for taking a look at my patch and uncovering this license issue. I was not aware of that. When I said the emacs-lsp-treemacs package is not bundling it's icons, I meant that the Guix emacs-lsp-treemacs package does not install them. So, without my patch, I see the following files installed on my system: [roman@thinkpad ~]$ find /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4 /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4 /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp/lsp-treemacs-0.4 /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp/lsp-treemacs-0.4/lsp-treemacs-pkg.el /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp/lsp-treemacs-0.4/lsp-treemacs.elc /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp/lsp-treemacs-0.4/lsp-treemacs-autoloads.el /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp/lsp-treemacs-0.4/lsp-treemacs-themes.el /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp/lsp-treemacs-0.4/lsp-treemacs.el /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp/lsp-treemacs-0.4/lsp-treemacs-themes.elc /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/emacs/site-lisp/lsp-treemacs-0.4/lsp-treemacs-autoloads.elc /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/doc /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/doc/emacs-lsp-treemacs-0.4 /gnu/store/z634qq81f0qfvqzr0rcavpc16bdc9zs3-emacs-lsp-treemacs-0.4/share/doc/emacs-lsp-treemacs-0.4/LICENSE Since the icons are not installed on a Guix system right now, I think we can leave the Guix emacs-lsp-treemacs packages as it is for now. Once upstream has added the licenses for the icons, we could take another look and maybe only install the ones that we are allowed to include. What do you think? Thanks, Roman. Maxime Devos writes: > [[PGP Signed Part:Undecided]] > Roman Scherer schreef op za 19-03-2022 om 16:29 [+0100]: >> the emacs-lsp-treemacs package does not bundle it's icons. This patch >> fixes the issue by copying the icons to `share/emacs-lsp- >> treemacs/icons` and patching the paths in `lsp-treemacs-themes.el`. > > That might technically solves matter, though instead of copying, why > not just change > > (string-append "\"" out "/share/" ,name "/icons/" name "\"") > > to the location of the icons? Unless you meant something else with > bundling here ... > > Also, what do you mean with bundling exactly? AFAICT, the icons _are_ > bundled, in the directory 'icons', and so far they have not yet been > unbundled in Guix -- the problem is that they are not installed (yet) > -- in that case, the patch seems reasonable to me. > > Additionally, there may be some licensing problems. The icons > apparently come from ‘eclipse’, ‘idea’ and ‘netbeans’. I don't > actually know which license these have, but: > > * idea is propietary, so probably its icons are as well > * Eclipse is ASL, which probably has some kind of requirement > that you need to preserve license and copyright information, > which seems to be completely ignored here. > * the relevant licenses don't appear to be entioned in the > 'licenses' field. > > As such, if these problems are not resolved, I think it will be > necessary to remove emacs-lsp-treemacs. > > It seems like emacs-company-box > (https://github.com/sebastiencs/company-box/tree/master/images) > has the same problem as well. > > Also seem upstream . > > Greetings, > Maxime. > > [[End of PGP Signed Part]]