Having issues after resuming from suspend

Hi all,
Am having some issues after resuming from suspend. Specifically some apps dont work. For example, brave browser refused to start after the resume or at times it would not be able to load any page and all the extensions would not work. Also Kdenlive refused to start after resume from suspend. It was stuck on the splash screen. I had added the following to /etc/X11/xorg.conf.d/20-intel.conf solve the issue of blank screen after resume if that is relevant

 Section "Device"                                                                                                                     
  Identifier  "Intel Graphics"                                                                                                      
  Driver      "intel"                                                                                                               
  Option      "DRI" "2"                                                                                                             
  Option      "TearFree"    "true"                                                                                                  
  Option      "AccelMethod"  "uxa"                                                                                                  
   EndSection

:+1: Welcome to Manjaro! :+1:

  1. Please read this:
    How to provide good information
    and post some more information so we can see what’s really going on. Now we know the symptom of the disease, but we need some more probing to know where the origin lies… :grin:

  2. An inxi --admin --verbosity=7 --filter --no-host --width would be the minimum required information… (Personally Identifiable Information like serial numbers and MAC addresses will be filtered out by the above command)
    Also, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text.

  3. Does this also happen when you create a new user and log in there? (E.G. samgurung2)

  4. What is the output of:

    journalctl --system --boot=0 --priority=3 | tail --lines=35
    

    after you come out of hibernation?

  5. Do any other applications show the same kind of behaviour?

:thinking: