You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues for my feature request. This is a new issue (NOT a duplicate) and is not related to another issue.
I have searched wont fix issues and this request is not among them
This is a feature request for the Cromite browser; not the website nor F-Droid nor anything else.
Is your feature request related to privacy?
No
Is there a patch available for this feature somewhere?
No
Describe the solution you would like
I managed to find a way to set Cromite as the default browser:
Create a file called chromium-browser.desktop under /usr/share/applications, with the content:
[Desktop Entry]
Version=1.1
Name=Cromite
GenericName=Browser
Comment=Launch Cromite.
Exec=(path to cromite folder)/chrome
Icon=(path to cromite folder)/product_logo_48.png
Terminal=false
Type=Application
Execute sudo xdg-settings set default-web-browser chromium-browser.desktop in the terminal
Go to Cromite's settings and make it the default browser.
I would like all of this to automatically happen when you try to make Cromite the default browser from settings. Thanks in advance for considering the feature request!
Describe alternatives you have considered
N/A
The text was updated successfully, but these errors were encountered:
Preliminary checklist
Is your feature request related to privacy?
No
Is there a patch available for this feature somewhere?
No
Describe the solution you would like
I managed to find a way to set Cromite as the default browser:
chromium-browser.desktop
under/usr/share/applications
, with the content:sudo xdg-settings set default-web-browser chromium-browser.desktop
in the terminalI would like all of this to automatically happen when you try to make Cromite the default browser from settings. Thanks in advance for considering the feature request!
Describe alternatives you have considered
N/A
The text was updated successfully, but these errors were encountered: