
lego12239
Members-
Content Count
16 -
Joined
-
Last visited
-
Days Won
2
lego12239 last won the day on February 8 2019
lego12239 had the most liked content!
About lego12239
-
Rank
Member
Personal
-
Location
Russia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Please, show the output of lspci.
-
Wow. Didn't know about this :-D. I always use /boot/... in grub.cfg .
-
What does it mean? What error message or what behaviour do you see? Do you really have kernel and initramfs in the fs root(instead of /boot)?
-
Funtoo Minimal Stage3 is nearly twice as large as Gentoo's
lego12239 replied to yxprogramming's question in Installation Help
Unpack funtoo stage3, remove kernel with all kernel modules and pack it again. And you will get as small stage3 as gentoo has :-D. -
May be we can remove firefox*.sh files, but there is wayland support, IIUC. I don't use wayland, thus i just stayed they intact.
-
-
Hi, all. Please, test firefox 78 ebuild - https://bugs.funtoo.org/browse/FL-7678 Steps(as root): 1. download firefox.ebuild.txz 2. [as root] cd /var/git/meta-repo/kits/browser-kit/www-client/firefox; unxz -c ~/firefox.ebuild.txz | tar -x 3. emerge -a =firefox-78.4.1 NOTES: - I had not working mouse wheel scrolling; to fix this i place in my browser start script "export MOZ_USE_XINPUT2=0" before firefox start line; - I had not working http basic auth until i disabled "Browsec VPN - Free VPN for Firefox" addon. firefox.ebuild.txz
-
Another one issue may be. In src_install() we have But we specify EPREFIX in src_configure() for "configure --prefix". IIUC, in this case we should use $D with emake.
-
Found answer here - https://www.funtoo.org/Portage_Variables : The same for EROOT.
-
I use custom scripts: https://bugs.funtoo.org/browse/FL-6305
-
lego12239 started following General Help, Server Help, Desktop Help and 2 others
-
Add the next line into a config(.schism/config) in the [Audio] section: driver=alsa:default or use the command line option: -a alsa:default
-
The problem: - no sound when playing a music - show error on a file loading: "Couldn't open audio device: Device or resource busy"
-
* www-client/firefox Latest version available: 72.0.2 Latest version installed: 72.0.2 Size of files: 309,071 KiB Homepage: https://www.mozilla.com/firefox Description: Firefox Web Browser License: MPL-2.0 GPL-2 LGPL-2.1 * www-client/firefox-bin Latest version available: 78.0.2 Latest version installed: [ Not Installed ] Size of files: 69,826 KiB Homepage: https://www.mozilla.org/en-US/firefox/ Description: Firefox Web Browser License: MPL-2.0 GPL-2 LGPL-2.1 Oh. Really.
-
eyesee reacted to a post in a topic: acct-user/acct-group seems wrong
-
Hi, all. Looking at nginx-1.17.5 ebuild src_install(). Can't understand why ${EROOT} is used instead of ${EPREFIX}.
-
Hi, all. Can anybody explain why we need ${ED}? We already have ${D} and if somebody need, its value can be replaced with "${D}/${EPREFIX}" without entering ED. The same for EROOT vs ROOT.