-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
30.1 started throwing GVFS warnings #101
Comments
Thanks for reporting this as a separate issue - out of interest, I tried to reproduce this by installing a minimal rocky linux 8 VM and then installed a gui via:
But then if I run emacs in a terminal I don't see the aforementioned warnings, but instead we get something worse - when clicking File -> Open emacs crashes: Can you describe a bit more how I can try and reproduce the original issue? I'll also see if there is some way we can workaround this second one... |
the show-type-column error is something i'm aware of , it's fixable by:
That's yet another issue ... if that's something you can fix, I'll gladly file another bug :) |
Yes I think I can come up with a workaround for that - but it may take a day or two. Will keep you posted. |
To keep things cleaner, this issue will focus solely on the GFVS warnings and we will use #103 for the gsettings schema related issue. |
We use a new GTK version and the file chooser dialog via GVFS wants to monitor this directory for changes. If it doesn't exist, the file chooser dialog will complain resulting in harmless warnings like those seen in #101. So create the directory if it doesn't exist to avoid these warnings. Signed-off-by: Alex Murray <[email protected]>
I have just committed a fix and have triggered new builds of the snap which should be available in the beta channel within an hour - if you can please test it that would be great, then I can promote it to the stable channel. |
I can confirm that today's release of latest/beta 30.1 on Rocky Linux 8.10 is
Alex, THANK YOU! Looking forward to seeing this in stable channel, and resuming our fleet on the stable track |
Thanks for the confirmation - will promote it to stable now! |
Continuing from #100
On Rocky Linux 8.10 servers:
Starting from 30.1 we see the following warnings thrown in the terminal everytime something is clicked in emacs.
For example: open Emacs, and click "open file", terminal where emacs was ran will show:
It doesn't seem to break functionality, but we'd really prefer to have a clean shell, before having our users switch to 30.1
THANKS!
The text was updated successfully, but these errors were encountered: