GLib-GIO-Message: Usando o back-end GSettings da 'memória'. Suas configurações não serão salvas ou compartilhadas com outros aplicativos

Estou trabalhando no projeto python com opencv no Ubuntu OS

import numpy as np
import cv2

img = cv2.imread("LillyBellea.png", 1)
img = cv2.imwrite("LillyBellea.jpeg", img)
cv2.imshow("original", img)
cv2.waitKey(0)
cv2.destroyAllWindows()

Quando estou executando este programa, estou recebendo um erro

GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.

qualquer um pode ajudar aqui, eu seguiesta responder, mas não está funcionando para mim

questionAnswers(2)

yourAnswerToTheQuestion