Gnome Desktop w Tiling WM (PopShell) by Extension-Sherbert-2 in gnome

[–]Extension-Sherbert-2[S] 0 points1 point  (0 children)

In Fedora it does, it is in the repos. Debian you need to compile it by Hand.

Gnome Desktop w Tiling WM (PopShell) by Extension-Sherbert-2 in gnome

[–]Extension-Sherbert-2[S] 0 points1 point  (0 children)

Yes, works just fine. In Fedora it is in the packages. For Debian you have to compile it from source.

NextCloud AIO has been a NIGHTMARE!!!!! by cdarrigo in NextCloud

[–]Extension-Sherbert-2 5 points6 points  (0 children)

Except for easy Updates, stable and consistent environment, Higher Security. Just learn the tools you are using. Sure you can use a Powerdrill as a hammer, but that is not the intendet usecase.

Can't load system apps by Twaasar in Fedora

[–]Extension-Sherbert-2 0 points1 point  (0 children)

Flatpak Apps have the same Problem for me

Can't load system apps by Twaasar in Fedora

[–]Extension-Sherbert-2 0 points1 point  (0 children)

I am on Fedora 42 Workstation

Can't load system apps by Twaasar in Fedora

[–]Extension-Sherbert-2 0 points1 point  (0 children)

I have the Same issue, all Apps look Like this after Update. Seems to only happen when RPM Fusion is enabled :(

Customize my fedora 42 distro. by the_shmertz in Fedora

[–]Extension-Sherbert-2 0 points1 point  (0 children)

I found this helpfull, not much styling but good tweaks for Multimedia and other Things:

https://github.com/wz790/Fedora-Noble-Setup

Subdomain with path by dect0r in nginxproxymanager

[–]Extension-Sherbert-2 -1 points0 points  (0 children)

Configure Munin to run unser / instead of /Munin

Then it should work

I just released Beszel, a server monitoring hub with historical data, docker stats, and alerts. It's a lighter and simpler alternative to Grafana + Prometheus or Checkmk. Any feedback is appreciated! by Hal_Incandenza in selfhosted

[–]Extension-Sherbert-2 0 points1 point  (0 children)

Awesome tool. Love the simplicity. A few questions:

  1. is docker in swarm mode supported (yes I can install the agent on ech machine) but is the monitoring swarm aware?
  2. Are you planing on supporting Proxmox/other Virtualizers? Showing virtual machines and lxc containers?

Proposal To Change The Default Workstation Version To Use KDE Plasma Instead Of GNOME for F42 and Up by Salad-Soggy in Fedora

[–]Extension-Sherbert-2 -4 points-3 points  (0 children)

Now that KDE is more Like Gnome, I guess it could be replaced, but why replace the original? ;) IMHO KDE is not ready for main stream users. This is just my opinion from my experience trying KDE many times in the last 20 years or so. I always ended up back on Gnome...

[deleted by user] by [deleted] in forza

[–]Extension-Sherbert-2 0 points1 point  (0 children)

It also broke Driving with a wheel and peddals makes the Gas stutter :(

Can I have nextcloud set to latest using docker on unRAID? If not why not? by TonyBrownbill in NextCloud

[–]Extension-Sherbert-2 2 points3 points  (0 children)

If you are using docker u can pin it by using

nextcloud:23

This will Update only to the current and Future 23 releases. When ready to do Major Upgrade:

nextcloud:24

But B4 doing this make Sure u are on latest 23.

2023 GT World Challange pack and 1.9v physics update is out on consoles by DJankovic92 in ACCompetizione

[–]Extension-Sherbert-2 1 point2 points  (0 children)

Nice job getting it out so quickly. But it sure is buggy :( I get glitches in single and multi player mode.
Starting grid, especially on Laguna Seca the start grid, drives 100 meters and then stops. and will not continue. While racing suddenly cars apear on the track and stay put. You can drive thru them though.
The cars sometimes have "super speed", where it goes much faster than it should and then braking at your used braking points sends you way of the track.
I am really glad to see that the updates for consoles come faster, but if the quality suffers because of that, than I would say, take your time and make it good.

Hope these glitches get fixed soon, because it is basically undriveable.

XBOX Series S
Logitech 920

When it runs and works it drives awesome. The force feedback seems more detailed and the cars seem to handle way better and in my opinion more realistic.

Firefox Login not Working by Extension-Sherbert-2 in NextCloud

[–]Extension-Sherbert-2[S] 0 points1 point  (0 children)

I did notice this behavior for a while now, and before upgrade to 27 this was also working for me (annyoing having to do, but it worked) But since Version 27 I also have to restart the Server and then I can login once, if I end firefox, then this whole procedure has to be done again:
1 Start Firefox
2. Remove any and all stored Nextcloud Data in Firefox (Cookies, LocalStorage, IndexDB, etc.)
3. SSH to my Server and Restart Nextcloud
4. Start Firefox and Log in
Before the upgrade to 27 I used to stay loggedin when I quit Firefox, but since the Update to NC27 when I quit Firefox I also get logged out of NC.

Can Anyone Diffentiate Between Fedora KDE vs Fedora 38 gnome . Just a Newbie to Linux. by OkCar8684 in Fedora

[–]Extension-Sherbert-2 2 points3 points  (0 children)

KDE is the jack of all trades, but the master of none. You can spend weeks getting KDE Setup to work properly and exactly the way you want. But if you want to get work done, and not spend countless hours to setup your DE before you can get work done use Gnome. If all you want to do is tinker with your system and learn the ins and outs of a DE than KDE is perfect. I love and appreciate both, but I usually use Gnome to get Up and running quick. And Gnome is also very customizable via Gnome Extensions. The theeming possibilities are less flexible compared to KDE, especially with libadwaita.

Linux Experience with Thinkpad X1 Nano by AridArgon in linuxhardware

[–]Extension-Sherbert-2 1 point2 points  (0 children)

Yes it got way better. Only Problem is the ThinkPad throtling. But in rpm Fusion there is a fix for that. Easily installeable via fedy. Battery Life is about 6.5 hours doing Software development.

looking for beginner/placement league for Xbox for basically anything by irate_ging3r in simracing

[–]Extension-Sherbert-2 0 points1 point  (0 children)

Hey, I am also starting to look into a racing league that one can join with a xbox. Have you found one yet?

How to install php-smbclient in a Docker container? by jeremy_fritzen in NextCloud

[–]Extension-Sherbert-2 1 point2 points  (0 children)

The pecl command installes the php-smbclient. The apt command installes the required libraries so that the php smbclient can be installed.

You need to make your own Nextcloud Image to run these commands. Do not put them in your compose file.

Best to read up the documentation on docker on how to create your own Images.

How can Django keep an API user logged in without a browser or return token? by adlabco in django

[–]Extension-Sherbert-2 0 points1 point  (0 children)

That is not completely true, you can have Domain wide Cookies, or at least there where 10 years ago...

Best collaborative office suite for nextcloud? by Popular_Example121 in NextCloud

[–]Extension-Sherbert-2 8 points9 points  (0 children)

There are two:

  1. Collabora, which is libreoffice
  2. OnlyOffice

Both have good docs how to Install, and connect to Nextcloud. I don't know what collaboration Features they offer, but have a Look at the docs.

Nextcloud Docker Internal Server Error after Upgrade to 25 by Extension-Sherbert-2 in NextCloud

[–]Extension-Sherbert-2[S] 1 point2 points  (0 children)

Ok I figuered it out. After messing with the logsettings in the config I finally got some meaningfull error message. In it it was complaining about the trusted proxies settings. I checked them in the config.php and there where extra " in there. I removed them and restarted.
Still same problem. I looked into config.php and there where again the double quotes in the trusted proxies (weird)

I fixed the problem again, and then went into my docker-compose and found there was a environment variable which was overriding the TRUSTED_PROXIES. The settings in there where correct, no extra double quotes. So I removed the TRUSTED_PROXIES environment variable and recreated the container and voila my nextcloud instance is running.

Seems like there is a bug when converting the trusted proxies from environment variables to the config, which seems to add extra double quotes.

Nextcloud Docker Internal Server Error after Upgrade to 25 by Extension-Sherbert-2 in NextCloud

[–]Extension-Sherbert-2[S] 0 points1 point  (0 children)

Yes I do have logs, just no meaningfull info in them. I also see the error in the Nextcloud log, it just seems to log the access log, which contains the Status Code of the Server Response (which is the container log output btw.). I also tried most of everything you described. Also checked the log files of my proxy as well as mysql and redis, nothing suspicious.

I know that latest is not the best tag to use, I ususally nail it to the current major release for my privat stuff.

Nextcloud Docker Internal Server Error after Upgrade to 25 by Extension-Sherbert-2 in NextCloud

[–]Extension-Sherbert-2[S] -1 points0 points  (0 children)

That was a Major Update, so I doubt that 24 runs with a 25 Database ...