cdown / clipmenu

Clipboard management using dmenu
MIT License
1.11k stars 90 forks source link

error messages after boot with systemd service xsel: Can't open display: (null) #146

Closed kristoferus75 closed 3 years ago

kristoferus75 commented 3 years ago

Hi Chris !

After i use systemd service with clipmenud:

systemctl status --user clipmenud.service

systemctl list-units --type target --user

UNIT           LOAD   ACTIVE SUB    DESCRIPTION     
  basic.target   loaded active active Basic System    
  default.target loaded active active Main User Target
  paths.target   loaded active active Paths           
  sockets.target loaded active active Sockets         
  sound.target   loaded active active Sound Card      
  timers.target  loaded active active Timers          

i only can use default target but then i see after boot with: journalctl -b

xsel: Can't open display: (null)

all the time until my window mangager start !

Is this possible to fix ?

with disable the service and put to start this service this in my .xinittrc file -> not change same problem :-(

Thanks

regards