noone
-
Posts
23 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Posts posted by noone
-
-
I have set bidirectional clipboard sharing set up. However the setting does not work.
Slackware is VM Host
Funtoo is VM Guest.
This setup worked before.
The difference is that this time I have installed only VirtualBox Guest Additions in Funtoo. Previously, in addition to VirtualBox Guest Additions, I had installed in Funtoo Guest:
VirtualBox (for Host ), VirtualBox Modules (for host) and VirtualBox Guest Additions.
Do I need to install VirtualBox (for Host ), VirtualBox Modules (for host) in Funtoo?
My other VirtualBox Guests (linux distros, FBSD and OpenIndiana) require only VirtualBox Guest Additions for full VM host/guest interoperability.
Thank you.
-
O.k.
I am sorry. This was my mistake. All sorted out and working.
-
issuing
emerge --with-bdeps=y @world kde-plasma/plasma-meta
generates info about unmet requirements:
The ebuild selected to satisfy "sys-apps/busybox" has unmet requirements.
-sys-apps/busybox-1.26.2::core-kit USE="debug ipv6 livecd make-syslinks math mdev pam savedconfig sep-usr static syslog -selinux -systemd
when I add these to make.conf script still complains about selinux?
However, I don't want to install systemd, and it seems not possible to install busybox without systemd dependency
so how can I avoid systemd and fix selinux dependency requirements
Thank you for help.
-
Thank you.
Good to know.
-
Uhm may be that i had the same trouble ... so i'm using "gdm" as login manager".
I don't use gnome; I've installed xfce4-meta and kde-meta.
# emerge gdm
Then set in /etc/conf.d/xdm
DISPLAYMANAGER="gdm"
Then try to restart
Thank you for the suggestion.
I installed slim because it is small and without any particular dependencies so it should be safe in the future.
-
hello,
is there an app that will list dependencies for a package before installation? Similar to fquery excepta that fquery works on packages installed already.
thank you
-
problem solved.
Thank you Oleg
-
I switched to slim, but I wonder if getting back sddm is possible?
-
After convoluted KDE update I ended up with broken X:
ModemManager[1998]: <Info> Couldn't check support for device at ' sys/devices/pci000:00/0000:00:03.0': not supported by any plugin
which is Ethernet controller:
-
Download:
https://launchpad.net/ubuntu/+archive/primary/+files/krita_3.1.2.1.orig.tar.gz
mv krita_3.1.2.1.orig.tar.gz krita-3.1.2.1.tar.gz
Move krita-3.1.2.1.tar.gz to distfiles directory.
thank you,
moving to /var/git/meta-repo/kits/core-kit/distfiles/
does not help...
o.k. fixed
thank you again
...but got this error:
/tmp/portage/media-gfx/krita-3.1.2-r2/work/krita-3.1.2.1/libs/ui/KisResourceBundleManifest.cpp:25:29: fatal error: QForeachContainer: No such file or directory
compilation terminated.
-
Couldn't download 'krita-3.1.2.1.tar.gz'. Aborting.
* Fetch failed for 'media-gfx/krita-3.1.2-r2', Log file:
* '/tmp/portage/media-gfx/krita-3.1.2-r2/temp/build.log'
>>> Failed to emerge media-gfx/krita-3.1.2-r2,
hello,
Evidently krita is not available how can I fix this error?
Thank you
-
Hello,
I am not sure if this is right place (portage help subforum), so please free to move/remove my topic.
Today I run an update and I missed warning about locked broken screen.
Anway, at some point screen got locked with the message suggesting to login from another terminal and enter
loginctl unlock-sessions
however this is not recognized command (by consolekit).
Thankfully I have found a solution at gennto forums:
First, we have to determine which session is X11 session. To accomplish that, run
# ck-list-sessions
in any virtual terminal (e.g. using Ctrl+Alt+F2).
One of sessions should contain x11-display property set - that session is possibly corresponding to a locked one:
Session1:
...
x11-display = ':0'
Remember that session name ("Session1").
Now run the following command as root from the virtual terminal (below su is used to obtain root privileges)
# su -c 'dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Session1 org.freedesktop.ConsoleKit.Session.Unlock'
Where you should replace Session1 with your session name obtained at the previous step using ck-list-sessions.
After that you should be able to switch back to the running session (Ctrl+Alt+F7).this actually fixed problem with locked/broken screen.
Maybe funtoo advice regarding
loginctl unlock-sessions
should be removed if not working?
I don't know if any viable solution is possible but at least nobody will try to run invalid command.
Thank you
-
this was fast!
thank you
-
I've got the same problem. It's being caused by the softlink in /var/tmp/portage/dev-libs/libxml2-2.9.5 to the files directory which should exist at /var/git/meta-repo/kits/core-kit/dev-libs/libxml2/files.
/var/git/meta-repo/kits/core-kit/dev-libs/libxml2/files does not exist.
ok I will wait for fix
thank you,
-
Hello,
I was updating system today:
sudo ego sync && emerge -DNu world --with-bdeps=y
update failed at libxml2:
'/tmp/portage/dev-libs/libxml2-2.9.5/temp/build.log'
* Messages for package dev-libs/libxml2-2.9.5:
* ERROR: dev-libs/libxml2-2.9.5::core-kit failed (prepare phase):
* patch -p1 failed with /tmp/portage/dev-libs/libxml2-2.9.5/files/libxml2-2.7.1-catalog_path.patch
*
* Call stack:
* ebuild.sh, line 115: Called src_prepare
* environment, line 4824: Called eapply '/tmp/portage/dev-libs/libxml2-2.9.5/files/libxml2-2.7.1-catalog_path.patch'
* environment, line 1305: Called _eapply_patch '/tmp/portage/dev-libs/libxml2-2.9.5/files/libxml2-2.7.1-catalog_path.patch'
* environment, line 1243: Called __helpers_die 'patch -p1 failed with /tmp/portage/dev-libs/libxml2-2.9.5/files/libxml2-2.7.1-catalog_path.patch'
* isolated-functions.sh, line 117: Called die
* The specific snippet of code:
* die "$@"
*
* If you need support, post the output of `emerge --info '=dev-libs/libxml2-2.9.5::core-kit'`,
* the complete build log and the output of `emerge -pqv '=dev-libs/libxml2-2.9.5::core-kit'`.
* The complete build log is located at '/tmp/portage/dev-libs/libxml2-2.9.5/temp/build.log'.
* The ebuild environment file is located at '/tmp/portage/dev-libs/libxml2-2.9.5/temp/environment'.
* Working directory: '/tmp/portage/dev-libs/libxml2-2.9.5/work/libxml2-2.9.5'
* S: '/tmp/portage/dev-libs/libxml2-2.9.5/work/libxml2-2.9.5'How can I fix this?
Thank you
output of
emerge --info '=dev-libs/libxml2-2.9.5::core-kit'
Portage 2.3.8 (python 2.7.13-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-5.3.0, glibc-2.23-r4, 4.13.2-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-4.13.2-gentoo-x86_64-Intel-R-_Core-TM-_i7-4800MQ_CPU_@_2.70GHz-with-gentoo-2.2.1
KiB Mem: 13098684 total, 10839180 free
KiB Swap: 2097148 total, 2097148 free
sh bash 4.4_p12-r1
ld GNU ld (Gentoo 2.28 p1.2) 2.28
app-shells/bash: 4.4_p12-r1::core-kit
dev-lang/perl: 5.24.0-r2::gentoo
dev-lang/python: 2.7.13::gentoo, 3.4.6::gentoo
dev-util/cmake: 3.8.0::core-kit
sys-apps/baselayout: 2.2.1::gentoo
sys-apps/openrc: 0.23.2::gentoo
sys-apps/sandbox: 2.10-r4::core-kit
sys-devel/autoconf: 2.13::core-kit, 2.69-r2::gentoo
sys-devel/automake: 1.13.4-r1::gentoo, 1.14.1-r1::core-kit, 1.15-r2::gentoo
sys-devel/binutils: 2.28-r4::core-kit
sys-devel/gcc: 5.3.0-r1::gentoo
sys-devel/gcc-config: 1.8-r1::gentoo
sys-devel/libtool: 2.4.6-r4::core-kit
sys-devel/make: 4.1-r1::gentoo
sys-kernel/linux-headers: 4.9::gentoo (virtual/os-headers)
sys-libs/glibc: 2.23-r4::gentoo
Repositories:
nokit
location: /var/git/meta-repo/kits/nokit
masters: core-kit
priority: -500
core-hw-kit
location: /var/git/meta-repo/kits/core-hw-kit
masters: core-kit
priority: 1
core-kit
location: /var/git/meta-repo/kits/core-kit
priority: 1
aliases: gentoo
desktop-kit
location: /var/git/meta-repo/kits/desktop-kit
masters: core-kit
priority: 1
dev-kit
location: /var/git/meta-repo/kits/dev-kit
masters: core-kit
priority: 1
editors-kit
location: /var/git/meta-repo/kits/editors-kit
masters: core-kit
priority: 1
games-kit
location: /var/git/meta-repo/kits/games-kit
masters: core-kit
priority: 1
java-kit
location: /var/git/meta-repo/kits/java-kit
masters: core-kit
priority: 1
kde-kit
location: /var/git/meta-repo/kits/kde-kit
masters: core-kit
priority: 1
media-kit
location: /var/git/meta-repo/kits/media-kit
masters: core-kit
priority: 1
net-kit
location: /var/git/meta-repo/kits/net-kit
masters: core-kit
priority: 1
perl-kit
location: /var/git/meta-repo/kits/perl-kit
masters: core-kit
priority: 1
php-kit
location: /var/git/meta-repo/kits/php-kit
masters: core-kit
priority: 1
python-kit
location: /var/git/meta-repo/kits/python-kit
masters: core-kit
priority: 1
security-kit
location: /var/git/meta-repo/kits/security-kit
masters: core-kit
priority: 1
text-kit
location: /var/git/meta-repo/kits/text-kit
masters: core-kit
priority: 1
xorg-kit
location: /var/git/meta-repo/kits/xorg-kit
masters: core-kit
priority: 1
gnome-kit
location: /var/git/meta-repo/kits/gnome-kit
masters: core-kit
priority: 10
science-kit
location: /var/git/meta-repo/kits/science-kit
masters: core-kit
priority: 10
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=haswell -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=haswell -O2 -pipe"
DISTDIR="/var/git/meta-repo/kits/core-kit/distfiles"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=haswell -O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
INSTALL_MASK="/etc/systemd/ /usr/lib/systemd/ /lib/systemd/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
LINGUAS="en_US"
MAKEOPTS="-j5"
PKGDIR="/var/git/meta-repo/kits/core-kit/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_TMPDIR="/tmp"
USE="X a52 aac acl alsa amd64 apng berkdb bluray bzip2 cdda cddb cdio cdr consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr dvdread encode exif faac faad ffmpeg flac gdbm gif gpm ico iconv icu ieee1394 introspection ios ipod ipv6 jpeg jpeg2k kde kipi lame libass libguess libmpeg2 mad matroska mjpeg mmx modules mp3 mpeg mtp mudflap multilib ncurses nls nptl nsplugin ogg opengl openmp pam pcre pdf phonon plasma png policykit postproc pppd python qml qt5 quicktime readline resolvconf semantic-desktop sndfile sse sse2 ssl svg taglib tcpd theora tiff truetype twolame udev unicode v4l vorbis vpx wav wavpack webp widgets win32codecs wmf x264 x265 xattr xcomposite xinerama xml xscreensaver xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python3_4 python2_7" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby21 ruby22 ruby23 ruby24" USERLAND="GNU" VIDEO_CARDS="virtualbox" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
-
is wrong
# eselect kernel list then # eselect kernel set N
eselect kernel set N (Iwith N = the mumber associated at the kernel that you want to compile.
:)
For example you can change the "noauto" ....
this is my /etc/fstab ... just for a comparison
sandro@ci74771ht ~ $ cat /etc/fstab
# /etc/fstab: static file system information. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> /dev/sdb1 /boot ext4 noatime 1 2 /dev/sdb2 none swap sw 0 0 /dev/sdb3 / ext4 noatime 0 1 /dev/sdb5 /home ext4 noatime 1 2 /dev/sdb6 /mnt/Volume ntfs-3g defaults 0 0 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 shm /dev/shm tmpfs defaults 0 0 tmpfs /var/tmp/portage tmpfs gid=portage,uid=portage,mode=775,noatime 0 0
The last raw in /etc/fstab is for compile in RAM; but i've 16 GiB .... i don't know your Amount of memory :)
Ciao :)
Thank you for helping. Running portage in RAM is great idea (I do the same with CRUX compiling). I just did not know how much RAM I would need for portage. I run Funtoo as virtual guest and I can increase allowed RAM to 16GB.
-
/boot is not automatically mounted by default but was by genkernel,
will have to put mount point in fstab i think.
or do a manual mount when needed.
dave
I just did not pay attention to noauto option in fstab!
thank you,
p.s.
do you why eselect generates this error?
eselect list kernel
!!! Error: Can't load module list
-
So would a high-powered laptop CPU like a Core i5-7300 HQ or Core i7-7700HQ be better suited for the job? (High GHz, Quad Core). Where would I use -j, and what does it do?
If you can could you possibly reccomend a laptop good for Funtoo Linux that isn't over 2000 NZD (around 1500 USD) that would work well with KDE (if possible)
I run funtoo in virtualbox:
System: Host: ephemeral Kernel: 4.13.1-gentoo x86_64 bits: 64 Desktop: KDE Plasma 5.10.5
Distro: Funtoo Linux - baselayout 2.2.1
Machine: Device: virtualbox System: innotek product: VirtualBox v: 1.2 serial: N/A
Mobo: Oracle model: VirtualBox v: 1.2 serial: N/A BIOS: innotek v: VirtualBox date: 12/01/2006
Battery BAT0: charge: 50.0 Wh 100.0% condition: 50.0/50.0 Wh (100%)
CPU: Quad core Intel Core i7-4800MQ (-MCP-) cache: 6144 KB
clock speeds: max: 2693 MHz 1: 2693 MHz 2: 2693 MHz 3: 2693 MHz 4: 2693 MHz
Graphics: Card: InnoTek Systemberatung VirtualBox Graphics Adapter
Display Server: x11 (X.org 1.17.4 ) drivers: modesetting,vboxvideo tty size: 139x25
Audio: Card Intel 82801AA AC'97 Audio Controller driver: snd_intel8x0 Sound: ALSA v: k4.13.1-gentoo
Network: Card: Intel 82540EM Gigabit Ethernet Controller driver: e1000
IF: eth0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 36.7GB (40.9% used)
ID-1: /dev/sda model: VBOX_HARDDISK size: 36.7GB
Partition: ID-1: / size: 32G used: 13G (41%) fs: ext4 dev: /dev/sda3
ID-2: swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: None detected - is lm-sensors installed and configured?
Info: Processes: 156 Uptime: 26 min Memory: 905.1/12791.7MB Init: SysVinit rc: OpenRC runlevel: default
Client: Shell (bash) inxi: 2.3.37
it runs just fine without delays including system compilation with Plasma 5 (few hours) with less cpu power and RAM?/DISK? in comparison to your setup.
My virtualbox host laptop (that hosts Funtoo) runs:
Quad core Intel Core i7-4800MQ
2x SSD = 1.5TB
RAM: 32GB
this let me run virtual host (linux) and virtual gusets (Funtoo, CRUX, BSDs, Windows) without issues.
You do have better processor but you need enough RAM (not for just running guests but getting heavy tasks done (e.g in my case linux/BSD compilation, windows photo editing).
If you do not plan to run cpu/RAM/disk heavy tasks then you don't need to max out RAM/disk of course and just leave system compiling overnight.
edit: virtualbox
with virtualbox host running Plasma and Funtoo running Plasma and running firefox system uses 3.5GB RAM total.
In other words just running simple tasks under virtualbox does not require a lot of RAM. CPU is running at 1-2%.
-
hello,
my /boot
is empty and eselect list kernel is generating an error after installing gentoo-sources:
# emerge gentoo-sources
1. eselect list kernel
!!! Error: Can't load module list
2. eselect kernel set 2 (checked reflecting symlink linux -> linux-4.13.1-gentoo)
4. make xconfig5. cp /usr/src/linux/.config /usr/src/linux/config
6. make modules_prepare
7. genkernel --kernel-config=/usr/src/linux/config all
8. edit /boot/grub/grub.cfg
9. reboot & prayAfter installing new kernel I was able to edit /boot/grub/grub.cfg because /boot was populated. However after reboot /boot is empty.
Because Funtoo boots and boot menu reflects my changes then config files are hidden somewhere. However I would like to know where boot config files are located in the case of post boot changes that I would like to add. Unless there is another way of installing kernel and updating config files?
thank you
-
I've been searching around for this issue as the workaround I use in Xfce doesn't seem to work in Plamsa 5:
~/.icons/default/index.theme[icon theme] Inherits=theme-name
Anyone know how to force chrome to use custom mouse theme in Plasma 5?
I have the same problem: firefox not using Plasma mouse theme. Have you found a solution?
Thank you
-
this is fixed already, you need to update your portage tree.
thank you again, it worked nicely
-
Hello,
I received here great help with funtoo installation so I will try again:
installation of kde-apps-meta fails at media-plugins/kipi-plugins-5.3.0
Namely:
Couldn't download 'digikam-5.3.0.tar.xz'. Aborting
Is there anything that could be done? After searching a bit I have found that current digikam is at 5.6.0 so maybe this is an issue?
thank you
-
T
currently, you can fix this by applying the mask for mariadb-10.2
Thank you for the advice. This really helped. The installation went ~half through but stopped at missing digikam (2017-08-31 18:58:32 ERROR 404: Not Found.)
I guess I have to wait for servers update.
-
Hello,
I am trying to install kde-apps-meta however dependencies are not satisfied. It looks like akonadi requires older version of mariandb than the one installed:
[blocks B ] >=dev-db/mariadb-10.2 (">=dev-db/mariadb-10.2" is blocking kde-apps/akonadi-17.08.0)
Total: 213 packages (212 new, 1 reinstall), Size of downloads: 636,463 KiB
Conflict: 1 block (1 unsatisfied)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
(dev-db/mariadb-10.2.8:0/18::dev-kit, installed) pulled in by
=dev-db/mariadb-10.2*[embedded?,server,static?] (=dev-db/mariadb-10.2*[server]) required by (virtual/mysql-5.6-r9:0/18::nokit, installed)
dev-db/mariadb required by @selected
dev-db/mariadb:0/18[client-libs(+),static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] (dev-db/mariadb:0/18[client-libs(+),abi_x86_64(-)]) required by (virtual/libmysqlclient-18:0/18::nokit, installed)
(kde-apps/akonadi-17.08.0:5/5::kde-kit, ebuild scheduled for merge) pulled in by
>=kde-apps/akonadi-17.08.0:5 required by (kde-apps/akonadi-contacts-17.08.0:5/5::kde-kit, ebuild scheduled for merge)
>=kde-apps/akonadi-17.08.0:5 required by (kde-apps/kgpg-17.08.0:5/5::kde-kit, ebuild scheduled for merge)
>=kde-apps/akonadi-17.08.0:5 required by (kde-apps/akonadi-mime-17.08.0:5/5::kde-kit, ebuild scheduled for merge)
I have found this thread at gentoo but I am not sure (I am new to funtoo) how this solution applies to funtoo:
https://forums.gentoo.org/viewtopic-p-8110304.html?sid=f3ea59e3d29ccdcbfb639125d3489378
thank you

Firefox 57 and alsa
in General Discussion
Posted
Hello,
I like the fact that Funto's firefox 57 is using alsa instead of pulseaudio.
I would like to get rid of pulseaudio in other distros running firefox 57.
What should I add/remove from mozconfig (I read that old option that removed pulseaudio and enabled alsa is not working)?
Thank you