Some notes for tricky things I've run into while packaging things for Nix...
There is a code search available here. It's considerably more useful and accurate than GitHub's search.
This article explains that.
Some notes for tricky things I've run into while packaging things for Nix...
There is a code search available here. It's considerably more useful and accurate than GitHub's search.
This article explains that.
#!/usr/bin/python2 | |
# Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Virtual Me2Me implementation. This script runs and manages the processes | |
# required for a Virtual Me2Me desktop, which are: X server, X desktop | |
# session, and Host process. | |
# This script is intended to run continuously as a background daemon | |
# process, running under an ordinary (non-root) user account. |