subgraph / subgraph-os-issues

Subgraph OS issues repository
74 stars 9 forks source link

Paxrat and XFCE #321

Open jander049 opened 6 years ago

jander049 commented 6 years ago

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"
  }