ubuntu-mate | alguem do BR | 02:56 |
---|---|---|
=== philroche_ is now known as philroche | ||
ubuntu-mate | :) | 06:03 |
sam_ | hi | 08:05 |
sam_ | is this a channel for questions | 08:06 |
ouroumov_ | hi sam_ | 08:06 |
ouroumov_ | yes | 08:06 |
sam_ | i am new to ubuntu mate | 08:06 |
sam_ | i really like ubuntu mate | 08:07 |
sam_ | but onething is not clear to me | 08:07 |
sam_ | it seems i cant find a place to have a list of all installed packages | 08:07 |
sam_ | i can use the command line for sure, but there is no GUI to show that | 08:07 |
ouroumov_ | Hm | 08:08 |
sam_ | hoep this is not a repeated question | 08:08 |
ouroumov_ | The problem is the list is very long | 08:08 |
sam_ | i understand | 08:08 |
sam_ | but most destros offer some kind of view of the installed packages | 08:09 |
sam_ | as sometimes you need a visual of what you have on the system | 08:09 |
ouroumov_ | Synaptic can show installed packages in a GUI | 08:10 |
ouroumov_ | But you're gonna get finger cramps from scrolling | 08:10 |
sam_ | let me check | 08:10 |
ouroumov_ | (Synaptic is not installed by default - I think) but is available through the software boutique | 08:11 |
ouroumov_ | When you start Synaptic, sort packages by "Installed Version" so that installed packages are at the top | 08:12 |
sam_ | i have synaptic now, let me check | 08:13 |
alkisg | sudo apt install gnome-software | 08:13 |
alkisg | This is the software center that's also used by ubuntu/unity | 08:14 |
sam_ | yes got it | 08:15 |
sam_ | its long as stated | 08:15 |
sam_ | no other way to show only applications, not all detailed packages? | 08:15 |
sam_ | ill check the gnome one | 08:17 |
ouroumov_ | sam_, there's a command line way to list all programs, but again it's quite long: https://ubuntu-mate.community/t/list-available-programs/6141 | 08:17 |
sam_ | cool | 08:25 |
sam_ | very nice, solved my issue | 08:26 |
sam_ | thanks a million | 08:26 |
mate|36860 | Hello, I need some help, I want to write a simple " file " that performs some simple command like " sudo apt-get update " , when i double-click on it,...how can i do this? | 09:33 |
Akuli | apt-get update doesn't actually install anything, you want apt-get update and apt-get upgrade | 09:34 |
Akuli | or better yet, aptitude update and aptitude upgrade | 09:34 |
mate|36860 | yes, the command " sudo apt-get update " is an example,...the command that i need to execute is " sudo service network-manager restart ".... | 09:35 |
Akuli | oh thats easy | 09:36 |
Akuli | right-click your top panel, add to panel, the first option you have, then add "gksudo service network-manager restart" as the command | 09:36 |
Akuli | the problem with that is that if it fails the errors aren't saved anywhere... but i guess they end up in your dmesg anyway so it shouldn't really matter | 09:37 |
mate|36860 | wow, thanks this was just what I was looking for, thank you very much :-) | 09:41 |
Akuli | if you want it to open a terminal save this http://dpaste.com/36V9SYC somewhere, run "chmod 755 /that/some/place" and set "/that/some/place" as the command | 09:42 |
mate|36860 | ok, many thanks :-) | 09:47 |
manu | hi | 09:48 |
=== manu is now known as Guest77122 | ||
Guest77122 | hi | 09:49 |
Guest77122 | my bluetooth does not work in ubuntu mate 16 | 09:49 |
Guest77122 | I tried it with three different eartags. ubuntu before 15 if it worked. I uninstalled and re-installed everything. but still does not work | 09:51 |
=== Help is now known as Guest67188 | ||
Guest67188 | Hello, I need some help with adobe flash player, i already have flash player installed, in fact on mozilla firefox it works, but doesn't work on chromium,... why? | 12:59 |
ubuntu-mate | hey | 13:06 |
Akuli | Guest67188, because you haven't installed flash for chromium | 13:09 |
Akuli | but really, flash is old and deprecated and you should avoid using it as much as possible | 13:09 |
ubuntu-mate | just teting disto 16.04.1 mate on asrock ion 330 ht | 13:09 |
Guest67188 | yeah, I know it but I need to install flash for view a site,...how can I install flash on chromium? | 13:10 |
Akuli | i have no idea | 13:10 |
Akuli | chrome comes with its flash, so maybe you could download it instead | 13:11 |
ouroumov_ | ubuntu-mate, is it working alright? | 13:25 |
Akuli | so far i haven't heard about anything that would be better in 16.04 than in 14.04 | 13:26 |
omega | 13:32 | |
* Akuli | 13:32 | |
alkisg | 13:32 | |
omega | how can i install wine my computer | 13:32 |
Akuli | sudo aptitude install wine | 13:32 |
alkisg | sudo apt install wine | 13:32 |
alkisg | aptitude isn't preinstalled :) | 13:32 |
Akuli | choose your favorite :) | 13:32 |
alkisg | So you need apt install aptitude first! | 13:33 |
Akuli | aptitude has minesweeper and more awesome easter eggs | 13:33 |
alkisg | apt has... fewer letter to type :P | 13:34 |
omega | ok let me first install aptitude] | 13:35 |
alkisg | Really, there's no need to install aptitude | 13:35 |
alkisg | But if you prefer it, sure, go ahead | 13:35 |
omega | what should i install | 13:37 |
alkisg | sudo apt install wine | 13:37 |
alkisg | That command installs wine | 13:37 |
alkisg | You don't need to install anything before that | 13:37 |
omega_ | this is what is in the | 13:40 |
omega_ | E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. | 13:40 |
omega_ | omega@omega-HP-500B-Microtower:~$ | 13:40 |
alkisg | That's not because of the apt command, but because of something you did before that | 13:41 |
omega_ | what should i do next | 13:41 |
alkisg | I.e. you interrupted some package installation | 13:41 |
alkisg | Run what it says | 13:41 |
alkisg | sudo dpkg --configure -a | 13:41 |
alkisg | And don't press ctrl+c while installing programs | 13:41 |
omega | ok let do that | 13:42 |
omega_ | I HAVE RUN -> sudo dpkg --configure -a | 13:44 |
omega_ | THEN WHAT NEXT | 13:44 |
alkisg | Don't type caps, it's like yelling | 13:44 |
alkisg | Then run sudo apt install wine | 13:44 |
omega_ | The following packages will be upgraded: | 13:45 |
omega_ | ttf-mscorefonts-installer | 13:45 |
omega_ | 1 upgraded, 121 newly installed, 0 to remove and 13 not upgraded. | 13:45 |
omega_ | 1 not fully installed or removed. | 13:45 |
omega_ | Need to get 0 B/165 MB of archives. | 13:45 |
omega_ | After this operation, 601 MB of additional disk space will be used. | 13:45 |
omega_ | Do you want to continue? [Y/n] | 13:46 |
omega_ | thats where iam right now | 13:46 |
alkisg | well, press y | 13:46 |
alkisg | It's ok to read what the programs say... | 13:46 |
alkisg | You don't have to ask in irc for everything | 13:46 |
alkisg | That also means that you already have wine, btw | 13:46 |
alkisg | Ah, you probably interrupted its installation previously... ok, go on, press y there | 13:47 |
omega_ | ok | 13:49 |
omega_ | it has given me package configuration how do i exit it | 13:50 |
alkisg | what do you mean? what's the output? | 13:51 |
omega_ | thats what is in the terminal | 13:52 |
alkisg | copy it here so that we can see what you're saying | 13:52 |
alkisg | copy e.g. the last 5 lines | 13:52 |
omega_ | Configuring ttf-mscorefonts-installer ├─────────────────┐ | 13:53 |
omega_ | │ │ | 13:53 |
omega_ | │ • Installation and Use. You may install and use an unlimited number | 13:53 |
omega_ | │ of copies of the SOFTWARE PRODUCT. | 13:53 |
omega_ | │ • Reproduction and Distribution. You may reproduce and distribute | 13:53 |
omega_ | │ an unlimited number of copies of the SOFTWARE PRODUCT; provided | 13:53 |
omega_ | │ that each copy shall be a true and complete copy, including all | 13:53 |
omega_ | │ copyright and trademark notices, and shall be accompanied by a | 13:53 |
omega_ | │ copy of this EULA. Copies of the SOFTWARE PRODUCT may not be | 13:53 |
omega_ | │ distributed for profit either on a standalone basis or included | 13:53 |
alkisg | That's a lot of lines, but not the last 5 lines | 13:53 |
alkisg | Select "yes" or "i agree" with the arrows, then press enter | 13:53 |
omega_ | but its in the terminal | 13:54 |
alkisg | omega_, do you see an OK there? | 13:56 |
alkisg | Press the arrow keys, or tab, so that it gets selected | 13:56 |
omega_ | yes its there | 13:56 |
alkisg | When it's selected (different color), then press enter | 13:56 |
alkisg | That's how you press buttons in the terminal | 13:57 |
omega_ | with the tab key it has proceeded | 13:57 |
omega_ | its unpacking right now | 13:58 |
Akuli | ew, microsoft's fonts :( | 13:59 |
Akuli | you can install wine without them, just hold that package before installing wine | 13:59 |
Akuli | alkisg, alias gimme='sudo aptitude install' | 14:02 |
Akuli | gimme wine | 14:02 |
mbz | hello ther | 14:06 |
mbz | hello there | 14:06 |
SuperEngineer | hell | 14:07 |
SuperEngineer | hello | 14:07 |
mbz | please, how to configure ubuntu mate 16 to have the numlock on at startup beacause my password contains numbers | 14:07 |
SuperEngineer | ;-) | 14:07 |
SuperEngineer | tried shutting down with numlock activated at shutdown? | 14:08 |
SuperEngineer | mbz: ^ | 14:08 |
mbz | i've tried the "greeter-setup-script=/usr/bin/numlockx on and the system didn't start | 14:09 |
Akuli | mbz, http://askubuntu.com/a/128038 | 14:09 |
mbz | yes | 14:09 |
Akuli | hmm | 14:09 |
Akuli | i'm sure it starts to some point and you can still use a tty | 14:09 |
SuperEngineer | 123333 | 14:10 |
Akuli | just press Ctrl+Alt+f1 when you think it's frozen, and then go edit that file again | 14:10 |
SuperEngineer | [I shut my system down with numlock activated] | 14:10 |
omega | Processing triggers for ureadahead (0.100.0-19) ... | 14:10 |
mbz | going to try to shut down again with numlock on to see what happens | 14:11 |
SuperEngineer | and when I use numeric keys 123456 it works 1234567890 | 14:11 |
Akuli | https://help.ubuntu.com/community/NumLock | 14:11 |
mbz | ah ok... going on help.ubuntu.... | 14:11 |
SuperEngineer | [the above was also tried and proved k in a tty] | 14:11 |
omega | is there any thing that i should proceed with after that process of unpacking | 14:11 |
Akuli | omega, after that you should be able to run your windows programs in wine | 14:12 |
Akuli | right-click your .exe, open with wine | 14:13 |
omega | ok | 14:18 |
Akuli | you might be able to use wine already even if its not fully processed yet | 14:18 |
omega | i have ran wine to install idman505.exe but the response is error ID:1006 that could not create map file in getviewfile file invalid | 14:23 |
Akuli | maybe your program doesn't work under wine? | 14:29 |
Akuli | what is it supposed to do anyway? there's probably a non-wine alternative to it | 14:30 |
omega | its an Internet download manager that is used to download files of different type | 14:33 |
Akuli | there's a bunch of other alternatives | 14:34 |
Akuli | maybe uget is what you want= | 14:34 |
Akuli | ? | 14:34 |
mate|87403 | hai | 15:15 |
mate|87403 | i installed ubuntu 16.04 to y lenovo laptop wifi is not working in thta | 15:16 |
mate|59420 | hai | 15:17 |
ouroumov_ | hi mate|59420 | 15:18 |
ouroumov_ | common wifi troubleshooting procedure: | 15:18 |
ouroumov_ | 1. open terminal (CTRL+ALT+T) | 15:19 |
ouroumov_ | 2. type "sudo lshw -C net" | 15:19 |
ouroumov_ | 3. Enter your password, it won't be echoed to your as you type | 15:19 |
ouroumov_ | 4. Google "ubuntu <card model> <driver>", with these informations found from output of lshw command | 15:20 |
mate|59420 | ONCE SEC | 15:20 |
mate|59420 | no wired is working wireless is not detecting i think the drivers is not installed | 15:22 |
mate|59420 | how to find card model in this laptop r any compatible | 15:22 |
=== sinewav1 is now known as sinewav | ||
=== seatsea__ is now known as seatsea | ||
=== Gallo_ is now known as Guest97870 | ||
=== sinewav1 is now known as sinewav | ||
=== bekks_ is now known as bekks | ||
=== sinewav1 is now known as sinewav | ||
zak | where is the brightness settings | 20:33 |
=== zak is now known as Guest92302 | ||
=== Hobbyboy|BNC is now known as Hobbyboy | ||
=== DerRaiden_ is now known as DerRaiden | ||
ubuntu-mate | breaking the silence | 21:53 |
=== scottt is now known as Guest9329 | ||
=== DalekSec_ is now known as DalekSec | ||
raspberry | Greetings , does anyone here know about ubuntu mate on the raspberry Pi? | 23:08 |
ouroumov_ | hello raspberry | 23:09 |
ouroumov_ | raspberry, there's a decent number of rpi users on our forums: https://ubuntu-mate.community/ | 23:09 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!