Insert -> Page number was changed from .uno:InsertPageNumberField to the new .uno:PageNumberWizard command with bug 86630's https://gerrit.libreoffice.org/c/core/+/144683 I considered adding it to the notebookbar, but didn't because there was no icon for it. https://gerrit.libreoffice.org/c/core/+/151398
How about using existing InsertPageNumberField icons? I don't think the dialog is a wizard in a real sense.
I'm sure that using the existing icon would be fine. It just needs to be wired up.
Rizal Muttaqin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b2da36a0837c3d2614917f2382c19c070c5750ed tdf#155374 Icons for PageNumberWizard 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.
I tested Breeze, Colibre, Elementary, Karasa Jaga, Sifr and Sukapura, and everything seems ok for this icon. Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 847f899cb3f9607b55fd5989b2043a0b513dec22 CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded
I tested with 7.7, but I'm not seeing an image associated with it in customize toolbar or when I patch it into the notebookbar. When adding it to the toolbar I get the name, no picture. I thought I needed to add <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> to officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu but that didn't help.
(In reply to BogdanB from comment #4) > I tested Breeze, Colibre, Elementary, Karasa Jaga, Sifr and Sukapura, and > everything seems ok for this icon. > > Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community > Build ID: 847f899cb3f9607b55fd5989b2043a0b513dec22 > CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 > Locale: ro-RO (ro_RO.UTF-8); UI: en-US > Calc: threaded Bogdan, which command were you looking at? Just like Justin, I can't see an icon associated to uno:PageNumberWizard in the Customize dialog in: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 3551d18404cb19cdaa8edb170a549f5c5405d0cb CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded
(In reply to Justin L from comment #5) > I tested with 7.7, but I'm not seeing an image associated with it in > customize toolbar or when I patch it into the notebookbar. When adding it to > the toolbar I get the name, no picture. > > I thought I needed to add > <prop oor:name="Properties" oor:type="xs:int"> > <value>1</value> > </prop> > to officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu but > that didn't help. This is the one I used to add. But somehow the uno:insertpagenumberwizard is not defined in officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu. Has someone has an insight? https://opengrok.libreoffice.org/search?project=core&full=insertpagenumberwizard&defs=&refs=&path=&hist=&type=&xrd=&nn=1
(In reply to Rizal Muttaqin from comment #7) > This is the one I used to add. But somehow the uno:insertpagenumberwizard is > not defined in > officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu. Has > someone has an insight? > Maxim or Mike Kaganski, do you guys have a clue?
(In reply to Rizal Muttaqin from comment #7) > But somehow the uno:insertpagenumberwizard is not defined... It is, but it is called uno:PageNumberWizard
Rizal Muttaqin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a5ea9d89e623ffae905393dacbd73683a07d5d76 tdf#155374 Icons for PageNumberWizard It will be available in 24.2.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-6": https://git.libreoffice.org/core/commit/22c6baefaa8d6866cfd584e2cafd60bf45b4103a tdf#155374 Icons for PageNumberWizard It will be available in 7.6.0.2. 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.
Verified for all icon sets in: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e9a0c97de95688b2f86bbb4dd8c823af5442401c CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Much appreciated Rizal! :)