summaryrefslogtreecommitdiffstats
path: root/electricsheep
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-01-28 10:06:08 +0000
committer Eric Hameleers <alien@slackware.com>2009-01-28 10:06:08 +0000
commite3aee2375f14fa5f336f0b055075b2aa5a7531d3 (patch)
tree628032facda3fb96804608be91f0063a55acb1e8 /electricsheep
parentfab5bb892fa7402a134ccf607051b097d59e5db4 (diff)
downloadasb-e3aee2375f14fa5f336f0b055075b2aa5a7531d3.tar.gz
asb-e3aee2375f14fa5f336f0b055075b2aa5a7531d3.tar.xz
Initial revision
Diffstat (limited to 'electricsheep')
-rw-r--r--electricsheep/build/README.slackware29
-rw-r--r--electricsheep/build/electricsheep_gnome-open.patch13
-rw-r--r--electricsheep/build/slack-required2
3 files changed, 44 insertions, 0 deletions
diff --git a/electricsheep/build/README.slackware b/electricsheep/build/README.slackware
new file mode 100644
index 00000000..3476cb67
--- /dev/null
+++ b/electricsheep/build/README.slackware
@@ -0,0 +1,29 @@
+ElectricSheep 2.6.9
+===================
+
+Electricsheep can no longer be configured from within the KDE4 screensaver
+preferences dialog. Instead, a separate "electricsheep-preferences"
+should be used now. The KDE4 screensaver file has been updated to reflect
+this change.
+
+The configuration application, "electricsheep-preferences", will now
+display when you push the "setup" button in the screensaver settings in
+KDE4 System Settings. The sheep also play in the small preview window
+within the System Settings dialog window.
+
+The "test" button does not work correctly. If you press it, the sheep
+will play, but the window in which the animation runs will not stretch
+to fullscreen.
+
+The sheep will play in full screen as expected when the real screensaver
+activates after the configured period of idle time. Shake the mouse and
+it stops.
+
+Electricsheep requires MPlayer to display your sheep! In some cases,
+the mplayer window may not close after stopping the screensaver. This will
+prevent electricsheep to play new sheep when the screensaver activates again.
+The solution (it is not a real solution I know) is to kill mplayer with
+ksysguard or the commandline "kill".
+
+=============================================================================
+Eric Hameleers <alien@slackware.com> :: 07jan2009
diff --git a/electricsheep/build/electricsheep_gnome-open.patch b/electricsheep/build/electricsheep_gnome-open.patch
new file mode 100644
index 00000000..e86ec495
--- /dev/null
+++ b/electricsheep/build/electricsheep_gnome-open.patch
@@ -0,0 +1,13 @@
+--- electricsheep-20090107/electricsheep-preferences.c.orig 2009-01-07 14:36:30.000000000 +0100
++++ electricsheep-20090107/electricsheep-preferences.c 2009-01-07 17:27:34.000000000 +0100
+@@ -115,8 +115,8 @@
+ }
+
+ void on_helpButton_clicked(GtkWidget *widget, gpointer user_data) {
+- if (system("gnome-open http://electricsheep.org/client/LNX_" VERSION ".html &"))
+- perror("gnome-open");
++ if (system("xdg-open http://electricsheep.org/client/LNX_" VERSION ".html &"))
++ perror("xdg-open");
+ }
+
+ static void tick() {
diff --git a/electricsheep/build/slack-required b/electricsheep/build/slack-required
new file mode 100644
index 00000000..f906d5e1
--- /dev/null
+++ b/electricsheep/build/slack-required
@@ -0,0 +1,2 @@
+MPlayer
+