The new SB implementation for sm Formula editor module is using a generic folder icon for the 'Elements' deck. Have an opportunity to design a new motif for use in each of the project icon themes.
Created attachment 180202 [details] Image showing the current icon In my case it is using the "Gallery" icon. See attached image showing the sidebar and the icon. I agree that a dedicated icon for Math Elements would be much nicer. System info: Version: 7.4.0.0.alpha1+ / LibreOffice Community Build ID: b2467d6c7af988f8ed4e090ebf9472be6c84fb06 CPU threads: 12; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb) Locale: pt-BR (pt_BR.UTF-8); UI: en-US Calc: CL
(In reply to Rafael Lima from comment #1) > In my case it is using the "Gallery" icon. Yes, unfortunately I lack designer skills completely; and the Gallery icon was chosen explicitly as the temporary icon. The code pointer is in officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu: https://git.libreoffice.org/core/+/3524e4f7352993517ebdd514435378f6de0ca713%5E%21/#F1
(In reply to Mike Kaganski from comment #2) > (In reply to Rafael Lima from comment #1) > > In my case it is using the "Gallery" icon. > > Yes, unfortunately I lack designer skills completely; and the Gallery icon > was chosen explicitly as the temporary icon. The code pointer is in > officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu: > > https://git.libreoffice.org/core/+/ > 3524e4f7352993517ebdd514435378f6de0ca713%5E%21/#F1 Could you please tell me in which line the code to point current gallery icon?
(In reply to Rizal Muttaqin from comment #3) In officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu, in node named Elements Deck, there's property IconURL, with value private:graphicrepository/sfx2/res/symphony/sidebar-gallery-large.png.
Rizal Muttaqin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/db06ae5475bfd64c8acf3073c72193babbd4b822 tdf#149144 Icons for sm Formula Editor in Sidebar Deck It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Rizal Muttaqin committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/ed8d5af0db52ac3d766dad342f81ed9de5248390 tdf#149144 Icons for sm Formula Editor in Sidebar Deck It will be available in 7.5.3. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.