https://bugs.kde.org/show_bug.cgi?id=508763
Bug ID: 508763
Summary: ark does not respect plasma activity settings
"tracking file and app use"
Classification: Applications
Product: ark
Version First unspecified
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
If you create an activity that disallows "Tracking file and app use", ark still
tracks the recent archives.
STEPS TO REPRODUCE
1. Create an activity that disallows "Tracking file and app use"
2. On the command line outside of KDE create a test archive: `touch testfile &&
tar -c testfile -z -f testfile.tar.gz`
3. Switch to the activity.
4. Open testfile.tar.gz in ark.
OBSERVED RESULT
The file appears in ark's recent files. Switching out of the activity and
re-launching ark, the file still appears. What's more, it also appears in
kactivitymanagerd's database:
$ sqlite .local/share/kactivitymanagerd/resources/database
sqlite> SELECT * FROM ResourceInfo WHERE TargettedResource LIKE
'%testfile.tar.gz%';
/home/surgo/testfile.tar.gz|testfile.tar.gz|application/x-compressed-tar|0|0
EXPECTED RESULT
No recent file entry would be created. No entry in kactivitymanagerd database
would be created.
SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Kernel Version: 6.16.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-6700K CPU @ 4.00GHz
Memory: 32 GiB of RAM (31.3 GiB usable)
Graphics Processor: NVIDIA GeForce GTX 1080
--
You are receiving this mail because:
You are watching all bug changes.