Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lxqt-session, enable start in sddm #580

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 22, 2024

  1. Create abstraction for lxqt desktop group

    first file for the LXQT 2.0 desktop group
    Besanon authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    82d549a View commit details
    Browse the repository at this point in the history
  2. Update lxqt

    Besanon authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5b71547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8072b33 View commit details
    Browse the repository at this point in the history
  4. removing tabs

    Besanon authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    637347b View commit details
    Browse the repository at this point in the history
  5. Create startlxqt

    starter file for LXQT Desktop
    Besanon authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    836dbd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e886831 View commit details
    Browse the repository at this point in the history
  7. Create startlxqt

    Besanon authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5164b2b View commit details
    Browse the repository at this point in the history
  8. fixing startlxqt

    I use sddm as display manager
    
    I cant remove the other file - only use graphical env., sorry
    
    After startlxqt i would add  2 lines to sddm to enable the start of LXQT desktop
    Besanon authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b5aa129 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e81dc05 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    67fcca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e0472 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    f05b9be View commit details
    Browse the repository at this point in the history
  2. Update sddm

    Enable sddm to start an lxqt desktop session
    Besanon authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c47e048 View commit details
    Browse the repository at this point in the history
  3. Create lxqt-session

    lxqt-session to be started by startlxqt. Display manager: sddm
    Besanon authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d567cb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Update lxqt-session

    Besanon authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2ae9304 View commit details
    Browse the repository at this point in the history
  2. Update lxqt-session

    Besanon authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4c2db9b View commit details
    Browse the repository at this point in the history
  3. removed trailing whitespace

    Besanon authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    632f62b View commit details
    Browse the repository at this point in the history
  4. Update kscreen_backend_launcher to support lxqt desktop

    is needed for several complaints:
    DENIED  kscreen_backend_launcher open owner @{user_config_dirs}/lxqt/lxqt.conf comm=kscreen_backend requested_mask=r denied_mask=r
    DENIED  kscreen_backend_launcher open /usr/share/lxqt/lxqt.conf comm=kscreen_backend requested_mask=r denied_mask=r
    DENIED  kscreen_backend_launcher open owner @{user_config_dirs}/lxqt/session.conf comm=kscreen_backend requested_mask=r denied_mask=r
    DENIED  kscreen_backend_launcher open /usr/share/lxqt/session.conf comm=kscreen_backend requested_mask=r denied_mask=r
    Besanon authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6ca9092 View commit details
    Browse the repository at this point in the history