To recover your old ProBoards account, you need to request password recovery on this forum using your display name (the one that is shown on your posts). You will then get an email, be sure to check your junk email folders. The email we have set up may have issues temporarily, we are working on changing it. If you have issues, please try again in a few hours.
Join the IRC at #frutiger-aero-archive on LiberaChat for any account-related inquiries.
If you have registered after the 7th of November or have never posted, you need to re-register.
github.com/fixpointer/libcef-transparency-linux I tried using all the commands in the make file. Not only am I getting error messages, but I don't know how to use the "make" command that I'm supposed to run.
lakes wrote:github.com/fixpointer/libcef-transparency-linuxI tried using all the commands in the make file.Not only am I getting error messages, but I don't know how to use the "make" command that I'm supposed to run.
I think you have to run:/yourusrdir/libcef-transparency-linux-master/ make to run the make file. If you're still experiencing issues, put in an issue request.
github.com/fixpointer/libcef-transparency-linux I tried using all the commands in the make file. Not only am I getting error messages, but I don't know how to use the "make" command that I'm supposed to run.I think you have to run:/yourusrdir/libcef-transparency-linux-master/ make to run the make file. If you're still experiencing issues, put in an issue request.
I think you have to run:/yourusrdir/libcef-transparency-linux-master/ make to run the make file. If you're still experiencing issues, put in an issue request. Btw I like eating stinky rotten cheeseFor some reason, that isn't working either.
you made sure that "yourusrdir" is where the files are, right?
you made sure that "yourusrdir" is where the files are, right?No. Maybe I'll try again and see if it works.
Yeah, whether you're on Linux or Windows (or Mac ig), whenever you're told to do anything regarding a filepath, read it incase there's placeholder folders that are supposed to be replaced with folders you have like C:\Users\[your Windows user] or /mnt/
AND there could be suspicious filepaths like the infamous "sudo rm -rf /" (DO NOT USE), where the '/' is everything. The Linux C:\ drive.
sudo rm -rf removes files as root, and removing / deletes everything.
Yeah, whether you're on Linux or Windows (or Mac ig), whenever you're told to do anything regarding a filepath, read it incase there's placeholder folders that are supposed to be replaced with folders you have like C:\Users\[your Windows user] or /mnt/
AND there could be suspicious filepaths like the infamous "sudo rm -rf /" (DO NOT USE), where the '/' is everything. The Linux C:\ drive.
sudo rm -rf removes files as root, and removing / deletes everything.
Thanks. I already knew about sudo rm -rf because I watch some tech youtubers sometimes.