summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menuApp/bin/libs/libfmodex.sobin1532700 -> 0 bytes
-rw-r--r--menuApp/src/ofApp.cpp9
-rw-r--r--notes6
3 files changed, 11 insertions, 4 deletions
diff --git a/menuApp/bin/libs/libfmodex.so b/menuApp/bin/libs/libfmodex.so
deleted file mode 100644
index ac9d264..0000000
--- a/menuApp/bin/libs/libfmodex.so
+++ /dev/null
Binary files differ
diff --git a/menuApp/src/ofApp.cpp b/menuApp/src/ofApp.cpp
index 9e046eb..6f0206a 100644
--- a/menuApp/src/ofApp.cpp
+++ b/menuApp/src/ofApp.cpp
@@ -152,12 +152,12 @@ void ofApp::setup(){
background.load("images/background1080.png");
overlay.load("images/overlay1080.png");
- instagram.setup(hangdaitoken,"self");
- instagram.setCertFileLocation(ofToDataPath("ca-bundle.crt",false));
+ //instagram.setup(hangdaitoken,"self");
+ //instagram.setCertFileLocation(ofToDataPath("ca-bundle.crt",false));
menutag=MENUTAG;
- loadInstagramFeed();
+ //loadInstagramFeed();
/*
instagram.getUserRecentMedia("self");
@@ -196,6 +196,9 @@ void ofApp::draw(){
//ofTranslate(0*FACTOR,0*FACTOR);
}
+ player.draw();
+ return;
+
if (!player.draw()){
if(ofGetElapsedTimef()-lastPoll>POLL_INTERVAL) {
diff --git a/notes b/notes
index 492e1e7..8f35e6e 100644
--- a/notes
+++ b/notes
@@ -21,4 +21,8 @@ to
push "redirect-private"
-nb openvpn-install.sh
+nb openvpn-install.sh
+
+https://serverfault.com/questions/458591/how-to-auto-start-openvpn-client-on-ubuntu-12-04-cli
+
+On Ubuntu any VPN configuration you place in a file named /etc/openvpn/$NAME.conf will be automatically started.