summaryrefslogtreecommitdiff
path: root/raveos-app-installer
diff options
context:
space:
mode:
authorNippy <nippy@Nippy-Mac-mini.local>2026-09-25 14:40:49 +0200
committerNippy <nippy@Nippy-Mac-mini.local>2026-09-25 14:40:49 +0200
commit42fd456a3319d6df4b83ada761522a2617e52e99 (patch)
tree4f2392ca1642ff9128af2491ce7162eb9999d55c /raveos-app-installer
parent62bcd6ebccb1bc6e55acb4e41998f63fec3eadc8 (diff)
downloadRaveOS-PKGBUILD-42fd456a3319d6df4b83ada761522a2617e52e99.tar.gz
RaveOS-PKGBUILD-42fd456a3319d6df4b83ada761522a2617e52e99.zip
update szep.25
Diffstat (limited to 'raveos-app-installer')
-rw-r--r--raveos-app-installer/PKGBUILD2
-rw-r--r--raveos-app-installer/data/configs/RaveOS-Vencord.theme.css2
-rw-r--r--raveos-app-installer/raveos-app-installer.py8
3 files changed, 6 insertions, 6 deletions
diff --git a/raveos-app-installer/PKGBUILD b/raveos-app-installer/PKGBUILD
index b407348..224c621 100644
--- a/raveos-app-installer/PKGBUILD
+++ b/raveos-app-installer/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=raveos-app-installer
pkgver=3.1
-pkgrel=15
+pkgrel=16
pkgdesc="RaveOS graphical application installer"
arch=('any')
url="https://git.rp1.hu/RaveOS/raveos-app-installer"
diff --git a/raveos-app-installer/data/configs/RaveOS-Vencord.theme.css b/raveos-app-installer/data/configs/RaveOS-Vencord.theme.css
index 283b5b4..6c06752 100644
--- a/raveos-app-installer/data/configs/RaveOS-Vencord.theme.css
+++ b/raveos-app-installer/data/configs/RaveOS-Vencord.theme.css
@@ -1,6 +1,6 @@
/**
* @name RaveOS Forest Green
- * @description Dark theme with RaveOS wallpaper — Nord palette, forest green accent
+ * @description Dark theme with RaveOS wallpaper - Nord palette, forest green accent
* @author RaveOS Team
* @version 1.0.0
*/
diff --git a/raveos-app-installer/raveos-app-installer.py b/raveos-app-installer/raveos-app-installer.py
index 526e1ba..d5a9149 100644
--- a/raveos-app-installer/raveos-app-installer.py
+++ b/raveos-app-installer/raveos-app-installer.py
@@ -80,7 +80,7 @@ TYPE_LABEL = {
# ─────────────────────────────────────────────────────────────────────────────
-# Nyelv (hu/en) — session-szintű, alapértelmezett hu, a welcome app mintájára
+# Nyelv (hu/en) - session-szintű, alapértelmezett hu, a welcome app mintájára
# ─────────────────────────────────────────────────────────────────────────────
_current_lang = "hu"
@@ -1156,7 +1156,7 @@ def run_gui() -> int:
# ── app akció ─────────────────────────────────────────────────────────
def _ask_password(self) -> str:
- """Jelszó dialog — egyszer fut az akció elején. Üres string = megszakítva."""
+ """Jelszó dialog - egyszer fut az akció elején. Üres string = megszakítva."""
err_msg = ""
while True:
dlg = QDialog(self)
@@ -1236,7 +1236,7 @@ def run_gui() -> int:
self.log.appendPlainText(tr("log_nothing_to_do"))
return
- # Jelszó — 5 percen belül megjegyzett jelszót újra felhasználjuk
+ # Jelszó - 5 percen belül megjegyzett jelszót újra felhasználjuk
import time
if os.geteuid() != 0:
if self._sudo_pw and (time.time() - self._sudo_pw_ts) < 300:
@@ -1457,7 +1457,7 @@ def main():
cli_mode = args.list or args.installed or args.install or args.remove
if not cli_mode:
- # GUI-t user-ként indítsd (Wayland) — root GUI ne!
+ # GUI-t user-ként indítsd (Wayland) - root GUI ne!
if os.geteuid() == 0:
print("Figyelem: a GUI-t NE rootként indítsd. "
"Futtasd sima userként, a jogot pkexec kéri majd.")