Blob Blame History Raw
--- config/default.cfg	2007-07-31 01:59:09.000000000 +0200
+++ config/default.patch	2008-07-04 16:14:33.000000000 +0200
@@ -137,7 +137,7 @@
 Plugin {
     type = menu
     config {
-    image = PREFIX/share/fbpanel/images/star.png
+        image = PREFIX/share/icons/Fedora/32x32/places/start-here.png
         systemmenu {
         }
         separator {
@@ -153,12 +153,12 @@
             icon = gnome-terminal
             name = terminal
             #image = PREFIX/share/fbpanel/images/gnome_terminal.svg
-            action = xterm
+            action = gnome-terminal
         }
         item {
-            icon = gnome-emacs
-            name = emacs
-            action = emacs
+            icon = accessories-text-editor
+            name = texteditor
+            action = gedit
         }
 
     }
@@ -180,14 +180,14 @@
         button {
             icon = gnome-fs-home
         #image = PREFIX/share/fbpanel/images/file-manager.svg
-            tooltip = ROX file manager
-            action = rox
+            tooltip = Nautilus file manager
+            action = nautilus
     }
 
         button {
             icon = gnome-terminal
             tooltip = Terminal
-            action = xterm
+            action = gnome-terminal
         }
 
     button {
@@ -196,9 +196,9 @@
             action =firefox
     }
         button {
-            icon = gnome-emacs
-            tooltip = Emacs
-            action = emacs
+            icon = accessories-text-editor
+            tooltip = Texteditor
+            action = gedit
         }
 
     }