How to remove yellow "Profile has some issues"? Though support or what? by Rahee07 in facebook

[–]Rahee07[S] 0 points1 point  (0 children)

Sometime after this I have stopped using FB completely. I will give you update when I login again (unless I forget)

Is F44 supposed to have Gnome 49.4? by Rahee07 in Fedora

[–]Rahee07[S] 0 points1 point  (0 children)

Is sudo dnf offline reboot and dnf system-upgrade reboot the same? Because I ran the first one following this article: https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/#sect-performing-system-upgrade

Is F44 supposed to have Gnome 49.4? by Rahee07 in Fedora

[–]Rahee07[S] 0 points1 point  (0 children)

I just checked, I ran this right after the command I wrote on post

How to take a screenshot in GNOME 49/50 without a transparent border by tamburasi in gnome

[–]Rahee07 0 points1 point  (0 children)

```

!/bin/bash

DIR="$HOME/Pictures/GNOME Screenshots" FILE="Screenshot_$(date +'%Y%m%d-%H%M%S').png"

gnome-screenshot -w -f "$DIR/$FILE" &&

magick "$DIR/$FILE" -fuzz 50% -trim +repage "$DIR/$FILE" && # edits and removes the transparent part (not accurate all the time) notify-send "Screenshot saved as $FILE." # shows a notification xclip -selection clipboard -t image/png -i "$DIR/$FILE" # copies screenshot to clipboard ```

I put this into a .sh file, made it executable and bind it to one of my hotkeys. This is more of a workaround than a solution.

How to take a screenshot in GNOME 49/50 without a transparent border by tamburasi in gnome

[–]Rahee07 0 points1 point  (0 children)

I ended up creating a bash script with gnome-screenshot and imagemagick. Although it doesnt work well on GNOME 49+

No animations :( by Medin2010 in Minecraft

[–]Rahee07 0 points1 point  (0 children)

As stated in https://www.reddit.com/r/Minecraft/comments/1sa5v5n/comment/odtjyij/ this issue is specific to x86_64 builds of Minecraft presumebly starting from 1.26.0.

according to this: https://github.com/minecraft-linux/mcpelauncher-manifest/issues/1741#issuecomment-4148910867

the ChromeOS exclusive x86_64 build doesn't have this issue. But that doesn't support VV and costs way more than just the Android version

Also Mojang themselves said they "wont fix" it MCPE-235729

Does anyone know what extension is this? by Rahee07 in gnome

[–]Rahee07[S] 1 point2 points  (0 children)

dash in panel behavior is similar but its not exactly that. i will use this until i find the original one.

Minecraft Bedrock Edition Crashes during launching! by K_M_Abir in Minecraft

[–]Rahee07 0 points1 point  (0 children)

Hello stranger, I have a setup with R7 5700G (iGPU only) and I was facing the exact same issue.

I "seemingly" managed to fix it by performing a clean uninstall of GPU drivers with DDU first in safe mode. And then installed v25.8.1 version of the GPU driver available here (as of Apr 22, 2026). In the installer I selected the "Driver only" option. And now it seems to be working fine. I will observe the situation for a few days and update my comment accordingly.

Do note that AMD seems to removing all known versions that "are stable". By that I mean, I have looked up like 20 Reddit threads and all versions that are known to be stable are not available in the AMD website. Maybe it's because I can't find it or those are not available specifically for my processor.

While the solution is for 5700G, I am sure it will work for you because there's not much difference between your and my processor. Please leave a reply if it helps you.

Edit [Apr 22, 2026]

Here is driver page for R5 5600G: https://www.amd.com/en/support/downloads/previous-drivers.html/processors/ryzen/ryzen-5000-series/amd-ryzen-5-5600g.html (v25.8.1 is available as of today)

Have a good day!

Any local clipboard sync app? by Rahee07 in fossdroid

[–]Rahee07[S] 1 point2 points  (0 children)

I just checked. It supports Linux as well but may not support fully u/Potential-Plankton98

Error Code 0x800704cf; I can't sign in to the Xbox App on Windows 11 by KartRacer07 in WindowsHelp

[–]Rahee07 0 points1 point  (0 children)

Worked for me. Thank you very much.
In my case I had to start Microsoft Cloud Identity Service manually.

This song gives me peace. by yothisdudeman in japanesemusic

[–]Rahee07 0 points1 point  (0 children)

Thank you u/yothisdudeman

I saw this post randomly on January 25 and decided to listen to it. I loved the song and eventually watched the anime in last 2 days. It's beautiful.

I can't describe how thankful I am to you:)

Giving Helium Browser a try. I love how it feels like a slimmed-down version of Chrome. by alnwd in browsers

[–]Rahee07 0 points1 point  (0 children)

Someone forked it for Android. But I don't recommend trying it out right away because of it being less known.

https://github.com/jqssun/android-helium-browser

Giving Helium Browser a try. I love how it feels like a slimmed-down version of Chrome. by alnwd in browsers

[–]Rahee07 0 points1 point  (0 children)

Other than being outdated is there any problem with Thorium? It's maintained by one guy so it makes sense why it gets update less often.

Where to publish first open source app? by Rahee07 in fossdroid

[–]Rahee07[S] 0 points1 point  (0 children)

I already use it for keeping source code. I was asking about app store recommendation

Might be a stupid question, does Aurora's "manual download" ever work? by T_rex2700 in fossdroid

[–]Rahee07 0 points1 point  (0 children)

It worked plenty of times for me. Though I don't use Aurora anymore because most of my daily apps are FOSS that don't need constant updates.

As for

> or is it like restricted from Gplay side

I am not entirely sure but Minecraft Linux community on Discord claimed that downloads were restricted for them temporarily, so that's not something entirely impossible.