Bug 468310 - open resources folder button not working
Summary: open resources folder button not working
Status: RESOLVED LATER
Alias: None
Product: krita
Classification: Applications
Component: Resource Management (other bugs)
Version First Reported In: 5.1.5
Platform: Android Android 12.x
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-09 00:06 UTC by Bob Ross
Modified: 2023-04-26 09:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Ross 2023-04-09 00:06:56 UTC
SUMMARY

The 'open resources folder' button is not working.


STEPS TO REPRODUCE
1.  Go to 'settings' - 'manage resources'
2. The 'open resources folder' button is not working

OBSERVED RESULT
open resources folder button not working

EXPECTED RESULT
open resources folder button should work

Remember: there are no bugs, only happy little accidents!

Bob Ross
The joy of painting
Comment 1 Halla Rempt 2023-04-26 09:23:11 UTC
That's intentional:

#ifdef Q_OS_ANDROID
    // TODO(sh_zam): Opening a directory can cause a crash. A ContentProvider is needed for this.
    m_ui->btnOpenResourceFolder->setEnabled(false);
#endif
Comment 2 Halla Rempt 2023-04-26 09:24:30 UTC
Git commit 90bd198fd83eb585c11960b5c060e2095d25daab by Halla Rempt.
Committed on 26/04/2023 at 09:24.
Pushed by rempt into branch 'master'.

Hide the Open Resource Folder button on android

M  +1    -0    plugins/extensions/resourcemanager/DlgResourceManager.cpp

https://invent.kde.org/graphics/krita/commit/90bd198fd83eb585c11960b5c060e2095d25daab