Good bye Ubuntu Studio, we miss you. Come back anytime!

This commit is contained in:
Aaron Rainbolt 2024-03-10 18:13:54 -05:00
parent 4d0755e3f0
commit 5356eeab97
75 changed files with 12 additions and 816 deletions

View File

@ -5,11 +5,9 @@
all:
# Desktop file
(cd lubuntu/po/ && make)
(cd ubuntustudio/po/ && make)
(cd kubuntu/po/ && make)
# Slideshow
(cd lubuntu/branding/lubuntu/lang/ && make)
(cd ubuntustudio/branding/ubuntustudio/lang && make)
# basicwallpaper
(cd common/basicwallpaper && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make)
# Lubuntu OEM setup stuff
@ -45,8 +43,6 @@ all:
# Get rid of the unnecessary files
find lubuntu/ -type f -iname "*.in" | xargs rm -f
find lubuntu/ -type f -iname "Makefile" | xargs rm -f
find ubuntustudio/ -type f -iname "*.in" | xargs rm -f
find ubuntustudio/ -type f -iname "Makefile" | xargs rm -f
find kubuntu/ -type f -iname "*.in" | xargs rm -f
find kubuntu/ -type f -iname "Makefile" | xargs rm -f
rm -rf kubuntu/oemconfig

View File

@ -1,6 +1,10 @@
# Ubuntu Studio's Calamares Settings
# Ubuntu Studio's Calamares Branding (archived)
This directory houses the Calamares settings for Ubuntu Studio.
This directory houses the branding Ubuntu Studio used when Calamares was still
being used as the installer, along with some additional potentially useful
configuration fragments. Ubuntu Studio has since switched to using
ubuntu-desktop-provision, and thus most of the actual configuration has been
removed.
Unless otherwise stated, the contents of this directory are licensed as follows:

View File

Before

Width:  |  Height:  |  Size: 342 KiB

After

Width:  |  Height:  |  Size: 342 KiB

View File

Before

Width:  |  Height:  |  Size: 329 KiB

After

Width:  |  Height:  |  Size: 329 KiB

View File

Before

Width:  |  Height:  |  Size: 404 KiB

After

Width:  |  Height:  |  Size: 404 KiB

View File

Before

Width:  |  Height:  |  Size: 379 KiB

After

Width:  |  Height:  |  Size: 379 KiB

View File

Before

Width:  |  Height:  |  Size: 407 KiB

After

Width:  |  Height:  |  Size: 407 KiB

View File

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View File

Before

Width:  |  Height:  |  Size: 460 KiB

After

Width:  |  Height:  |  Size: 460 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 243 KiB

View File

@ -1,7 +0,0 @@
ubuntustudio/branding/ etc/calamares/
ubuntustudio/calamares-logs-helper usr/bin/
ubuntustudio/calamaresrc etc/xdg
ubuntustudio/kded_device_automounterrc etc/xdg
ubuntustudio/modules/ etc/calamares/
ubuntustudio/settings.conf etc/calamares/
ubuntustudio/ubuntustudio-calamares.desktop usr/share/applications/

View File

@ -1,8 +0,0 @@
# The .desktop file uses bash to run firefox as the local
# user. bash is included in the system.
calamares-settings-ubuntustudio: desktop-command-not-in-package bash [usr/share/applications/ubuntustudio-calamares.desktop]
# there will be no manpage in the foreseeable future
calamares-settings-ubuntustudio: no-manual-page [usr/bin/calamares-logs-helper]
# We're just extracting a log file and preserving it for the user to look at
# after the installation, this is normal.
calamares-settings-ubuntustudio: uses-dpkg-database-directly [usr/bin/calamares-logs-helper]

8
debian/changelog vendored
View File

@ -1,9 +1,13 @@
calamares-settings-ubuntu (1:24.04.17) UNRELEASED; urgency=medium
calamares-settings-ubuntu (1:24.04.17) noble; urgency=medium
[ Neal Gompa ]
* debian/control: Define the flavor packages as swappable packages
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 01 Mar 2024 13:01:09 -0600
[ Aaron Rainbolt ]
* Wipe Ubuntu Studio's configuration while preserving branding, Studio now
uses ubuntu-desktop-provision.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 10 Mar 2024 18:10:03 -0500
calamares-settings-ubuntu (1:24.04.16) noble; urgency=medium

12
debian/control vendored
View File

@ -64,15 +64,3 @@ Description: Common Calamares Settings
This package contains the common Calamares settings for all flavors.
There is also a automirror Python script to set sources based on
geolocation.
Package: calamares-settings-ubuntustudio
Architecture: all
Depends: calamares-settings-ubuntu-common (>= ${binary:Version}),
${misc:Depends}
Conflicts: calamares-settings-ubuntu-flavor
Provides: calamares-settings-ubuntu-flavor
Description: Ubuntu Studio Calamares Settings and Branding
This package contains the Calamares settings and branding for Ubuntu Studio.
As part of the branding the installer slideshow is contained within.
The settings ensure a proper Ubuntu Studio desktop is installed with the
KDE Plasma desktop environment.

View File

@ -1,24 +0,0 @@
#!/bin/sh
set -ex
root=$1
install_dir=$root/var/log/installer
[ -d $install_dir ] || mkdir -p $install_dir
cp /home/ubuntu-studio/.cache/calamares/session.log $install_dir/debug
cp /cdrom/.disk/info $install_dir/media-info
cp /var/log/casper.log $install_dir/casper.log
cp /var/log/syslog $install_dir/syslog
gzip --stdout $root/var/lib/dpkg/status > $install_dir/initial-status.gz
# OEM id isn't a thing, when in OEM mode ubiquity would also archive that.
# https://github.com/calamares/calamares/issues/943
chmod -v 600 $install_dir/*
# Make these world readable, they can absolutely not contain anything relevant
# to security.
chmod -v 644 $install_dir/initial-status.gz
chmod -v 644 $install_dir/media-info

View File

@ -1,5 +0,0 @@
---
dontChroot: false
timeout: 120
firmwareType:
"*": "-rm ${ROOT}/home/${USER}/Desktop/ubuntustudio-calamares.desktop"

View File

@ -1,6 +0,0 @@
---
baseUrl: archive.ubuntu.com
distribution: Ubuntu Studio
geoip:
style: "json"
url: "https://ipapi.co/json"

View File

@ -1,9 +0,0 @@
displaymanagers:
- sddm
defaultDesktopEnvironment:
executable: "startplasma-x11"
desktopFile: "Ubuntu Studio"
basicSetup: false
sysconfigSetup: false

View File

@ -1,15 +0,0 @@
update_db: true
backend: apt
operations:
- remove:
- "^live-*"
- calamares-settings-ubuntustudio
- calamares
- cifs-utils
- try_install:
- language-pack-$LOCALE
- language-pack-gnome-$LOCALE
- language-pack-kde-$LOCALE
- hunspell-$LOCALE
- libreoffice-help-$LOCALE
- libreoffice-l10n-$LOCALE

View File

@ -1,8 +0,0 @@
efiSystemPartition: "/boot/efi"
enableLuksAutomatedPartitioning: true
userSwapChoices:
- none
- small
initialSwapChoice: small
drawNestedPartitions: true
defaultFileSystemType: "ext4"

View File

@ -1,9 +0,0 @@
---
dontChroot: false
timeout: 30
script:
- command: "if [ -f /etc/security/limits.d/audio.conf.disabled ]; then mv /etc/security/limits.d/audio.conf.disabled /etc/security/limits.d/audio.conf; fi"
timeout: 10
- command: "if [ -f /etc/apt/sources.list.d/dvd.list ]; then rm /etc/apt/sources.list.d/dvd.list; fi"
timeout: 10

View File

@ -1,6 +0,0 @@
---
unpack:
- source: "/cdrom/casper/filesystem.squashfs"
sourcefs: "squashfs"
destination: ""
excludeFile: "/etc/apt/sources.list.d/dvd.list"

View File

@ -1,24 +0,0 @@
---
doAutologin: false
setRootPassword: false
sudoersGroup: sudo
defaultGroups:
- adm
- cdrom
- dip
- lpadmin
- plugdev
- name: sambashare
must_exist: false
system: true
- sudo
- audio
passwordRequirements:
nonempty: true
minLength: 0
maxLength: 0
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:
shell: /bin/bash
forbidden_names: [ root ]

View File

@ -1,25 +0,0 @@
---
showSupportUrl: true
showKnownIssuesUrl: true
showReleaseNotesUrl: true
#showDonateUrl: https://lubuntu.me/donate/
requirements:
requiredStorage: 16
requiredRam: 2
internetCheckUrl: https://ubuntustudio.org
check:
- storage
- ram
- power
- internet
- root
required:
- root
- storage
- ram
geoip:
style: "xml"
url: "https://geoip.ubuntu.com/lookup"
selector: "CountryCode"

View File

@ -1,22 +0,0 @@
#!/usr/bin/make -f
POTFILES := $(shell cat POTFILES.in)
all: generate-po-files
generate-pot: POTFILES.in
intltool-update --pot --gettext-package=calamares-settings-ubuntustudio
generate-po-files:
for i in $(POTFILES); do \
f=$$(echo $$i | sed 's/\.in//'); \
intltool-merge -d . ../$$i ../$$f; \
done
update-po:
for i in *.po; do \
code=$$(echo $$i | sed 's/.po//'); \
intltool-update --gettext-package=calamares-settings-ubuntustudio --dist $$code; \
done
# vim:ts=4

View File

@ -1 +0,0 @@
ubuntustudio-calamares.desktop.in

View File

@ -1,28 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-07-15 05:13+0000\n"
"Last-Translator: Simon Quigley <tsimonq2@lubuntu.me>\n"
"Language-Team: Arabic <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "تنصيب لوبينتو 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "تنصيب لوبينتو"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "الحبار — منصب النظام"

View File

@ -1,25 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.3.0\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,27 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-07-10 10:25+0000\n"
"Last-Translator: Simon Quigley <tsimonq2@lubuntu.me>\n"
"Language-Team: Catalan <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Instal·lar Ubuntu Studio 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Instal·lar Ubuntu Studio"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — Instal·lador del Sistema"

View File

@ -1,30 +0,0 @@
# Base translation file for Ubuntu Studio's Calamares settings
# Copyright (C) 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
# This file is distributed under the same license as the package.
# Simon Quigley <tsimonq2@ubuntu.com>, 2018.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../ubuntustudio-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../ubuntustudio-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,27 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-08-13 07:33+0000\n"
"Last-Translator: Henrik Christiansen <henrik@hxcdk.dk>\n"
"Language-Team: Danish <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Installer Ubuntu Studio 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Installer Ubuntu Studio"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares - System installation"

View File

@ -1,27 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-07-10 12:59+0000\n"
"Last-Translator: Daniel Absmeier <abseabsmeier@gmail.com>\n"
"Language-Team: German <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Ubuntu Studio 23.10 installieren"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Ubuntu Studio installieren"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — System Installer"

View File

@ -1,25 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.3.0\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,27 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-07-10 10:26+0000\n"
"Last-Translator: Simon Quigley <tsimonq2@lubuntu.me>\n"
"Language-Team: Spanish <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Instalar Ubuntu Studio 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Instalar Ubuntu Studio"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — Instalador del Sistema"

View File

@ -1,25 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.3.0\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,25 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.3.0\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,27 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-08-17 10:51+0000\n"
"Last-Translator: Carl Schwan <schwancarl@protonmail.com>\n"
"Language-Team: French <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Installer Ubuntu Studio 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Installer Ubuntu Studio"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — Installateur de votre system"

View File

@ -1,25 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.3.0\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,32 +0,0 @@
# Base translation file for Lubuntu's Calamares settings
# Copyright (C) 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
# This file is distributed under the same license as the package.
# Simon Quigley <tsimonq2@ubuntu.com>, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-08-17 17:27+0000\n"
"Last-Translator: Emanuele Antonio Faraone <emanueleant03@gmail.com>\n"
"Language-Team: Italian <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Installa Ubuntu Studio 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Installa Ubuntu Studio"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — Installatore del Sistema"

View File

@ -1,25 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.3.0\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,27 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-07-25 07:41+0000\n"
"Last-Translator: Einar Mostad <einar@mostad.eu>\n"
"Language-Team: Norwegian Bokmål <https://translate.lubuntu.me/projects/"
"lubuntu/calamares-settings-lubuntu-desktop/nb/>\n"
"Language: no\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Installer Ubuntu Studio 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Lubuntu"
msgstr "Installer Lubuntu"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — System installerer"

View File

@ -1,28 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-07-10 10:50+0000\n"
"Last-Translator: Marcin Mikołajczak <me@m4sk.in>\n"
"Language-Team: Polish <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/pl/>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Zainstaluj Ubuntu Studio 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Zainstaluj Ubuntu Studio"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — Instalator systemu"

View File

@ -1,27 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-07-14 20:36+0000\n"
"Last-Translator: Luís Rafael Gomes <jyotigomes@gmail.com>\n"
"Language-Team: Portuguese <https://translate.lubuntu.me/projects/lubuntu/"
"calamares-settings-lubuntu-desktop/pt/>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr "Instalar o Ubuntu Studio 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Instalar o Ubuntu Studio"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — Instalador do Sistema"

View File

@ -1,27 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: 2018-07-11 06:56+0000\n"
"Last-Translator: Lucas A. V. Dantas <lucasdantas@yandex.com>\n"
"Language-Team: Portuguese (Brazil) <https://translate.lubuntu.me/projects/"
"lubuntu/calamares-settings-lubuntu-desktop/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.1-dev\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Lubuntu 23.10"
msgstr "Instalar Lubuntu 23.10"
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr "Instalar Ubuntu Studio"
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr "Calamares — Instalador do sistema"

View File

@ -1,30 +0,0 @@
# Base translation file for Lubuntu's Calamares settings
# Copyright (C) 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
# This file is distributed under the same license as the package.
# Simon Quigley <tsimonq2@ubuntu.com>, 2018.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,30 +0,0 @@
# Base translation file for Lubuntu's Calamares settings
# Copyright (C) 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
# This file is distributed under the same license as the package.
# Simon Quigley <tsimonq2@ubuntu.com>, 2018.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../lubuntu-calamares.desktop.in.h:1
msgid "Install Ubuntu Studio 23.10"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:2
msgid "Install Ubuntu Studio"
msgstr ""
#: ../lubuntu-calamares.desktop.in.h:3
msgid "Calamares — System Installer"
msgstr ""

View File

@ -1,71 +0,0 @@
---
modules-search: [ local ]
instances:
- id: before_bootloader_mkdirs
module: contextualprocess
config: before_bootloader_mkdirs_context.conf
- id: before_bootloader
module: contextualprocess
config: before_bootloader_context.conf
- id: after_bootloader
module: contextualprocess
config: after_bootloader_context.conf
- id: logs
module: shellprocess
config: shellprocess_logs.conf
- id: bug-LP#1829805
module: shellprocess
config: shellprocess_bug-LP#1829805.conf
- id: add386arch
module: shellprocess
config: shellprocess_add386arch.conf
- id: fix_audio_perms
module: shellprocess
config: shellprocess_fix_audio_perms.conf
sequence:
- show:
- welcome
- locale
- keyboard
- partition
- users
- summary
- exec:
- partition
- mount
- unpackfs
- machineid
- fstab
- locale
- keyboard
- localecfg
- luksbootkeyfile
- users
- displaymanager
- networkcfg
- hwclock
- contextualprocess@before_bootloader_mkdirs
- shellprocess@bug-LP#1829805
- initramfscfg
- initramfs
- grubcfg
- shellprocess@fix_audio_perms
- contextualprocess@before_bootloader
- bootloader
- contextualprocess@after_bootloader
- automirror
- shellprocess@add386arch
- packages
- shellprocess@logs
- umount
- show:
- finished
branding: ubuntustudio
prompt-install: true
dont-chroot: false
oem-setup: false
disable-cancel: false
disable-cancel-during-exec: false

View File

@ -1,12 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
_Name=Install Ubuntu Studio 23.10
_GenericName=Install Ubuntu Studio
Exec=bash -c "export BROWSER='sudo -H -u ubuntu-studio firefox'; sudo -E calamares"
_Comment=Calamares System Installer
Icon=calamares
Terminal=false
StartupNotify=true
Categories=Qt;System;
Keywords=installer;calamares;system;