Skip to content

Instantly share code, notes, and snippets.

View jordan31bit's full-sized avatar

Jordan jordan31bit

View GitHub Profile
@jordan31bit
jordan31bit / error.log
Created October 4, 2018 15:15
Errors Launching Steam
Installing breakpad exception handler for appid(steam)/version(1536436120)
Installing breakpad exception handler for appid(steam)/version(1536436120)
Gtk-Message: 11:13:09.789: Failed to load module "gail"
Gtk-Message: 11:13:09.789: Failed to load module "atk-bridge"
(steam:25540): Gtk-WARNING **: 11:13:09.792: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Pop/gtk-2.0/main.rc:787: error: unexpected identifier 'direction', expected character '}'
(steam:25540): Gtk-WARNING **: 11:13:09.794: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Pop/gtk-2.0/hacks.rc:28: error: invalid string constant "normal_entry", expected valid string constant
@jordan31bit
jordan31bit / MakeOpenVPN.sh
Last active March 20, 2016 10:47 — forked from laurenorsini/MakeOpenVPN.sh
MakeOpenVPN.sh by Eric Jodoin
#!/bin/bash
# Default Variable Declarations
DEFAULT="Default.txt"
FILEEXT=".ovpn"
CRT=".crt"
KEY=".3des.key"
CA="ca.crt"
TA="ta.key"