We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reviews requested Change of PlayFile:
let player = global.display.get_sound_player(); let file = Gio.File.new_for_path('PATH TO THE FILE'); player.play_from_file(file, 'title', null);
but this doesn't work for refs.js: https://extensions.gnome.org/review/48421
LoadFile-Dialog in prefs.js is deprecated and doesn't work anymore.
Plan to just maintaining the extension will not work, so i have to change the name, that will result in settings lost.
I'm not very happy with this result, but will look forward to bring it online again.
I can keep the old extension in AUR, but i'm unsure, if this is a good plan.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reviews requested Change of PlayFile:
but this doesn't work for refs.js: https://extensions.gnome.org/review/48421
LoadFile-Dialog in prefs.js is deprecated and doesn't work anymore.
Plan to just maintaining the extension will not work, so i have to change the name, that will result in settings lost.
I'm not very happy with this result, but will look forward to bring it online again.
I can keep the old extension in AUR, but i'm unsure, if this is a good plan.
The text was updated successfully, but these errors were encountered: