Bug 491647

Summary: 5.3 nightly: Workflow buttons docker missing on Android
Product: [Applications] krita Reporter: AppTest <xeses16388>
Component: DockersAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED LATER    
Severity: normal CC: halla, penguinflyer2222
Priority: NOR    
Version First Reported In: nightly build (please specify the git hash!)   
Target Milestone: ---   
Platform: Android   
OS: Android 14.x   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description AppTest 2024-08-13 01:15:54 UTC
SUMMARY
https://invent.kde.org/graphics/krita/-/merge_requests/2210

A feature was recently added to 5.3 nightly, workflow buttons docker. It is marketed as helping out screen-tablet users with no keyboard with selecting the same tool/brush/colors combinations, but it is missing on the platform where it would be very useful: Android.

I'm not sure if it's due to the presence of scripting functionality, but even without scripting, such a docker would be a big benefit to Android users who want to take advantage of its tool/brush/colors combos on the docker.

The feature is on the Windows nightly, but not on Android.

STEPS TO REPRODUCE
1. Bring up the dockers list on the Krita menu or via the Pop-up Palette

OBSERVED RESULT
Workflow buttons docker is missing

EXPECTED RESULT
Workflow buttons docker should be available to use.

SOFTWARE/OS VERSIONS
Krita 5.3.0 nightly 
(git 4c570ad)
Android 14
Arm64 apk
Comment 1 Freya Lupen 2024-08-13 01:46:32 UTC
> I'm not sure if it's due to the presence of scripting functionality,
It's missing not just because it can load scripts, but because the Workflow Buttons docker itself is a Python plugin, which is unsupported on Android.