
gcc - What package provides -llua for g++? - Ask Ubuntu
I've installed all lua5.1 development packages from Synaptic and the g++ linker can not find -llua. I've read on some other question that it is possible that -llua has some other name and that I sh...
(please)conky rings doesn't work "Conky: llua_do_call: function …
I will start by saying that I configured a conky file and made it work, but when I added lua rings it ran without having to restart, but once I restarted the rings wouldn't start up, I got the error
doesn't work automation autostart command for conky
I added conky configuration to my autostart application. But this doesn't work after I restarted PC. Here is how looks configuration at setting manager: Here is content of .ConkyWizardLaunch fil...
12.04 - cannot find -lgcc_s - Ask Ubuntu
I am attempting to compile a program with g77 and I keep getting the following error: /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status I saw on another forum that this is relat...
Conky does not use instructed font with "can't load Xft font" error
conky: can't load Xft font 'Ubuntu:size=8,weight:normal' is the error message which appears in the terminal. use_xft yes is present in the Conky config file. The ...
vlc-2.0.4 installation error(lua) - Ask Ubuntu
2012年11月4日 · i upgraded ubuntu 10.0 to 12.04,install vlc2.0.3 via software center,but HD videos not plays perfectly..so i downloaded VLC-2.0.4 & installed through below command,but gives lua error, trendw...
Conky goes full screen on auto start, but not when opened regularly
2018年10月25日 · 0 So it seems like the issue was that Conky would sometimes start before I had my internet connection established. I'm not 100% why not having an internet connection would cause Conky to go full screen though, but I think the reason I was seeing weird C code type information was because there was no internet connection.
12.10 - Conky transparency not working - Ask Ubuntu
2013年1月24日 · I've recently upgraded to Ubuntu 12.10 and since then conky has been acting up. This is what it looks after a while (specially if I use the option 'Show desktop' by draggin the mouse to a corner, as
VLC installation on Ubuntu 18.04 - Ask Ubuntu
2019年6月21日 · I downloaded the .tar file for VLC media player from its website. The downloaded version supports Ubuntu 18.04. I followed instructions, but I didn't succeed in installing it. After entering ./conf...
compiling - /usr/bin/ld: cannot find -lc - Ask Ubuntu
Hello and welcome to AskUbuntu! Looks like you're missing some development tools/libraries. As a start, you can try installing build-essential: sudo apt install build-essential.