slt cyrille
Je mets un extrait en cas où j'aurais mal fait, mis au mauvais endroit ou je ne sais quoi :
Code : Tout sélectionner
#Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
import os
import smart_notifier
#from gi.repository import Gtk
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
here = os.path.dirname(__file__)
warning_window = os.path.join(here, 'smart-notifier.xml')
def warn_user(msg):
Donc, aucun changement en modifiant l'entête.
je vois pas d'erreur en rapport dans le journal au moment ou j'ai passé la commande (à env 9h)
les autres erreurs sont là depuis longtemps (c'était juste après la sortie de veille)
Code : Tout sélectionner
avril 07 08:31:51 mia-PC5 kernel: ACPI Error: Field [IRQE] at bit offset/length 136/16 exceeds size of target Buffer (128 bits) (20170831/dsopcode-235)
avril 07 08:31:51 mia-PC5 kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.SIO1.DSRS, AE_AML_BUFFER_LIMIT (20170831/psparse-550)
avril 07 08:31:51 mia-PC5 kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.UAR1._SRS, AE_AML_BUFFER_LIMIT (20170831/psparse-550)
avril 07 08:31:51 mia-PC5 kernel: serial 00:06: activation failed
avril 07 08:31:51 mia-PC5 kernel: dpm_run_callback(): pnp_bus_resume+0x0/0xa0 returns -5
avril 07 08:31:51 mia-PC5 kernel: PM: Device 00:06 failed to resume: error -5
avril 07 08:31:51 mia-PC5 systemd-rfkill[9432]: Failed to open device rfkill11: No such device
avril 07 08:31:56 mia-PC5 wpa_supplicant[1010]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none
avril 07 08:31:56 mia-PC5 wpa_supplicant[1010]: dbus: Failed to construct signal
avril 07 08:31:58 mia-PC5 wpa_supplicant[1010]: bgscan simple: Failed to enable signal strength monitoring
lines 3375-3430/3430 (END
Mais ça n'est plus très important pour moi, j'ai contourné le problème il y a qq semaines avec un script journalier qui arrive dans ma boite mail, merci de t'être intéressé au problème
