/srv/irclogs.ubuntu.com/2017/12/17/#ubuntu-mate.txt

ubuntu-matehello00:34
SudoLinuxHello01:47
nikitahi there02:05
=== nikita is now known as Guest58898
=== hdaugherty_90 is now known as hdaugherty
=== ubuntu is now known as Guest31226
mate|5202hello18:34
diogenes_hello18:34
mate|5202where can I find the "boot" script in ubuntu mate? trying to make octoprint start automatically18:34
mate|5202I also have near zero knowledge about ubuntu mate18:35
diogenes_you can add it to autostart18:36
mate|5202let me google that...18:37
mate|5202I am running an arm based single board computer here...18:37
mate|5202turns out I do not have autostart application installed18:40
diogenes_weird18:41
mate|5202yes, it is an OS version like for raspberry pi, only the single board computer is korean :)18:42
mate|5202found this in init.d18:42
mate|5202https://thepasteb.in/p/k5hYB2y9VyQSE18:43
mate|5202Ha, what a great trick with pastebin :)18:43
mate|5202sudo pluma /etc/init.d/octoprint18:44
diogenes_gksu is better instead of sudo18:45
diogenes_in this case18:45
mate|5202not familiar with this at all...18:46
mate|5202is there a way to figure out why octoprint is not started?18:47
diogenes_use sudo when running terminal commands and gksu when opening graphical apps18:48
diogenes_try to add the original shortcut to /etc/xdg/autostart18:49
mate|5202what is the original shortcut??18:49
diogenes_also add it to /home/youruser/https://thepasteb.in/p/k5hYB2y9VyQSE18:50
diogenes_the shortcut fot octoprint18:51
mate|5202sudo cp ~/OctoPrint/scripts/octoprint.init /home/myuser/octoprint18:53
mate|5202original: sudo cp ~/OctoPrint/scripts/octoprint.init /etc/init.d/octoprint18:54
mate|5202obviously I do not know which shortcut are you talking about...18:55
diogenes_did you restart the system?18:58
mate|5202yes, you did make my gerbil run a little bit...18:59
mate|5202# The init.d script will only run if this variable non-empty.18:59
mate|5202OCTOPRINT_USER=pi18:59
diogenes_so did it run?19:00
mate|5202now, what if octoprint_user does not exsist? the user is for instance "DALEK"?19:00
mate|5202not so fast...19:00
mate|5202did not add the shortcut yet and did not reboot, as I am writing this conversation on the same machine used to run octoprint...19:01
mate|5202just explain19:02
mate|5202you said: "also add it to /home/youruser/https://thepasteb.in/p/k5hYB2y9VyQSE19:02
mate|5202"19:02
mate|5202but this can not work, there must be a file to write to or a file to be created (with possibly a known name) and then this init copied to. Correct?19:03
mate|5202reeeeeeeeebooooooot19:06
odroidhello19:11
odroidthe octoprint guy...19:11
odroiddid not work...19:11
diogenes_odroid, run: cat /etc/xdg/autostart | nc termbin.com 999919:12
diogenes_tell me if you see any link19:12
odroidcat: /etc/xdg/autostart: Is a directory19:13
odroidno links...19:13
diogenes_oh sorry19:13
diogenes_run: ls /etc/xdg/autostart | nc termbin.com 999919:13
odroidls /etc/xdg/autostart | nc termbin.com 999919:13
diogenes_in terminal19:14
odroidhttp://termbin.com/d1wm19:14
odroidso yes, there is a link. what is this and may I click it? :D19:14
diogenes_now19:14
diogenes_run: ls /usr/share/applications | nc termbin.com 999919:15
diogenes_share the link19:15
odroidI already did... it is a few lines above, here is the pastebin: https://pastebin.com/pEB7SC8y19:16
odroidno, sorry, will do it now19:16
odroidhttp://termbin.com/i4r319:17
odroidmy god had no idea this was possible in ubuntu19:18
diogenes_ok what is the command that you use to start your octopusthing in normal way?19:19
odroid~/OctoPrint/venv/bin/octoprint19:20
odroidin command line19:20
odroidMATE terminal, sorry19:20
diogenes_run: cat ~/OctoPrint/venv/bin/octoprin | nc termbin.com 999919:21
diogenes_sorry add a "t"19:21
diogenes_cat ~/OctoPrint/venv/bin/octoprint | nc termbin.com 999919:22
odroidcat: /home/odroid/OctoPrint/venv/bin/octoprin: No such file or directory19:23
odroidcat: /home/odroid/OctoPrint/venv/bin/octoprin: No such file or directory:)19:23
diogenes_~/OctoPrint/venv/bin/octoprint <=== is this s script which contains another command or it's a binary?19:23
odroidjust a second, my fault...19:24
odroidhttp://termbin.com/gmwi19:25
diogenes_so you just run in terminal ~/OctoPrint/venv/bin/octoprint and it works right?19:26
odroidyes, correct19:26
diogenes_ok now19:27
odroidit starts the server and I can get to it via browser19:27
diogenes_run: touch OctopusPrint.desktop19:27
odroid66% of stuff does not work yet, so no webcam, no slicer, but these will be another topic19:27
odroidcurrently the server is running. Leave it or shut it down?19:28
diogenes_leave it19:28
odroidnothing happened?19:29
diogenes_I know, just tell me done19:29
diogenes_now19:29
diogenes_run: pluma OctopusPrint.desktop19:29
odroiddone19:30
diogenes_did it open a document?19:30
odroidyes, blank document titeld OctopusPrint.desktop19:30
diogenes_good19:30
diogenes_now open another terminal19:31
odroiddone19:31
diogenes_run: ls /usr/share/icons/hicolor/32x32/apps/ | nc termbin.com 999919:31
odroidhttp://termbin.com/o9jf19:33
diogenes_do you still have that document opened?19:36
odroidyes19:36
diogenes_open this link and copy its content to that document: http://termbin.com/so9u19:36
odroidpasted19:37
diogenes_save the document and close it19:37
odroiddone19:38
diogenes_now in the same terminal that you have just opened the document run: chmod +x OctopusPrint.desktop19:38
odroiddone19:39
diogenes_now run: cp OctopusPrint.desktop $HOME/.local/share/applications19:40
odroiddone19:41
diogenes_now go to the mate menu > internet and see if you find the new shortcut named OctopusPrint19:41
odroidconfirmed19:41
diogenes_now let's test it, shutdown your octopus server and try to open it via the new shortcut19:42
odroidlet me verify if the server really is stopped19:43
diogenes_ok19:43
odroidit sensed the server is starting, give it a minute or so... looks good so far19:44
odroidstarted.19:44
diogenes_so it works with the shortcut right?19:44
odroidcorrect19:44
diogenes_ok now19:45
diogenes_run: sudo cp $HOME/.local/share/applications/OctopusPrint.desktop /etc/xdg/autostart19:45
odroiddone19:46
diogenes_run: cp $HOME/.local/share/applications/OctopusPrint.desktop $HOME/.config/autostart19:47
odroiddone19:48
diogenes_run: ls /etc/xdg/autostart | nc termbin.com 999919:48
odroidhttp://termbin.com/nd67r19:49
diogenes_run: ls $HOME/.config/autostart | nc termbin.com 999919:49
odroidhttp://termbin.com/gqt719:50
diogenes_go ahead reboot19:51
odroidlet me just copy and save this goodies19:51
diogenes_you gonna have everything in your terminal history anyways, but save it, it's useful19:52
diogenes_if you run in the terminal: history19:52
diogenes_it will show you everything19:52
odroidmultiple terminal windows??19:52
odroidreebooot19:53
diogenes_ok19:53
odroid_backhello19:56
v3k+i19:56
odroid_backI am pleased to say it works!19:56
diogenes_odroid_back, ok goot19:56
diogenes_good*19:56
odroid_backexcellent19:56
diogenes_fantastic19:56
odroid_backwould you like a reward?19:56
diogenes_don't worry, linux is non-profit19:57
odroid_backuser support isn't19:57
diogenes_it's meant to be free and the support at least from my side will always be like this19:57
v3khelp19:58
odroid_backI bow to you sir.19:58
v3khi ?19:58
diogenes_odroid_back, once you've lit your torch up, share the light with others who need it!19:59
diogenes_good luck19:59
odroid_backthank you and much respect from my side20:00
diogenes_you're welcome20:00
ryan_just installed ubuntu mate 17.04 on emachine t5212 how to make dvd's play?21:57
supMATEI have had to to reinstall Ubuntu MATE 4 times due to really odd bugs. It wouldn't boot at one point, wifi would not work one time only wired(checked, and have all drivers), desktop became corrupted, and then my cursor wouldn't work even after restarting. So far I haven't had to reinstall all day since this morning, but I do not wan't to have to re22:06
supMATEinstall again. Anyone know what's going on?22:06
supMATEI should probably put this on AskUbuntu instead of here because I do not think anyone here knows what's going on22:14
* supMATE 22:16
ladys574▄▄▄▄▄▄▄▄▄▄▄▄▄ DID YOU GUYS KNOW TODAY WAS NIGGERS DAY?? SAY HI TO YOUR FAVORITY NIGGER IN #FREENODE!! quicktalkeh676te.onionqxptt: khw os2mac_ m4t s0ph0s Hobbyboy hggdh DerRaiden dipraw__ M_aD stooj led_ir22 aptanet marosg ryan_ johnc4510 xor ali1234 SynfulAck jlacroix DerRaiden_ ubot9 isaagar el BlackPanx scottASL48 mich1x rymate1234 marlinc BubuIIC palasso Talikk22:27
ladys574▄▄▄▄▄▄▄▄▄▄▄▄▄▄ DID YOU GUYS KNOW TODAY WAS NIGGERS DAY?? SAY HI TO YOUR FAVORITY NIGGER IN #FREENODE!! quicktalkeh676te.onionfzddt: aptanet rymate1234 cyphermox karjala el ali1234 DerRaiden_ s0ph0s pizzaops sixwheeledbeast isaagar mich1x lord4163 mandje_ ryan_ harald_bl_g AndrzejL M1K4 to ubergoose johnc4510 egos wxl karjala_ m4t BlackPanx Hobbyboy khw Tal22:27
ryan_only installed once and updated after all working but playing dvd's22:31

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