You are not logged in.
EDIT 2020/6/14
The official BL repository is now online, so you can use that to get a system that will continue to be usable after the official release. There are also Release Candidate iso files for amd64, so at the moment only 32bit users need to follow this path:
Make a basic Debian Buster command-line install from eg the "netinst" iso here:
i386
https://cdimage.debian.org/cdimage/rele … etinst.iso
or, with non-free firmware:
https://cdimage.debian.org/cdimage/unof … etinst.iso
amd64
https://cdimage.debian.org/cdimage/rele … etinst.iso
or, with non-free firmware:
https://cdimage.debian.org/cdimage/unof … etinst.iso
Don't set a password for 'root' in the user setup phase (you'll have sudo rights) and at the final package selection phase, choose only "standard system utilities".
Add this line to your apt sources:
deb https://pkg.bunsenlabs.org/debian lithium main
Also make sure you add 'contrib' and 'non-free' to all the existing debian lines, something like:
deb https://deb.debian.org/debian buster main contrib non-free
...etc
Import the gpg key:
wget https://ddl.bunsenlabs.org/ddl/BunsenLabs-RELEASE.asc
sudo cp BunsenLabs-RELEASE.asc /etc/apt/trusted.gpg.d/
OR FOLLOW INSTRUCTIONS HERE:
https://www.bunsenlabs.org/repositories.html
Now you can get a Lithium clone by:
sudo apt-get update
sudo apt-get install --no-install-recommends bunsen-meta-all
-----------------------------------
Some necessary post-install tweaks, courtesy of hhh:
network
Since iwconfig sets up the internet connection during the installation, editing of /etc/network/interfaces is necessary after the BL desktop is installed to allow Network Manager to handle connections.
Comment out anything except for the first eight lines as so...
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug enp9s0
#iface enp9s0 inet dhcp
wireless
Since b43 drivers for Broadcom WiFi are not available in buster, you can download the packages from sid and install them with dpkg -i:
https://packages.debian.org/sid/all/fir … r/download
and
amd64: https://packages.debian.org/sid/amd64/b … r/download
i386: https://packages.debian.org/sid/i386/b4 … r/download
volume icon
pnmixer has a GUI update that hasn't been configured yet in our repo.
Fix the panel volume icon via right-click>Preferences>View>Icon Theme, select Use System Theme and click Apply.
-----------------------------------
Please report any bugs you find in the discussion thread if they are relatively simple, or in a new dedicated thread in that forum.
Thanks!
Last edited by johnraff (2020-06-14 01:18:55)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
Problem:
Unless you use the advanced installer & specify them or intervene manually contrib and non-free don't get set up in sources
This renders bunsen-meta-all uninstallable owing to uninstallable depends.
Aside: Does this mean bunsen-meta-all should live under contrib itself? Since it has depends on non-free?
Worth mentioning:
Don't set a password on the root account.
Last edited by Bearded_Blunder (2019-01-30 12:08:01)
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
Interesting
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
@johnraff, great job, thanks! I'll carve out some time time ASAP to set it up here, hopefully tonight.
-edit- Alpha 5 of the Debian Installer was released a few days ago, I'll use that non-free netinstall image. Note that the b43 Broadcom drivers are not included in these ISOs.
amd64
https://cdimage.debian.org/cdimage/unof … 64/iso-cd/
i386
https://cdimage.debian.org/cdimage/unof … 86/iso-cd/
-edit- I posted the torrent links but they're not available yet. ISO links now posted, and I'm downloading one!
Last edited by hhh (2019-01-30 17:04:34)
Offline
Problem:
Unless you use the advanced installer & specify them or intervene manually contrib and non-free don't get set up in sources
This renders bunsen-meta-all uninstallable owing to uninstallable depends.
.....
Installs OK in a qemu VM, with the above proviso.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
For feedback on installation and usage of this test repo, please use the Development thread here...
Offline
Yay Thanks for links and info guys, will try to set something up asap.
Edit; asap a little bit later. Installation in vbox on W10 host were very smooth. If all goes well I will be able to do an install to hd soon, possibly already next week. Will of course report back, if or when things get weird.
Last edited by dolly (2019-01-30 20:28:25)
A bit nerdy, trying to grow up.
Offline
@B_B & @hhh thanks - OP has been updated with your improvements.
I have split off B_B's second post, and my reply, to hhh's thread in development. Please post feedback not directly related to the OP (ie installation instructions) there. Thanks!
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
EDIT Some necessary post-install tweaks, courtesy of hhh:
Since iwconfig sets up the internet connection during the installation, editing of /etc/apt/interfaces was
Being on typo patrol surely that's.
/etc/netwotk/interfaces
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
Being on typo patrol surely that's.
/etc/netwotk/interfaces
But I got the message anyway. Done, and thanks!
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
Topic stickied.
Offline
wireless
Since b43 drivers for Broadcom WiFi are not available in buster, you can download the packages from sid and install them with dpkg -i...
Good news - firmware-b43-installer and firmware-b43legacy-installer are back in the Buster repos, so no hacking needed.
The latest bunsen-meta-all in Lithium-dev will bring them in.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
hey folks!
I am willing to test this and have just upgraded some 1600+ packages on my BL-install by switching from stretch to stable in the sources.list. Now i have set up the lithium repo in bunsen.list and am atempting to do a full-upgrade via apt. As it seems this would remove bunsen-openbox among others. is it save to do so, or will i break my system?
naik@GerryTSSD[bin]$ sudo apt update
OK:2 http://security.debian.org stable/updates InRelease
OK:3 http://ftp.de.debian.org/debian stable InRelease
OK:4 http://deb.debian.org/debian stretch-backports InRelease
Ign:5 http://dl.google.com/linux/earth/deb stable InRelease
OK:6 https://packages.cisofy.com/community/lynis/deb stable InRelease
OK:7 http://dl.google.com/linux/earth/deb stable Release
OK:1 http://eu.pkg.bunsenlabs.org/debian stretch-backports InRelease
Holen:8 https://kelaino.bunsenlabs.org/~johnraff/debian lithium InRelease [3.388 B]
OK:10 https://packages.riot.im/debian stretch InRelease
OK:11 http://repository.spotify.com stable InRelease
OK:12 http://ftp.de.debian.org/debian stable-updates InRelease
OK:9 https://liquorix.net/debian stretch InRelease
Holen:14 https://kelaino.bunsenlabs.org/~johnraff/debian lithium/main amd64 Packages [8.829 B]
Es wurden 12,2 kB in 1 s geholt (9.564 B/s).
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Aktualisierung für 326 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
naik@GerryTSSD[bin]$ sudo apt full-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
dleyna-server gir1.2-clutter-1.0 gir1.2-clutter-gst-3.0 gir1.2-cogl-1.0
gir1.2-coglpango-1.0 gir1.2-evince-3.0 gir1.2-gst-plugins-base-1.0
gir1.2-gtkclutter-1.0 gir1.2-gtksource-3.0 gir1.2-json-1.0 gnome-sushi
gnome-user-guide libapparmor-perl libart-2.0-2 libass5 libavdevice57
libavfilter6 libavresample3 libboost-atomic1.62.0 libboost-chrono1.62.0
libboost-date-time1.62.0 libboost-filesystem1.62.0 libboost-iostreams1.62.0
libboost-locale1.62.0 libboost-regex1.62.0 libboost-system1.62.0
libboost-thread1.62.0 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcfitsio5
libcue2 libdleyna-connector-dbus-1.0-1 libdleyna-core-1.0-3 libebur128-1
libexempi3 libexempi8 libgail-3-0 libgegl-0.3-0 libgjs0g libgles2-mesa
libglew2.0 libgltf-0.0-0v5 libgnome-autoar-0-0 libgnome-desktop-3-12
libgsf-1-114 libgsf-1-common libgtksourceview-3.0-1 libgtksourceview-3.0-common
libgweather-3-6 libhunspell-1.4-0 libilmbase12 libindi1 libiptcdata0
libjemalloc1 liblivemedia57 libmagick++-6.q16-7 libmagickcore-6.q16-3
libmagickcore-6.q16-3-extra libmagickwand-6.q16-3 libminiupnpc10 libmozjs-24-0
libmozjs-60-0 libmusicbrainz5-2 libmusicbrainz5cc2v5 libnfs8
libopencv-calib3d2.4v5 libopencv-core2.4v5 libopencv-features2d2.4v5
libopencv-flann2.4v5 libopencv-highgui2.4-deb0 libopencv-imgproc2.4v5
libopencv-objdetect2.4v5 libopencv-video2.4v5 libopenexr22 libopenimageio1.6
libopenvdb3.2 liborcus-0.11-0 libosinfo-1.0-0 libperl5.24 libpoppler64
libpostproc54 libprotobuf-lite10 libpython3.5 libpython3.5-dev
libpython3.5-minimal libpython3.5-stdlib libqpdf17 libraw15 libreoffice-ogltrans
libreoffice-pdfimport libsdl-net1.2 libsmpeg0 libsndio6.1 libsrtp0 libswscale4
libtelepathy-glib0 libtracker-control-2.0-0 libtracker-miner-2.0-0
libtracker-sparql-1.0-0 libtracker-sparql-2.0-0 libupnp6 libva-wayland1
libwayland-egl1-mesa libwcs5 nautilus nautilus-data osinfo-db python-configobj
python-dateutil python-fasteners python-gflags python-googleapi python-httplib2
python-monotonic python-oauth2client python-parsedatetime python-ply
python-psutil python-pyasn1-modules python-rsa python-simplejson python-tz
python-uritemplate python-vobject python3.5 python3.5-dev python3.5-minimal qpdf
tracker tracker-extract tracker-miner-fs ttf-wqy-zenhei
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
Die folgenden Pakete werden ENTFERNT:
bunsen-meta-libreoffice bunsen-openbox childsplay-alphabet-sounds-ca gtkorphan
libclamav7 libclamunrar7 libcupscgi1 libcupsmime1 libcupsppdc1 libcurl3 libgjs0e
libgnustep-base1.24 libgsl2 libgtk2-gladexml-perl libllvm3.8 libllvm3.9
libreoffice-style-galaxy libreoffice-systray libsensors4 libthunarx-2-0
python-astrometry python-astropy
Die folgenden NEUEN Pakete werden installiert:
bubblewrap bunsen-papirus-icon-theme chafa cups-ipp-utils dc dwz
firebird3.0-common firebird3.0-common-doc firebird3.0-server-core
firebird3.0-utils fonts-liberation2 foomatic-db-compressed-ppds g++-8 gdal-data
gir1.2-ayatanaappindicator3-0.1 gnome-settings-daemon-common
gnustep-base-runtime gstreamer1.0-gl gstreamer1.0-gtk3 guile-2.0-libs jgmenu
libaec0 libappstream4 libaribb24-0 libarmadillo9 libarpack2 libass9
libasync-mergepoint-perl libavdevice58 libavfilter7 libavformat58
libb-hooks-op-check-perl libblkid-dev libbluray2 libboost-atomic1.67.0
libboost-chrono1.67.0 libboost-filesystem1.67.0 libboost-locale1.67.0
libboost-regex1.67.0 libboost-thread1.67.0 libbrotli1 libcapture-tiny-perl
libcdio-cdda2 libcdio-paranoia2 libcdio18 libchafa0 libcharls2 libcurl4 libdap25
libdapclient6v5 libdapserver7v5 libdcmtk14 libdevel-callchecker-perl
libdigest-bubblebabble-perl libdynaloader-functions-perl libepsilon1
libepubgen-0.1-1 libfbclient2 libfreexl1 libfribidi-dev libfuture-perl libfyba0
libgdal20 libgdcm2.8 libgegl-0.4-0 libgegl-common libgeos-3.7.1 libgeos-c1v5
libgeotiff2 libgjs0g libglib2.0-dev-bin libgnome-desktop-3-17
libgnustep-base1.26 libgraphene-1.0-0 libgsl23 libgslcblas0 libgspell-1-1
libgspell-1-common libgstreamer-gl1.0-0 libgtop-2.0-11 libgupnp-igd-1.0-4
libgweather-3-15 libhdf4-0-alt libhdf5-103 libheif1 libib-util libio-async-perl
libixml10 libjemalloc2 libkf5notifyconfig-data libkf5notifyconfig5 libkmlbase1
libkmlconvenience1 libkmldom1 libkmlengine1 libkmlregionator1 libkmlxsd1
liblcms2-utils liblivemedia64 libmagick++-6.q16-8 libmagickcore-6.q16-6
libmagickcore-6.q16-6-extra libmagickwand-6.q16-6 libmariadb3 libminiupnpc17
libminizip1 libmount-dev libmozjs-60-0 libmypaint-1.3-0 libmypaint-common
libmysofa0 libnet-dns-sec-perl libnet-libidn-perl libnetcdf13 libnfs12 libnice10
libnumbertext-1.0-0 libnumbertext-data libodbc1 libogdi3.2 libopencv-core3.2
libopencv-imgcodecs3.2 libopencv-imgproc3.2 libopencv-videoio3.2 libopenexr23
libopenimageio2.0 libopenvdb5.2 liborcus-0.14-0 libperl5.28 libplacebo7
libpostproc55 libproj13 libprotobuf-lite17 libpython2-dbg libpython2-dev
libpython2-stdlib libpython3.7 libpython3.7-dev libpython3.7-minimal
libpython3.7-stdlib libqhull7 libqt5keychain1 libqt5websockets5 libqxp-0.0-0
libraw19 libreoffice-sdbc-firebird libreoffice-style-colibre
libreoffice-style-elementary librhash0 libsdl2-image-2.0-0 libsdl2-mixer-2.0-0
libsdl2-net-2.0-0 libsdl2-ttf-2.0-0 libselinux1-dev libsensors-config
libsensors5 libsepol1-dev libsereal-decoder-perl libsereal-encoder-perl
libsereal-perl libsocket++1 libspatialaudio0 libspatialite7 libsrtp2-1
libstaroffice-0.0-0 libstdc++-8-dev libstruct-dumb-perl libsuperlu5 libswscale5
libsynctex2 libsz2 libtest-fatal-perl libtest-refcount-perl libtommath1
libturbojpeg0 libunwind8 libupnp13 liburiparser1 libva-wayland2 libvidstab1.1
libwcs6 libwoff1 libxerces-c3.2 libxmlsec1 libxmlsec1-nss libzmf-0.0-0
mariadb-common mscompress mysql-common odbcinst odbcinst1debian2 pango1.0-tools
papirus-icon-theme perl-modules-5.28 printer-driver-all printer-driver-brlaser
printer-driver-c2050 printer-driver-c2esp printer-driver-cjet
printer-driver-dymo printer-driver-escpr printer-driver-foo2zjs
printer-driver-foo2zjs-common printer-driver-fujixerox printer-driver-m2300w
printer-driver-min12xxw printer-driver-pnm2ppa printer-driver-ptouch
printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix proj-bin
proj-data python-uritools python2 python2-dbg python2-dev python2-minimal
python3-astrometry python3-astropy python3-atomicwrites python3-attr
python3-configobj python3-dateutil python3-decorator python3-distro
python3-distutils python3-evdev python3-exif python3-fasteners python3-future
python3-googleapi python3-httplib2 python3-lib2to3 python3-monotonic
python3-more-itertools python3-numpy python3-oauth2client python3-olefile
python3-parsedatetime python3-pluggy python3-ply python3-psutil python3-py
python3-pyasn1 python3-pyasn1-modules python3-pytest python3-pytest-arraydiff
python3-pytest-astropy python3-pytest-doctestplus python3-pytest-openfiles
python3-pytest-remotedata python3-pyudev python3-rsa python3-scipy
python3-sqlalchemy python3-sqlalchemy-ext python3-tz python3-uritemplate
python3-vobject python3.7 python3.7-dev python3.7-minimal
qml-module-qtquick-controls qml-module-qtquick-layouts tcl tix tk xbindkeys
xbindkeys-config yudit-common
Die folgenden Pakete werden aktualisiert (Upgrade):
apparmor-utils astrometry.net blender blender-data build-essential bunsen-common
bunsen-configs bunsen-configs-pulse bunsen-conky bunsen-docs bunsen-exit
bunsen-faenza-icon-theme bunsen-fortune bunsen-images bunsen-keyring
bunsen-meta-printer-support bunsen-os-release bunsen-paper-icon-theme
bunsen-pipemenus bunsen-python-apt-template bunsen-themes bunsen-thunar
bunsen-utilities cheese cheese-common childsplay clamav cmake cmake-data cups
cups-client cups-core-drivers cups-daemon cups-filters cups-filters-core-drivers
curl dconf-gsettings-backend dconf-service debhelper dpkg-dev evince
evince-common feh firefox-esr g++ galternatives gcalcli gimp gimp-data
gir1.2-atk-1.0 gir1.2-evince-3.0 gir1.2-freedesktop gir1.2-glib-2.0
gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtk-3.0
gir1.2-javascriptcoregtk-4.0 gir1.2-packagekitglib-1.0 gir1.2-pango-1.0
gir1.2-webkit2-4.0 glib-networking glib-networking-common
glib-networking-services gnome-control-center gnome-control-center-data
gnome-online-accounts gnome-settings-daemon gnome-sushi gnustep-base-common
gparted gsmartcontrol gstreamer1.0-libav gstreamer1.0-plugins-bad
gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly
gstreamer1.0-pulseaudio gstreamer1.0-x gtk-update-icon-cache gvfs gvfs-backends
gvfs-common gvfs-daemons gvfs-fuse gvfs-libs hedgewars hplip hplip-data
imagemagick-6.q16 indi-bin inkscape kstars kstars-data libalgorithm-diff-xs-perl
libapparmor-perl libapt-pkg-perl libastrometry0 libatk-adaptor
libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatk1.0-dev libatkmm-1.6-1v5
libcairo-perl libcheese-gtk25 libcheese8 libclass-xsaccessor-perl libclone-perl
libcommon-sense-perl libcups2 libcupsimage2 libdconf1 libdpkg-perl
libevdocument3-4 libevview3-3 libfcgi-perl libfile-fcntllock-perl
libfile-fnmatch-perl libgail-3-0 libgimp2.0 libgirepository-1.0-1
libgl1-mesa-dri libglib-perl libglib2.0-0 libglib2.0-bin libglib2.0-dev
libglibmm-2.4-1v5 libgoa-1.0-0b libgoa-1.0-common libgoa-backend-1.0-1
libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0
libgtk-3-0 libgtk2-perl libgtkmm-2.4-1v5 libgtkmm-3.0-1v5 libhpmud0
libhtml-parser-perl libimage-magick-q16-perl libindi-plugins
libindialignmentdriver1 libinput-tools libinput10 libio-pty-perl
libio-socket-ssl-perl libjavascriptcoregtk-4.0-18 libjson-xs-perl
liblist-moreutils-perl liblocale-gettext-perl libnautilus-extension1a
libnet-dns-perl libnet-ssleay-perl libopenjfx-jni libopenmpt-modplug1
libopenmpt0 libossp-uuid-perl libpackage-stash-xs-perl libpackagekit-glib2-18
libpango-1.0-0 libpango-perl libpango1.0-0 libpango1.0-dev libpangocairo-1.0-0
libpangoft2-1.0-0 libpangomm-1.4-1v5 libpangoxft-1.0-0 libparams-classify-perl
libparams-util-perl libparams-validate-perl libperlio-gzip-perl libpython-dbg
libpython-dev libpython-stdlib libpython2.7 libpython2.7-dbg libpython2.7-dev
libpython2.7-minimal libpython2.7-stdlib libpython3-dev libpython3-stdlib
libreoffice libreoffice-avmedia-backend-gstreamer libreoffice-base
libreoffice-base-core libreoffice-base-drivers libreoffice-calc
libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome
libreoffice-gtk2 libreoffice-gtk3 libreoffice-impress libreoffice-java-common
libreoffice-math libreoffice-ogltrans libreoffice-pdfimport
libreoffice-report-builder libreoffice-report-builder-bin
libreoffice-script-provider-bsh libreoffice-script-provider-js
libreoffice-script-provider-python libreoffice-sdbc-hsqldb
libreoffice-sdbc-postgresql libreoffice-style-tango libreoffice-writer
libsane-hpaio libscalar-list-utils-perl libsnmp30 libsocket6-perl
libsort-key-perl libstdc++6 libsub-identify-perl libsub-name-perl libtbb2
libtext-charwidth-perl libtext-csv-xs-perl libtext-hunspell-perl
libtext-iconv-perl libunicode-utf8-perl libvariable-magic-perl libvlc-bin
libvlc5 libwebkit2gtk-4.0-37 libxml-libxml-perl libxml-parser-perl
libyaml-libyaml-perl libyelp0 lintian lm-sensors nautilus nautilus-data neofetch
nitrogen onboard onboard-common onboard-data openbox openjdk-11-jdk
openjdk-11-jdk-headless openjdk-11-jre openjdk-11-jre-headless packagekit
packagekit-tools paper-icon-theme pavucontrol perl perl-base
printer-driver-hpcups printer-driver-hpijs printer-driver-postscript-hp python
python-dbg python-dev python-glade2 python-gtk2 python-minimal python-numpy
python-pip-whl python-pygame python2.7 python2.7-dbg python2.7-dev
python2.7-minimal python3 python3-apparmor python3-apt python3-cairo
python3-cffi-backend python3-cracklib python3-crypto python3-cups python3-dbus
python3-dev python3-gi python3-gi-cairo python3-gpg python3-hunspell
python3-libapparmor python3-lxml python3-minimal python3-pil python3-pip
python3-pkg-resources python3-renderpm python3-reportlab python3-reportlab-accel
python3-setuptools python3-smbc python3-uno riot-web simplescreenrecorder
sysstat terminator texinfo thunar thunar-data transmission-common
transmission-gtk unar uno-libs3 ure vlc vlc-bin vlc-data vlc-l10n
vlc-plugin-base vlc-plugin-qt vlc-plugin-video-output xpra xserver-xorg-core
xserver-xorg-input-libinput xserver-xorg-video-amdgpu xserver-xorg-video-ati
xserver-xorg-video-dummy xserver-xorg-video-fbdev xserver-xorg-video-intel
xserver-xorg-video-nouveau xserver-xorg-video-qxl xserver-xorg-video-radeon
xserver-xorg-video-vesa xserver-xorg-video-vmware yelp
324 aktualisiert, 271 neu installiert, 22 zu entfernen und 0 nicht aktualisiert.
Es müssen 1.057 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 791 MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n]
naik --greetz
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen on GitHub
Offline
apt-cache show bunsen-openbox
Package: bunsen-openbox
...
...
Description: Modify the behaviour of Openbox for BunsenLabs
This package modifies the behaviour of the Openbox window manager
for use with BunsenLabs.
.
At present the following actions are performed:
- Inhibit the setting of a background colour, described in
Debian bug #843231 (fixed in Openbox 3.6.1-5).
It seems that it is no longer needed.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Ok, i did it!
It went smooth all the way and after restart i was very pleased with the outcome.
The only thing that bothered me was that jgmenu would not sync with the OB theme.
but since there are some more steps to go for me to become acquainted to jgmenu and there are some things i need to introduce into the new bl-rc.xml for openbox, I just replaced it with my old rc.xml for now and have my menu and stuff back and can start learning and tweaking... very nice!
I think I like lithium!
naik --greetz
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen on GitHub
Offline
Ok, i did it!
It went smooth all the way and after restart i was very pleased with the outcome.
The only thing that bothered me was that jgmenu would not sync with the OB theme.
but since there are some more steps to go for me to become acquainted to jgmenu and there are some things i need to introduce into the new bl-rc.xml for openbox, I just replaced it with my old rc.xml for now and have my menu and stuff back and can start learning and tweaking... very nice!I think I like lithium!
naik --greetz
Nice, I may try this soon. I am sure malm is working on theming support for jgmenu as well.
Last edited by DeepDayze (2019-07-15 03:13:09)
Real Men Use Linux
Offline
The jgmenu theming issue is because the new config uses a custom openbox bl-rc.xml. An upgraded jgmenu - coming soon - will make the "sync theme" menu item work again.
Last edited by johnraff (2019-07-15 04:05:26)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
I ran into another issue, I posted here. Apparently there is an issue with bunsen-os-release which i opend an issue on github for. Don't want to be nagging there, just wanted to share my finding..
naik --greetz
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen on GitHub
Offline
We're aware of this, it's just not a priority yet. You can get neofetch to show bunsenLabs if you remove lsb-release, the current bunsen-os-release was built incorrectly, IIRC.
Offline
@Naik many thanks for your careful checking!
This kind of detailed bug reporting is really appreciated.
It's true that we noticed the Lithium bunsen-os-release issue (changes from stretch to buster) a while ago, but it had been laid aside... It will have to be fixed before the Lithium release though, because it affects how the distribution is presented in the grub menu.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
@Naik many thanks for your careful checking!
This kind of detailed bug reporting is really appreciated.
You'r welcome!
It's true that we noticed the Lithium bunsen-os-release issue (changes from stretch to buster) a while ago, but it had been laid aside... It will have to be fixed before the Lithium release though, because it affects how the distribution is presented in the grub menu.
Don't hesitate. It is all good for now and the simple fact that some of us (well, me) are a little impatient, shouldn't bother you all.
naik --greetz
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen on GitHub
Offline
Will it be possible to upgrade form Helium to Lithium? I see there is still no official ISO for Debian10 and I'm at the brink of reinstalling Bunsenlabs. I don't like the fact that it will be an old version of Debian though, so I'm thinking of waiting a little while untill the new version comes out. OR, I could reinstall Helium and upgrade afterwards, if that is possible.
Offline
Will it be possible to upgrade form Helium to Lithium? I see there is still no official ISO for Debian10 and I'm at the brink of reinstalling Bunsenlabs. I don't like the fact that it will be an old version of Debian though, so I'm thinking of waiting a little while untill the new version comes out. OR, I could reinstall Helium and upgrade afterwards, if that is possible.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Will it be possible to upgrade form Helium to Lithium? I see there is still no official ISO for Debian10 and I'm at the brink of reinstalling Bunsenlabs. I don't like the fact that it will be an old version of Debian though, so I'm thinking of waiting a little while untill the new version comes out. OR, I could reinstall Helium and upgrade afterwards, if that is possible.
As stated erlier, I did so.
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen on GitHub
Offline
Also: BL-helium to BL-lithium (forum post on BL forum).
Last edited by iMBeCil (2019-07-21 18:08:58)
Postpone all your duties; if you die, you won't have to do them ..
Offline