Commit graph

13 commits

Author SHA1 Message Date
6ac03efcde Improve tip to hide the default browser (#17)
tips-and-tricks: Add user-level Firefox hiding

- Supplements the existing system-wide method.
- Fixes compatibility with rofi (on Sway), which was not respecting
  overrides located in `/usr/local/share/applications`.

Co-authored-by: Nick White <git@njw.name>
Reviewed-on: #17
Reviewed-by: Hristo Marinov <hricky@noreply.forge.fedoraproject.org>
Co-authored-by: Nick White <njwhite@noreply.forge.fedoraproject.org>
Co-committed-by: Nick White <njwhite@noreply.forge.fedoraproject.org>
2026-02-16 11:13:44 +00:00
879f41a2ee tips-and-tricks.adoc: Clarify and fix AsciiDoc syntax 2025-10-31 14:15:15 +02:00
15fe1bf348 RPM Fusion: Add note on updates page
- Link to the RPM Fusion instructions in tips & tricks from the updates
  page in the major updates section.
- split the RPM Fusion instruction in two sections to make it clear
  which parts is needed for what.
2025-08-01 11:23:21 +02:00
deabb8f700 Add a section how to reenable the default browser
I've taken those commands from the suggestion of vgaetera here : https://discussion.fedoraproject.org/t/reenable-the-default-firefox-browser/113899
2024-11-13 00:41:14 +01:00
rugk
ebaa10a4c7
Update Firefox tip with new Firefox desktop file name
* Update Firefox tip with new Firefox desktop file name

https://fedoraproject.org/wiki/Changes/RenameFirefoxDesktopFile has changed the file name of the `.desktop` file, so it needs to be updated.

Coming here [because this change has unfortunate consequences](https://discussion.fedoraproject.org/t/after-fedora-40-upgrade-desktop-icon-for-default-base-image-firefox-is-missing-in-dash/114934) for me and I need to adapt these steps to get back a link to the rpm (non-flatpak) Firefox.

Co-authored-by: Timothée Ravier <tim@siosm.fr>
2024-05-02 18:08:33 +02:00
Hofer-Julian
af52064f82 Fix typo 2022-12-06 17:00:40 +01:00
5a8e0ff95c tips&tricks: Move RPM Fusion tips to the top
Also fix EOL at EOF.
2022-11-22 12:56:41 +01:00
88a053ee5b tips&tricks: Hide the default browser in the interface
Add instructions to hide the default browser installed in the image from
the menues in the interface.

This is better than using `rpm-ostree override remove` as it does not
mutate the image and keeps updates fast.
2022-11-22 12:56:41 +01:00
d104c45821 tips: add instructions for using RPM Fusion
I've (anecdotally) seen a number of folks complaining about using RPM
Fusion with Silverblue and the challenges that come with that.

Let's just admit the obvious and give users the straight-forward way
of enabling the repos.
2022-11-22 09:03:52 +01:00
139ac1ec09 Fix whitespace and align to a consistent style
Align the style for the entire documentation to prefer one sentence per
line. This has the following advantages:
- Asciidoc properly combines lines of text into a single paragraph
- This keeps the Git diff readable and minimal while keeping line
  lengths reasonable
- Some Asciidoc functionnality does not interact well with hard wrapped
  lines
2022-05-13 15:08:38 +02:00
Brian Tomlinson
41a2879af2 Use presence of /run/.toolboxenv
As pointed out by @travier the functionality of $HOSTNAME as it relates
to toolbox may be changing, so it's safest to use /run/.toolboxenv.

Functionally the result is identical from the first proposed commit.
2022-05-13 12:31:41 +02:00
Brian Tomlinson
5641ccfbcb Add example of toolbox state changing the prompt
This commit expands on the `istoolbx` alias by showing how it can be used to update the prompt so that no extra commands are necessary to hint to the user that they are in a toolbox and in which toolbox they currently reside.
2022-05-13 12:31:41 +02:00
Funky185540
fc2acbd1a9
docs: Add new "Tips and Tricks" section (#119) 2022-02-21 22:51:31 +01:00