Set leave confirmation dialog as default. Set breeze mouse cursor as default.

Summary: Set leave confirmation dialog as default. There where people complaining about not asking confirmation when closing session or shutdown. Set breeze mouse cursor as default. Although they worked as default because where the only installed, is better to have them configured.

Test Plan: logout and see if it ask for confirmation

Reviewers: wxl, tsimonq2

Subscribers: TheWendyPower

Differential Revision: https://phab.lubuntu.me/D32
ubuntu/cosmic ubuntu/1.17
Hans P Möller 6 years ago committed by Simon Quigley
parent c09e9e4dd7
commit 89d24fccbd

7
debian/changelog vendored

@ -1,3 +1,10 @@
lubuntu-default-settings (1.17) cosmic; urgency=medium
* Set leave confirmation dialog as default
* Set breeze mouse cursors as default
-- Hans P. Möller <hmoller@gmail.com> Sun, 07 Oct 2018 18:31:35 -0300
lubuntu-default-settings (1.16) cosmic; urgency=medium lubuntu-default-settings (1.16) cosmic; urgency=medium
[ Wendy Hill ] [ Wendy Hill ]

@ -5,7 +5,7 @@ single_click_activate=false
tool_button_style=ToolButtonTextBesideIcon tool_button_style=ToolButtonTextBesideIcon
[Mouse] [Mouse]
cursor_theme=DMZ-White cursor_theme=breeze_cursors
[Qt] [Qt]
font="Ubuntu,11,-1,5,50,0,0,0,0,0" font="Ubuntu,11,-1,5,50,0,0,0,0,0"

@ -1,6 +1,6 @@
[General] [General]
window_manager=openbox window_manager=openbox
leave_confirmation=false leave_confirmation=true
[Environment] [Environment]
BROWSER=firefox BROWSER=firefox
@ -10,7 +10,7 @@ TERM=qterminal
[Mouse] [Mouse]
cursor_size=18 cursor_size=18
cursor_theme=DMZ-White cursor_theme=breeze_cursors
acc_factor=20 acc_factor=20
acc_threshold=10 acc_threshold=10
left_handed=false left_handed=false

Loading…
Cancel
Save