221 Commits

Author SHA1 Message Date
3f3a00ca6c Reduce the value of SplitterPos in pcmanfm-qt, which looks much nicer. 2023-03-10 11:05:50 -08:00
426b6a7295 Revert "Add qt6ct as a hard dependency and ship a default configuration file consistent with our existing default settings. This is to cover the case of our Qt 6 applications, which will use qt6ct for theming instead of lxqt-qtplugin until support is added. Feels hacky, yet a reasonable fix."
This reverts commit f129e24b175527c1de7e86413f6a09f8d9338635.
2023-03-10 11:03:40 -08:00
f129e24b17 Add qt6ct as a hard dependency and ship a default configuration file consistent with our existing default settings. This is to cover the case of our Qt 6 applications, which will use qt6ct for theming instead of lxqt-qtplugin until support is added. Feels hacky, yet a reasonable fix. 2023-01-24 15:46:20 -06:00
Aaron Rainbolt
7fd12ea63a Enabled Picom by default. 2023-01-01 03:26:57 -06:00
Aaron Rainbolt
e184a1ba66 Disable XFlame by default. 2022-12-27 13:47:18 -06:00
Aaron Rainbolt
7e2b7a49ee XScreenSaver configuration overhaul 2022-12-27 13:19:41 -06:00
7b12a5eae0 Welcome to the Lunar Lobster! 2022-10-28 15:06:21 -05:00
9c7791d8ef Oops, let's actually import the archive changes before we roll up a new release. 2022-06-17 22:20:35 -05:00
59cb73b8e4 Add some minimal settings for powermanagement, including switching to a much better power icon than the default circle. 2022-06-17 21:44:12 -05:00
86bf6efc63 By default, set the tab width to vary with the text content. This makes for a cleaner default, and the user can always revert back to fixed width. 2022-06-17 21:35:45 -05:00
30d7940d44 Upload to kinetic. 2022-06-11 17:03:05 -04:00
957989ea04 Update XscreenSaver lock screen to 22.04. 2021-11-14 10:11:11 -05:00
14245f7d4b Move the Openbox settings to match upstream compatibility changes. 2021-09-23 07:31:29 -05:00
8ae38b4cc0 Update XscreenSaver lock screen to 21.10. 2021-08-15 20:19:08 -04:00
53a937ef45 swap ark for lxqt-archiver.
* fixes T83 for real this time.
2021-03-04 14:07:42 -08:00
80a760f676 Make qpt-deb-installer default app for Debian packages. 2021-02-15 13:45:13 -08:00
2da68768e7 Revert "Make qapt-deb-installer default app for all Debian packages."
This reverts commit 3917c6c9271a5df39fd667177c83ac19ed715c58.
2021-02-15 13:42:40 -08:00
3917c6c927 Make qapt-deb-installer default app for all Debian packages. 2021-02-15 13:28:09 -08:00
bb5cf865ac Update XscreenSaver lock screen to 21.04. 2021-01-03 14:49:29 -05:00
Hans P. Möller
15afd8096a added SAL_VCL_QT5_USE_CAIRO=true env variable in session.conf 2020-10-06 20:37:27 -03:00
e46db7f72d Add alt-tab switching for all desktops.
Summary:
Add Alt-Tab to switch between all applications on all
desktops. T128

Test Plan:
Verify Alt-Tab switches between applications even if they
exist on multiple desktops.

Reviewers: wxl, tsimonq2

Reviewed By: wxl

Subscribers: EinarMostad

Differential Revision: https://phab.lubuntu.me/D84
2020-02-18 20:04:50 -05:00
Hans P. Möller
13e2322cb2 Added nm-tray.conf to xdg-Lubuntu so nm-connection-editor is default.
Bump standards, apply new debhelper and compat norms

Summary: Added nm-tray to xdg-Lubuntu with nm-connection editor

Test Plan: check if nm-tray uses nm-connection-editor instead of nmtui

Reviewers: wxl

Reviewed By: wxl

Subscribers: kc2bez, wxl

Differential Revision: https://phab.lubuntu.me/D82
2020-02-12 17:13:10 -08:00
Hans P Möller
2812e609fa Added SAL_USE_VCLPLUGIN=qt5 env var in session.conf so libreoffice use qt5 VCL
Summary:
Added SAL_USE_VCLPLUGIN=qt5 enviroment variable in session.conf xdg so libreoffice use qt5 vcl plugin

See T146 for context.

Test Plan: run env in terminal and se the value of SAL_USE_VCLPLUGIN

Reviewers: wxl, tsimonq2, kc2bez

Reviewed By: wxl, kc2bez

Subscribers: wxl

Differential Revision: https://phab.lubuntu.me/D72
2020-02-01 11:34:49 -08:00
Raman Sarda
0169ba6e57 Added default theme for Xscreensaver.
Summary: Added Flurry with water preset as default theme for Xscreensaver.

Test Plan: Test if Flurry is default Xscreensaver after adding xscreensaver-gl-extra to rSEED and rLUBUNTUMETAPACKAGING

Reviewers: tsimonq2, wxl

Reviewed By: wxl

Maniphest Tasks: T21, T119

Differential Revision: https://phab.lubuntu.me/D58
2019-11-08 16:08:54 -08:00
Raman Sarda
4b392693a6 Fixed runner's default shortcut.
Summary:
Removed shortcut for runner from globalkeys.
 The runner config file added in previous commit is enough

Test Plan: Check if Meta+R opens runner by default

Reviewers: tsimonq2, wxl

Reviewed By: wxl

Differential Revision: https://phab.lubuntu.me/D46
2019-09-19 13:52:17 -07:00
Raman Sarda
eb96aa9ff2 Added a config file for runner.
Summary: Added a config file that sets meta+r as default for runner.

Test Plan:
Check if meta+r opens runner.
Check if pressing search key opens runner.
Check if Ctrl+Alt+B opens browser.
Check if pressing Homepage key opens browser.

Reviewers: tsimonq2, wxl

Reviewed By: tsimonq2

Subscribers: hmollercl

Maniphest Tasks: T59

Differential Revision: https://phab.lubuntu.me/D43
2019-09-13 10:21:41 -07:00
Raman Sarda
f153275a55 Fixed Ctrl+Alt+B
Summary: Removed the extra comma.

Test Plan: Press Ctrl+Alt+B and see if Firefox opens up. If it's already running then a new tab will open.

Reviewers: tsimonq2, wxl

Differential Revision: https://phab.lubuntu.me/D40
2019-09-06 15:49:13 -07:00
Raman Sarda
375b8c9d14 Edited shortcuts
Summary:
* Shortcuts for following are modified:
 - Go to dektop
 - Send to desktop
 - Directional Cycle Windows
 - Go to Desktop Directional
 - XF86WWW
* Shortcuts for following are removed and corresponding are added to lxqt/globalkeyshortcuts.conf
 - Toggle show desktop
 - Pcmanfm
 - Runner
 - terminal
 - task manager
* Some commented out items are removed
 - lxpanel menu
 - lxsession default lock
 - calculator
 - screenshot
 - quit
* Following shortcuts are completely removed
 - Ctrl+F10/11 regarding backlight
 - Ctrl+F7 xset dpms force off
 - Window tiling

* Edited the following shortcuts in globalkeyshortcuts.conf
 - GoToDesktop
 - Show Desktop
 - pcmanfm-qt
 - runner
 - qps
 - terminal
 - screengrab

Test Plan: Check all the specified shortcuts as per T59#1260 are working.

Reviewers: tsimonq2, wxl

Reviewed By: tsimonq2, wxl

Tags: #development_team

Maniphest Tasks: T59

Differential Revision: https://phab.lubuntu.me/D34
2019-08-21 22:42:54 -07:00
Hans P Möller
57756891d1 Added lximage-qt-screenshot.desktop with NoDisplay=true so it does not appear because we changed screenshot program to screengrab
Summary: Closes T84

Test Plan: see if lximage-qt screenshot icon does no longer appear

Reviewers: wxl, tsimonq2

Reviewed By: wxl

Subscribers: The_LoudSpeaker

Maniphest Tasks: T84

Differential Revision: https://phab.lubuntu.me/D36
2019-08-21 20:56:26 -07:00
7445039879 Add more mimetypes.
Summary: Added some missing mimetypes to the mimeapps.list for default programs. T91

Test Plan: Test that default applications are called with relation to filetype.

Reviewers: wxl, tsimonq2

Reviewed By: wxl, tsimonq2

Differential Revision: https://phab.lubuntu.me/D24
2019-07-27 23:32:08 -05:00
Hans P. Möller
41b776dddb Added Hidden=True nm-applet.desktop to autostart so nm.applet doesn't autostart. Change default icon theme from Papirus to ePapirus
Summary:
Added Hidden=True nm-applet.desktop to xdg autostart so nm.applet doesn't autostart. This will be good since we plan to use network-manager-gnome for connection-editor but not for tray applet.
Change default icon theme from papirus to ePapirus... which make dark icons gray instead of black so they look better in dark background

Test Plan:
See if icons change to ePapirus.
See if nm-applet.desktop is present in ~.config/autostart with Hidden=true entry

Reviewers: wxl, tsimonq2

Subscribers: apt-ghetto, hmollercl

Differential Revision: https://phab.lubuntu.me/D11
2019-06-14 20:42:46 -07:00
Raman Sarda
da86f3d4fd Completed the mimeapps.list
Summary: Edited the mimeapps.list so that all the filetypes open with their recommended default apps in lubuntu.

Test Plan: See if different file types open with apps that are mentioned in mimeapps.list

Reviewers: tsimonq2, wxl

Reviewed By: tsimonq2, wxl

Subscribers: The_LoudSpeaker

Differential Revision: https://phab.lubuntu.me/D5
2019-04-10 18:46:42 -05:00
Hans P. Möller
a66c6d009f Set tap to click as default for touchpad
Summary: Set tap to click as default for touchpad

Test Plan: test live on real hardware (not virtual machine) with touchpad, if tap to click is default setting

Reviewers: wxl, tsimonq2

Differential Revision: https://phab.lubuntu.me/D1
2019-04-06 20:36:11 -03:00
Hans P. Möller
978fe96167 change icon theme to papirus (not dark) and colorize on widget style (icon_follow_color_scheme) false.
Summary: set default icon theme to papirus (instead of papirus dark) and icon_follow_color_scheme to false

Test Plan: umuted volume icon in panel should be white now.

Reviewers: wxl, tsimonq2

Reviewed By: tsimonq2

Subscribers: TheWendyPower, hmollercl

Differential Revision: https://phab.lubuntu.me/D57
2019-03-05 18:43:16 -06:00
0f8876a4dd Summary: Set folder view sort ascending (LP: #11801210) T165. Set desktop shortcuts for home, computer, trash, network as default T125.
Test Plan: Verify folders are sorted in ascending order in pcmanfm-qt. Verify desktop shortcuts appear as default.

Reviewers: tsimonq2, wxl

Reviewed By: wxl

Differential Revision: https://phab.lubuntu.me/D55
2019-02-03 23:26:58 -06:00
Hans P Möller
89d24fccbd 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
2018-10-07 17:00:01 -05:00
Simon Quigley
443d64b15a Set Firefox as the default browser. 2018-10-06 16:02:07 -05:00
Wendy Hill
54038e7eba Removed unnecessary globalkeyshortcuts.conf from xdg-Lubuntu, then added complete globalkeyshortcuts.conf to xdg/lxqt. Default main menu short cut set to the super key.
Test Plan: See if default main menu shortcut changes to the super key.

Reviewers: tsimonq2, wxl

Reviewed By: tsimonq2, wxl

Subscribers: agaida

Differential Revision: https://phab.lubuntu.me/D24
2018-10-06 08:43:30 -06:00
Hans P Möller
9c92b3a78d enable GTK theme as default and set it to Arc-Darker. Set featherpad as default application for text/plain and shellscript
Summary: Enable GTK theme as default and set it to Arc-Darker. Set featherpad as default application for text/plain and shellscript

Test Plan: check in lxqt-config-appearance for GTK theme. Opena text/plain file

Reviewers: tsimonq2, wxl

Reviewed By: tsimonq2, wxl

Differential Revision: https://phab.lubuntu.me/D22
2018-09-29 19:32:59 -07:00
Wendy Hill
7544907289 Set taskbar buttons to 200px default
Test Plan: The button for open windows in the task bar should change from 400px wide to 200px wide

Reviewers: wxl, tsimonq2

Reviewed By: wxl, tsimonq2

Differential Revision: https://phab.lubuntu.me/D16
2018-09-29 11:18:08 -07:00
Konstantinos Agiannis
8f59bc93c1 Translated using Weblate (Greek)
Currently translated at 50.0% (1 of 2 strings)

Translation: Lubuntu/Xsession Files for Lubuntu
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/xsession-files-lubuntu/el/
2018-09-27 01:35:06 -05:00
jong hyun park
91c579f9d3 Translated using Weblate (Korean)
Currently translated at 100.0% (2 of 2 strings)

Translation: Lubuntu/Xsession Files for Lubuntu
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/xsession-files-lubuntu/ko/
2018-08-28 07:55:39 -05:00
Simon Quigley
0d19922805 Add Korean. 2018-08-26 14:42:41 -05:00
418f9d5949 Fix menus location. 2018-08-18 22:39:59 -07:00
9e192e5522 Blacklist nm-tray from System Tools menu category.
Summary: The wise soul who submitted T51 points out that having nm-tray in the menu will likely lead to people clicking on it and littering up their system tray with nm-tray icons, so a blacklist is in order.

Test Plan: Check to see if nm-tray is still in the menu ☺

Reviewers: tsimonq2

Reviewed By: tsimonq2

Differential Revision: https://phab.lubuntu.me/D8
2018-08-18 22:18:44 -07:00
Simon Quigley
032beb511a It's a native packages; so move patches over to the actual files. 2018-08-18 22:16:50 -05:00
Hans P. Möller
1c2f29db23 Translated using Weblate (German)
Currently translated at 50.0% (1 of 2 strings)

Translation: Lubuntu/Xsession Files for Lubuntu
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/xsession-files-lubuntu/de/
2018-08-17 18:49:13 -05:00
Emanuele Antonio Faraone
e243fd0b35 Translated using Weblate (Italian)
Currently translated at 100,0% (2 of 2 strings)

Translation: Lubuntu/Xsession Files for Lubuntu
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/xsession-files-lubuntu/it/
2018-08-17 12:30:09 -05:00
Lugito
6f1a52dc0e Merge branch 'origin/ubuntu/cosmic' into Weblate 2018-08-17 05:52:31 -05:00
Carl Schwan
9a4bdea0b9 Translated using Weblate (French)
Currently translated at 100,0% (2 of 2 strings)

Translation: Lubuntu/Xsession Files for Lubuntu
Translate-URL: https://translate.lubuntu.me/projects/lubuntu/xsession-files-lubuntu/fr/
2018-08-17 05:52:28 -05:00