Use x-www-browser and x-terminal-emulator in more places.
This commit is contained in:
parent
ae60fe635f
commit
6da94acb83
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -2,8 +2,9 @@ lubuntu-default-settings (0.32) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
* usr/bin/start*
|
* usr/bin/start*
|
||||||
- Remove gnome-keyring workaround, since we have the proper fix for ssh.
|
- Remove gnome-keyring workaround, since we have the proper fix for ssh.
|
||||||
|
* Use x-www-browser and x-terminal-emulator in more places.
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Sat, 16 Mar 2013 10:37:20 +0100
|
-- Julien Lavergne <gilir@ubuntu.com> Wed, 20 Mar 2013 23:23:40 +0100
|
||||||
|
|
||||||
lubuntu-default-settings (0.31) raring; urgency=low
|
lubuntu-default-settings (0.31) raring; urgency=low
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
single_click=0
|
single_click=0
|
||||||
use_trash=1
|
use_trash=1
|
||||||
confirm_del=1
|
confirm_del=1
|
||||||
terminal=lxterminal %s
|
terminal=x-terminal-emulator %s
|
||||||
thumbnail_local=1
|
thumbnail_local=1
|
||||||
thumbnail_max=2048
|
thumbnail_max=2048
|
||||||
|
|
||||||
|
@ -175,15 +175,15 @@
|
|||||||
</item>
|
</item>
|
||||||
<item label="Terminal" icon="/usr/share/pixmaps/lxterminal.png">
|
<item label="Terminal" icon="/usr/share/pixmaps/lxterminal.png">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>lxterminal</command>
|
<command>x-terminal-emulator</command>
|
||||||
<startupnotify>
|
<startupnotify>
|
||||||
<enabled>yes</enabled>
|
<enabled>yes</enabled>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Chromium" icon="/usr/share/icons/hicolor/48x48/apps/chromium-browser.png">
|
<item label="Internet" icon="/usr/share/icons/lubuntu/apps/48/apps/web-browser.svg">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>chromium-browser</command>
|
<command>x-www-browser</command>
|
||||||
<startupnotify>
|
<startupnotify>
|
||||||
<enabled>yes</enabled>
|
<enabled>yes</enabled>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[General]
|
[General]
|
||||||
terminal=lxterminal
|
terminal=x-terminal-emulator
|
||||||
|
|
||||||
[Desktop]
|
[Desktop]
|
||||||
show_wallpaper=1
|
show_wallpaper=1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[Command]
|
[Command]
|
||||||
FileManager=pcmanfm %s
|
FileManager=pcmanfm %s
|
||||||
Terminal=lxterminal -e
|
Terminal=x-terminal-emulator -e
|
||||||
Logout=lubuntu-logout
|
Logout=lubuntu-logout
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[Command]
|
[Command]
|
||||||
FileManager=pcmanfm %s
|
FileManager=pcmanfm %s
|
||||||
Terminal=lxterminal -e
|
Terminal=x-terminal-emulator -e
|
||||||
Logout=lubuntu-logout
|
Logout=lubuntu-logout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user