https://bugs.kde.org/show_bug.cgi?id=500003
Bug ID: 500003
Summary: [Feature Request] The ability to disable the last
played file feature
Classification: Applications
Product: Haruna
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: generic
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Even with "Open last played file on startup" disabled and "Maximum recent
files" set to 0, Haruna still remembers the last played file. This seems
counterintuitive because usually disabling file history in a program also
disables other settings related to remembering files. I can think of a few ways
to solve this issue, but I am not sure which one would be the best fit for the
project:
1. Add a "Remember last played file" toggle. This way most of Haruna's current
functionality stays the same.
2. Move all file history-related settings from haruna.conf to a new file, like
recent-files.conf. This allows users to remove the write permission from
recent-files.conf which only disables file history and not all settings like
when write permission is removed from haruna.conf (the workaround I am using).
3. Replace the LastPlayedFile variable with the last file from the RecentFiles
list. This means setting "Maximum recent files" to 0 would also disable the
last played file feature. This seems like the best solution as it simplifies
how Haruna works and makes it more intuitive.
--
You are receiving this mail because:
You are watching all bug changes.