Created attachment 159205 [details] Screenshot of the pop up window. SUMMARY Every time I start KBibTeX, it asks me if I want make it the default editor for bibliography formats. I always press the "Keep settings unchanged" button , but the next time I open it, this window pops up. STEPS TO REPRODUCE 1. Open KBibTeX 2. Press the "Keep settings unchanged" button 3. Restart KBibTeX OBSERVED RESULT The next time I start KBibTeX, a window pops up asking if I want to make it the default bibliography editor. EXPECTED RESULT After pressing the "Keep settings unchanged" button, I was expecting this window to disappear. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Manjaro Linux KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION
Please check this Git commit if it fixes the problem for you: https://invent.kde.org/thomasfischer/kbibtex/-/commit/18eccc2585c19b716d207da3e8eb863b77911ec3 It essentially modifies the dialog box with a 'don't ask again' checkbox. Once you have checked this, you shouldn't get bothered again until you reset all 'don't ask again' checkbox in the settings under 'General'.
Git commit f6bcfa9baca44e4000d98096d45d7addfb6a51f2 by Thomas Fischer. Committed on 15/12/2023 at 23:36. Pushed by thomasfischer into branch 'kbibtex/0.10'. Add 'don't ask again' when notifying on the default bibliography editor Add a 'don't ask again' checkbox when notifying the user that KBibTeX is not the default bibliography editor. In the 'General' settings widget, add a push button that allow to clear all 'don't ask again' settings. FIXED-IN: 0.10.1 M +2 -0 ChangeLog M +20 -1 src/gui/preferences/settingsgeneralwidget.cpp M +2 -2 src/program/mainwindow.cpp https://invent.kde.org/office/kbibtex/-/commit/f6bcfa9baca44e4000d98096d45d7addfb6a51f2
Git commit e2073d8e71817a0f03b67637d4d1ebe6e67ac0aa by Thomas Fischer. Committed on 16/12/2023 at 00:34. Pushed by thomasfischer into branch 'master'. Add 'don't ask again' when notifying on the default bibliography editor Add a 'don't ask again' checkbox when notifying the user that KBibTeX is not the default bibliography editor. In the 'General' settings widget, add a push button that allow to clear all 'don't ask again' settings. Cherry-pick of commit f6bcfa9baca44e4000d9 from branch 'kbibtex/0.10'. M +2 -0 ChangeLog M +20 -1 src/gui/preferences/settingsgeneralwidget.cpp M +2 -2 src/program/mainwindow.cpp https://invent.kde.org/office/kbibtex/-/commit/e2073d8e71817a0f03b67637d4d1ebe6e67ac0aa