Skip to content
Advertisement

Tag: archlinux

Cheking day of the month in lua

So I’ve been configuring my AwesomeWM theme on Linux and I came across this issue. Now I’m not an expert programmer of course so I thought I’d come here to ask for help. I’ve been trying to check if the day of the month is a number from 1 to 9, which will then change the padding of the focused

Failed to commit transaction (conflicting files) when updating packages on Manjaro [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

GCC not added to system path on pacman install

Issue When installing mingw on a fresh MSYS2 instance I run into the issue of gcc not found: Setup Fresh MSYS2 install on relatively clean windows 10 install: Diagnostics It appears that GCC is successfully installed into the directory /mingw64/bin Yet my path consists of As such gcc is not found. I have tried adding /mingw64/bin to the $PATH however

Stop some software from updating in Manjaro

I have a lot of software in Manjaro 20.0 that I don’t use in my day to day use such as GIMP and Thunderbird (and maybe more) but don’t really want to uninstall. Is there some way to temporarily freeze them by excluding them from updates as a lot of them can get really heavy. I’m looking at saving 200-300mb

How to make an alias for localhost that has a tld?

I was wondering how I would make an alias for localhost that has a tld. For example, foo.test wold connect to 127.0.0.1. I tried just adding a second line to /etc/hosts that also pointed to 127.0.0.1, but that didn’t seem to work. Although, I didn’t reboot, so that might be why. The end goal is to have it so that

How to add android studio into rofi menu in i3wm? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 5 years ago. Improve this question I have searched everywhere, from the documentation of the rofi to

First time using MySQLdb in Arch Linux (Manjaro) show error

it’s first time i using MySQLdb on python and i using Manjaro, when i tried to run my program. The error always show like : Many people suggest me to add file mysqld.sock ang yes i did it, but still error with the same error. And i get suggest to install mysql-client, python-mysql-connector, mysql-python, But still error. Answer According to

Advertisement