subgraph-os-issues icon indicating copy to clipboard operation
subgraph-os-issues copied to clipboard

Paxrat and XFCE

Open jander049 opened this issue 7 years ago • 0 comments
trafficstars

This may not be of much use as gnome is the default desktop, but when I installed the xfce desktop I had to set several flags with paxrat to get it running without error. They were as follows:

  "/usr/bin/xfce4-panel": {
    "flags": "m"
  },
  "/usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0": {
    "flags": "m"
  },
  "/usr/bin/xfce4-session": {
    "flags": "m"
  },
  "/usr/bin/xfwm4": {
    "flags": "m"
  },
  "/usr/lib/x86_64-linux-gnu/xfce4/exo-1/exo-helper-1": {
    "flags": "m"
  }

jander049 avatar Dec 07 '17 19:12 jander049