[04:55] thx a lot for nvidia3.40 in kernel 4.13 to the developer [05:47] OK [05:47] HI [05:48] HOW CAN SEE CCTV IN LUBUNTU [05:49] HI [05:57] HI [06:07] cctv - analog? [06:36] howdy [06:36] can someone help me figure out why this breaks when trying to make a install? [06:37] http://stereograph.sourceforge.net/download.html [06:40] wow. cool prog [06:43] yea, trying to install it [06:44] every time I use the command sudo make as told in INSTALL. it fails [06:46] brb restarting [06:51] back [06:53] first make without sudo [06:55] I did, it failed [06:55] with permission denieds [06:55] *permission denied errors [06:58] unpack source to you home dir [06:59] I sudo tar -xzvf stereo~ in my home directory already [07:00] and read README and INSTALL [07:00] Why would you use use sudo? [07:00] it wont even compile fresh out of the box, are there prerequisites that I'm unaware of? [07:00] without sudo. now the sourse owner is root [07:00] ohh oops [07:01] I just removed the directory and did it as owner [07:01] you can use 2-panel file manager, mc or double commander [07:01] tried running make and it failed [07:02] php.h not found? [07:02] *png.h [07:04] libpng16 is up to date [07:05] you need libpng16-dev [07:07] I do? [07:07] install it [07:08] then it need дшиозуп*-dev and then i stuck with err [07:08] *libjpeg [07:08] good luck getting this to run [07:09] will it work TheSchaf ? [07:09] the last update was 2003 :D [07:09] libpng-dev is already at its newest [07:10] so not even the source will work? [07:10] try it :) [07:10] it is likely that things have changed in 14 years though [07:11] https://pastebin.com/66YrjHBk [07:11] forgot to share that [07:11] thats the reading in the directory I made as owner [07:11] *tarballed as owner [07:12] thats because png_info was removed in libpng 1.5.0 [07:12] try ask autor by email [07:13] see http://www.libpng.org/pub/png/libpng-manual.txt and look for II. Structures [07:13] or try using older libpng :P [07:14] older than 1.5.0 [07:14] or update the code [07:14] how would one do that? [07:15] learn how to program : [07:15] :p [07:17] :( [07:17] this is open source :( [07:18] open gfxio.c and go to line 393 [07:18] I was only using 0.30a [07:18] should I try 0.33b? [07:19] i try 0.33 , get err [07:19] replace if (setjmp(png_ptr->jmpbuf)) { with if (setjmp(png_jmpbuf(png_ptr))) { [07:19] that should maybe fix the error [07:20] I told gedit to go to line 393, but I can't tell which line is [07:20] well then search for it [07:20] should be gfxio.c [07:20] near 393 :P [07:20] according to the error [07:21] I found it, overwrote it, and saved [07:21] tried make [07:21] theres still lots of errors [07:21] yep [07:21] would you like to try compiling it? [07:22] paste other errors [07:23] https://pastebin.com/rstsnJjK [07:23] theres the new log [07:24] no, its not [07:24] well maybe [07:24] it has the same error in 493 [07:24] so do the same thing there [07:25] okay [07:25] my ls no longer shows colors in that directory :( [07:28] gcc errors [07:29] https://hastebin.com/yasupuwihe [07:29] theres the new error [07:29] failing to link libpng [07:30] and libz [07:30] oh [07:30] did you install them? [07:31] libz? [07:31] apt-get install zlib1g [07:31] ? [07:32] already at its newest [07:32] *version [07:32] so maybe something is wrong with the library path [07:32] which library? [07:32] can you find libpng.so? [07:32] where it is on your system? [07:32] how would I find that? [07:33] dunno, sudo find / -name 'libpng.so' or something [07:34] find: ‘/run/user/1000/gvfs’: Permission denied [07:34] /usr/lib/x86_64-linux-gnu/libpng.so [07:34] mhh, so you are on 64bit? [07:34] yes [07:36] do I need to install the 32-bit version [07:36] *? [07:36] dunno :D [07:36] would it work in this distribution version? [07:37] i dont know why it looks in /usr/lib instead of the 64 bit one [07:37] try opening the Makefile [07:38] apt-get install zlib1g:i386 is already installed too [07:38] look for LDFLAGS [07:38] and add -L/usr/lib/x86_64-linux-gnu [07:38] maybe that helps :p [07:39] to which part? [07:39] LDFLAGS [07:40] of this line "LDFLAGS = -lm /usr/lib/libpng.so /usr/lib/libz.so" [07:40] ? [07:40] yes, change the paths there [07:40] i think the 33b makefile is more up to date [07:40] it doesnt have hardcoded path [07:40] so, remove the 2nd, and overwrite the first one? [07:40] well, there just change the path [07:40] to the correct path [07:40] http://paste.ubuntu.com/25807688/ 0.33b [07:40] use find to locate the librarys [07:41] and replace the path [07:41] should I go ahead and try 0.33b? [07:41] I will make a seperate directory for it [07:41] nah stay with this for now [07:41] JohnDoe_71Rus: looks like it fails to resolve the symbols from the libraries [07:42] i find that need correct make file [07:42] but don't know how [07:43] okay [07:43] I just tried 0.33b in a seperate directory, ends with a fatal error [07:43] back to 0.30a [07:46] heres the new log from after replacing LDFLAGS https://hastebin.com/ikawuvolid [07:47] oh oops [07:47] Shawn|C2Duo: the same as 0.33b [07:48] you got the same thing? [07:48] at the end of log [07:48] ah [07:48] so, 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:49] or just "/usr/lib/libz.so"? [07:50] cvs tree no longer exists for it :O [07:57] well OpenStereogram worked [08:05] this may work aswell http://k3dcad.sourceforge.net/ [08:06] this is openstereogram https://sites.google.com/site/gfcaprojects/openstereogram [08:06] I got it to open, I dont have a depth map generator, so going to try k3kad [08:12] so this is an error after running sh ./configure https://hastebin.com/idehusodeq [08:12] following INSTALL instructions [08:13] so lubuntu x directory has changed? [08:14] https://ubuntuforums.org/showthread.php?t=23570 [08:15] for build needed *-dev packages [08:17] x-dev is not a package name :O [08:19] so I got libx11-dev installed, but cannot find an x-dev [08:21] xserver-xorg-dev ? [08:21] or xorg-dev. [08:21] I will try that [08:21] xlibs-dev isn't one either [08:23] installed both of what you mentioned [08:24] run configure - err - find *-dev package in google - install - run configure - err - repeat [08:25] :) [08:25] does the package Qt 2.2.2 exist anymore? [08:25] https://hastebin.com/kidewemeja [08:25] it fails where theres no Qt package [08:26] (>= Qt 2.2.2) more or equal [08:26] right, does that still exist? [08:26] 2.3 3юч [08:26] I just tried sudo apt-get install Qt, and nothing matches [08:26] *3.x [08:27] libqt [08:27] nope [08:28] I searched the apt repository for libqt, theres a lot of em [08:29] could this be it? libqt53dcore5/zesty 5.7.1+dfsg-1ubuntu1~2 amd64 [08:29] Qt 3D module [08:29] be guided by the packages installed in the system [08:29] what? [08:30] if present libqt53dcore5 then you need libqt53dcore5-dev [08:30] is that what its referring to> [08:30] *? [08:36] libqt53drender5-gles failed, I reported it :O [08:37] with libqt5 installed, it can't find it [08:37] the Configure program for k3cad [08:38] libqt5-dev? [08:39] I will try that [08:39] doesn't exist [08:43] found the proper qt package :D [08:43] https://launchpad.net/ubuntu/zesty/+package/qt5-default [08:43] installed that package and still got [08:44] checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation! [08:48] JohnDoe_71Rus, do you know how to change the amount of workspaces present? [08:49] for lubuntu [08:51] ahh checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation! [08:51] oops [08:52] I meant https://askubuntu.com/questions/616522/how-can-i-remove-the-second-desktop-on-lubuntu [08:52] https://packages.ubuntu.com/zesty/qt5-default do you install *-dev packages? [08:52] I did a search, theres no dev package [08:53] install it [08:54] I just ran "sudo apt-get install *-dev" and got errors at the end [08:54] но [08:54] ? [08:54] I don't know cyrillic [08:54] qtbase5-dev qtbase5-dev-tools [08:55] ohh [08:55] both of those are repsent [08:55] *present [08:56] and still the same ./configure error [08:56] may be 5.7 is too much [08:58] when you get an error configuration you need to look for packages with a prefix lib* and the end -dev [09:00] ah [09:00] I installed all of qt5-qmake.. [09:00] same qt error [09:04] oh theres a lot of system updates, updating [09:07] going to reboot, will be back in a min [09:11] back [09:13] why does it still expect qt 2.2.2? [09:14] better ask autor [09:15] ? [09:15] of what? [09:15] k3dcad is from 2001 [09:15] http://k3dcad.sourceforge.net/ [09:15] yep, k3dcad [09:16] or, study programming and fix source to build with modern QT [09:20] is 2.2.2 still in there? [09:21] might you be able to help me a bit with looking for the problem JohnDoe_71Rus ? [09:23] I myself do not understand well [09:24] oh [09:24] well, this is the catified output http://termbin.com/obvs [09:27] it wont let me edit configure in gedit [09:28] I fixed the error in opening the document easily [09:28] but it wont let me backspace on qt2 [09:28] I want to replace what returns as qt2 in configure with qt5 [09:28] might this fix the problem JohnDoe_71Rus ? [09:29] no. no. don't break [09:30] ? [09:30] this may work, its a configure file for k3dcad [09:34] JohnDoe_71Rus, those 2 qt2 specific pointers could be whats breaking this configure script [09:34] *what is [09:34] sorry, i don't know [09:34] you don't know how to edit a configure file? [09:35] i think you whant to edit system qt5 files [09:37] nooo [09:38] the k3dcad directory has a configure file it wants me to run to acclimate an install for my system [09:38] and in that configure script is a specific qt2 pointer, so its looking for qt2 specifically [09:48] no responses :( [09:49] sorry. i don't know rules how to fix [09:49] what rules? [09:50] TheSchaf, are you still around? [09:50] JohnDoe_71Rus, you mean you dont know how to edit files? [09:51] edit simply. F4 and forward. I do not know what to write specifically [10:00] *sigh* [10:00] what is the current issue? [10:02] hi find oldest sources, they need checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found [10:02] I can't edit the configure file in k3dcad's directory with gedit [10:02] he has qt5.7 [10:03] the configure file is looking specifically for qt2 in 2 placs of the script [10:03] *places [10:03] TheSchaf, this is the configure file catified http://termbin.com/obvs [10:04] I think it's not so simple, change 2.2 to 5.7 [10:05] but its worth testing [10:07] and what is you problem? f4 - edit - save [10:07] I have to hit f4 in the file? [10:07] use filemanager [10:08] f4= edit file [10:09] okay, I have pcmanfm [10:10] so right mouse button - open with - leathpad [10:11] leafpad is working [10:13] wel.. [10:13] why are you guys keen on using 2000ish software :P [10:13] *well, changing qt2 entries to qt5 didn't help [10:14] TheSchaf, this is the only other stereogram creating software for linux that I can find [10:14] I run old software on windows too [10:14] yes, windows makes it easier :P [10:14] windows isn't as great as linux [10:14] Do you know modern analogues? [10:14] in certain areas [10:15] wish folks would acclimate to linux.. [10:16] JohnDoe_71Rus, what do you mean by modern analogues? [10:16] stereogram creating software. not from 20 century [10:17] I like autosterengrams [10:17] * auto stereograms [10:31] TheSchaf, ? [10:39] it changes... [10:58] brb [10:59] back [11:29] yay https://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-version [13:20] here goes 17... === Shawn|C2Duo is now known as Shawni686|C2Duo [13:39] hmm [14:25] hi [14:26] 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:29] slipttees: I am not sure if this is possible [14:30] is the trash icon on the desktop a link to trash:// ? [14:31] leszek: trash:/// [14:31] then it is ok. It isn't showing an empty trash in the right click menu? [14:31] leszek: yes [14:32] leszek: volumes devices not too [14:32] then its a limitation of the pcmanfm filemanager [14:32] leszek: :-( [14:33] it isn't in development anymore as far as I am aware as pcmanfm-qt is the future aswell as lxqt [14:34] leszek: thanks for solved my question! :-) [14:34] np [14:37] leszek: I can replace pcmanfm for other filemanager? [14:38] slipttees: yep you can. Nautilus for example. Though it will use more RAM I guess and the configuration dialog for setting the background might not work [14:38] leszek: purge pcmanfm and install tunar [14:39] thunar* [14:41] thunar has no desktop component [14:41] so you can't use it as a desktop [17:15] Hey 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 either [17:24] Just tried chromium-browser, same problem [17:24] newgentoouser: does anything work? [17:25] wxl: I can open up a terminal, some system settings seem to work fine, pcmanfm works [17:26] wxl: update gui doesn't work, package manager doesn't work, browser don't work, network connections gui doesn't seem to work [17:26] newgentoouser: that's just baffling. dumb question. have you tried rebooting? [17:26] wxl: several times [17:26] it worked fine before I did a system update [17:27] newgentoouser: bizarre. if you run synaptic in the terminal, what happens? [17:27] wxl: no output, it just goes to the next line [17:27] no errors or anything, nothing happens [17:30] wxl: I'll just try to reinstall [17:30] newgentoouser: you could always trace one of those processes. you familiar with that process? [17:31] wxl: No I'm not. But I've already rebooted into the live cd, but if the problem persists after reinstallation, I can try that [17:31] (it's fine, I don't have any important files on) [17:36] Thanks for the help by the way [17:36] newgentoouser: for future reference https://wiki.ubuntu.com/Backtrace [17:36] wxl: Thanks! [17:36] newgentoouser: np. good luck === BrAsS_mOnKeY is now known as g2 [18:04] Hello. 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:29] https://unix.stackexchange.com/questions/400177/upon-upgrade-of-lubuntu-17-10-from-17-04-display-messed-up-on-an-eeepc-900a [18:29] Upon upgrade of lubuntu 17.10 from 17.04 display messed up on an eeepc 900a [18:48] ciao [21:10] yo, anyone running lubuntu at 4K? [21:10] and anyone knows how to controll AMD bonaire ? (like VSYNC?) [21:12] aeyesi, I don't know is the text too small for you? [21:13] @lynorian bassicaly everything is... 4K is so high that its just called HiDPI [21:15] I don't know of any builtin support for scaling but you can make the fonts bigger by opening from the menu openbox configuration manager [21:16] that actually bad thing to do... umm ... you can set DPI in .Xresources [21:16] but it does not resolve everything [21:16] I am just curious if someone dived deeper into it [21:17] aeyesi, I do not think so [21:17] I don't have any monitors above 1920x1080 [21:18] this is 3840x2160 ... fullHD half size in it so yeah [21:18] super tiny GUI [21:18] most of the world ain't ready for that [21:19] its even worse then u think :D avoid it if u can [22:00] made it [22:00] wahoo [22:00] openvpn is broke [22:02] works for me [22:27] Upon upgrade of lubuntu 17.10 from 17.04 display messed up on an eeepc 900a [22:27] https://unix.stackexchange.com/questions/400177/upon-upgrade-of-lubuntu-17-10-from-17-04-display-messed-up-on-an-eeepc-900a [22:29] cwhii: start by looking at your logs [22:30] specifically syslog and Xorg.0.log [22:46] Thousands of lines. What am I looking since I do not know what normal looks like. [22:46] look for things related to the kernel driver (see `lspci -nnk` to find out what it is) [22:46] or look for EE lines in Xorg.0.log [22:48] you could `ssh` in to it, `tail -f` those two logs while reloading the kernel driver with `modprobe` [22:51] No (EE). Bunch of (II) and (WW) Falling back to old probe method for... & missing fonts. [22:57] I'm clueless on " reloading the kernel driver with `modprobe` " [22:59] have you figured out the kernel module being used? [23:00] No. How? [23:00] `lspci -nnk` [23:01] line should start with some numbers and then "VGA compatible controller" [23:01] then it should say "Kernel driver in use" on a subsequent line [23:01] it's THAT that you want [23:04] i915 [23:04] so you want to first unload it: [23:04] `sudo modprobe -r i915` [23:04] then load it: [23:04] `sudo modprobe i915` [23:06] cwhii@road:~$ sudo modprobe -r i915 [23:06] modprobe: FATAL: Module i915 is in use. [23:07] bah maybe that's not going to work. [23:07] so `grep` syslog for instances of i915 and see if there's any errors there [23:13] https://thepasteb.in/p/8qhOpovQYwqc0 [23:14] that is quite impressive XD [23:17] i'm at a loss [23:18] you should ask at #ubuntu. this should not be a lubuntu specific problem [23:18] this is core kernel stuff [23:25] The 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:38] That's for Ubuntu proper/GNOME, not Lubuntu/LXDE. [23:39] yeah and it's irrelevant. this is CORE stuff, not related to the display server [23:41] even it were the case, Xorg is still available on installed systems