]> git.mdlowis.com Git - proto/anvil.git/commitdiff
cleaned up cruft and added display manager launcher file
authormike lowis <mike@mdlowis.com>
Fri, 2 Jul 2021 02:33:57 +0000 (22:33 -0400)
committermike lowis <mike@mdlowis.com>
Fri, 2 Jul 2021 02:33:57 +0000 (22:33 -0400)
.gitignore
pickexec [new file with mode: 0755]
runner.dSYM/Contents/Info.plist [deleted file]
runner.dSYM/Contents/Resources/DWARF/runner [deleted file]
share/anvil.desktop [new file with mode: 0644]

index 31b6d778af66f4d5398dd8af7b1485255d49a1d6..f02a8a393961a8c7b0f7115fd7256f8d55757561 100644 (file)
@@ -1,3 +1,5 @@
 anvil
 tags
 anvil.dSYM/
+anvil
+runner.dSYM
diff --git a/pickexec b/pickexec
new file mode 100755 (executable)
index 0000000..81bfb04
--- /dev/null
+++ b/pickexec
@@ -0,0 +1,2 @@
+#!/bin/sh
+dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'Main.overview.show();'
diff --git a/runner.dSYM/Contents/Info.plist b/runner.dSYM/Contents/Info.plist
deleted file mode 100644 (file)
index 869fe36..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-       <dict>
-               <key>CFBundleDevelopmentRegion</key>
-               <string>English</string>
-               <key>CFBundleIdentifier</key>
-               <string>com.apple.xcode.dsym.runner</string>
-               <key>CFBundleInfoDictionaryVersion</key>
-               <string>6.0</string>
-               <key>CFBundlePackageType</key>
-               <string>dSYM</string>
-               <key>CFBundleSignature</key>
-               <string>????</string>
-               <key>CFBundleShortVersionString</key>
-               <string>1.0</string>
-               <key>CFBundleVersion</key>
-               <string>1</string>
-       </dict>
-</plist>
diff --git a/runner.dSYM/Contents/Resources/DWARF/runner b/runner.dSYM/Contents/Resources/DWARF/runner
deleted file mode 100644 (file)
index caec86a..0000000
Binary files a/runner.dSYM/Contents/Resources/DWARF/runner and /dev/null differ
diff --git a/share/anvil.desktop b/share/anvil.desktop
new file mode 100644 (file)
index 0000000..cb3b0ad
--- /dev/null
@@ -0,0 +1,9 @@
+# Install to /usr/share/xsessions
+[Desktop Entry]
+Name=Anvil
+Comment=This session logs you into Anvil
+#Exec=env GNOME_SHELL_SESSION_MODE=ubuntu /usr/bin/gnome-session --systemd --session=ubuntu
+Exec=env /usr/local/bin/anvil
+TryExec=/usr/local/bin/anvil
+Type=Application
+DesktopNames=Anvil