Carl
the pid is saved in wmpid
Carl
after execute scripts, it waits while the pid exist
Carl
when the wm pid is dead, it go on executing orders
Pouria
Thanks man.
Carl
you can save all pids in a file, and then kill all those pids .... or use pkill to kill them all if they are launched by only one ... it depends the scripts you made ... you can play with this
Carl
np
Pouria
I did it. Content of ~/.xinitrc is: #!/bin/sh eval spectrwm & WMPID=$! wait $WMPID kill/pkill ..... and worked.
Pouria
Thanks guys.
Carl
Neruq
Does anyone know in which file the language variable LC_ALL=xx_XX.UTF-8 is set to have an effect on the whole system including the graphical xorg?
Pouria
me:\ :charset=UTF-8:\ :lang=en_US.UTF-8:\ :setenv=LC_ALL=en_US.UTF-8:
Neruq
You are using tcsh/csh? If yes write it to ~/.login_conf.
When slim is installed in this case for the graphical environment it has no effect, the system continues to display in its default english language, the standard shell is sh
ɴꙩᴍᴀᴅ
When slim is installed in this case for the graphical environment it has no effect, the system continues to display in its default english language, the standard shell is sh
https://docs.freebsd.org/en/books/handbook/l10n/#using-localization I also have it inside .login_conf but maybe you need some specific workaround for your case. The handbook also talks about setting it at .xinitrc or .profile
Vicen
I have already tested the handbook, in the same handbook it says that it is a bit complicated to set the system to the desired language.
i don't know aboit it sorry but.. .just brainstorming but: what about your terminal config is getting overrided in some place inside X or whatever
ɴꙩᴍᴀᴅ
I have already tested the handbook, in the same handbook it says that it is a bit complicated to set the system to the desired language.
https://forums.freebsd.org/threads/how-to-configure-slim.48747/ Here's a guy setting up Slim and exporting LC_ALL inside .xinitrc. It may do the trick
Neruq
https://forums.freebsd.org/threads/how-to-configure-slim.48747/ Here's a guy setting up Slim and exporting LC_ALL inside .xinitrc. It may do the trick
This link shows the system with graphical environment and desired language with slim, but it seems that the server is not available. http://www.freebsdworld.gr/files/install10-us.pdf
Neruq
When we use slim the ~/.xinitrc runs again?
It is understood that slim is for desktop graphics, and therefore will enter directly to the user login, to fill in the user and password that immediately enters the desktop environment.
ɴꙩᴍᴀᴅ
When we use slim the ~/.xinitrc runs again?
I guess it's meant to run again each time you launch an X11 session
ɴꙩᴍᴀᴅ
What is subject of this book?
I think it installs FreeBSD step by step, Len shared the link, but server is dead so I went to the time machine and rescued the pdf, just in case hehe
Neruq
I think it installs FreeBSD step by step, Len shared the link, but server is dead so I went to the time machine and rescued the pdf, just in case hehe
For example from this guide server, it does not work the sublinks like: http://www.freebsdworld.gr/files/dotfiles-us.zip http://www.freebsdworld.gr/files/shutdown.pkla http://www.freebsdworld.gr/files/keyboard.fdi http://www.freebsdworld.gr/files/xinitrc-us.zip
ɴꙩᴍᴀᴅ
For example from this guide server, it does not work the sublinks like: http://www.freebsdworld.gr/files/dotfiles-us.zip http://www.freebsdworld.gr/files/shutdown.pkla http://www.freebsdworld.gr/files/keyboard.fdi http://www.freebsdworld.gr/files/xinitrc-us.zip
Yeah, server seems down at the base. You can however, try the Internet time machine to get cached snapshots of the url. https://web.archive.org/ Just paste the link you want to look at, and the feed will show you the last dates with cached data. Click on the selected date and inspect the site (: https://web.archive.org/web/20180808161720/http://freebsdworld.gr/
Neruq
All these sub links gave for a software with slim and perfect desired language.
ɴꙩᴍᴀᴅ
All these sub links gave for a software with slim and perfect desired language.
I edited the previous message with the last working cached file. Maybe you can find something useful there
Neruq
I edited the previous message with the last working cached file. Maybe you can find something useful there
Can you help with downloading the packages from those sub links and passing them around for saving and future use for customization and system configuration?
ɴꙩᴍᴀᴅ
Can you help with downloading the packages from those sub links and passing them around for saving and future use for customization and system configuration?
I'm afraid the wayback machine doesn't have all the cached zips from what I'm seeing. The available ones are listed here: https://web.archive.org/web/*/http://www.freebsdworld.gr/files/*
ɴꙩᴍᴀᴅ
There are none 😐
I'm afraid we cannot get more if cached hasn't got it ):
Neruq
I'm afraid we cannot get more if cached hasn't got it ):
In another link, what I do not understand, is how do you manage to put the system in the language with all the variables including LC_ALL=xx_XX.UTF-8. I remove the first default entry from the /etc/login.conf file? And I replace it with your comments and coin region? https://cooltrainer.org/a-freebsd-desktop-howto/#utf-8
ɴꙩᴍᴀᴅ
The one that @Dark_Rail shared is a bit more complete tho, but basically what you said, remove the defaults and change them with your desired region and language
ɴꙩᴍᴀᴅ
These lines may do the trick for Slim
Fred
what is vhdx? I will do a google lookup, also.
Fred
https://www.systola.com/blog/14.01.2015/VhdTool-Is-Dead-Long-Live-VhdxTool/
Null
Running Widevine enabled Browsers in FreeBSD It's well known that FreeBSD powers Netflix at its core, but when it comes to enjoying its shows inside a FreeBSD desktop turns out we cannot, or do we? — Thanks to our community member patovm04, we have a deep guide explaining step by step how to run a jail with a Linux version of a Chromium based web browser such as Chrome, Brave or Vivaldi. https://forums.freebsd.org/threads/linuxulator-how-to-run-google-chrome-linux-binary-on-freebsd.77559/ — Thanks to mrclksr, we have an automated shell script that takes all the knowledge above and do all the hard work for you, so it's just a matter of executing it and taking some popcorn out from the microwave (: https://github.com/mrclksr/linux-browser-installer This should let you enjoy any Widevine protected content over the net inside your FreeBSD desktop.
Stavros
Anonymous
The Uncle
Firefox 89 Brings Much-Needed Refreshed Look with Faster Browsing Experience https://www.debugpoint.com/2021/06/firefox-89-features/
Eliab/Andi
+1
Vicen
Pouria
Has anyone here installed protonvpn ? I installed protonvpn-cli but it does not work.
Pouria
i got an error about ipv6. IDK what should i do.
Eliab/Andi
+1
Andriy
How to manually disable IPv6 on Linux - ProtonVPN Support https://protonvpn.com/support/disable-ipv6-protocol-linux/
Andriy
i got an error about ipv6. IDK what should i do.
Disable ipv6, or use strongswan or openvpn client
Pouria
Disable ipv6, or use strongswan or openvpn client
How can i use strongswan or openvpn client?
Pouria
I mean what should i run.
Pouria
$ openvpn file_protonvpn.ovpn ?
Andriy
How can i use strongswan or openvpn client?
There are mans for that on protonvpn site, in general: login to your protonvpn user panel and there you can get configs.
Andriy
Maybe you forgot to add user credentials to config or something like that.
Andriy
How to download ProtonVPN OpenVPN configuration files - ProtonVPN Support https://protonvpn.com/support/vpn-config-download/
Andriy
Any errors while connecting?
Pouria
Any errors while connecting?
Yes. But i forgot it.
Pouria
I will test it again.
Pouria
Thanks.
Null
Enabling TOR in FreeBSD Tired of limited free VPN providers or monthly payments to a company that says "it's not saving logs" but you never get to know if that's true at all? We have a solution for that. Tor may not be completely secure and someone may manage to set some compromised tunnel exit, but the project stills being cool, and free. In this video, Robonuggie guides us into the process of setting it up inside FreeBSD. Robonuggie channel: https://www.youtube.com/channel/UCxwcmRAmBRzZMNS37dCgmHA
ɴꙩᴍᴀᴅ
Hello and welcome @kueppo !
Kueppo
thanks :), you probably know me right?
ɴꙩᴍᴀᴅ
thanks :), you probably know me right?
Yeah (: from our little Unixworks chat, glad to see you around here too hehe
Kueppo
btw is there a perl telegram channel?
ɴꙩᴍᴀᴅ
btw is there a perl telegram channel?
Hmm I would say, ask Marco too. He knows a lot of Telegram groups
Kueppo
okay :)