flathub / flathub/io.github._0_don.clippy
Crash on first run, "no such column: hotkey.super_key"
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Installed via Bazaar, clicked Open, nothing happened. Got this when running in terminal.
```RUST_BACKTRACE=full flatpak run io.github._0_don.clippy
linux default QWERTZ
thread 'main' (2) panicked at src/config/setup.rs:21:14:
Failed to initialize database: Query(SqlxError(Database(SqliteError { code: 1, message: "no such column: hotkey.super_key" })))
stack backtrace:
0: 0x5557ff42a30a -
1: 0x5557ff44505a -
2: 0x5557ff430ea2 -
3: 0x5557ff403edf -
4: 0x5557ff420461 -
5: 0x5557ff4206db -
6: 0x5557ff403f98 -
7: 0x5557ff3fae89 -
8: 0x5557ff40518d -
9: 0x5557ff44591c -
10: 0x5557ff4456f2 -
11: 0x5557fdcb7db9 -
12: 0x5557fdcf6ac9 -
13: 0x5557fded1ebe -
14: 0x5557fd7dbdfe -
15: 0x5557fd787284 -
16: 0x5557fd79b395 -
17: 0x5557fd776a5a -
18: 0x5557fd75e0a9 -
19: 0x5557fd7621fe -
20: 0x5557fd760870 -
21: 0x5557fd7600f2 -
22: 0x5557fd75f6e3 -
23: 0x5557fd760539 -
24: 0x5557ff41f214 -
25: 0x5557fd760405 -
26: 0x7f717b82c975 -
27: 0x7f717b82ca28 - __libc_start_main
28: 0x5557fd75daa5 -
29: 0x0 - ```
Running Aurora (KDE based fedora silverblue). Not sure what other info might be helpful here...
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at src/config/setup.rs:21 and reproduce the failure with the flatpak command from the report, then trace the database initialization and schema or migration that references hotkey.super_key. Done means a clean first run initializes the database and opens without the missing-column panic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sqlite
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100