Summary: | Falkon start new process when it should open new tab running window | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Juraj <jurajoravec> |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/falkon/102bd219b7520fc4bcb0b41bcf9ed692686836d6 | Version Fixed In: | 3.1.0 |
Sentry Crash Report: |
Description
Juraj
2019-02-17 20:50:37 UTC
It looks like falkon creates another lockfile. When I start falkon it creates "qtsingleapp-Falkon-25de-3e8-lockfile" and socket file with same name. But today also appeared another lockfile callked "qtsingleapp-falkon-1ee2-3e8-lockfile". When this bug appears it looks like the original files are removed for some reason. I can only say that I don not run any script to delete things from /tmp. /tmp it mounted as tmpfs and is big enough to hold few blank files. In my usage of Falkon I start it once open one or more windows and then call it from other applications to open links in running instance. Git commit 102bd219b7520fc4bcb0b41bcf9ed692686836d6 by David Rosca. Committed on 19/02/2019 at 10:13. Pushed by drosca into branch 'master'. QtSingleApplication: Add DBus backend for Linux It should be more reliable than lockfile. FIXED-IN: 3.1.0 M +65 -0 src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp M +1 -0 src/lib/3rdparty/qtsingleapplication/qtlocalpeer.h M +4 -4 src/lib/app/mainapplication.cpp https://commits.kde.org/falkon/102bd219b7520fc4bcb0b41bcf9ed692686836d6 |