Summary: | Opening Tab-Separated CSV Files From Terminal | ||
---|---|---|---|
Product: | [Applications] kwordquiz | Reporter: | promike1987 |
Component: | general | Assignee: | Peter Hedlund <peter> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid |
Priority: | NOR | ||
Version: | 24.02.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/education/kwordquiz/-/commit/5cd38d992b20aa912888b4736db1f0af008c9f6b | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | tab-separated CSV file |
Description
promike1987
2024-05-29 23:35:51 UTC
Can you attach a csv file you expect to work? Created attachment 170030 [details]
tab-separated CSV file
(In reply to Albert Astals Cid from comment #1) > Can you attach a csv file you expect to work? Yes, I can provide a CSV file for testing purposes. However, the issue occurs with any CSV file I try to open using the specified commands, not just a specific one. kwordquiz --goto 'flash' -- ./demo.csv It's just as effective as a simple 'kwordquiz'. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! info was provided A possibly relevant merge request was started @ https://invent.kde.org/education/kwordquiz/-/merge_requests/58 Git commit d764b79dedfdfe2610006b45b30d9ee98531c675 by Carl Schwan. Committed on 17/02/2025 at 09:32. Pushed by carlschwan into branch 'release/24.12'. Fix opening files from command line (cherry picked from commit 5cd38d992b20aa912888b4736db1f0af008c9f6b) Co-authored-by: Albert Astals Cid <aacid@kde.org> M +1 -1 src/kwqdocumentmodel.cpp M +1 -1 src/kwqdocumentmodel.h M +1 -1 src/qml/DeckEditorPage.qml https://invent.kde.org/education/kwordquiz/-/commit/d764b79dedfdfe2610006b45b30d9ee98531c675 Git commit 5cd38d992b20aa912888b4736db1f0af008c9f6b by Albert Astals Cid. Committed on 16/02/2025 at 23:19. Pushed by carlschwan into branch 'master'. Fix opening files from command line M +1 -1 src/kwqdocumentmodel.cpp M +1 -1 src/kwqdocumentmodel.h M +1 -1 src/qml/DeckEditorPage.qml https://invent.kde.org/education/kwordquiz/-/commit/5cd38d992b20aa912888b4736db1f0af008c9f6b |