renamed all files and folders

This commit is contained in:
Anders da Silva Rytter Hansen 2026-05-29 17:24:18 -03:00
commit 34a76d3ea5
51 changed files with 0 additions and 2 deletions

View file

@ -0,0 +1,2 @@
[Desktop Entry]
Icon=folder-green

View file

@ -0,0 +1,17 @@
{
"KPackageStructure": "Plasma/LookAndFeel",
"KPlugin": {
"Authors": [
{
"Email": "kde@lists.fedoraproject.org",
"Name": "Fedora KDE SIG"
}
],
"Category": "",
"Description": "Fedora theme by Fedora KDE SIG",
"Id": "org.fedoraproject.fedora.desktop",
"License": "GPLv2+",
"Name": "Fedora",
"Website": "https://fedoraproject.org/"
}
}

View file

@ -0,0 +1,17 @@
{
"KPackageStructure": "Plasma/LookAndFeel",
"KPlugin": {
"Authors": [
{
"Email": "kde@lists.fedoraproject.org",
"Name": "Fedora KDE SIG"
}
],
"Category": "",
"Description": "Fedora dark theme by Fedora KDE SIG",
"Id": "org.fedoraproject.fedoradark.desktop",
"License": "GPLv2+",
"Name": "Fedora Dark",
"Website": "https://fedoraproject.org/"
}
}

View file

@ -0,0 +1,17 @@
{
"KPackageStructure": "Plasma/LookAndFeel",
"KPlugin": {
"Authors": [
{
"Email": "kde@lists.fedoraproject.org",
"Name": "Fedora KDE SIG"
}
],
"Category": "",
"Description": "Fedora light theme by Fedora KDE SIG",
"Id": "org.fedoraproject.fedoralight.desktop",
"License": "GPLv2+",
"Name": "Fedora Light",
"Website": "https://fedoraproject.org/"
}
}

15
sonic-workspace/kde Normal file
View file

@ -0,0 +1,15 @@
auth substack password-auth
auth include postlogin
account required pam_nologin.so
account include password-auth
password include password-auth
session required pam_selinux.so close
session required pam_loginuid.so
session required pam_selinux.so open
session optional pam_keyinit.so force revoke
session required pam_namespace.so
session include password-auth
session include postlogin

View file

@ -0,0 +1,15 @@
auth substack fingerprint-auth
auth include postlogin
account required pam_nologin.so
account include fingerprint-auth
password include fingerprint-auth
session required pam_selinux.so close
session required pam_loginuid.so
session required pam_selinux.so open
session optional pam_keyinit.so force revoke
session required pam_namespace.so
session include fingerprint-auth
session include postlogin

View file

@ -0,0 +1,15 @@
auth substack smartcard-auth
auth include postlogin
account required pam_nologin.so
account include smartcard-auth
password include smartcard-auth
session required pam_selinux.so close
session required pam_loginuid.so
session required pam_selinux.so open
session optional pam_keyinit.so force revoke
session required pam_namespace.so
session include smartcard-auth
session include postlogin

View file

@ -0,0 +1,27 @@
From 6f6a8771afdaa27208d3aea63525f62cafe787cf Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa@fedoraproject.org>
Date: Sun, 25 Sep 2022 16:46:47 -0400
Subject: [PATCH] containmentactions/contextmenu: Enable lock/logout
actions by default
Fedora users expect these items to exist in the desktop context menu
by default unless they've been manually disabled or removed via the
Kiosk mode.
---
containmentactions/contextmenu/menu.cpp | 2 --
1 file changed, 2 deletions(-)
diff -Naur plasma-workspace-6.0.0/containmentactions/contextmenu/menu.cpp plasma-workspace-6.0.0-b/containmentactions/contextmenu/menu.cpp
--- plasma-workspace-6.0.0/containmentactions/contextmenu/menu.cpp 2024-02-22 09:47:05.872197643 +0100
+++ plasma-workspace-6.0.0-b/containmentactions/contextmenu/menu.cpp 2024-02-22 09:47:44.725173857 +0100
@@ -81,8 +81,6 @@
disabled.insert(QStringLiteral("_add panel"));
disabled.insert(QStringLiteral("configure shortcuts"));
disabled.insert(QStringLiteral("_run_command"));
- disabled.insert(QStringLiteral("_lock_screen"));
- disabled.insert(QStringLiteral("_logout"));
}
// clang-format on
--
2.36.1

View file

@ -0,0 +1,26 @@
From 9788427b7f4f8802ccc2d4de7fad02b19488c2c8 Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa@fedoraproject.org>
Date: Sun, 25 Sep 2022 16:45:07 -0400
Subject: [PATCH] containmentactions/contextmenu: Enable "Open Terminal" by
default
Fedora users expect this item to exist in the desktop context menu
by default unless it has been manually disabled or removed via the
Kiosk mode.
---
containmentactions/contextmenu/menu.cpp | 1 -
1 file changed, 1 deletion(-)
diff -Naur plasma-workspace-6.0.0/containmentactions/contextmenu/menu.cpp plasma-workspace-6.0.0-b/containmentactions/contextmenu/menu.cpp
--- plasma-workspace-6.0.0/containmentactions/contextmenu/menu.cpp 2024-02-21 16:42:07.000000000 +0100
+++ plasma-workspace-6.0.0-b/containmentactions/contextmenu/menu.cpp 2024-02-22 09:31:03.958663529 +0100
@@ -80,7 +80,6 @@
disabled.insert(QStringLiteral("add widgets"));
disabled.insert(QStringLiteral("_add panel"));
disabled.insert(QStringLiteral("configure shortcuts"));
- disabled.insert(QStringLiteral("_open_terminal"));
disabled.insert(QStringLiteral("_run_command"));
disabled.insert(QStringLiteral("_lock_screen"));
disabled.insert(QStringLiteral("_logout"));
--
2.36.1

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
[Unit]
Wants=spice-vdagent.service

View file

@ -0,0 +1,3 @@
[Unit]
Before=ssh-agent.service
Wants=ssh-agent.service

View file

@ -0,0 +1,2 @@
[General]
systemdBoot=true

6842
sonic-workspace/tree.txt Normal file

File diff suppressed because it is too large Load diff