Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - application inserts mimetype associations in user's mimeapps preferences instead of appending #1366

Open
corigne opened this issue Jun 17, 2024 · 0 comments
Labels
bug Minor issue

Comments

@corigne
Copy link

corigne commented Jun 17, 2024

Describe the bug
r2modman inserts its desktop file as the first entry in mimeapps.list for x-scheme-handler/https and others on start, even if another application already exists for this entry (e.g. firefox.desktop), ideally this should be appended to avoid overwriting existing user preferences

To Reproduce
Steps to reproduce the behavior:

  1. Set default browser using mimeo or by hand
  2. open an http link, default browser opens a new tab to that lnk
  3. open r2modman
  4. open the same http link, r2modman flashes briefly, nothing opens in the default browser

Expected behavior
r2modman should append, not insert mimeapps entries for mimetypoes that it doesn't explicitly own, respecting existing mimeapp preferences

Screenshots
n/a

Additional context
system info:
OS: Arch Linux x86_64
Kernel: Linux 6.9.4-arch1-1
WM: i3 (X11)
CPU: AMD Ryzen 7 3800X (16) @ 4.20 GHz
GPU: NVIDIA GeForce RTX 2070 SUPER [Discrete]
Locale: en_US.UTF-8

@corigne corigne added the bug Minor issue label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Minor issue
Projects
None yet
Development

No branches or pull requests

1 participant