Compare commits

..

12 Commits

22 changed files with 412 additions and 193 deletions

View File

@@ -1,5 +1,5 @@
# Makefile for desktop-base-openmamba package
# Copyright (C) 2004-2019 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (C) 2004-2020 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (C) 2005-2007 by Davide Madrisan <davide.madrisan@gmail.com>
include VERSION
@@ -157,7 +157,6 @@ install-kde-distro-addons: dist-update
cp -r etc/sysconfig $(DESTDIR)$(sysconfdir)/
cp etc/system-sleep/* $(DESTDIR)$(systemdsleepdir)/
chmod 755 $(DESTDIR)$(sysconfdir)/profile.d/*.sh
$(INSTALL_SCRIPT) kde/scripts/showlog $(DESTDIR)$(distrobindir)
cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/
install-distromenu: dist-update
@@ -166,8 +165,6 @@ install-distromenu: dist-update
$(DESTDIR)$(xdg_directorydir)/$(DISTROID).directory
$(INSTALL_DATA) menu/applications/distroutils-netinstall.directory \
$(DESTDIR)$(xdg_directorydir)/$(DISTROID)-NetInstall.directory
$(INSTALL_DATA) menu/applications/distroutils-logs.directory \
$(DESTDIR)$(xdg_directorydir)/$(DISTROID)-Logs.directory
@$(INSTALL_DIR) $(DESTDIR)$(xdg_mergedmenudir)
$(INSTALL_DATA) menu/applications/distroutils.menu \
$(DESTDIR)$(xdg_mergedmenudir)/$(DISTROid).menu
@@ -176,7 +173,6 @@ install-distromenu: dist-update
$(INSTALL_DATA) menu/applications/netinstall/$$pck.desktop \
$(DESTDIR)$(xdg_appsdir)/$(DISTROid)-$$pck.desktop;\
done
cp menu/applications/logs/*.desktop $(DESTDIR)$(xdg_appsdir)
install-srpms:
@$(INSTALL_DIR) $(DESTDIR)$(distrosrpmsdir)
@@ -205,6 +201,7 @@ install-mambabase:
$(INSTALL_SCRIPT) mambabase/mambabase $(DESTDIR)$(bindir)/mambabase
$(INSTALL_SCRIPT) mambabase/mambabase.py $(DESTDIR)$(mambabasedatadir)
$(INSTALL_SCRIPT) mambabase/mambabase-pkggroups-parser.sh $(DESTDIR)$(mambabasedatadir)
$(INSTALL_SCRIPT) mambabase/nvidia-autoselect-driver $(DESTDIR)$(mambabasedatadir)
$(INSTALL_DATA) mambabase/mambabase.desktop $(DESTDIR)$(xdg_appsdir)
$(INSTALL_DATA) mambabase/mambabase-autostart.desktop $(DESTDIR)$(mambabasedatadir)
$(INSTALL_DATA) mambabase/openmamba.png $(DESTDIR)$(mambabasedatadir)

View File

@@ -3,5 +3,8 @@
# package name (do not modify unless you know what you're doing)
VIRTUALBOX_EXTENSION_PACK_PCK=Oracle_VM_VirtualBox_Extension_Pack-${SRPMVERSION["virtualbox-extension-pack"]}.vbox-extpack
# guest additions file name
VIRTUALBOX_GUEST_ADDITIONS_PCK=VBoxGuestAdditions_${SRPMVERSION["virtualbox-extension-pack"]}.iso
# package URL (do not modify unless you know what you're doing)
VIRTUALBOX_EXTENSION_PACK_URL=http://download.virtualbox.org/virtualbox/${SRPMVERSION["virtualbox-extension-pack"]}/

View File

@@ -31,6 +31,9 @@ declare -A SRPMVERSION SRPMRELEASE
wget -nv --timeout=10 --tries=2 \
${VIRTUALBOX_EXTENSION_PACK_URL}${VIRTUALBOX_EXTENSION_PACK_PCK} -O ${VIRTUALBOX_EXTENSION_PACK_PCK}
wget -nv --timeout=10 --tries=2 \
${VIRTUALBOX_EXTENSION_PACK_URL}${VIRTUALBOX_GUEST_ADDITIONS_PCK} -O ${VIRTUALBOX_GUEST_ADDITIONS_PCK}
[ -f ${VIRTUALBOX_EXTENSION_PACK_PCK} ] || exit 1
%build
@@ -43,6 +46,9 @@ declare -A SRPMVERSION SRPMRELEASE
install -D -m0644 ${VIRTUALBOX_EXTENSION_PACK_PCK} %{buildroot}%{_libdir}/VirtualBox/extension/${VIRTUALBOX_EXTENSION_PACK_PCK}
cp %{S:0} LICENSE
install -D -m0644 ${VIRTUALBOX_GUEST_ADDITIONS_PCK} %{buildroot}%{_libdir}/VirtualBox/additions/VBoxGuestAdditions.iso
cp %{S:0} LICENSE
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
rm -rf %{_builddir}/%{name}-*
@@ -57,6 +63,7 @@ echo y | VBoxManage extpack install %{_libdir}/VirtualBox/extension/Oracle_VM_Vi
%files
%defattr(-,root,root)
%{_libdir}/VirtualBox/extension/Oracle_VM_VirtualBox_Extension_Pack-%{pck_majver}%{?pck_minver:%pck_minver}.vbox-extpack
%{_libdir}/VirtualBox/additions/VBoxGuestAdditions.iso
%doc LICENSE
%changelog

View File

@@ -1 +1 @@
VERSION = 4.95.5
VERSION = 2020.11.1

View File

@@ -1,21 +0,0 @@
#!/bin/bash
# Copyright (c) 2004-2005 by Silvan Calarco <silvan.calarco@qilinux.it>
# Copyright (c) 2007 by Davide Madrisan <davide.madrisan@gmail.com>
displayfile="$1"
wintitle="$2"
winicon="$3"
tmpfile=`mktemp -q -t ${0##*/}.XXXXXXXX` ||
{ echo "${0##*/}: error: cannot create temporary files." >&2 >> $logfile
{ (exit 1); exit 1; }; }
trap "rm -f $tmpfile" 0 1 2 5 15
sed "s|\x1b\[\S\{1,5\}[mG]||g" $displayfile > $tmpfile
kdialog \
--textbox $tmpfile 800 600 \
--caption "$wintitle"
exit 0

View File

@@ -76,55 +76,29 @@ background-color: rgb(255, 255, 255);</string>
<string notr="true">background-color: rgb(239, 240, 241);</string>
</property>
<property name="title">
<string>Proprietary software installatios/updates</string>
<string>Proprietary software installations/updates</string>
</property>
<widget class="QCheckBox" name="inst_nvidia">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<y>150</y>
<width>491</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>NVIDIA proprietary video driver /autodetected) from openmamba.org</string>
<string>NVIDIA proprietary video driver (autodetected) from openmamba.org</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="inst_fglrx">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>491</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>AMD/ATI proprietary video driver from openmamba.org</string>
</property>
</widget>
<widget class="QCheckBox" name="inst_fglrx_legacy">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>491</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>AMD/ATI proprietary video driver (legacy) from openmamba.org</string>
</property>
</widget>
<widget class="QCheckBox" name="inst_broadcom_sta">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<y>180</y>
<width>491</width>
<height>21</height>
</rect>
@@ -137,7 +111,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<y>210</y>
<width>491</width>
<height>21</height>
</rect>
@@ -150,7 +124,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<y>90</y>
<width>491</width>
<height>21</height>
</rect>
@@ -163,7 +137,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>170</y>
<y>240</y>
<width>491</width>
<height>21</height>
</rect>
@@ -176,7 +150,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<y>270</y>
<width>491</width>
<height>21</height>
</rect>
@@ -189,7 +163,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>210</y>
<y>300</y>
<width>491</width>
<height>21</height>
</rect>
@@ -202,7 +176,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<y>60</y>
<width>491</width>
<height>21</height>
</rect>
@@ -211,37 +185,11 @@ background-color: rgb(255, 255, 255);</string>
<string>Pepper-Flash plugin for chromium from google.com</string>
</property>
</widget>
<widget class="QCheckBox" name="inst_skype">
<property name="geometry">
<rect>
<x>20</x>
<y>230</y>
<width>491</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Skype from skype.com</string>
</property>
</widget>
<widget class="QCheckBox" name="inst_spotify">
<property name="geometry">
<rect>
<x>20</x>
<y>250</y>
<width>491</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Spotify from spotify.com</string>
</property>
</widget>
<widget class="QCheckBox" name="inst_virtualbox">
<property name="geometry">
<rect>
<x>20</x>
<y>270</y>
<y>120</y>
<width>491</width>
<height>21</height>
</rect>
@@ -254,7 +202,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>290</y>
<y>30</y>
<width>491</width>
<height>21</height>
</rect>

View File

@@ -82,7 +82,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<y>40</y>
<width>491</width>
<height>21</height>
</rect>
@@ -98,7 +98,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<y>70</y>
<width>491</width>
<height>21</height>
</rect>
@@ -111,7 +111,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<y>100</y>
<width>491</width>
<height>21</height>
</rect>
@@ -124,7 +124,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<y>130</y>
<width>491</width>
<height>21</height>
</rect>
@@ -137,7 +137,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<y>160</y>
<width>491</width>
<height>21</height>
</rect>
@@ -150,7 +150,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<y>190</y>
<width>491</width>
<height>21</height>
</rect>
@@ -163,7 +163,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>240</y>
<y>250</y>
<width>491</width>
<height>21</height>
</rect>
@@ -176,7 +176,7 @@ background-color: rgb(255, 255, 255);</string>
<property name="geometry">
<rect>
<x>20</x>
<y>270</y>
<y>280</y>
<width>491</width>
<height>21</height>
</rect>
@@ -185,24 +185,11 @@ background-color: rgb(255, 255, 255);</string>
<string>Base server packages (Apache, PHP, MariaDB, ...)</string>
</property>
</widget>
<widget class="QCheckBox" name="inst_devel">
<property name="geometry">
<rect>
<x>20</x>
<y>300</y>
<width>491</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Base development packages (gcc, glibc-devel, kernel headers, ...)</string>
</property>
</widget>
<widget class="QCheckBox" name="inst_games">
<property name="geometry">
<rect>
<x>20</x>
<y>210</y>
<y>220</y>
<width>491</width>
<height>21</height>
</rect>

View File

@@ -90,7 +90,7 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;mambabase - Copyright (c) 2007-2019 by Silvan Calarco&lt;br/&gt;Released under the terms of the GNU GPL v3 license&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;mambabase - Copyright (c) 2007-2020 by Silvan Calarco&lt;br/&gt;Released under the terms of the GNU GPL v3 license&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2019 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (c) 2019-2020 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Release under the terms of the GPL version 3 license
from PyQt5 import QtCore
@@ -178,8 +178,14 @@ class InstallThread(QtCore.QThread):
self.updateProgressSignal.emit({
'label': _("Installing %s extra component..." % extra),
'details': _("Installing %s extra component..." % extra)})
result = subprocess.run(['/usr/bin/openmamba-netsrpms', extra],
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
if extra == 'nvidia':
result = subprocess.run([
'/usr/share/openmamba/mambabase/nvidia-autoselect-driver',
'-i'],
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
else:
result = subprocess.run(['/usr/bin/openmamba-netsrpms', extra],
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
if result.returncode == 0:
if result.stdout:
self.updateProgressSignal.emit({
@@ -195,6 +201,13 @@ class InstallThread(QtCore.QThread):
'label': _("Installation finished!"),
'details': _("Installation finished!")})
# Remove any autostart file
try:
file_path = Path.home() / ".config/autostart/mambabase.desktop"
file_path.unlink()
except:
None
# Enable back and next buttons
parent.installationPage.done = True
self.doneSignal.emit()
@@ -245,9 +258,9 @@ class SelectGroupsPage(QtWidgets.QWizardPage):
'graphics': self.inst_graphics,
'games': self.inst_games,
'virtualization': self.inst_virtualization,
'server': self.inst_server,
'devel': self.inst_devel
'server': self.inst_server
}
#'devel': self.inst_devel
# Load packages group db into a dict
result = subprocess.run([DATADIR + "mambabase-pkggroups-parser.sh"],
stdout=subprocess.PIPE)
@@ -296,8 +309,6 @@ class SelectExtraPage(QtWidgets.QWizardPage):
def setExtras(self):
self.extra_checkboxes = {
'nvidia': self.inst_nvidia,
'fglrx': self.inst_fglrx,
'fglrx_legacy': self.inst_fglrx_legacy,
'broadcom_sta': self.inst_broadcom_sta,
'b43-firmware': self.inst_b43,
'flashplugin': self.inst_flash,
@@ -305,11 +316,13 @@ class SelectExtraPage(QtWidgets.QWizardPage):
'msttcorefonts': self.inst_msttcf,
'win32codecs': self.inst_codecs,
'sun-java': self.inst_java,
'skype': self.inst_skype,
'spotify': self.inst_spotify,
'virtualbox-extension-pack': self.inst_virtualbox,
'chromium-widevine': self.inst_widevine
}
# 'fglrx': self.inst_fglrx,
# 'fglrx_legacy': self.inst_fglrx_legacy,
# 'skype': self.inst_skype,
# 'spotify': self.inst_spotify,
for extra in self.extra_checkboxes:
result = subprocess.run(['/usr/bin/openmamba-netsrpms', '-c', extra],
stdout=subprocess.PIPE)

263
mambabase/mambabase.sh.po Normal file
View File

@@ -0,0 +1,263 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-30 17:38+0200\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: mambabase.sh:40
msgid ""
" contents of device $INSTALL_DEVICE; use $0 -y to actually start the"
msgstr ""
#: mambabase.sh:41
msgid " operation."
msgstr ""
#: mambabase.sh:60
#, sh-format
msgid "Error: cannot read input file $INPUT_FILE; aborting."
msgstr ""
#: mambabase.sh:223
msgid "Executing nspluginscan"
msgstr ""
#: mambabase.sh:269 mambabase.sh:274
msgid "Installation completed."
msgstr ""
#: mambabase.sh:190
msgid "Installing AMD/ATI proprietary (legacy) video driver packages"
msgstr ""
#: mambabase.sh:184
msgid "Installing AMD/ATI proprietary video driver packages"
msgstr ""
#: mambabase.sh:129
msgid "Installing Audio and Video players"
msgstr ""
#: mambabase.sh:202
msgid "Installing Broadcom B43 proprietary firmware"
msgstr ""
#: mambabase.sh:203
msgid "Installing Broadcom B43 proprietary firmware..."
msgstr ""
#: mambabase.sh:196
msgid "Installing Broadcom proprietary wireless driver"
msgstr ""
#: mambabase.sh:197
msgid "Installing Broadcom proprietary wireless driver..."
msgstr ""
#: mambabase.sh:221
msgid "Installing Flash plugin..."
msgstr ""
#: mambabase.sh:153
msgid "Installing Games packages"
msgstr ""
#: mambabase.sh:147
msgid "Installing Graphics packages"
msgstr ""
#: mambabase.sh:141
msgid "Installing Internet packages"
msgstr ""
#: mambabase.sh:244
msgid "Installing MS TrueType core fonts..."
msgstr ""
#: mambabase.sh:177
msgid "Installing NVIDIA proprietary video driver (autodetected) packages"
msgstr ""
#: mambabase.sh:123
msgid "Installing Office packages"
msgstr ""
#: mambabase.sh:255
msgid "Installing Oracle Java..."
msgstr ""
#: mambabase.sh:233
msgid "Installing Pepper-Flash plugin..."
msgstr ""
#: mambabase.sh:165
msgid "Installing Server packages"
msgstr ""
#: mambabase.sh:250
msgid "Installing Skype software..."
msgstr ""
#: mambabase.sh:208
msgid "Installing Spotify"
msgstr ""
#: mambabase.sh:209
msgid "Installing Spotify..."
msgstr ""
#: mambabase.sh:265
msgid "Installing Sun Java Developers Kit..."
msgstr ""
#: mambabase.sh:260
msgid "Installing Sun Java Runtime Environment..."
msgstr ""
#: mambabase.sh:214
msgid "Installing Virtualbox extension pack"
msgstr ""
#: mambabase.sh:215
msgid "Installing Virtualbox extension pack..."
msgstr ""
#: mambabase.sh:159
msgid "Installing Virtualization packages"
msgstr ""
#: mambabase.sh:239
msgid "Installing Win32 codecs..."
msgstr ""
#: mambabase.sh:220
msgid "Installing flash plugin"
msgstr ""
#: mambabase.sh:135
msgid "Installing multimedia editing and production packages"
msgstr ""
#: mambabase.sh:96
msgid "Installing openmamba base packages"
msgstr ""
#: mambabase.sh:171
msgid "Installing openmamba packages"
msgstr ""
#: mambabase.sh:232
msgid "Installing pepper-flash plugin"
msgstr ""
#: mambabase.sh:238
msgid "Installing win32 codecs"
msgstr ""
#: mambabase.sh:191
msgid ""
"Installing/updating AMD/ATI proprietary (legacy) video driver packages..."
msgstr ""
#: mambabase.sh:185
msgid "Installing/updating AMD/ATI proprietary video driver packages..."
msgstr ""
#: mambabase.sh:130
msgid "Installing/updating Audio and Video players..."
msgstr ""
#: mambabase.sh:172
msgid "Installing/updating Development packages..."
msgstr ""
#: mambabase.sh:154
msgid "Installing/updating Games packages..."
msgstr ""
#: mambabase.sh:148
msgid "Installing/updating Graphics packages..."
msgstr ""
#: mambabase.sh:142
msgid "Installing/updating Internet packages..."
msgstr ""
#: mambabase.sh:178
msgid ""
"Installing/updating NVIDIA proprietary video driver (autodetected) "
"packages..."
msgstr ""
#: mambabase.sh:124
msgid "Installing/updating Office packages..."
msgstr ""
#: mambabase.sh:166
msgid "Installing/updating Server packages..."
msgstr ""
#: mambabase.sh:160
msgid "Installing/updating Virtualization packages..."
msgstr ""
#: mambabase.sh:136
msgid "Installing/updating multimedia editing and production packages..."
msgstr ""
#: mambabase.sh:103
msgid "Installing/updating openmamba base packages..."
msgstr ""
#: mambabase.sh:271
msgid "Press next to see the installation log and exit."
msgstr ""
#: mambabase.sh:226
msgid "Removing gnash"
msgstr ""
#: mambabase.sh:100
msgid "Removing packages that are no longer needed..."
msgstr ""
#: mambabase.sh:57
msgid "Starting installation..."
msgstr ""
#: mambabase.sh:117
msgid "Updating installed packages"
msgstr ""
#: mambabase.sh:118
msgid "Updating installed packages..."
msgstr ""
#: mambabase.sh:97
msgid "Updating packages list..."
msgstr ""
#: mambabase.sh:39
msgid ""
"Warning: this script will perform an automatic installation erasing all the"
msgstr ""
#: mambabase.sh:51
#, sh-format
msgid ""
"openmamba installation script - version $VERSION\n"
"Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
msgstr ""

View File

@@ -0,0 +1,91 @@
#!/bin/bash
#
# nVidia legacy test script
#
# Copyright (c) 2007-2015 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Released under the GNU GPL v.3 license
#
[ "$1" = "-i" ] && DO_INSTALL=1
PCIID=`/usr/sbin/lspci -n | grep " 0300: 10de:" | awk '{ print $3 }'`
[ "$PCIID" ] || {
echo "No NVIDIA PCI device found!" >&2
exit 1
}
DEVID=`echo ${PCIID/*:/} | tr '[:lower:]' '[:upper:]'`
case $DEVID in
0191|0193|0194|0197|019D|019E|0400|0401|0402|0403|\
0404|0405|0406|0407|0408|0409|040A|040B|040C|040D|\
040E|040F|0410|0420|0421|0422|0423|0424|0425|0426|\
0427|0428|0429|042A|042B|042C|042D|042E|042F|05E0|\
05E1|05E2|05E3|05E6|05E7|05EA|05EB|05ED|05F8|05F9|\
05FD|05FE|05FF|0600|0601|0602|0603|0604|0605|0606|\
0607|0608|0609|060A|060B|060C|060D|060F|0610|0611|\
0612|0613|0614|0615|0617|0618|0619|061A|061B|061C|\
061D|061E|061F|0621|0622|0623|0625|0626|0627|0628|\
062A|062B|062C|062D|062E|0630|0631|0632|0635|0637|\
0638|063A|0640|0641|0643|0644|0645|0646|0647|0648|\
0649|064A|064B|064C|0651|0652|0653|0654|0655|0656|\
0658|0659|065A|065B|065C|06E0|06E1|06E2|06E3|06E4|\
06E5|06E6|06E7|06E8|06E9|06EA|06EB|06EC|06EF|06F1|\
06F8|06F9|06FA|06FB|06FD|06FF|0840|0844|0845|0846|\
0847|0848|0849|084A|084B|084C|084D|084F|0860|0861|\
0862|0863|0864|0865|0866|0867|0868|0869|086A|086C|\
086D|086E|086F|0870|0871|0872|0873|0874|0876|087A|\
087D|087E|087F|08A0|08A2|08A3|08A4|08A5|0A20|0A22|\
0A23|0A26|0A27|0A28|0A29|0A2A|0A2B|0A2C|0A2D|0A32|\
0A34|0A35|0A38|0A3C|0A60|0A62|0A63|0A64|0A65|0A66|\
0A67|0A68|0A69|0A6A|0A6C|0A6E|0A6F|0A70|0A71|0A72|\
0A73|0A74|0A75|0A76|0A78|0A7A|0A7C|0CA0|0CA2|0CA3|\
0CA4|0CA5|0CA7|0CA8|0CA9|0CAC|0CAF|0CB0|0CB1|0CBC|\
10C0|10C3|10C5|10D8) ALT_SUFFIX='340' ;;
0040|0041|0042|0043|0044|0045|0046|0047|0048|004E|\
0090|0091|0092|0093|0095|0098|0099|009D|00C0|00C1|\
00C2|00C3|00C8|00C9|00CC|00CD|00CE|00F1|00F2|00F3|\
00F4|00F5|00F6|00F8|00F9|0140|0141|0142|0143|0144|\
0145|0146|0147|0148|0149|014A|014C|014D|014E|014F|\
0160|0161|0162|0163|0164|0165|0166|0167|0168|0169|\
016A|01D0|01D1|01D2|01D3|01D6|01D7|01D8|01DA|01DB|\
01DC|01DD|01DE|01DF|0211|0212|0215|0218|0221|0222|\
0240|0241|0242|0244|0245|0247|0290|0291|0292|0293|\
0294|0295|0297|0298|0299|029A|029B|029C|029D|029E|\
029F|02E0|02E1|02E2|02E3|02E4|038B|0390|0391|0392|\
0393|0394|0395|0397|0398|0399|039C|039E|03D0|03D1|\
03D2|03D5|03D6|0531|0533|053A|053B|053E|07E0|07E1|\
07E2|07E3|07E5) ALT_SUFFIX='304' ;;
00FA|00FB|00FC|00FD|00FE|0301|0302|0308|0309|0311|\
0312|0314|031A|031B|031C|0320|0321|0322|0323|0324|\
0325|0326|0327|0328|032A|032B|032C|032D|0330|0331|\
0332|0333|0334|0338|033F|0341|0342|0343|0344|0347|\
0348|034C|034E) ALT_SUFFIX='173' ;;
0110|0111|0112|0113|0170|0171|0172|0173|0174|0175|\
0176|0177|0178|0179|017A|017C|017D|0181|0182|0183|\
0185|0188|018A|018B|018C|01A0|01F0|0200|0201|0202|\
0203|0250|0251|0253|0258|0259|025B|0280|0281|0282|\
0286|0288|0289|028C) ALT_SUFFIX='96' ;;
0020|0028|0029|002C|002D|00A0|0100|0101|0103|0150|\
0151|0152|0153) ALT_SUFFIX='71' ;;
*) ALT_SUFFIX='' ;;
esac
case $ALT_SUFFIX in
340) REC_DRIVER='xorg-drv-video-nvidia_340' ;;
304) REC_DRIVER='xorg-drv-video-nvidia_304' ;;
173|96|71) REC_DRIVER='nouveau' ;;
*) REC_DRIVER='xorg-drv-video-nvidia' ;;
esac
echo "NVIDIA recommended driver is $REC_DRIVER" >&2
if [ "$DO_INSTALL" = "1" ]; then
rpm -q $REC_DRIVER || pkcon install -y $REC_DRIVER
fi

0
mambabase/po/it.pot Normal file
View File

View File

@@ -1,5 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=@distroID@
Icon=@distroicon@
SortOrder=

View File

@@ -1,14 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Kernel init messages
Name[es]=Mensajes de inicio del kernel
Name[it]=Messaggi di avvio del kernel
Name[fr]=Messages du démarrage du noyau
Comment=Messages from the Linux Kernel during system boot
Comment[es]=Mensajes del kernel durante el inicio del sistema
Comment[it]=Messaggi del kernel durante l'avvio del sistema
Comment[fr]=Messages du noyau lors du démarrage du système
Exec=@distrobindir@/showlog /var/log/dmesg.log "Kernel init messages" agent
Icon=utilities-log-viewer
Categories=X-@distroID@-Logs;

View File

@@ -1,14 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Services startup
Name[es]=Inicio de los servicios
Name[it]=Avvio dei servizi
Name[fr]=Démarrage des services
Comment=Information about runlevel 5 services startup on boot
Comment[es]=Mensajes de inicio de los servicios en nivel 5
Comment[it]=Informazioni sull'avvio dei servizi di runlevel 5
Comment[fr]=Messages au démarrage des services du runlevel 5
Exec=@distrobindir@/showlog /var/log/initd.5.start "Runlevel 5 init log" agent
Icon=utilities-log-viewer
Categories=X-@distroID@-Logs;

View File

@@ -1,14 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Last shutdown
Name[es]=Último apagamiento
Name[it]=Ultimo spegnimento
Name[fr]=Dernier arrêt du système
Comment=Information about last system shutdown
Comment[es]=Mensajes sobre el último apagamiento
Comment[it]=Informazioni riguardo all'ultimo spegnimento del sistema
Comment[fr]=Messages du système lors du dernier arrêt
Exec=@distrobindir@/showlog /var/log/initd.0.stop "Last shutdown log" agent
Icon=utilities-log-viewer
Categories=X-@distroID@-Logs;

View File

@@ -1,14 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Last reboot
Name[es]=Último reinicio
Name[it]=Ultimo riavvio
Name[fr]=Dernier redémarrage du système
Comment=Information about last system reboot
Comment[es]=Mensajes sobre el último reinicio
Comment[it]=Informazioni riguardo all'ultimo riavvio del sistema
Comment[fr]=Messages du système lors du dernier redémarrage
Exec=@distrobindir@/showlog /var/log/initd.6.stop "Last reboot log" agent
Icon=utilities-log-viewer
Categories=X-@distroID@-Logs;

View File

@@ -1,14 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=openmamba system init logs
Name[es]=Inicio del sistema
Name[it]=Avvio di sistema
Name[fr]=Démarrage du système
Comment=Messages during openmamba system boot
Comment[es]=Mensajes de inicio del sistema openmamba
Comment[it]=Messaggi di avvio del sistema openmamba
Comment[fr]=Messages au démerrage du système openmamba
Exec=@distrobindir@/showlog /var/log/initd.sysinit.start "System init log" agent
Icon=utilities-log-viewer
Categories=X-@distroID@-Logs;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB