From 89d24fccbdebf81e7091cac8d96c7391f7fe7ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=20M=C3=B6ller?= Date: Sun, 7 Oct 2018 16:59:47 -0500 Subject: [PATCH] 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 --- debian/changelog | 7 +++++++ src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf | 2 +- src/etc/xdg/xdg-Lubuntu/lxqt/session.conf | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0081392..25d5ec3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 07 Oct 2018 18:31:35 -0300 + lubuntu-default-settings (1.16) cosmic; urgency=medium [ Wendy Hill ] diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf index 2bfb5f5..e49c4c8 100644 --- a/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf @@ -5,7 +5,7 @@ single_click_activate=false tool_button_style=ToolButtonTextBesideIcon [Mouse] -cursor_theme=DMZ-White +cursor_theme=breeze_cursors [Qt] font="Ubuntu,11,-1,5,50,0,0,0,0,0" diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/session.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/session.conf index f13fbd9..c274537 100644 --- a/src/etc/xdg/xdg-Lubuntu/lxqt/session.conf +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/session.conf @@ -1,6 +1,6 @@ [General] window_manager=openbox -leave_confirmation=false +leave_confirmation=true [Environment] BROWSER=firefox @@ -10,7 +10,7 @@ TERM=qterminal [Mouse] cursor_size=18 -cursor_theme=DMZ-White +cursor_theme=breeze_cursors acc_factor=20 acc_threshold=10 left_handed=false