| |
@@ -18,6 +18,15 @@
|
| |
$ sudo update-desktop-database /usr/local/share/applications/
|
| |
```
|
| |
|
| |
+ == Reenabling the default browser (Firefox)
|
| |
+
|
| |
+ If you want to make the default browser (Firefox) visible again after hiding it, you can follow these steps:
|
| |
+
|
| |
+ ```
|
| |
+ $ sudo rm -f /usr/local/share/applications/*firefox*.desktop
|
| |
+ $ sudo update-desktop-database /usr/local/share/applications
|
| |
+ ```
|
| |
+
|
| |
== Enabling RPM Fusion repos
|
| |
|
| |
[CAUTION]
|
| |
I've taken those commands from the suggestion of vgaetera here : https://discussion.fedoraproject.org/t/reenable-the-default-firefox-browser/113899