Re: [gentoo-user] Re: Dual Booting - selection from command line

2024-01-10 Thread Mark Knecht
On Wed, Jan 10, 2024 at 2:38 PM  wrote:
>
> On 1/9/24 19:22, Nikos Chantziaras wrote:
> > On 10/01/2024 02:18, the...@sys-concept.com wrote:
> >> I have a box that is two HD's and both are bootable; using "refind"
instead of grub.
> >> So the selection I choose at boot which drive to boot will be the
default (during reboot, from command line) until I select the second drive.
> >>
> >> The box will be installed in a remote location, so I have no option to
select which drive to boot from (unless I'm in front of the box).
> >> Is it possible to select which drive I want to "boot" from the command
line (reboot #2 etc)?
> >
> > Maybe this helps:
https://gist.github.com/Darkhogg/82a651f40f835196df3b1bd1362f5b8c
>
> Thank you for the link.

I have no experience with refind but for my UEFI systems I accomplish this
using efibootmgr and a simple batch file. The machine always boots Linux
by default but from within Linux I can tell it to reboot into Windows

mark@science2:~$ sudo efibootmgr
BootCurrent: 0003
Timeout: 1 seconds
BootOrder: 0003,
Boot* Windows Boot Manager
Boot0003* ubuntu


mark@science2:~$ cat bin/RebootWindows
sudo efibootmgr -n 
reboot
mark@science2:~$

HTH,
Mark


Re: [gentoo-user] Re: Dual Booting - selection from command line

2024-01-10 Thread thelma

On 1/9/24 19:22, Nikos Chantziaras wrote:

On 10/01/2024 02:18, the...@sys-concept.com wrote:

I have a box that is two HD's and both are bootable; using "refind" instead of 
grub.
So the selection I choose at boot which drive to boot will be the default 
(during reboot, from command line) until I select the second drive.

The box will be installed in a remote location, so I have no option to select 
which drive to boot from (unless I'm in front of the box).
Is it possible to select which drive I want to "boot" from the command line 
(reboot #2 etc)?


Maybe this helps: 
https://gist.github.com/Darkhogg/82a651f40f835196df3b1bd1362f5b8c


Thank you for the link.



[gentoo-user] google-chrome-120.0.6099.199 - keyboard and mouse are not working

2024-01-10 Thread thelma

I just installed google-chrome-stable (new installation) and keyboard and mouse 
are not working
with google-chrome.
Keyboard and mouse are working fine with all other applications including 
Firefox.

I tried wired and wireless keyboard and none of them respond with google-chrome

[I] www-client/google-chrome
 Installed versions:  120.0.6099.199^msd(07:10:51 AM 01/10/2024)(qt5 -qt6 -selinux 
L10N="-af -am -ar -bg -bn -ca -cs -da -de -el -en-GB -es -es-419 -et -fa -fi -fil 
-fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT 
-ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -ur -vi -zh-CN -zh-TW")
 
--

Thelma



Re: [gentoo-user] [SOLVED] Re: Google Chrome going nuts with L10N ?

2024-01-10 Thread stefan11111

On 2024-01-10 13:50, Walter Dnes wrote:

Thank you.  In package.use I entered...

www-client/google-chrome L10N: -*

...and it did the trick.  Actually, Pale Moon is my "daily driver"
browser.  I use Chrome for Netflix and the occasional braindead
Chrome-reliant website.


There are other ways of viewing movies that don't involve supporting
companies that give you a worsening experience at an increasing price.

--
Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-7400_CPU_@_3.00GHz

COMMON_FLAGS="-O3 -pipe -march=native -ftree-vectorize -ffast-math 
-funswitch-loops -fuse-linker-plugin -flto -fdevirtualize-at-ltrans 
-fno-plt -fno-semantic-interposition -fno-common -falign-functions=32 
-fgraphite-identity -floop-nest-optimize"


USE="-* git verify-sig rsync-verify man alsa X grub ssl ipv6 lto 
libressl olde-gentoo asm native-symlinks threads jit jumbo-build minimal 
strip system-man"


INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd 
/usr/lib/modules-load.d /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus 
/lib/udev /usr/share/icons /usr/share/applications 
/usr/share/gtk-3.0/emoji /usr/lib64/palemoon/gtk2"




[gentoo-user] Chrome asks for password to unlock keyring on startup

2024-01-10 Thread thelma

After installing Google Chrome, when I go to a login page, a window pops up asking to 
"Enter password for keyring 'default' to unlock".
Clicking  Cancel  starts the browser but keyboard is disable and mouse doesn't 
response either in the browser.

So the solution to delete:
rm ~/.local/share/keyrings/*

--
Thelma



[gentoo-user] [SOLVED] Re: Google Chrome going nuts with L10N ?

2024-01-10 Thread Walter Dnes
  Thank you.  In package.use I entered...

www-client/google-chrome L10N: -*

...and it did the trick.  Actually, Pale Moon is my "daily driver"
browser.  I use Chrome for Netflix and the occasional braindead
Chrome-reliant website.

-- 
Roses are red
Roses are blue
Depending on their velocity
Relative to you



Re: [gentoo-user] dependency conflict

2024-01-10 Thread thelma

On 1/9/24 23:44, Arve Barsnes wrote:

On Wed, 10 Jan 2024 at 03:36,  wrote:

The error messages indicate that there are conflicting versions and USE flags 
for these packages.
Any hint how to resolve it?


The messages say that python requires USE=berkdb on sys-libs/gdbm,
while hylafaxplus requires an older version of media-libs/tiff.

The first one you can fix yourself, while the other probably needs an
update of hylafaxplus that supports the newer versions.

Regards,
Arve


You are correct, thank you.
The first one was an error from my old setting, I had USE= -berkdb removing it 
solve the problem
Second hylafaxplus require  tiff less than 4.6.0 so masking 4.6 version solved 
the problem as well.