| Summary: | Falkon failed open dozen URLs from command line with one command. | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | Szyk Cech <szyk100> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | abogical |
| Priority: | NOR | ||
| Version First Reported In: | 3.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/falkon/-/commit/a386de98eeb76e4c44a0d755a151958f3e8159f9 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Szyk Cech
2019-10-19 14:49:25 UTC
I also try this command (without URL tag): falkon https://kresy.pl/ https://kopalniawiedzy.pl/wiadomosci https://www.youtube.com/user/OpcjaSpoleczna/videos https://defence24.pl/ https://www.altair.com.pl/ https://kaosx.us/news https://pointieststick.com/2019/10/13/this-week-in-kde-plasma-5-17-approaches/ https://www.qt.io/blog http://www.benchmark.pl/kategoria/systemy-operacyjne-pc.html https://www.linuxinsider.com/perl/section/linux-developer/ https://www.linuxtoday.com/ http://apollo-core.com/knowledge.php https://exec.pl/ https://www.ppa.pl/ https://www.youtube.com/channel/UCe5Dq2HfS7IbF67qPnAuA5w/videos https://www.youtube.com/user/SPInkafilmstudio/videos Confirmed on my machine. Created patch to fix. Awaiting Review. https://phabricator.kde.org/D27655 A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/109 Git commit a386de98eeb76e4c44a0d755a151958f3e8159f9 by Juraj Oravec. Committed on 24/12/2024 at 12:21. Pushed by jurajo into branch 'master'. Open all URLs in command line arguments Test Plan: Run the falkon command with multiple URLs, e.g: ./falkon example.com kde.org A new falkon window with each URL opened in a new tab. First URL selected. Reviewers: #falkon Subscribers: falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D27655 Original author: abogical (Abdel-Rahman Abdel-Rahman) Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +8 -4 src/lib/app/browserwindow.cpp M +2 -2 src/lib/app/browserwindow.h M +14 -15 src/lib/app/commandlineoptions.cpp M +11 -6 src/lib/app/mainapplication.cpp M +2 -1 src/lib/app/mainapplication.h https://invent.kde.org/network/falkon/-/commit/a386de98eeb76e4c44a0d755a151958f3e8159f9 |