Name aICentral: README neu, sichtbare Titel umgestellt
README trägt jetzt aICentral mit der Tagline "Get Claude Code organized" als eigene Zeile, dazu ein Hinweis auf die Unabhängigkeit von Anthropic (Claude/Claude Code als fremde Marken, rein beschreibend genannt). Sichtbare Stellen mitgezogen: Hauptfenster-Titel, Überschrift der Verwaltung, Seitentitel, Linux-Tray-Titel und der AppImage-Hinweis unter GNOME. Technische Bezeichner bleiben ai-control — Binary, Identifier, SNI-Id und der Popup-Fenstertitel, auf den KWin-Script und GNOME-Extension matchen. Außerdem im README: deploy-macos.sh und deploy-windows.ps1 ergänzt, die Installationswege pro OS beschrieben (macOS nach ~/Applications, das Build-Bundle wandert danach nach macos.noindex), Panel-Tabs englisch benannt und die Zweisprachigkeit der Oberfläche erwähnt. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -143,7 +143,7 @@ pub(crate) fn main_builder() -> tauri::Builder<tauri::Wry> {
|
||||
// Fenster im Code statt in tauri.conf.json, damit der Terminal-Prozess
|
||||
// (gleiches Binary, gleiche Config) kein main-Fenster anlegt.
|
||||
let main_win = tauri::WebviewWindowBuilder::new(app, "main", tauri::WebviewUrl::default())
|
||||
.title("ai-control")
|
||||
.title("aICentral")
|
||||
.inner_size(800.0, 600.0)
|
||||
// Fenster-Icon (_NET_WM_ICON) — deckt X11-DEs wie XFCE direkt ab,
|
||||
// unabhängig von der .desktop-Zuordnung; auf Windows das Titel-/Taskbar-Icon.
|
||||
|
||||
@@ -51,7 +51,7 @@ pub fn run() {
|
||||
if std::env::var_os("APPIMAGE").is_some() && platform::is_gnome() {
|
||||
rfd::MessageDialog::new()
|
||||
.set_level(rfd::MessageLevel::Warning)
|
||||
.set_title("ai-control")
|
||||
.set_title("aICentral")
|
||||
.set_description(
|
||||
"Die AppImage-Fassung wird unter GNOME nicht unterstützt: Das Tray-Icon \
|
||||
braucht eine GNOME-Shell-Extension, die nur das deb-/rpm-Paket \
|
||||
|
||||
@@ -16,7 +16,7 @@ impl ksni::Tray for AiControlTray {
|
||||
"ai-control".into()
|
||||
}
|
||||
fn title(&self) -> String {
|
||||
"ai-control".into()
|
||||
"aICentral".into()
|
||||
}
|
||||
fn icon_pixmap(&self) -> Vec<ksni::Icon> {
|
||||
self.icon.clone()
|
||||
|
||||
Reference in New Issue
Block a user