search for: gnome_keyring_control

Displaying 11 results from an estimated 11 matches for "gnome_keyring_control".

2012 Sep 20
1
[PATCH 1/2] ./run: Make sure that the temporary directory exists so test scripts can produce output files
--- run.in | 1 + 1 file changed, 1 insertion(+) diff --git a/run.in b/run.in index ed4971b..548ac20 100644 --- a/run.in +++ b/run.in @@ -51,6 +51,7 @@ b=@abs_builddir@ # # chcon --reference=/tmp tmp export TMPDIR="$b/tmp" +mkdir -p "$b/tmp" # Set local environment relative to this script. export LIBGUESTFS_PATH="$b/appliance" -- 1.7.10.4
2011 Jul 19
1
Re: Problem with Windows app accessing internet
...p/orbit-charlie -SSH_AGENT_PID=2912 +SSH_AGENT_PID=2337 TERM=xterm SHELL=/bin/bash -XDG_SESSION_COOKIE=2dd5655fe15f1c42f474dd204c45c6b6-1311075950.779608-828425652 +XDG_SESSION_COOKIE=2dd5655fe15f1c42f474dd204c45c6b6-1311094181.613213-1540232224 WINDOW_MANAGER=/usr/bin/compiz -WINDOWID=75497510 -GNOME_KEYRING_CONTROL=/tmp/keyring-zWw2pV +WINDOWID=67108902 +GNOME_KEYRING_CONTROL=/tmp/keyring-fm8dqK GTK_MODULES=canberra-gtk-module:canberra-gtk-module USER=charlie LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st...
2015 Nov 05
1
[PATCH v2] build: Drop serial_tests.
I pushed the (hopefully) completely non-controversial bits upstream: https://github.com/libguestfs/libguestfs/commit/8a72616bf7bc686ad4d033482541fcd73c148b53 https://github.com/libguestfs/libguestfs/commit/b20d36aa1bcabfe1e5eefcf47b727280a6474be8 This patch is what remains. Rich.
2015 Nov 06
1
[PATCH v3] build: Drop serial_tests.
Same as v2, except: - Drop the RUN_OUTPUT_FILE functionality completely. It will be replaced with enhanced .trs files as discussed. - Rebase on head. Rich.
2015 Feb 13
1
Getting strange message in terminal
...sian/g09" declare -x GAUSS_LEXEDIR="/usr/local/gaussian/g09/linda-exe" declare -x GAUSS_SCRDIR="/scratch" declare -x GDMSESSION="gnome-classic" declare -x GDM_LANG="en_US.utf8" declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated" declare -x GNOME_KEYRING_CONTROL="/run/user/1000/keyring-oPxj9T" declare -x GNOME_KEYRING_PID="2515" declare -x GNOME_SHELL_SESSION_MODE="classic" declare -x GPG_AGENT_INFO="/run/user/1000/keyring-oPxj9T/gpg:0:1" declare -x GV_DIR="/usr/local/gaussian/gv" declare -x HARDWARE_PLATFO...
2019 Aug 31
1
[PATCH libnbd] Add bindings for Rust language
Still not working, but I took the latest patch and: - rebased it against libnbd 1.0 - fixed it so it handles new args and cbargs The generator now runs without warnings. This patch doesn't handle optargs at all. In C these are converted to non-optional parameter. Rust doesn't (AFAIK) have optional or labelled arguments unfortunately. Rich.
2015 May 23
2
X11 forwarding not working.
Hi! I'm having a difficult time getting X11 forwarding to work. Since I've read the docs completely about this, this must be an SSH bug which is likely because I'm using Gentoo as the SSH server. When trying to forward X11 connections, I get X11 connection rejected because of wrong authentication. kwrite: cannot connect to X server XXXXXXXXX:10.0 Using command ssh -Y -p 1111 -4
2019 Jul 07
2
[libnbd PATCH] RFC: Add bindings for Rust language
...generate_ocaml_nbd_c; + output_to "rust/libnbd-sys/src/lib.rs" generate_rust_sys_lib_rs; + output_to "rust/libnbd/src/glue.rs" generate_rust_glue_rs; diff --git a/run.in b/run.in index 56ed70346922..117ab59d46b8 100755 --- a/run.in +++ b/run.in @@ -106,5 +106,14 @@ fi export GNOME_KEYRING_CONTROL= export GNOME_KEYRING_PID= +# For rust +export RUST="@RUST@" +if [ -z "$RUSTFLAGS" ]; then + RUSTFLAGS="-C link-args=-L$b/lib/.libs" +else + RUSTFLAGS="$RUSTFLAGS -C link-args=-L$b/lib/.libs" +fi +export RUSTFLAGS + # Run the program. exec $libtool...
2015 Nov 05
1
[PATCH 1/2] test-data: phony-guests: Don't use *.tmp.* temporary files.
--- test-data/phony-guests/Makefile.am | 3 +-- test-data/phony-guests/make-archlinux-img.sh | 4 ++-- test-data/phony-guests/make-coreos-img.sh | 10 ++++---- test-data/phony-guests/make-debian-img.sh | 10 ++++---- test-data/phony-guests/make-fedora-img.pl | 34 ++++++++++++++-------------- test-data/phony-guests/make-ubuntu-img.sh | 14 ++++++------
2012 Apr 27
1
Counter Strike Source Won't load.
...ot; declare -x DESKTOP_SESSION="default" declare -x DISPLAY=":0" declare -x DM_CONTROL="/var/run/xdmctl" declare -x DYLDPATH_ORIGIN="" declare -x DYLD_LIBRARY_PATH="" declare -x GECKO_SITE="http://www.playonlinux.com/wine/gecko" declare -x GNOME_KEYRING_CONTROL="/tmp/keyring-NEI2O8" declare -x GNOME_KEYRING_PID="1304" declare -x GNUPGHOME="/home/tyler/.PlayOnLinux//gpg" declare -x GS_LIB="" declare -x GTK2_RC_FILES="/etc/gtk-2.0/gtkrc:/home/tyler/.gtkrc-2.0:/home/tyler/.gtkrc-2.0-kde4:/home/tyler/.kde/share/con...
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi, as it was already discussed on this list, here it is my attempt in splitting virt-p2v in an own repository. Sadly there are things that must be copied from libguestfs, as it cannot be avoided. The approach taken was to run a script (will send separately) to just get the "p2v" subdirectory with its history as own repository, and then add in few followup commits all the bits needed