You are not logged in.
Pages: 1
Hi, I wanted to use a script that I use for managing backups with slitaz-rolling live.
The script uses zenity for the GUI, and even though I have it installed, during execution I get this error
Error creating proxy: The connection is closed (g-io-error-quark, 18)
(zenity:3555): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed
Rilevato trace/breakpoint
any solutions for this?
----------------------------------------------------------------------------------------------------------------
Salve, volevo utilizzare uno script che uso per la gestione dei backup con la live di slitaz-rolling.
Lo script utilizza zenity per l'interfaccia grafica, e anche se l'ho installato, durante l'esecuzione mi compare questo errore
Offline
When zenity is called with --forms or --list,
some warnings occur, but zenity works for me.
Are you sure gtk+3 is installed properly?
I prefer dialog over zenity, because dialog does not
require gtk+3, just ncursesw.
Offline
Yes is installed, but the my command for select file is:
zenity --width=600 --height=400 --file-selection --file-filter=*.dd.lz4 --title="Select a Backup File"
Offline
On my SliTaz rolling64
zenity --width=600 --height=400 --file-selection --file-filter=*.png --title="Select a Backup File"
issues warnings:
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications
but shows file selection screen.
Offline
Pages: 1
[ Generated in 0.024 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]