https://bugs.documentfoundation.org/show_bug.cgi?id=127469
--- Comment #12 from Heiko Tietze <[email protected]> --- Have you tried to just load the GIMP palette? Looking at the code it seems possible: void PaletteManager::LoadPalettes() ... if( aFName.endsWithIgnoreAsciiCase(".gpl") ) pPalette.reset(new PaletteGPL(aFileStat.getFileURL(), aFNameWithoutExt)); else if( aFName.endsWithIgnoreAsciiCase(".soc") ) pPalette.reset(new PaletteSOC(aFileStat.getFileURL(), aFNameWithoutExt)); else if ( aFName.endsWithIgnoreAsciiCase(".ase") ) pPalette.reset(new PaletteASE(aFileStat.getFileURL(), aFNameWithoutExt)); -- You are receiving this mail because: You are the assignee for the bug.
