/srv/irclogs.ubuntu.com/2017/10/24/#lubuntu.txt

doofythx a lot for nvidia3.40 in kernel 4.13 to the developer04:55
JAISOK05:47
JAISHI05:47
JAISHOW CAN SEE CCTV IN LUBUNTU05:48
JAISHI05:49
JAISHI05:57
JohnDoe_71Ruscctv - analog?06:07
Shawn|C2Duohowdy06:36
Shawn|C2Duocan someone help me figure out why this breaks when trying to make a install?06:36
Shawn|C2Duohttp://stereograph.sourceforge.net/download.html06:37
JohnDoe_71Ruswow. cool prog06:40
Shawn|C2Duoyea, trying to install it06:43
Shawn|C2Duoevery time I use the command sudo make as told in INSTALL. it fails06:44
Shawn|C2Duobrb restarting06:46
Shawn|C2Duoback06:51
JohnDoe_71Rusfirst make without sudo06:53
Shawn|C2DuoI did, it failed06:55
Shawn|C2Duowith permission denieds06:55
Shawn|C2Duo*permission denied errors06:55
JohnDoe_71Rusunpack source to you home dir06:58
Shawn|C2DuoI sudo tar -xzvf stereo~ in my home directory already06:59
Shawn|C2Duoand read README and INSTALL07:00
hateballWhy would you use use sudo?07:00
Shawn|C2Duoit wont even compile fresh out of the box, are there prerequisites that I'm unaware of?07:00
JohnDoe_71Ruswithout sudo. now the sourse owner is root07:00
Shawn|C2Duoohh oops07:00
Shawn|C2DuoI just removed the directory and did it as owner07:01
JohnDoe_71Rusyou can use 2-panel file manager, mc or double commander07:01
Shawn|C2Duotried running make and it failed07:01
JohnDoe_71Rusphp.h not found?07:02
JohnDoe_71Rus*png.h07:02
Shawn|C2Duolibpng16 is up to date07:04
JohnDoe_71Rusyou need libpng16-dev07:05
Shawn|C2DuoI do?07:07
JohnDoe_71Rusinstall it07:07
JohnDoe_71Rusthen it need дшиозуп*-dev and then i stuck with err07:08
JohnDoe_71Rus*libjpeg07:08
TheSchafgood luck getting this to run07:08
Shawn|C2Duowill it work TheSchaf ?07:09
TheSchafthe last update was 2003 :D07:09
Shawn|C2Duolibpng-dev is already at its newest07:09
Shawn|C2Duoso not even the source will work?07:10
TheSchaftry it :)07:10
TheSchafit is likely that things have changed in 14 years though07:10
Shawn|C2Duohttps://pastebin.com/66YrjHBk07:11
Shawn|C2Duoforgot to share that07:11
Shawn|C2Duothats the reading in the directory I made as owner07:11
Shawn|C2Duo*tarballed as owner07:11
TheSchafthats because png_info was removed in libpng 1.5.007:12
JohnDoe_71Rustry ask autor by email07:12
TheSchafsee http://www.libpng.org/pub/png/libpng-manual.txt and look for II. Structures07:13
TheSchafor try using older libpng :P07:13
TheSchafolder than 1.5.007:14
TheSchafor update the code07:14
Shawn|C2Duohow would one do that?07:14
TheSchaflearn how to program :07:15
TheSchaf:p07:15
Shawn|C2Duo:(07:17
JohnDoe_71Rusthis is open source :(07:17
TheSchafopen gfxio.c and go to line 39307:18
Shawn|C2DuoI was only using 0.30a07:18
Shawn|C2Duoshould I try 0.33b?07:18
JohnDoe_71Rusi try 0.33 , get err07:19
TheSchafreplace if (setjmp(png_ptr->jmpbuf)) { with if (setjmp(png_jmpbuf(png_ptr))) {07:19
TheSchafthat should maybe fix the error07:19
Shawn|C2DuoI told gedit to go to line 393, but I can't tell which line is07:20
TheSchafwell then search for it07:20
TheSchafshould be gfxio.c07:20
TheSchafnear 393 :P07:20
TheSchafaccording to the error07:20
Shawn|C2DuoI found it, overwrote it, and saved07:21
Shawn|C2Duotried make07:21
Shawn|C2Duotheres still lots of errors07:21
JohnDoe_71Rusyep07:21
Shawn|C2Duowould you like to try compiling it?07:21
TheSchafpaste other errors07:22
Shawn|C2Duohttps://pastebin.com/rstsnJjK07:23
Shawn|C2Duotheres the new log07:23
TheSchafno, its not07:24
TheSchafwell maybe07:24
TheSchafit has the same error in 49307:24
TheSchafso do the same thing there07:24
Shawn|C2Duookay07:25
Shawn|C2Duomy ls no longer shows colors in that directory :(07:25
Shawn|C2Duogcc errors07:28
Shawn|C2Duohttps://hastebin.com/yasupuwihe07:29
Shawn|C2Duotheres the new error07:29
TheSchaffailing to link libpng07:29
TheSchafand libz07:30
Shawn|C2Duooh07:30
TheSchafdid you install them?07:30
Shawn|C2Duolibz?07:31
TheSchafapt-get install zlib1g07:31
TheSchaf?07:31
Shawn|C2Duoalready at its newest07:32
Shawn|C2Duo*version07:32
TheSchafso maybe something is wrong with the library path07:32
Shawn|C2Duowhich library?07:32
TheSchafcan you find libpng.so?07:32
TheSchafwhere it is on your system?07:32
Shawn|C2Duohow would I find that?07:32
TheSchafdunno, sudo find / -name 'libpng.so' or something07:33
Shawn|C2Duofind: ‘/run/user/1000/gvfs’: Permission denied07:34
Shawn|C2Duo /usr/lib/x86_64-linux-gnu/libpng.so07:34
TheSchafmhh, so you are on 64bit?07:34
Shawn|C2Duoyes07:34
Shawn|C2Duodo I need to install the 32-bit version07:36
Shawn|C2Duo*?07:36
TheSchafdunno :D07:36
Shawn|C2Duowould it work in this distribution version?07:36
TheSchafi dont know why it looks in /usr/lib instead of the 64 bit one07:37
TheSchaftry opening the Makefile07:37
Shawn|C2Duoapt-get install zlib1g:i386 is already installed too07:38
TheSchaflook for LDFLAGS07:38
TheSchafand add -L/usr/lib/x86_64-linux-gnu07:38
TheSchafmaybe that helps :p07:38
Shawn|C2Duoto which part?07:39
TheSchafLDFLAGS07:39
Shawn|C2Duoof this line "LDFLAGS = -lm /usr/lib/libpng.so /usr/lib/libz.so"07:40
Shawn|C2Duo?07:40
TheSchafyes, change the paths there07:40
TheSchafi think the 33b makefile is more up to date07:40
TheSchafit doesnt have hardcoded path07:40
Shawn|C2Duoso, remove the 2nd, and overwrite the first one?07:40
TheSchafwell, there just change the path07:40
TheSchafto the correct path07:40
JohnDoe_71Rushttp://paste.ubuntu.com/25807688/ 0.33b07:40
TheSchafuse find to locate the librarys07:40
TheSchafand replace the path07:41
Shawn|C2Duoshould I go ahead and try 0.33b?07:41
Shawn|C2DuoI will make a seperate directory for it07:41
TheSchafnah stay with this for now07:41
TheSchafJohnDoe_71Rus: looks like it fails to resolve the symbols from the libraries07:41
JohnDoe_71Rusi find that need correct make file07:42
JohnDoe_71Rusbut don't know how07:42
Shawn|C2Duookay07:43
Shawn|C2DuoI just tried 0.33b in a seperate directory, ends with a fatal error07:43
Shawn|C2Duoback to 0.30a07:43
Shawn|C2Duoheres the new log from after replacing LDFLAGS https://hastebin.com/ikawuvolid07:46
Shawn|C2Duooh oops07:47
JohnDoe_71RusShawn|C2Duo: the same as 0.33b07:47
Shawn|C2Duoyou got the same thing?07:48
JohnDoe_71Rusat the end of log07:48
Shawn|C2Duoah07:48
Shawn|C2Duoso, on LDFLAGS line, was I supposed to remove "-lm /usr/lib/libpng.so /usr/lib/libz.so" with "-L/usr/lib/x86_64-linux-gnu"?07:48
Shawn|C2Duoor just "/usr/lib/libz.so"?07:49
Shawn|C2Duocvs tree no longer exists for it :O07:50
Shawn|C2Duowell OpenStereogram worked07:57
Shawn|C2Duothis may work aswell http://k3dcad.sourceforge.net/08:05
Shawn|C2Duothis is openstereogram https://sites.google.com/site/gfcaprojects/openstereogram08:06
Shawn|C2DuoI got it to open, I dont have a depth map generator, so going to try k3kad08:06
Shawn|C2Duoso this is an error after running sh ./configure https://hastebin.com/idehusodeq08:12
Shawn|C2Duofollowing INSTALL instructions08:12
Shawn|C2Duoso lubuntu x directory has changed?08:13
JohnDoe_71Rushttps://ubuntuforums.org/showthread.php?t=2357008:14
JohnDoe_71Rusfor build needed *-dev packages08:15
Shawn|C2Duox-dev is not a package name :O08:17
Shawn|C2Duoso I got libx11-dev installed, but cannot find an x-dev08:19
JohnDoe_71Rusxserver-xorg-dev ?08:21
JohnDoe_71Rusor xorg-dev.08:21
Shawn|C2DuoI will try that08:21
Shawn|C2Duoxlibs-dev isn't one either08:21
Shawn|C2Duoinstalled both of what you mentioned08:23
JohnDoe_71Rusrun configure - err - find *-dev package in google - install - run configure - err - repeat08:24
JohnDoe_71Rus:)08:25
Shawn|C2Duodoes the package Qt 2.2.2 exist anymore?08:25
Shawn|C2Duohttps://hastebin.com/kidewemeja08:25
Shawn|C2Duoit fails where theres no Qt package08:25
JohnDoe_71Rus(>= Qt 2.2.2) more or equal08:26
Shawn|C2Duoright, does that still exist?08:26
JohnDoe_71Rus2.3 3юч08:26
Shawn|C2DuoI just tried sudo apt-get install Qt, and nothing matches08:26
JohnDoe_71Rus*3.x08:26
JohnDoe_71Ruslibqt08:27
Shawn|C2Duonope08:27
Shawn|C2DuoI searched the apt repository for libqt, theres a lot of em08:28
Shawn|C2Duocould this be it? libqt53dcore5/zesty 5.7.1+dfsg-1ubuntu1~2 amd6408:29
Shawn|C2Duo  Qt 3D module08:29
JohnDoe_71Rusbe guided by the packages installed in the system08:29
Shawn|C2Duowhat?08:29
JohnDoe_71Rusif present libqt53dcore5 then you need libqt53dcore5-dev08:30
Shawn|C2Duois that what its referring to>08:30
Shawn|C2Duo*?08:30
Shawn|C2Duolibqt53drender5-gles failed, I reported it :O08:36
Shawn|C2Duowith libqt5 installed, it can't find it08:37
Shawn|C2Duothe Configure program for k3cad08:37
JohnDoe_71Ruslibqt5-dev?08:38
Shawn|C2DuoI will try that08:39
Shawn|C2Duodoesn't exist08:39
Shawn|C2Duofound the proper qt package :D08:43
Shawn|C2Duohttps://launchpad.net/ubuntu/zesty/+package/qt5-default08:43
Shawn|C2Duoinstalled that package and still got08:43
Shawn|C2Duochecking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation!08:44
Shawn|C2DuoJohnDoe_71Rus, do you know how to change the amount of workspaces present?08:48
Shawn|C2Duofor lubuntu08:49
Shawn|C2Duoahh checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation!08:51
Shawn|C2Duooops08:51
Shawn|C2DuoI meant https://askubuntu.com/questions/616522/how-can-i-remove-the-second-desktop-on-lubuntu08:52
JohnDoe_71Rushttps://packages.ubuntu.com/zesty/qt5-default do you install *-dev packages?08:52
Shawn|C2DuoI did a search, theres no dev package08:52
JohnDoe_71Rusinstall it08:53
Shawn|C2DuoI just ran "sudo apt-get install *-dev" and got errors at the end08:54
JohnDoe_71Rusно08:54
Shawn|C2Duo?08:54
Shawn|C2DuoI don't know cyrillic08:54
JohnDoe_71Rusqtbase5-dev qtbase5-dev-tools08:54
Shawn|C2Duoohh08:55
Shawn|C2Duoboth of those are repsent08:55
Shawn|C2Duo*present08:55
Shawn|C2Duoand still the same ./configure error08:56
JohnDoe_71Rusmay be 5.7 is too much08:56
JohnDoe_71Ruswhen you get an error configuration you need to look for packages with a prefix lib* and the end -dev08:58
Shawn|C2Duoah09:00
Shawn|C2DuoI installed all of qt5-qmake..09:00
Shawn|C2Duosame qt error09:00
Shawn|C2Duooh theres a lot of system updates, updating09:04
Shawn|C2Duogoing to reboot, will be back in a min09:07
Shawn|C2Duoback09:11
Shawn|C2Duowhy does it still expect qt 2.2.2?09:13
JohnDoe_71Rusbetter ask autor09:14
Shawn|C2Duo?09:15
Shawn|C2Duoof what?09:15
Shawn|C2Duok3dcad is from 200109:15
Shawn|C2Duohttp://k3dcad.sourceforge.net/09:15
JohnDoe_71Rusyep, k3dcad09:15
JohnDoe_71Rusor, study programming and fix source to build with modern QT09:16
Shawn|C2Duois 2.2.2 still in there?09:20
Shawn|C2Duomight you be able to help me a bit with looking for the problem JohnDoe_71Rus ?09:21
JohnDoe_71RusI myself do not understand well09:23
Shawn|C2Duooh09:24
Shawn|C2Duowell, this is the catified output http://termbin.com/obvs09:24
Shawn|C2Duoit wont let me edit configure in gedit09:27
Shawn|C2DuoI fixed the error in opening the document easily09:28
Shawn|C2Duobut it wont let me backspace on qt209:28
Shawn|C2DuoI want to replace what returns as qt2 in configure with qt509:28
Shawn|C2Duomight this fix the problem JohnDoe_71Rus ?09:28
JohnDoe_71Rusno. no. don't break09:29
Shawn|C2Duo?09:30
Shawn|C2Duothis may work, its a configure file for k3dcad09:30
Shawn|C2DuoJohnDoe_71Rus, those 2 qt2 specific pointers could be whats breaking this configure script09:34
Shawn|C2Duo*what is09:34
JohnDoe_71Russorry, i don't know09:34
Shawn|C2Duoyou don't know how to edit a configure file?09:34
JohnDoe_71Rusi think you whant to edit system qt5  files09:35
Shawn|C2Duonooo09:37
Shawn|C2Duothe k3dcad directory has a configure file it wants me to run to acclimate an install for my system09:38
Shawn|C2Duoand in that configure script is a specific qt2 pointer, so its looking for qt2 specifically09:38
Shawn|C2Duono responses :(09:48
JohnDoe_71Russorry. i don't know rules how to fix09:49
Shawn|C2Duowhat rules?09:49
Shawn|C2DuoTheSchaf, are you still around?09:50
Shawn|C2DuoJohnDoe_71Rus, you mean you dont know how to edit files?09:50
JohnDoe_71Rusedit simply. F4 and forward. I do not know what to write specifically09:51
Shawn|C2Duo*sigh*10:00
TheSchafwhat is the current issue?10:00
JohnDoe_71Rushi find oldest sources, they need checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found10:02
Shawn|C2DuoI can't edit the configure file in k3dcad's directory with gedit10:02
JohnDoe_71Rushe has qt5.710:02
Shawn|C2Duothe configure file is looking specifically for qt2 in 2 placs of the script10:03
Shawn|C2Duo*places10:03
Shawn|C2DuoTheSchaf, this is the configure file catified http://termbin.com/obvs10:03
JohnDoe_71RusI think it's not so simple, change 2.2 to 5.710:04
Shawn|C2Duobut its worth testing10:05
JohnDoe_71Rusand what is you problem? f4 - edit - save10:07
Shawn|C2DuoI have to hit f4 in the file?10:07
JohnDoe_71Rususe filemanager10:07
JohnDoe_71Rusf4= edit file10:08
Shawn|C2Duookay, I have pcmanfm10:09
JohnDoe_71Russo right mouse button - open with - leathpad10:10
Shawn|C2Duoleafpad is working10:11
Shawn|C2Duowel..10:13
TheSchafwhy are you guys keen on using 2000ish software :P10:13
Shawn|C2Duo*well, changing qt2 entries to qt5 didn't help10:13
Shawn|C2DuoTheSchaf, this is the only other stereogram creating software for linux that I can find10:14
Shawn|C2DuoI run old software on windows too10:14
TheSchafyes, windows makes it easier :P10:14
Shawn|C2Duowindows isn't as great as linux10:14
JohnDoe_71RusDo you know modern analogues?10:14
Shawn|C2Duoin certain areas10:14
Shawn|C2Duowish folks would acclimate to linux..10:15
Shawn|C2DuoJohnDoe_71Rus, what do you mean by modern analogues?10:16
JohnDoe_71Russtereogram creating software. not from 20 century10:16
Shawn|C2DuoI like autosterengrams10:17
Shawn|C2Duo* auto stereograms10:17
Shawn|C2DuoTheSchaf, ?10:31
Shawn|C2Duoit changes...10:39
Shawn|C2Duobrb10:58
Shawn|C2Duoback10:59
Shawn|C2Duoyay https://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-version11:29
LargePrimehere goes 17...13:20
=== Shawn|C2Duo is now known as Shawni686|C2Duo
Shawni686|C2Duohmm13:39
sliptteeshi14:25
slipttees How to add the "empty trash" option to the desktop trash icon and "Eject" to volumes on the desktop using the right click both?14:26
leszekslipttees: I am not sure if this is possible14:29
leszekis the trash icon on the desktop a link to trash:// ?14:30
sliptteesleszek: trash:///14:31
leszekthen it is ok. It isn't showing an empty trash in the right click menu?14:31
sliptteesleszek: yes14:31
sliptteesleszek: volumes devices not too14:32
leszekthen its a limitation of the pcmanfm filemanager14:32
sliptteesleszek: :-(14:32
leszekit isn't in development anymore as far as I am aware as pcmanfm-qt is the future aswell as lxqt14:33
sliptteesleszek: thanks for solved my question! :-)14:34
leszeknp14:34
sliptteesleszek: I can replace pcmanfm for other filemanager?14:37
leszekslipttees: yep you can. Nautilus for example. Though it will use more RAM I guess and the configuration dialog for setting the background might not work14:38
sliptteesleszek: purge pcmanfm and install tunar14:38
sliptteesthunar*14:39
leszekthunar has no desktop component14:41
leszekso you can't use it as a desktop14:41
newgentoouserHey guys, I just did a system update and now neither firefox nor the synaptic package manager starts. There's a loading icon and then it disappears. When I try to start firefox from the terminal I get no output at all, and nothing happens. It doesn't show up in the process list either17:15
newgentoouserJust tried chromium-browser, same problem17:24
wxlnewgentoouser: does anything work?17:24
newgentoouserwxl: I can open up a terminal, some system settings seem to work fine, pcmanfm works17:25
newgentoouserwxl: update gui doesn't work, package manager doesn't work, browser don't work, network connections gui doesn't seem to work17:26
wxlnewgentoouser: that's just baffling. dumb question. have you tried rebooting?17:26
newgentoouserwxl: several times17:26
newgentoouserit worked fine before I did a system update17:26
wxlnewgentoouser: bizarre. if you run synaptic in the terminal, what happens?17:27
newgentoouserwxl: no output, it just goes to the next line17:27
newgentoouserno errors or anything, nothing happens17:27
newgentoouserwxl: I'll just try to reinstall17:30
wxlnewgentoouser: you could always trace one of those processes. you familiar with that process?17:30
newgentoouserwxl: No I'm not. But I've already rebooted into the live cd, but if the problem persists after reinstallation, I can try that17:31
newgentoouser(it's fine, I don't have any important files on)17:31
newgentoouserThanks for the help by the way17:36
wxlnewgentoouser: for future reference https://wiki.ubuntu.com/Backtrace17:36
newgentoouserwxl: Thanks!17:36
wxlnewgentoouser: np. good luck17:36
=== BrAsS_mOnKeY is now known as g2
AerosHello. New to Lubuntu. From a web browser (Chromium), I need to import a file I do not have options to specify a path or choose my own directory, only a list of predefined folders. Any one know how I can modify the load/save dialog options?18:04
cwhiihttps://unix.stackexchange.com/questions/400177/upon-upgrade-of-lubuntu-17-10-from-17-04-display-messed-up-on-an-eeepc-900a18:29
cwhiiUpon upgrade of lubuntu 17.10 from 17.04 display messed up on an eeepc 900a18:29
russgeciao18:48
aeyesiyo, anyone running lubuntu at 4K?21:10
aeyesiand anyone knows how to controll AMD bonaire ? (like VSYNC?)21:10
lynorianaeyesi, I don't know is the text too small for you?21:12
aeyesi@lynorian bassicaly everything is... 4K is so high that its just called HiDPI21:13
lynorianI don't know of any builtin support for scaling but you can make the fonts bigger by opening from the menu openbox configuration manager21:15
aeyesithat actually bad thing to do... umm ... you can set DPI in .Xresources21:16
aeyesibut it does not resolve everything21:16
aeyesiI am just curious if someone dived deeper into it21:16
lynorianaeyesi, I do not think so21:17
lynorianI don't have any monitors above 1920x108021:17
aeyesithis is 3840x2160 ... fullHD half size in it so yeah21:18
aeyesisuper tiny GUI21:18
aeyesimost of the world ain't ready for that21:18
aeyesiits even worse then u think :D avoid it if u can21:19
LargePrimemade it22:00
LargePrimewahoo22:00
LargePrimeopenvpn is broke22:00
wxlworks for me22:02
cwhiiUpon upgrade of lubuntu 17.10 from 17.04 display messed up on an eeepc 900a22:27
cwhiihttps://unix.stackexchange.com/questions/400177/upon-upgrade-of-lubuntu-17-10-from-17-04-display-messed-up-on-an-eeepc-900a22:27
wxlcwhii: start by looking at your logs22:29
wxlspecifically syslog and Xorg.0.log22:30
cwhiiThousands of lines. What am I looking since I do not know what normal looks like.22:46
wxllook for things related to the kernel driver (see `lspci -nnk` to find out what it is)22:46
wxlor look for EE lines in Xorg.0.log22:46
wxlyou could `ssh` in to it, `tail -f` those two logs while reloading the kernel driver with `modprobe`22:48
cwhiiNo (EE). Bunch of (II) and (WW) Falling back to old probe method for... & missing fonts.22:51
cwhiiI'm clueless on " reloading the kernel driver with `modprobe` "22:57
wxlhave you figured out the kernel module being used?22:59
cwhiiNo. How?23:00
wxl`lspci -nnk`23:00
wxlline should start with some numbers and then "VGA compatible controller"23:01
wxlthen it should say "Kernel driver in use" on a subsequent line23:01
wxlit's THAT that you want23:01
cwhiii91523:04
wxlso you want to first unload it:23:04
wxl`sudo modprobe -r i915`23:04
wxlthen load it:23:04
wxl`sudo modprobe i915`23:04
cwhiicwhii@road:~$ sudo modprobe -r i91523:06
cwhiimodprobe: FATAL: Module i915 is in use.23:06
wxlbah maybe that's not going to work.23:07
wxlso `grep` syslog for instances of i915 and see if there's any errors there23:07
cwhiihttps://thepasteb.in/p/8qhOpovQYwqc023:13
wxlthat is quite impressive XD23:14
wxli'm at a loss23:17
wxlyou should ask at #ubuntu. this should not be a lubuntu specific problem23:18
wxlthis is core kernel stuff23:18
cwhiiThe ubuntu notes for 17.10 say there is a change to using wayland which I understood to mean not x-windows any more but my lubuntu system is running x.23:25
Unit193That's for Ubuntu proper/GNOME, not Lubuntu/LXDE.23:38
wxlyeah and it's irrelevant. this is CORE stuff, not related to the display server23:39
wxleven it were the case, Xorg is still available on installed systems23:41

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!