PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Patch Missbildung



der_leukozyt
19.11.03, 20:24
Hi Patcher-Freaks,

ich möchte einen Patch verwenden,
welches aber leider noch einen Fehler hat (glaube ich).
Wie bekomme ich die Missbildung weck ?

Hier ist das Patch:

org. erstellt von jasonm
--- gnome-panel-2.4.1.orig/gnome-panel/panel-applet-frame.c 2003-10-14 04:46:31.000000000 -0600
+++ gnome-panel-2.4.1/gnome-panel/panel-applet-frame.c 2003-12-16 11:02:51.000000000 -0700
@@ -41,7 +41,7 @@

#undef PANEL_APPLET_FRAME_DEBUG

-#define HANDLE_SIZE 10

+#define HANDLE_SIZE 4

#define PANEL_STOCK_DONT_DELETE "panel-dont-delete"

--- gnome-panel-2.4.1.orig/gnome-panel/panel-toplevel.c 2003-10-14 04:46:35.000000000 -0600
+++ gnome-panel-2.4.1/gnome-panel/panel-toplevel.c 2003-12-16 11:03:29.000000000 -0700
@@ -48,12 +48,12 @@

#define DEFAULT_SIZE 48
#define DEFAULT_AUTO_HIDE_SIZE 6
-#define DEFAULT_HIDE_DELAY 500
-#define DEFAULT_UNHIDE_DELAY 500
+#define DEFAULT_HIDE_DELAY 700
+#define DEFAULT_UNHIDE_DELAY 100
#define MINIMUM_WIDTH 100
#define SNAP_TOLERANCE 20
-#define HIDE_BUTTON_SIZE 20
-#define HANDLE_SIZE 10
+#define HIDE_BUTTON_SIZE 10
+#define HANDLE_SIZE 0
#define N_ATTACH_TOPLEVEL_SIGNALS 5
#define N_ATTACH_WIDGET_SIGNALS 5


Hier ist mein Fehler:


antec:/usr/src/gnome-panel-2.4.1# cat jasonm.patch | patch -p 1
patching file gnome-panel/panel-applet-frame.c
patch: **** malformed patch at line 14: @@ -48,12 +48,12 @@



antec:/usr/src/gnome-panel-2.4.1# cat jasonm.patch | patch
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|--- gnome-panel-2.4.1.orig/gnome-panel/panel-applet-frame.c 2003-10-14 04:46:31.000000000 -0600
|+++ gnome-panel-2.4.1/gnome-panel/panel-applet-frame.c 2003-12-16 11:02:51.000000000 -0700
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
patch: **** malformed patch at line 14: @@ -48,12 +48,12 @@


Hoffe Ihr könnt mir helfen.

Einen Threat zu diesem Thema gibts HIER (http://gnomesupport.org/forums/viewtopic.php?t=4559&highlight=).

MfG
Leukozyt