An error occurred fetching the project authors.
  1. 04 Oct, 2018 14 commits
  2. 06 Sep, 2018 1 commit
    • Jérome Perrin's avatar
      component/xorg: update patch to place lockfile/sockets in $XORG_LOCK_DIR · b3711a6c
      Jérome Perrin authored
      Update the patch not to use $TMPDIR, but to use an environment variable
      dedicated for this purpose, because $TMPDIR has a different meaning.
      
      With firefox 60, running `TMPDIR=/same/tmpdir/as/xvfb firefox --marionette` no
      longer work and complains:
      
       Gtk-WARNING **: cannot open display: :0
      
      If we investigate with strace we can see that marionette restarts with a
      different $TMPDIR ( to store temporary files in another directory ) and we can see:
      
       connect(15, {sa_family=AF_UNIX, sun_path=@"/srv/slapgrid/slappart8/tmp/inst/TestRemoteDriver-0/tmp/Temp-0336e727-3485-4774-a816-75fda1baca12/.X11-unix"}, 113) = -1 EINVAL (Invalid argument)
       write(2, "\n(/srv/slapgrid/slappart8/tmp/soft/c5be5b0096cd286c70df5156590cf4f6/parts/firefox-60/firefox:29812): Gtk-\33[1;33mWARNING\33[0m **: cannot open display: :0\n", 152) = 152
      
      To prevent this kind of problems, instead of using TMPDIR, use
      a new dedicated environment variable XORG_LOCK_DIR.
      
      No backward compatibility is provided, the profiles will be updated. In the
      worst cases, non updated profiles will use /tmp/ and will work unless $DISPLAY
      conflicts.
      b3711a6c
  3. 27 Aug, 2018 1 commit
  4. 20 Aug, 2018 1 commit
    • Jérome Perrin's avatar
      component/*: use specific perl · bbb542cb
      Jérome Perrin authored
      ${perl:location} is now a perl without any package, components using
      perl with one specific package must switch to using the perl with the
      dependent CPAN packages installed.
      bbb542cb
  5. 22 Jun, 2017 1 commit
  6. 03 May, 2017 1 commit
  7. 16 Feb, 2017 1 commit
  8. 09 May, 2016 1 commit
  9. 04 Apr, 2016 1 commit
  10. 28 Sep, 2015 1 commit
  11. 18 Aug, 2015 1 commit
  12. 24 Oct, 2014 1 commit
  13. 14 Aug, 2014 1 commit
  14. 07 Aug, 2014 1 commit
  15. 30 Jul, 2014 1 commit
  16. 19 May, 2014 2 commits
  17. 09 May, 2014 1 commit
  18. 30 Apr, 2014 1 commit
  19. 21 Mar, 2014 1 commit
  20. 20 Mar, 2014 1 commit
  21. 18 Mar, 2014 1 commit
  22. 05 Mar, 2014 2 commits
  23. 13 Feb, 2014 1 commit
  24. 12 Feb, 2014 2 commits