File: 01-default-config.patch

package info (click to toggle)
lxpanel 0.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,136 kB
  • sloc: ansic: 33,536; makefile: 541; xml: 310; python: 62; sh: 26
file content (18 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Andrew Lee (李健秋) <ajqlee@debian.org>
Description: Change default terminal and browser.

--- a/data/default/panels/panel.in
+++ b/data/default/panels/panel.in
@@ -46,10 +46,10 @@ Plugin {
             id=pcmanfm.desktop
         }
         Button {
-            id=lxterminal.desktop
+            id=lxde-x-terminal-emulator.desktop
         }
         Button {
-            id=firefox.desktop
+            id=lxde-x-www-browser.desktop
         }
     }
 }