Description: Sifr: Slide transition icons on Impress Sidebar aren't black&white All Sifr icons are black&white with some gray fill But Slide transition icons on Sidebar aren't. Its are blue I suggest change its color to black Steps to Reproduce: 1. Set Sifr icon theme 2. Open Impress 3. Open Slide transition section in Sidebar 4. Look at these icons Actual Results: Icons are blue Expected Results: Icons are black Reproducible: Always User Profile Reset: No Additional Info: Version: 7.0.0.0.alpha0+ Build ID: a545e25314d464c190d9d504d78ec6cb67ead4fd CPU threads: 4; OS: Linux 5.5; UI render: default; VCL: kf5; TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-02-20_15:31:00 Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US Calc: threaded
Created attachment 158096 [details] Screenshot with current icon's color
rizmut committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/ab3cc6102b09ddea7ea0f3ef26e6231caaa261c4 Sifr: Fix for tdf#122488 & tdf#130864 It will be available in 6.4.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.
rizmut committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e3a552f94f0f99973da4f7b04cae16baa80ec07b Sifr: tdf#130864, Fix missing slide transition icons It will be available in 7.0.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, I closed it, thanks for fix
Rizal Muttaqin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2c2aa45234f12de355228af185760440d8720661 Sifr: Fix for tdf#130864: Enlarge the border It will be available in 7.0.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-6-4": https://git.libreoffice.org/core/commit/3dfba081a2b495fae8f069863764638b1248fead Sifr: Fix for tdf#130864: Enlarge the border It will be available in 6.4.4. 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.
libreoffice-6-4 fixes this. You can update to the version https://git.libreoffice.org/core/+/2c2aa45234f12de355228af185760440d8720661%5E%21 Slide transition icons on Impress Sidebar using python-psi is a path. Now some Impress automation scripts for my deck of slides and struggling to find a way to click on the icons to change transition types between slides (there's 3 types of each). The normal way to change this transition types is to click their own buttons during presentation in order to choose preferred one. Another way is to do this via Impress Sidebar in BricsCAD app (using mouse or tab button on the keyboard). In order to do it somehow automatically I would like to implement such ability into my own script. Maybe there is a way to select an element of Impress Sidebar by tag or other atributes (e.g. Take a look at this sample): ``` <Select class="{Control id="... <PropertyGrid class="{Control owner="... <Row header="Title" value="{TextualBox value={... <Row header="_T("Additions")" value="{ComboBox value={... <Row header="Duration" value="{DoubleBox value={... <Row header="_T("Click to advance")" value={"CheckBox text The full code can be found on Github and on https://didatica.tech/
(In reply to data scientist from comment #7) > Now some Impress automation scripts for my deck of slides and struggling to > find a way to click on the icons to change transition types between slides > (there's 3 types of each). Please ask questions about personal scripts on ask.libreoffice.org. This tracker is only for bug, and conversations related to resolving them. Thank you! Bug verified as fixed in: Version: 7.0.6.2 Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Issue already present in: Version: 6.3.6.2 Build ID: 2196df99b074d8a661f4036fca8fa0cbfa33a497 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3; Locale: en-AU (en_AU.UTF-8); UI-Language: en-US Calc: threaded