Skip to content

Commit

Permalink
added new headings to some posts to differentiate between original po…
Browse files Browse the repository at this point in the history
…sts and my additions
  • Loading branch information
yoasif committed Dec 16, 2024
1 parent 4bbe55e commit b8005f9
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ image:

---

# Original Post

>Hi
>
>I am trying to set my Firefox developer as default in GNU/Linux, But I am stuck. Firefox Dev didn't shows up in `sudo update-alternatives --config x-www-browser`. In some app I have set them manually, but it's painful to set to every app, since they read the default value in my system. I don't use desktop environment so `.desktop` didn't work for me.
Expand All @@ -17,7 +19,9 @@ image:
>
>Thanks.
This may be helpful for you: https://askubuntu.com/a/965417
## My Comments

This may be helpful for you: <https://askubuntu.com/a/965417>

Mirrored below:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ image:

---

# Original Post

> Mozilla announced they were working on it shortly after [Chrome introduced them early last summer](https://www.thurrott.com/windows/windows-10/165455/google-chrome-now-uses-native-windows-10-notifications). Where did they go? I could've sworn they said something about launching the feature in version 63 or 64
Watch bug id [1497425](https://bugzilla.mozilla.org/show_bug.cgi?id=1497425).
## My Comments

Watch bug id [1497425](https://bugzilla.mozilla.org/show_bug.cgi?id=1497425 "Turn on Toast Notification on release channel").

When that ticket is closed, it will be in release. You can watch that ticket, along with the ones it blocks to be aware of when it will be released.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ image:

---

# Original Post

>I've recently changed my Windows 7 system font size to 110%.
>
>I notice Chrome and IE don't apply the system size, and continue to display the base font at 16px, the browser default. This is the way I prefer it for development.
Expand All @@ -17,6 +19,8 @@ image:
>
>Is there a setting I can use to force Firefox to use 16px or to prevent it inheriting the system font size?
## My Comments

Setting `layout.css.devPixelsPerPx` to **1.0** should give you what you want.

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ image: /assets/images/reddit/can-we-get-a-permanent-fix-for-the-tab-bar-color-is

---

# Original Post

> Can we get a permanent fix for the tab bar color issue with the latest FF version in W10? This looks absolutely terrible now.
<p>
<figure>
<picture>
Expand All @@ -18,6 +22,8 @@ image: /assets/images/reddit/can-we-get-a-permanent-fix-for-the-tab-bar-color-is
</figure>
</p>

## My Comments

Have you tried disabling your accent color in Windows?

>That's the whole point, I like the accent color in other windows like File Explorer etc, but in Firefox I prefer dark mode. I don't want to turn off the accent color in Windows.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ image:

---

>When is it planned to come out?
# Original Post

> When is it planned to come out?
## My Comments

You can watch the issues on [GitHub](https://github.com/mozilla-mobile/fenix/issues).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ image: /assets/images/reddit/can-we-get-a-permanent-fix-for-the-tab-bar-color-is

---

# Original Post

>I can get a circular progress indicator very easily with it in Chrome. Is there another simple way in Firefox?
>
> `previewElement.style.backgroundImage = "conic-gradient(#BBB " + pieValue + "deg,#FFF 0)";`
Expand All @@ -23,11 +25,13 @@ image: /assets/images/reddit/can-we-get-a-permanent-fix-for-the-tab-bar-color-is

>Is there an easy way to do this in firefox? Ive seen the "move rectangles around" solution but im looking for something simpler.
## My Comments

Watch bug id [1175958](https://bugzilla.mozilla.org/show_bug.cgi?id=1175958 "[meta] Implement conic gradients from CSS Image Values Level 4").

People in the bug mention using SVG for what sounded like a similar use case.

This would work: https://codepen.io/xgad/post/svg-radial-progress-meters
This would work: <https://codepen.io/xgad/post/svg-radial-progress-meters>

---

Expand Down

0 comments on commit b8005f9

Please sign in to comment.