/srv/irclogs.ubuntu.com/2017/10/24/#ubuntu-mate.txt

matejjhi00:39
matejjis there a way to add an "open private window" command when right clicking my preferred web browser similar to how Firefox has it?00:40
samuelobIm running Ubuntu mate 17.10 in gnome boxes and I can't seem to get a 1366x768 res..any idea?...01:55
samuelobI have installed the spice vdagent and that has not solved the problem01:56
teebissmate is the best flavor of ubuntu02:38
muddihi02:52
jcalvaradohola amigos me podrian decir como instalar skype para ubunto mate i33603:02
Menzadorjcalvarado: Actívase el repositorio "partner"03:18
atlu12345atl08:12
atlubuntu12345atl08:13
atlbaste re08:13
=== james is now known as Guest66645
faekjarzHi there! I'm testing the new 17.10 release in a VM (Virtualbox 5.0.40_Ubuntu r115130) on a 16.04 LTS with intel iGPU and gnome. The VM apparently tries and fails to switch to GUI mode. Now it just sits there blinking its cursor on blank screen. Any known issues with the Virtualbox graphics drivers, from the 17.10 repo (driver installer, via welcome screen)? First boot went fine, following boots with vbox graphics drivers fail.13:47
m4tfaekjarz: you should be able to do alt+f1 to switch to a login prompt13:50
m4tmaybe login and check /var/log/Xorg.0.log13:51
m4tif X is dying that might tell you why13:51
nemofaekjarz: btw... you said gnome13:52
nemoas in... gnome3? not mate?13:52
nemojust checking you are in the right channel 😝13:52
m4tvm is ubuntu-mate from what i understood13:53
nemofor one thing, gnome 3 requires acceleration, MATE it is optional (another reason MATE is better on VMs)13:53
nemook...13:53
faekjarznemo: the bare metal host runs 16.04 gnome, the VM mate 17.1013:53
m4talso if alt-f1 doesn't work you could try cntrl+alt+f113:54
faekjarzXorg log says vboxvideo module does not exist. …i'll try (re-)installing it, maybe refreshing initrd13:58
nemolinux should work ok w/o extensions tho...14:00
faekjarzi installed virtualbox-guest-dkms, ran update-initramfs -ckall, reboot, works fine now (fine as in login GUI is present)14:08
rooothi16:33
luna__Installing Ubuntu MATE on a pie here :)17:08
naturallywhat is a good gui tool to query+investigate an IP on your network?17:30
naturallyi used to have one but cant remember the name17:30
alkisgnmap17:31
naturallyyeah thats the one! :)17:32
naturallyzenmap17:33
naturallythanks alkisg17:33
alkisgnp17:33
=== moondoggy_ is now known as moondoggy
mate|37936I am realy impressed about Ubuntu mate 17.1018:40
mate|24363hello everybody19:43
diogenes_hello19:44
karjala_hi19:59
karjala_diogenes_, you greek?19:59
diogenes_karjala_, I'd say I'm not linked to any nation, I'm a citizen of the planet Earth20:00
karjala_I'll say that to the tax man next time he bothers me20:01
diogenes_lol, first you have to get rid of dependency so nobody has influence over you and your life20:02
=== huseyin is now known as Guest57016
santemanueleHello. Ciao.22:52
santemanueleI got this file PonyIsland.x86 in dunno what do of it22:54
m4tsantemanuele: what does "file PonyIsland.x86" say?23:07
santemanuelePonyIsland.x86: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked23:15
santemanueleinterpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=85df81ebc71c930ebbe8deeff9bf0e30f8971645, stripped23:15
santemanuele@m4t23:20
m4toh, sorry23:20
santemanuelenp23:20
m4tyeah it's just an .exe. however, it is 32-bit. are you on 64-bit ubuntu? if so, you might need to install the corresponding 32bit libs23:20
santemanuele6423:20
m4tyou can run: ldd PonyIsland.x8623:20
m4tit will show you which, if any, are missing23:21
santemanuelenon è un eseguibile dinamico23:21
m4toh hmm..23:21
santemanueleit's like it's not a dynamic executable23:21
m4tdoes /lib/ld-linux.so.2 exist?23:21
m4tyou will need to do: apt-get install libc6-i38623:22
m4tand after that, you should be able to see which libraries are missing23:22
m4tthen install them like: apt-get install somelibrary1:i38623:23
m4tif you're unsure which package supplies the missing libraries, you can use https://packages.ubuntu.com "Search the contents of packages"23:25
m4tor, install apt-file then run sudo apt-file update.23:26
m4te.g.23:26
m4tmatt@aquos:~$ apt-file search /lib/ld-linux.so.223:26
m4tlibc6-i386: /lib/ld-linux.so.223:26
santemanueleldlinux.so does't exist23:26
m4tyes so do the above steps23:26
m4tyou're missing the i386 libs. it's a 32 bit program so needs 32 bit libs. they can be installed side-by-side on modern ubuntu/debian via what is called multiarch23:27
m4t(technical detail, don't need to know anything about multiarch to install/use the libs)23:27
santemanuelehttps://thepasteb.in/p/Z4hP9J4K78pTG23:37
santemanuelelinux-gate.so.1 =>  (0xf775b000) https://thepasteb.in/p/Q1hBj0A1909T823:37
santemanuelesorry for make a mess with this message23:38
m4tapt-get install libgl1:i386 libx11-6:i386 libxcursor1:i386 libxrandr2:i386 lib32stdc++6 lib32gcc123:41
m4tthat should do it i think...23:41
m4tuntested of  course23:41
m4thttps://www.linux-kvm.org/page/FAQ#Do_you_have_a_port_of_KVM_for_Windows.3F23:44
m4ter wrong channel sorry :)23:45
santemanuelenp23:45
santemanueleInstalling23:45
santemanuele@m4t how u get the the packages names??? From packages.ubuntu.com???23:46
m4tno like i said, with 'apt-file'23:46
m4tsudo apt-get install apt-file && sudo apt-file update23:47
m4tthen for example, 'apt-file search libstdc++.so.6'23:47
m4tpackages.ubuntu.com is basically the same thing, at least that part of the functionality23:47
santemanueleI didn't undestand that i have to installa apt-file. I just tryed to run it23:48
m4to23:48
santemanueleNice. The game start, show the Unity logo then closing23:51
m4tlol darn. well, can't help you there :|23:53
santemanueleI see. Thanks for all23:59
m4tnp23:59

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