[00:00:16] <uberbunny> k
[00:00:19] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has quit IRC (Quit: 00)
[00:00:31] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has joined #manjaro
[00:00:35] <uberbunny> ahh, you add your excludes inthat text file
[00:01:31] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has quit IRC (Read error: Connection reset by peer)
[00:01:40] <uberbunny> I have to step out for a second
[00:02:24] <mike-zal2> yeap
[00:02:26] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has joined #manjaro
[00:03:03] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has quit IRC (Read error: Connection reset by peer)
[00:03:16] <mike-zal2> I am adding lines with exceptions and all of the work, except those damn symlinks with spaces. also dicovered that /VirtualBox VMs does the same problem
[00:03:31] <mike-zal2> it's also a symlink with spaces
[00:05:43] <rhg136> maybe you have to tell it to follow symlinks
[00:07:53] <mike-zal2> that's the problem, it follows the symlink, why I don't want it
[00:08:00] <mike-zal2> when I don't want it*
[00:09:00] <mike-zal2> I do want to follow symlinks but not those two ones (steam and virtualbox) so I am trying to put it on ignore list, but it's not respecting them. all other folders on that list are omited but not those ones
[00:09:21] *** Trustable <Trustable!~Trustable@dslb-188-101-089-063.188.101.pools.vodafone-ip.de> has quit IRC (Remote host closed the connection)
[00:10:24] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[00:10:38] <rhg136> hmm
[00:11:14] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has joined #manjaro
[00:12:25] <Kjeldmis> hm. I would write a bash script that proper escapes entries before reading the text file.
[00:12:40] <Kjeldmis> using sed for string replace
[00:15:16] <mike-zal2> you;re talking chineese now ;p. me and writing scripys doesn't mix
[00:17:47] <rhg136> this seems like a not-uncommon case; my ~ is filled with symlinks
[00:18:30] *** wmedrano_ <wmedrano_!wmedrano@nat/google/x-uadlqhzyxhbegrze> has joined #manjaro
[00:19:12] <mike-zal2> usually rsync just copies symlinks as symlinks. that works for most and causes no issues
[00:19:24] *** manjaro-web|5108 <manjaro-web|5108!b5a45cc3@gateway/web/cgi-irc/kiwiirc.com/ip.181.164.92.195> has joined #manjaro
[00:19:38] <mike-zal2> the problem beginns when you add parameter to treat symlinks as directories
[00:20:09] <mike-zal2> meaning: rsync creates directory instead symlink with content that follows symlink
[00:20:30] *** manjaro-web|5108 <manjaro-web|5108!b5a45cc3@gateway/web/cgi-irc/kiwiirc.com/ip.181.164.92.195> has quit IRC (Client Quit)
[00:20:33] <mike-zal2> and it's also ok, but what if you want to exclude some symlinks like I want?
[00:20:34] <rhg136> I mean not selectively following symlinks
[00:20:44] *** srth|89173 <srth|89173!b5a45cc3@gateway/web/cgi-irc/kiwiirc.com/ip.181.164.92.195> has joined #manjaro
[00:20:49] <mike-zal2> and what if, those pesky symlinks comes with spaces in the name?
[00:21:04] *** nicklas_ <nicklas_!~nicklas@c83-255-8-81.bredband.comhem.se> has joined #manjaro
[00:21:04] <Kjeldmis> mike-zal2: so it doesnt copy your data, just creates a directory?
[00:21:10] <mike-zal2> I thought I't just enough to put it on exclude list
[00:21:36] *** nicklas_ <nicklas_!~nicklas@c83-255-8-81.bredband.comhem.se> has quit IRC (Client Quit)
[00:21:57] <mike-zal2> no. if I have symlink "my stuff" it creates directory "my stuff" with its full content
[00:22:22] <Kjeldmis> ... and you dont want that?
[00:22:24] *** manjaro-web|7805 <manjaro-web|7805!5d840d9a@gateway/web/cgi-irc/kiwiirc.com/ip.93.132.13.154> has joined #manjaro
[00:22:25] <mike-zal2> the issue is. thos pesky symlinks not only have spaces and don't want to be ignored
[00:22:40] <rhg136> the "fix" is to readlink it before adding it to the file
[00:22:50] <mike-zal2> but they have symlinks inside that point to higher locations and it creates a loop
[00:22:58] <Kjeldmis> ah.
[00:23:06] <Kjeldmis> Makes sense.
[00:23:20] *** manjaro-web|7805 <manjaro-web|7805!5d840d9a@gateway/web/cgi-irc/kiwiirc.com/ip.93.132.13.154> has quit IRC (Client Quit)
[00:23:28] <mike-zal2> for example, .wine has C with user and it symlinks to linux user
[00:23:55] <mike-zal2> so inside wine and inside C you have another copy of you user folder and then another and another one...
[00:24:10] <mike-zal2> the same happens with playonlinux
[00:24:10] <Kjeldmis> y, I understand.
[00:24:17] <mike-zal2> the same with teamviewer
[00:24:20] <mike-zal2> and so on
[00:24:31] <Kjeldmis> Wouldnt it just be easier to turn symlinks off?
[00:24:36] <mike-zal2> no
[00:24:53] <mike-zal2> I want some symlinks to be synced as usual directories
[00:25:07] <rhg136> I used hardlinks once
[00:25:34] <rhg136> that worked great :(
[00:25:44] <mike-zal2> my dowloands, music, pictures are in other disc but are symlinked to home. I do want to have them on my backup as if they were directories.
[00:26:09] *** nicklas_ <nicklas_!~nicklas@c83-255-8-81.bredband.comhem.se> has joined #manjaro
[00:26:13] *** giricz81 <giricz81!~giricz81@ip4-83-240-38-90.cust.nbox.cz> has quit IRC (Quit: Konversation terminated!)
[00:26:32] <srth|89173> hi :)
[00:26:44] <mike-zal2> I could run two rsync commands but that's not ideal
[00:26:55] <mike-zal2> hi srth|89173
[00:27:28] <mike-zal2> if I could just exculde those problematic folders, all would be pitchy
[00:27:44] <Kjeldmis> then I would just escape them
[00:27:51] *** _thelion_ <_thelion_!~Matthias@178-190-218-127.adsl.highway.telekom.at> has quit IRC (Quit: WeeChat 1.5)
[00:28:00] <Kjeldmis> either by hand or using sed in a regular expression
[00:29:07] <Kjeldmis> if its 5 folders I would do it by hand. if its 500, I would write a regular expression and use sed for string replacing... I dont see any other solution than scripting here.
[00:29:45] <mike-zal2> I don't even understand the description what such script would do, let alone writing it
[00:30:55] <rhg136> wouldn't `sed -i -e 's| |\ |' FILE` work?
[00:31:05] <rhg136> err
[00:31:23] <Kjeldmis> well it would be something like> find all folders with a <space> in it, in some subdirectory containing symlinks. if it finds one with a space, it adds the escape character \ infront of any space.
[00:31:28] <rhg136> `sed -i -e 's| |\\ |' FILE` *
[00:31:52] <srth|89173> um, Anyone knows about a bug on systemctl which causes the system to complain about plymouth (Failed at step EXEC spawning /bin/plymouth: No such file or directory)?
[00:32:16] <rhg136> there is no bug
[00:32:29] <Kjeldmis> heh, the second one should do something like it. But you might need some logic to specify which directory to escape from...
[00:32:38] <rhg136> that's a config thing
[00:32:53] <srth|89173> my bad :(
[00:33:10] <srth|89173> what config thing?
[00:34:13] <uberbunny> disable plymouth service
[00:34:25] <rhg136> I'm not sure; try `grep -r plymouth /etc`
[00:35:16] <negen> there are some threads about that srth|89173
[00:35:19]
<Botergos> [https://is.gd/Cvba8B] Failed at step EXEC spawning /bin/plymouth: No such file or directory / Pacman & Package Upgrade Issues / Arch Linux Forums
[00:36:28]
<Botergos> [https://is.gd/oScZXb] upgrade - Failed at step EXEC spawning /bin/plymouth (Debian testing) - Unix & Linux Stack Exchange
[00:36:37] <negen> seems to be a fstab issue
[00:37:03] <srth|89173> oh, thnx
[00:37:11] <negen> I do not use plymouth so I cannont be of more help
[00:37:58] <srth|89173> i don't use it either xD that's what disturbs me the most :O
[00:38:30] <Kjeldmis> then its probably an abandoned service file
[00:38:42] <Kjeldmis> if you used plymouth at some point
[00:38:55] <srth|89173> nope :S
[00:39:18] <Kjeldmis> thats weird
[00:39:45] <negen> plymounth was default in manjaro for a while
[00:40:23] *** jsamyth <jsamyth!~jsa@2601:600:c302:3d00:e190:8c83:bf32:dbf5> has joined #manjaro
[00:41:44] <mike-zal2> I like playmouths, it's fun to install and use different ones
[00:41:54] <mike-zal2> a pity we have such little choice of them
[00:42:39] *** Azin <Azin!~Azin@94.191.185.26.mobile.3.dk> has quit IRC (Remote host closed the connection)
[00:42:51] <PMunch> Hmm, trying to update my laptop and I get 403's for all my packages..
[00:43:13] *** tmsbrdrs__ <tmsbrdrs__!~tmsbrdrs@24-241-31-30.static.hlrg.nc.charter.com> has quit IRC (Ping timeout: 268 seconds)
[00:46:49] <mike-zal2> PMunch: I had that too once. I changed mirror and it worked then
[00:50:49] *** jsamyth is now known as jsamyth-afk
[00:50:55] <PMunch> How did you do that?
[00:51:13] <Kjeldmis> PMunch: sudo pacman-mirrors -g
[00:53:15] <PMunch> Thanks
[00:53:35] <Kjeldmis> PMunch: np mate
[00:58:37] <PMunch> Hmm, now I've got bad signatures..
[00:59:30] <PMunch> One from the package kxmlgui, one "Antonio Rojas" and the other from texlive-core, one "Rémy Oudompheng"
[01:00:15] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has quit IRC (Read error: Connection reset by peer)
[01:00:54] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has joined #manjaro
[01:01:18]
*** srth|89173 <srth|89173!b5a45cc3@gateway/web/cgi-irc/kiwiirc.com/ip.181.164.92.195> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[01:02:44] *** sotram <sotram!~sotram@cblmdm134-228-69-208.buckeyecom.net> has joined #manjaro
[01:03:05] *** daifuco <daifuco!~daifuco@cpc98732-reig5-2-0-cust5.6-3.cable.virginm.net> has quit IRC (Remote host closed the connection)
[01:03:14] <Kjeldmis> PMunch: please post the exact error message.
[01:04:03] <PMunch> Well I'm updating something else now so the error disappeared but it said something to the tune of package corrupt, signature from "<name>" doesn't match
[01:04:33] *** peetaur is now known as Guest55873
[01:04:33] *** Guest55873 <Guest55873!~peter@p57AAA56F.dip0.t-ipconnect.de> has quit IRC (Killed (karatkievich.freenode.net (Nickname regained by services)))
[01:04:34] *** peetaur <peetaur!~peter@p57AAA3D7.dip0.t-ipconnect.de> has joined #manjaro
[01:05:06] <mike-zal2> yeah! i got it!
[01:05:12] *** wmedrano_ <wmedrano_!wmedrano@nat/google/x-uadlqhzyxhbegrze> has quit IRC (Ping timeout: 260 seconds)
[01:05:38] <mike-zal2> instead trying to treat the list as a bash, I just simply used: PlayOnLinux's virtual drives
[01:06:16] <mike-zal2> I tried many combinations and came to it with trial and error
[01:06:57] <mike-zal2> Kjeldmis: and uberbunny I found a way to exlude them finally!
[01:07:00] <ringo> you can always edit it :)
[01:07:04] <ringo> ooops
[01:07:47] <Kjeldmis> mike-zal2: thats great, how did you do it? :)
[01:07:53] *** peetaur <peetaur!~peter@p57AAA3D7.dip0.t-ipconnect.de> has quit IRC (Client Quit)
[01:08:25] <Kjeldmis> hi ringo :) hows it going?
[01:09:17] <PMunch> Hmm, it seems to have resolved itself..
[01:10:31] <mike-zal2> Kjeldmis: just put on the list "VirtualBox VMs" without quotes. so any / or \ or " or ' were just braking it
[01:10:55] <mike-zal2> so the error was to treat the list like a bash
[01:11:13] <Kjeldmis> mike-zal2: cool, glad u found a solution for it
[01:11:17] <uberbunny> I should have thought of that
[01:11:23] <uberbunny> It's not running in a shell
[01:11:29] <uberbunny> :-p
[01:11:43] <Kjeldmis> y, ofc. :P Its obvious when u think about it
[01:12:01] <mike-zal2> I started just eneter all possibilities one by one folliwing with an execution till I found the option
[01:12:22] <mike-zal2> yeah, it's logical after the fact... ;)
[01:12:37] <Kjeldmis> ah yes, ye good ol' trial n error
[01:13:31] <mike-zal2> luckily there were limted amount of possibilities. where I had all bash alike ones, I started thinking, what else I can put there and then it occured to me, just plain name of the symlink without anything
[01:15:34] *** SPF|Cloud <SPF|Cloud!uid11755@wikipedia/Southparkfan> has quit IRC (Quit: Connection closed for inactivity)
[01:16:25] *** parana <parana!be13cbb6@gateway/web/cgi-irc/kiwiirc.com/ip.190.19.203.182> has joined #manjaro
[01:16:34] <mike-zal2> it seems that rsync itself is just wrapping it properly for shell, so all it needs is a simple list and then it does the rest.
[01:17:40] <mike-zal2> that is also why other directories without / on the end were properly red
[01:18:23] <mike-zal2> so using .cache is enough because that's exactly the name of that drive
[01:18:38] <mike-zal2> and so was with the symlinks
[01:19:41] *** bugzc <bugzc!~1@unaffiliated/bugzc> has joined #manjaro
[01:19:49] <parana> Good evening, someone knows where I can perform specific package installation queries. I could not find anything on the wiki or google, specifically on Draftsight and WPSOffice, two fundamental applications for my work
[01:20:31] <parana> I am in Argentina
[01:21:07] *** tmsbrdrs__ <tmsbrdrs__!~tmsbrdrs@24-241-31-30.static.hlrg.nc.charter.com> has joined #manjaro
[01:21:09] <mike-zal2> parana: use AUR
[01:21:17] <parana> Desde ya muchas gracias
[01:21:45] <mike-zal2> like: yaourt nameofthepackage
[01:21:50] *** Brokenshakles <Brokenshakles!~brokensha@71.11.167.4> has quit IRC (Ping timeout: 246 seconds)
[01:22:00] <parana> En AUR de error
[01:22:24] <mike-zal2> parana: yaourt wps-office
[01:22:52] <mike-zal2> and then: yaourt wps-office-extension-spanish-dictionary
[01:22:56] <parana> I'll try it myself
[01:22:56] *** notis <notis!~notis@46.246.219.200.dsl.dyn.forthnet.gr> has quit IRC (Ping timeout: 260 seconds)
[01:23:20] <mike-zal2> and then: yaourt draftsight
[01:23:44] <mike-zal2> parana: when it asks you to edit, you say no, when install, yes
[01:23:47] <mike-zal2> and that's all
[01:23:51] <mike-zal2> simple as that
[01:25:07] <parana> Thanks
[01:25:10] <mike-zal2> or use gui like pamac or octopi to find those packages in AUR and mark them for install
[01:25:51] <parana> I try and then comment, very grateful boys
[01:26:57] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 260 seconds)
[01:27:28] <mike-zal2> parana: you may want to install also: ttf-wps-win10 and ttf-wps-fonts if you work on those files on windows systems too
[01:29:24] <negen> parana, wps is borked at the moment and I believe is no longer under development
[01:29:35] *** `Eddie_ <`Eddie_!~dedword@mot04014.swm.uni-mannheim.de> has joined #manjaro
[01:29:45] <negen> even once you install the windows fonts it will complain that the fonts are missing
[01:30:18] *** `Eddie <`Eddie!~dedword@unaffiliated/eddie/x-2286721> has quit IRC (Read error: Connection reset by peer)
[01:31:30] *** enkeys <enkeys!~enkeys@gateway/vpn/privateinternetaccess/enkeys> has quit IRC (Ping timeout: 265 seconds)
[01:32:28] <mike-zal2> have to go. bye
[01:32:32] *** mike-zal2 <mike-zal2!~michaldyb@agtp109.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[01:34:17] *** PMunch <PMunch!~PMunch@178.74.62.153> has quit IRC (Quit: leaving)
[01:34:56] <parana> Errors occurred, so the packages were not updated
[01:35:12] <parana> ==> WARNING: Your packages have been saved in / tmp / yaourt-tmp-guillermo
[01:35:26] <parana> ??
[01:35:29] *** Brokenshakles <Brokenshakles!~brokensha@71.11.167.4> has joined #manjaro
[01:35:51] <parana> wps-office by yourt
[01:37:27] *** Brokenshakles <Brokenshakles!~brokensha@71.11.167.4> has quit IRC (Client Quit)
[01:38:17] <parana> Now i will try yaourt draftsight
[01:38:39] *** king1337-2 <king1337-2!~king1337@S0106f0f24967f763.vc.shawcable.net> has joined #manjaro
[01:39:16] *** eNTi <eNTi!~eNTi@194-166-136-126.adsl.highway.telekom.at> has quit IRC (Remote host closed the connection)
[01:39:54] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[01:41:46]
*** parana <parana!be13cbb6@gateway/web/cgi-irc/kiwiirc.com/ip.190.19.203.182> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[01:42:23] *** parana <parana!be13cbb6@gateway/web/cgi-irc/kiwiirc.com/ip.190.19.203.182> has joined #manjaro
[01:47:29] *** optics <optics!~optics@unaffiliated/optics> has quit IRC (Ping timeout: 260 seconds)
[01:52:18] *** ddbot <ddbot!~limnoria@236.209-dsl.sccoast.net> has quit IRC (Ping timeout: 256 seconds)
[01:52:48] *** Manj-1604-e20 <Manj-1604-e20!~brokensha@71.11.167.4> has joined #manjaro
[01:52:48] *** Manj-1604-e20 is now known as Brokenshakles
[01:55:20] *** Brokenshakles <Brokenshakles!~brokensha@71.11.167.4> has quit IRC (Remote host closed the connection)
[02:03:52] *** Manj-1604-e20 <Manj-1604-e20!~brokensha@71.11.167.4> has joined #manjaro
[02:03:52] *** Manj-1604-e20 is now known as Brokenshakles
[02:07:20] *** optics <optics!~optics@unaffiliated/optics> has joined #manjaro
[02:08:36] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has joined #manjaro
[02:11:43] *** CountryfiedLinux <CountryfiedLinux!~robert@unaffiliated/countryfiedlinux> has joined #manjaro
[02:13:11] *** batch <batch!~batch@unaffiliated/batch> has quit IRC (Quit: Leaving)
[02:13:57]
*** parana <parana!be13cbb6@gateway/web/cgi-irc/kiwiirc.com/ip.190.19.203.182> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[02:14:41] *** `Eddie_ <`Eddie_!~dedword@mot04014.swm.uni-mannheim.de> has quit IRC (Ping timeout: 246 seconds)
[02:18:26] *** bryz <bryz!~bryz@198.50.192.151> has quit IRC (Quit: leaving)
[02:18:36] *** ashledombos <ashledombos!~manjaro-k@mandriva/forum/ashledombos> has quit IRC (Remote host closed the connection)
[02:18:44] *** bryz <bryz!~bryz@198.50.192.151> has joined #manjaro
[02:19:53] *** xangua <xangua!uid19036@gateway/web/irccloud.com/x-klafchwhuhzvtuva> has quit IRC (Quit: Connection closed for inactivity)
[02:24:57] *** xangua <xangua!uid19036@gateway/web/irccloud.com/x-twwcgmapboyioyde> has joined #manjaro
[02:27:47] *** nicklas_ <nicklas_!~nicklas@c83-255-8-81.bredband.comhem.se> has quit IRC (Quit: Leaving.)
[02:29:49] <CountryfiedLinux> howdy
[02:30:06] <uberbunny> hey
[02:30:30] <CountryfiedLinux> Have y'all heard the news about what's been going on in east TN?
[02:31:35] <uberbunny> TN?
[02:31:55] <CountryfiedLinux> Tennessee
[02:32:35] *** Brokenshakles <Brokenshakles!~brokensha@71.11.167.4> has quit IRC (Quit: Leaving)
[02:32:45] <uberbunny> I was thinking that, what about it?
[02:33:37] <CountryfiedLinux> The wildfires in Gatlinburg. Huge fires and 7 people killed so far.
[02:34:07] <uberbunny> k
[02:34:19] <CountryfiedLinux> Just look up Gatlinburg.
[02:38:41] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has quit IRC (Ping timeout: 265 seconds)
[02:39:38] <uberbunny> Wildfires is common like earth quakes
[02:39:46] *** Vlado9A <Vlado9A!~Vlado9A@unaffiliated/vlado9a> has quit IRC (Ping timeout: 244 seconds)
[02:39:46] <uberbunny> We have them
[02:41:10] <uberbunny> And Hurricanes
[02:41:24] *** Vlado9A <Vlado9A!~Vlado9A@unaffiliated/vlado9a> has joined #manjaro
[02:41:25] <uberbunny> Tornadoes
[02:47:09] *** jsamyth <jsamyth!~jsamyth@75-151-113-165-Washington.hfc.comcastbusiness.net> has joined #manjaro
[02:50:14] *** jsamyth-afk <jsamyth-afk!~jsa@2601:600:c302:3d00:e190:8c83:bf32:dbf5> has quit IRC (Quit: Konversation terminated!)
[02:51:35]
*** rhg136 <rhg136!6cab84aa@gateway/web/cgi-irc/kiwiirc.com/ip.108.171.132.170> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[02:52:09] *** Manj-1604-e20 <Manj-1604-e20!~brokensha@71.11.167.4> has joined #manjaro
[02:52:09] *** Manj-1604-e20 is now known as Brokenshakles
[02:54:32] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@202.142.108.191> has joined #manjaro
[03:03:42] *** Botergos <Botergos!~FatalExce@unaffiliated/yoshi2889/bot/fatalexception> has quit IRC (Ping timeout: 256 seconds)
[03:06:10] <uberbunny> CountryfiedLinux, You following DALP
[03:10:50] <CountryfiedLinux> uberbunny, What's that?
[03:11:19] <uberbunny> The Dokata pipe line
[03:11:26] <uberbunny> Natives protesting
[03:11:47] <CountryfiedLinux> What's dokata?
[03:12:53] <uberbunny> Sigh, let me get spell checking... I didn't know you were that person
[03:12:57] <uberbunny> One sec
[03:13:20] <CountryfiedLinux> Oh Dakota.
[03:13:43] <CountryfiedLinux> I'm not familiar with it.
[03:14:06] <uberbunny> Massive protest
[03:14:37] <uberbunny> It's interesting but I think Natives are marginalize
[03:14:47] <uberbunny> more than black people
[03:20:35] *** vexare <vexare!uid37544@gateway/web/irccloud.com/x-qztkushnavczzdxk> has quit IRC (Quit: Connection closed for inactivity)
[03:21:45] <CountryfiedLinux> uberbunny, If it's a danger to the water supply that's a huge problem.
[03:22:03] *** wmedrano_ <wmedrano_!wmedrano@nat/google/x-uejzyjdswfclhknz> has joined #manjaro
[03:23:51] *** sam457 <sam457!74444a40@gateway/web/cgi-irc/kiwiirc.com/ip.116.68.74.64> has joined #manjaro
[03:24:00] <sam457> hi
[03:24:22] <sam457> [root@evolution ~]# cat /etc/lsb-release
[03:24:23] <sam457> DISTRIB_ID=ManjaroLinux
[03:24:23] <sam457> DISTRIB_RELEASE=17.0-dev
[03:24:23] <sam457> DISTRIB_CODENAME=Gellivara
[03:24:23] <sam457> DISTRIB_DESCRIPTION="Manjaro Linux"
[03:25:24] <sam457> my pacman-mirrors.conf says stable
[03:25:43] <sam457> so why is my lsb-release got upgraded to a development version
[03:26:02] <sam457> more over I can't find a manjaro version 17.0 in public
[03:26:17] <sam457> please enlighten
[03:29:50] <CountryfiedLinux> According to Wikipedia, my favorite song was written between 1859-1940.
[03:31:09] <Kjeldmis> 17 is development / unstable
[03:32:01] *** G- <G-!~manjaro-k@c-69-140-245-97.hsd1.md.comcast.net> has joined #manjaro
[03:32:13] *** G- <G-!~manjaro-k@c-69-140-245-97.hsd1.md.comcast.net> has quit IRC (Client Quit)
[03:32:15] <Kjeldmis> Current version is Fringilla, 16.10 sam457
[03:34:04] <Kjeldmis> sam457: I cant tell you why, however, its easy to reverse.
[03:39:29] *** pingupingu <pingupingu!~pinguping@131-181-158-132.qut.edu.au> has joined #manjaro
[03:39:29] *** pingupingu <pingupingu!~pinguping@131-181-158-132.qut.edu.au> has quit IRC (Changing host)
[03:39:29] *** pingupingu <pingupingu!~pinguping@unaffiliated/pingupingu> has joined #manjaro
[03:39:36] *** tmsbrdrs__ <tmsbrdrs__!~tmsbrdrs@24-241-31-30.static.hlrg.nc.charter.com> has left #manjaro
[03:47:16] *** Ethel <Ethel!~Administr@dsl-olubrasgw2-54f867-212.dhcp.inet.fi> has quit IRC (Ping timeout: 240 seconds)
[03:49:38] <sam457> Thanks Kjeldmis..
[03:49:45] <sam457> please help me with how to reverse
[03:50:33] *** manjaro-kde5-- <manjaro-kde5--!~manjaro-k@122.178.222.196> has quit IRC (Ping timeout: 244 seconds)
[03:51:07] *** s8321414 <s8321414!~s8321414@1-174-126-250.dynamic.hinet.net> has quit IRC (Quit: Konversation terminated!)
[03:54:42] <uberbunny> sam457, You are on a testing branch?
[03:55:18] <uberbunny> Kjeldmis, Strit had said, he doesn't understand these new point releases
[03:55:30] <uberbunny> It's confusing a lot of people
[03:56:13] <uberbunny> I think Manjaro is trying to be newish, but no matter what version you install
[03:56:20] <uberbunny> pacman -Syyi
[03:56:23] <CountryfiedLinux> sam457, Does it work the way it's supposed to?
[03:57:38] <Kjeldmis> sam457: please post the result of pacman -Qi manjaro-release
[03:58:14] <Kjeldmis> on a pastebin ofc :)
[03:58:40] *** johnvan <johnvan!~John@toroon2634w-lp130-01-69-158-22-67.dsl.bell.ca> has joined #manjaro
[03:58:49] <sam457> I just done sudo pacman -S manjaro-release
[03:59:04] <sam457> it fixed to version 16.10
[03:59:24] <sam457> Thanks guys..
[03:59:31] <Kjeldmis> np mate.
[04:00:14] <Kjeldmis> y, it was something like that I wanted to do also, first I just wanted to check if manjaro-release was installed. :)
[04:01:34] *** tmsbrdrs__ <tmsbrdrs__!~tmsbrdrs@24-241-31-30.static.hlrg.nc.charter.com> has joined #manjaro
[04:01:59] <sam457> yep, thanks anyways good day :)
[04:02:17] <uberbunny> Do you seriously that change anything sam457
[04:02:25] <uberbunny> s/that/think/
[04:03:08] <uberbunny> You really believe that manjaro-release has truly change the circumstances of a manjora install?
[04:03:18] <uberbunny> When it only changes version numbers
[04:03:20] <Kjeldmis> well, it changes the version number... :P.
[04:03:27] <uberbunny> When it only changes version numbers
[04:03:37] <uberbunny> Kjeldmis, ^^
[04:05:48] <uberbunny> Kjeldmis, I think I off with my balances when it comes to helping people
[04:06:14] <uberbunny> I just like to focus on folks who actually understand what is going on
[04:06:25] * uberbunny drools
[04:06:32] <Kjeldmis> how so ? :)#
[04:06:50] <Kjeldmis> ah
[04:07:00] *** wmedrano_ <wmedrano_!wmedrano@nat/google/x-uejzyjdswfclhknz> has quit IRC (Ping timeout: 258 seconds)
[04:07:18] <Kjeldmis> well, I think this is the wrong channel >p Alot of clueless people find their way here
[04:07:40] <uberbunny> We get a few
[04:07:51] <uberbunny> Going through step by step
[04:07:59] <uberbunny> It's just not my thang
[04:08:21] <uberbunny> That's if, people give enough information
[04:08:25] <Kjeldmis> He just wanted the version number to match the distro branch. Easy peasy.
[04:08:34] <uberbunny> Kjeldmis, Pff
[04:08:48] <uberbunny> I am not even thinking about that Kjeldmis
[04:08:53] <Kjeldmis> :P
[04:09:03] <uberbunny> I forgot about him after his problem was solve
[04:10:11] <uberbunny> Kjeldmis, I can't wait to get my MSI
[04:10:17] <uberbunny> Rx 480
[04:10:26] <uberbunny> I will buy it on friday
[04:10:31] * uberbunny drools
[04:10:41] <Kjeldmis> My GTX 750ti gotta survive a few years more
[04:10:49] <uberbunny> hhehehe
[04:10:53] <uberbunny> Pfff
[04:11:20] <Kjeldmis> come on old garl, u can do it *pets the card*
[04:11:25] <uberbunny> My RX480 outperforms 1070 for price per performance ratio
[04:11:29] <uberbunny> Well
[04:11:33] <uberbunny> when I get it
[04:11:39] * uberbunny drools
[04:11:53] <uberbunny> I hoping my PSU handles it
[04:12:03] <uberbunny> with a 6pin to 8pin adapter
[04:12:04] <Kjeldmis> Yeah, Im still concerned about the quality of the AMDGPUPRO drivers.
[04:12:17] <uberbunny> Kjeldmis, Windows man, Windows
[04:12:24] <uberbunny> Game in LINUX?
[04:12:27] <Kjeldmis> oh, well no fuzz there.
[04:12:28] <uberbunny> no way!
[04:12:39] <Kjeldmis> Yeah, I only game on linux
[04:12:42] <uberbunny> hahahahaha @ no fuzz there
[04:12:48] <uberbunny> okay
[04:13:22] <Kjeldmis> hoping bethesda some day will see the light and release for Linux as well...
[04:13:34] <uberbunny> Kjeldmis, I plan to take out my mobo out of it's case and place the mobo on card board... for now
[04:13:45] <uberbunny> Kjeldmis, What game?
[04:14:05] <Kjeldmis> any of them. Fallout / Elder Scrolls series.
[04:14:32] <uberbunny> Kjeldmis, Since you brought that up, there is a Fallout 4 survival mode
[04:14:35] <uberbunny> I just torrent it
[04:14:48] <Kjeldmis> Skyrim runs decent in wine though... cant say the same about Fallout 4...
[04:15:01] <Kjeldmis> Oh yeah, I bought that game a while back.
[04:15:19] <uberbunny> I have it install, that's my far cry 3 for now.. I need to beat that game.. but that's 6 months.. because Fallout 4 is LONGGGG
[04:16:01] <Kjeldmis> Fallout 4? I completed it in a week or so... about 20 hours gaming time...
[04:16:10] <uberbunny> What?
[04:16:13] <uberbunny> Nah nah
[04:16:16] <uberbunny> Not for me
[04:16:38] <uberbunny> Because, honestly, I may play games maybe 1 or 2 times a month
[04:16:41] <Kjeldmis> If you skip all the pointless building and go straight to questing, 20 hours or so will do it.
[04:16:49] <uberbunny> Nah not me
[04:17:09] <uberbunny> I love questing, I love doing little things
[04:17:20] <uberbunny> I love doing crafting
[04:17:31] <Kjeldmis> yeah, me 2, but its so pointless in fallout 4.. .
[04:17:59] <uberbunny> Kjeldmis, You saw my Live Stream of Far Cry 3, I spent most of my time hunting and doing side quest before I focus on the main story
[04:18:19] *** tmsbrdrs__ <tmsbrdrs__!~tmsbrdrs@24-241-31-30.static.hlrg.nc.charter.com> has quit IRC (Ping timeout: 260 seconds)
[04:18:33] <Kjeldmis> Crafting gets u places though, but the building system gives no reward to the player...
[04:19:11] <Kjeldmis> set up a few stores, get some beds, place some turrets, rest is just unneeded filling..
[04:19:22] <uberbunny> Kjeldmis, I have to play to understand what you mean, but getting rewards for completion is not really a bad thing for me... but yeah
[04:19:30] <uberbunny> k
[04:20:15] <Kjeldmis> well, u can mod fallout 4s building system which I would highly recommend.
[04:20:33] <Kjeldmis> then its alot more fun.
[04:20:45] <uberbunny> Kjeldmis, Well, let me play vanilla for now
[04:21:01] <uberbunny> Because, I am fallout noob
[04:21:06] <Kjeldmis> first playthrough was vanilla for me 2...
[04:21:19] <Kjeldmis> fallout new vegas <3
[04:21:30] <uberbunny> I like expoloring for resources, I like building a vehicle
[04:21:36] <Kjeldmis> now thats an epic game with an epic quest tale.
[04:22:05] <Kjeldmis> pfff fallout 4 cant even compete
[04:22:35] <uberbunny> Kjeldmis, I played a MMO game quite similar to Fallout, but the only issue, I grinded a lot... I spend 48 hours straight.. NO Sleep.. Even when I was tired.. nothing... I built a ATV
[04:22:42] <uberbunny> It was slow as FUCK
[04:22:46] <uberbunny> I am like
[04:22:51] <uberbunny> That's it!
[04:23:08] <uberbunny> All that grinding for resource and I get a SLOW as ATV
[04:23:19] <uberbunny> I did't play that game afterwards
[04:23:45] <uberbunny> During playing that, a guy ask me to join a guild, but after two days, he never came online
[04:23:49] <Kjeldmis> fallout 4 is alot of grinding aswell... Atleast in vanilla... Fallout new vegas / fallout 3 is more straight to the fun part.
[04:24:21] <uberbunny> k
[04:24:24] *** CountryfiedLinux <CountryfiedLinux!~robert@unaffiliated/countryfiedlinux> has quit IRC (Quit: Leaving)
[04:24:33] <Kjeldmis> questing, dangerously looking dungeons, well-written characters...
[04:25:10] <Kjeldmis> jesus, I just remembered the insane selftaught wasteland doctor from Fallout 3 :P
[04:25:31] <Kjeldmis> Man she was pure batshit
[04:25:33] <uberbunny> Fallout 3 was way too hard for me
[04:25:48] <uberbunny> Fallout New Vegas was okay, I got far but I lost my save file
[04:25:55] <uberbunny> I didn't want to start all over
[04:26:16] <Kjeldmis> I loved yes man in Fallout New Vegas
[04:26:33] <uberbunny> Fallout 4, I played it, it was bad, I think I went against enemies before I build good armor on my first play though
[04:26:51] <uberbunny> s/was bad/wasn't bad/
[04:26:58] <Kjeldmis> and the expansions were REAL expansions, not some pesky addon for 40$
[04:28:04] <Kjeldmis> Fallout 4 is a good game. Its just when it comes to bethesda, the bar is set high from the start.
[04:28:09] <uberbunny> Kjeldmis, There is a Frost Survival Mod
[04:28:15] <uberbunny> I saw game play
[04:28:21] <uberbunny> That's what I want to play
[04:28:29] <optics> i use ubuntu for 1 thing, teamviewer, try to install it and get sorry, ubuntu 16.04 has experienced an internal error.
[04:28:31] <optics> pathetic.
[04:28:33] <uberbunny> But, naw, let me beat Fallout 4 first
[04:28:42] <Kjeldmis> optics: xD
[04:29:34] <uberbunny> Kjeldmis, I don't mind quest being repetitive
[04:29:36] *** yuta <yuta!~ippan@PPPa2873.e2.eacc.dti.ne.jp> has joined #manjaro
[04:29:49] <uberbunny> As long it's not, I have to travel a few dozen maps to get it
[04:30:04] <uberbunny> Prices, for the start, not to expensive
[04:30:13] <uberbunny> When I was playing Fallout New Vegas
[04:30:28] <uberbunny> I had a alot of bottle caps
[04:30:42] <uberbunny> So, buying stuff wasn't a problem for me
[04:31:19] <uberbunny> Grinding is too much to a point, where you grind but you get too little for return
[04:31:36] <uberbunny> Kjeldmis, Like I said, let me play it. and decide on my own
[04:31:57] *** Teknetronic <Teknetronic!~Teknetron@2601:3c3:302:19c9:6905:ed68:3eb5:7e0b> has joined #manjaro
[04:31:57] *** ChanServ sets mode: +v Teknetronic
[04:32:38] <uberbunny> Kjeldmis, Dammit the sale is over
[04:32:39] <Teknetronic> Anyone know how to disable horizontal 2 finger scrolling with KDE. Looked into system settings but everything was greyed out
[04:32:46] <uberbunny> It's back at 229
[04:34:56] <uberbunny> Kjeldmis, I am not going to get that card.. it went up
[04:35:34] <Kjeldmis> oh well. Its gotta come down again at some point
[04:35:59] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[04:36:09] *** yuta <yuta!~ippan@PPPa2873.e2.eacc.dti.ne.jp> has quit IRC (Quit: Leaving.)
[04:37:30] <uberbunny> Kjeldmis, I am going to order a new GPU on Friday so I can have it next week
[04:39:01] <uberbunny> If I am going 229.00 for it
[04:39:14] <uberbunny> Let me check the prices @ MicroCenter
[04:40:35] <uberbunny> 239
[04:40:37] <uberbunny> WTF
[04:41:02] <uberbunny> If order the newegg and pay for quick shipping, it will add up that much
[04:41:55] <uberbunny> XFX Radeon RX 480 8GB GDDR5 PCIe Video Card
[04:42:11] <uberbunny> If it's still a sale on Friday, I will pick that up
[04:42:18] <uberbunny> 4GB for 229
[04:42:20] <uberbunny> meh
[04:42:37] <Kjeldmis> well the 4 GB version is 295 USD here, so 229 is still a pretty good deal xD
[04:44:25] <uberbunny> Kjeldmis, MicroCenter is sale'ing a 8GB for the same price
[04:44:43] <uberbunny> That's if the sale last till friday
[04:45:12] <uberbunny> I will pay train ticket and pick it up that day
[04:45:15] <Kjeldmis> My problem with my GTX 750ti isnt that its too slow to run the games, it is that it runs out of RAM. I would opt for the 8gig version any day.
[04:46:00] *** Vlado9A <Vlado9A!~Vlado9A@unaffiliated/vlado9a> has quit IRC (Quit: WeeChat 1.6)
[04:46:11] <uberbunny> Kjeldmis, I am 2GB slow GPU
[04:46:16] <uberbunny> It works fine for me
[04:46:23] <Kjeldmis> the textures are simply too big to fit in its 2 GB memory. And system memory is just too slow.
[04:46:27] <uberbunny> Unless you doing some crazy 4k
[04:46:40] <Kjeldmis> I run my games in QHD.
[04:46:48] <uberbunny> brb Kjeldmis
[04:47:18] <Kjeldmis> 2560x1440, and at that res I run out of memory quick in games like GTA V
[04:48:22] *** Teknetronic <Teknetronic!~Teknetron@2601:3c3:302:19c9:6905:ed68:3eb5:7e0b> has quit IRC (Quit: Konversation terminated!)
[04:50:23] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has joined #manjaro
[04:51:20] *** tripped <tripped!~trip@user-36c5b4e.cable.mindspring.com> has joined #manjaro
[04:54:10] *** sam457 <sam457!74444a40@gateway/web/cgi-irc/kiwiirc.com/ip.116.68.74.64> has left #manjaro
[04:56:39] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@202.142.108.191> has quit IRC (Quit: Konversation terminated!)
[04:57:51] *** mattallmill <mattallmill!~mattallmi@ip68-103-129-112.ks.ok.cox.net> has quit IRC (Quit: Konversation terminated!)
[04:59:37] *** johnvan <johnvan!~John@toroon2634w-lp130-01-69-158-22-67.dsl.bell.ca> has quit IRC (Remote host closed the connection)
[05:00:16] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has quit IRC (Read error: Connection reset by peer)
[05:00:55] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has joined #manjaro
[05:07:01] *** tarok <tarok!~tarok@mon75-4-82-224-194-165.fbx.proxad.net> has quit IRC (Ping timeout: 248 seconds)
[05:08:55] *** optics <optics!~optics@unaffiliated/optics> has quit IRC (Quit: WeeChat 1.6)
[05:09:17] <uberbunny> Kjeldmis, Still around
[05:10:01] <Kjeldmis> Y, im still here mate :)
[05:10:08] <uberbunny> Kjeldmis, Uh, I remember, what's the deference between VHD and DVD with Hi-VHD
[05:10:23] <uberbunny> I am back
[05:10:41] <uberbunny> Let me switch to linux because I want to jam to music
[05:10:57] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has quit IRC (Ping timeout: 240 seconds)
[05:13:26] <uberbunny> Alright, I need to fixed, modprobe my sound drivers
[05:13:28] <uberbunny> Todo List
[05:16:19] <uberbunny> sweet /dev/sda8 on /mnt/d1/ntfs/win10 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
[05:16:23] <uberbunny> already mounted
[05:16:43] <uberbunny> Sometimes mounting ntfs can cause system not to boot completely
[05:18:44] <uberbunny> Kjeldmis: My neighbor baby is crying
[05:18:49] <uberbunny> I will keep the music low
[05:24:44] <uberbunny> Kjeldmis: I don't play games that needs more than 2GB besides GTAV
[05:25:19] <uberbunny> I think I am going to switch to archlinux
[05:25:27] <uberbunny> brb
[05:25:38] <uberbunny> mp
[05:25:41] <uberbunny> no
[05:25:50] <uberbunny> Hexchat doesn't have /media
[05:25:52] <uberbunny> meh
[05:31:16] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has quit IRC (Ping timeout: 250 seconds)
[05:33:33] *** lalaland <lalaland!~lalala@186-226-100-142.dynamic.startnetdigital.com.br> has joined #manjaro
[05:37:42] *** Kuvis <Kuvis!~owner@line-14130.dyn.kponet.fi> has joined #manjaro
[05:43:17] *** lalaland <lalaland!~lalala@186-226-100-142.dynamic.startnetdigital.com.br> has quit IRC (Quit: Leaving)
[05:43:30] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Ping timeout: 256 seconds)
[05:57:10] *** s8321414 <s8321414!~s8321414@1-174-126-250.dynamic.hinet.net> has joined #manjaro
[06:04:01] *** manjaro-web|1552 <manjaro-web|1552!bdc5a132@gateway/web/cgi-irc/kiwiirc.com/ip.189.197.161.50> has joined #manjaro
[06:07:54] <manjaro-web|1552> Good nite... I need advice, I have a PC (Acer Aspire Z5801), in the BIOS I can't disable the "powerboot/eufi", so It can run windows7 and ubuntu (using UEFI). Every time (for the last 3 years) I try without success to install Manjaro. Where I can find a good info to manage to install manjaro on this system? * ubuntu works but I when I need to upgra
[06:07:54] <manjaro-web|1552> de this Pc just stops working and I need to do a fresh install.
[06:08:53] <Kjeldmis> manjaro-web|1552: so, this is an UEFI only system?
[06:09:01] <manjaro-web|1552> yes
[06:09:16] <Kjeldmis> Manjaro should work perfectly with that.
[06:09:37] <xangua> failed to find cpu0 device node i got this while trying to boot manjaro lxqt
[06:09:47] <Kjeldmis> Disable secure boot if there is an option for it. otherwise, just install it normally.
[06:10:11] <manjaro-web|1552> I'll will try again this weekend, I got 2 vacation days... no, I can't disable secure boot, no option to doit :(
[06:10:32] <xangua> No option?
[06:11:31] <manjaro-web|1552> It have a simple option to select the UEFI partition to "use at boot" but not to turn off.
[06:11:49] <uberbunny> You can't select a partition, it's not MBR
[06:12:04] <uberbunny> You have to have 1 single FAT32 partition
[06:12:19] <uberbunny> It has have ESP flag
[06:12:31] <uberbunny> It also have to be on a GPT partition
[06:13:26] *** pingupingu <pingupingu!~pinguping@unaffiliated/pingupingu> has quit IRC (Quit: Leaving)
[06:14:08] <Kjeldmis> manjaro-web|1552: well secure boot and UEFI is two different things.
[06:14:28] <manjaro-web|1552> Yes, I'm really confused with this two things.
[06:14:53] <Kjeldmis> UEFI is a boot system, Secure Boot enforces that you cannot boot systems which isnt encoded with a specific key.
[06:15:25] <manjaro-web|1552> In this system the BIOS doesn't have an option to turn off secure boot, just to select the UEFI partition.
[06:15:42] <manjaro-web|1552> someting like that (I write this by memory)
[06:16:01] <Kjeldmis> well, since you can boot Windows 7 the PC probably doesnt have secure boot
[06:16:15] <Kjeldmis> Windows 7 cant boot on Secure boot enabled systems.
[06:16:26] <Kjeldmis> its too old.
[06:17:02] <manjaro-web|1552> mmmh... (now I know) ... What confuses me more is that ubuntu on a fresh install works, but (in 2015) manjaro wont
[06:17:55] <Kjeldmis> besides, the error you describe should be harmless, and the system should boot given time.
[06:18:15] <Kjeldmis> unless there is another error at play.
[06:19:10] <uberbunny> To begin with, you never explain why it failed, I can't help you if you don't explain what we need to know too help m
[06:19:45] <manjaro-web|1552> This weekend I will take this PC to home from my office to try again... But, I wonder if I need to read something before to proceed. I recall some case when the install just show a blank screen and not way to continue * this was the last showstoper that I see
[06:19:59] <uberbunny> The point release of ISO seems to cause more problems than it solves if the ISO is not built well
[06:20:47] <uberbunny> I doubt the PC came with Windows 7 if its OEM
[06:20:49] <Kjeldmis> manjaro-web|1552: I would also recommend that you do not try the community built isos at first. Choose one of the officially supported versions.
[06:23:13] <uberbunny> All UEFI PCs come with WIndows 8 and above
[06:23:37] <uberbunny> Windows 7 supported UEFI with Service Pack 2
[06:26:42] <manjaro-web|1552> this computer came with windows 7 home and the uefi partition, years ago (2 or 3) I do a clean format to install ubuntu... I have a painful time make work, I was 14.04, then I try to use manjaro but I can't doit, then I install ub.15.10 and again, I try with manjaro.kde, but I fail again, and I go *temporaly with ub. 16.04.1
[06:28:46] <uberbunny> Windows 7 with a UEFI partitoin?
[06:29:06] <manjaro-web|1552> really weird... rigth?
[06:29:18] <uberbunny> No, I install Windows 7 all the time
[06:29:32] *** Vlado9A <Vlado9A!~Vlado9A@unaffiliated/vlado9a> has joined #manjaro
[06:29:51] <uberbunny> Windows 7 besides Service pack 2 doesn't create FAT32 partition, that's retail
[06:30:08] <uberbunny> OEM's does ship computers with Windows 7 with UEFI
[06:30:17] <uberbunny> s/does/doesn't,
[06:31:03] <uberbunny> manjaro-web|1552, What is the model of your mother board?
[06:31:09] <Kjeldmis> well some OEMs do, its just really rare.
[06:31:16] <manjaro-web|1552> This PC was and edition that came ... nearly when windows 8 was released... I don't know maybe is prepared to works. I can't assure... but you can imagine my goosebumps when I see that and I don't have a backup disk install and neither windows/linux working
[06:32:10] <Kjeldmis> oh, a standard windows 7 with SP2 slipstreamed can boot UEFI no problem
[06:32:11] <manjaro-web|1552> In this moment I don't have the model... I only remember is an Acer Aspire Z5801 .... *I really wish to don't have it :)
[06:32:42] <manjaro-web|1552> this is the kind of rare that I was afraid I got
[06:33:34] <Kjeldmis> chill, its nothing compared to my Macbook with custom gmux. that right there should be an easy fix.
[06:34:00] *** kanred <kanred!~manjaro-i@50.120.175.208> has joined #manjaro
[06:34:04] <manjaro-web|1552> But as I say... I got 2 day to re-try again... I will put another clean HD and try to install manjaro xfce... kde is giving me troubles at home... and at work I need to be fast :)
[06:34:06] *** kanred <kanred!~manjaro-i@50.120.175.208> has left #manjaro
[06:35:13] <manjaro-web|1552> I don't know about Mac... no $ to spent on this luxury :) I Just envy people that can :)
[06:36:42] <manjaro-web|1552> Really with this little chat I learn a lot thanks Kjeldmis and uberbunny. Regards ..... Long Live and Prosper to you all.
[06:37:01] <Kjeldmis> np mate
[06:37:29] <uberbunny> u to
[06:37:36] <uberbunny> Thats how I learn
[06:37:38] <uberbunny> I read
[06:37:44] <uberbunny> and research
[06:38:42] *** James0r <James0r!~james@c-73-189-28-163.hsd1.ca.comcast.net> has joined #manjaro
[06:39:02] <manjaro-web|1552> +1 +1 :) Good nite good people :D
[06:39:11] <uberbunny> ltr
[06:39:42] *** manjaro-web|1552 <manjaro-web|1552!bdc5a132@gateway/web/cgi-irc/kiwiirc.com/ip.189.197.161.50> has left #manjaro
[06:41:23] *** Brokenshakles <Brokenshakles!~brokensha@71.11.167.4> has quit IRC (Remote host closed the connection)
[06:41:54] *** Manj-1604-e20 <Manj-1604-e20!~brokensha@71.11.167.4> has joined #manjaro
[06:42:40] <Vlado9A> good morning
[06:42:52] *** Manj-1604-e20 is now known as Brokenshakles
[06:46:49] *** Sail0r <Sail0r!~Sailor@p5DE39EFE.dip0.t-ipconnect.de> has joined #manjaro
[06:47:02] *** Sail0r <Sail0r!~Sailor@p5DE39EFE.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[06:50:46] *** optics <optics!~optics@unaffiliated/optics> has joined #manjaro
[06:53:35] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has quit IRC (Quit: WeeChat 1.6)
[06:53:49] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has joined #manjaro
[06:54:26] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has quit IRC (Client Quit)
[06:54:54] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has joined #manjaro
[06:58:05] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has quit IRC (Client Quit)
[06:58:27] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has joined #manjaro
[07:01:31] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has quit IRC (Client Quit)
[07:01:40] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has joined #manjaro
[07:01:52] *** LyriCa <LyriCa!~aniki@ool-44c16b78.dyn.optonline.net> has quit IRC (Remote host closed the connection)
[07:03:14] *** tarok <tarok!~tarok@mon75-4-82-224-194-165.fbx.proxad.net> has joined #manjaro
[07:03:31] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has quit IRC (Client Quit)
[07:03:40] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has joined #manjaro
[07:04:00] *** batch <batch!~batch@unaffiliated/batch> has joined #manjaro
[07:04:36] *** batch <batch!~batch@unaffiliated/batch> has quit IRC (Remote host closed the connection)
[07:04:40] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has quit IRC (Client Quit)
[07:04:49] *** dnut <dnut!~soldier95@2602:302:d144:30e0:ea94:f6ff:fe27:8f3> has joined #manjaro
[07:04:54] *** batch <batch!~batch@unaffiliated/batch> has joined #manjaro
[07:13:35] *** batch <batch!~batch@unaffiliated/batch> has quit IRC (Ping timeout: 246 seconds)
[07:22:44] <uberbunny> Kjeldmis, I asked in #suse, how to install opensuse
[07:22:44] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@77.238.106.212> has quit IRC (Read error: Connection reset by peer)
[07:22:46] <uberbunny> err
[07:22:50] <uberbunny> I mean spotify
[07:22:56] * uberbunny is pissed off
[07:23:00] <uberbunny> Errr
[07:23:09] <uberbunny> They did not consider that
[07:23:13] <uberbunny> wow
[07:23:25] <uberbunny> Is on archlinux
[07:26:20] *** batch <batch!~batch@unaffiliated/batch> has joined #manjaro
[07:30:49] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@46.198.224.86> has joined #manjaro
[07:31:46] *** Dearu <Dearu!~manjaro-k@46.198.224.86> has quit IRC (Remote host closed the connection)
[07:33:55] *** Diomedes <Diomedes!~Diomedes@xonotic/supporter/Diomedes> has joined #manjaro
[07:35:42] *** manjaroi3 <manjaroi3!~manjaro-i@160.red-83-47-72.dynamicip.rima-tde.net> has joined #manjaro
[07:38:04] *** manjaroi3 <manjaroi3!~manjaro-i@160.red-83-47-72.dynamicip.rima-tde.net> has quit IRC (Client Quit)
[07:38:13] *** manjaroi3 <manjaroi3!~manjaro-i@160.red-83-47-72.dynamicip.rima-tde.net> has joined #manjaro
[07:38:13] *** manjaroi3 <manjaroi3!~manjaro-i@160.red-83-47-72.dynamicip.rima-tde.net> has quit IRC (Client Quit)
[07:39:15] <Kjeldmis> uberbunny: lol wtf.
[07:39:51] *** xaviju <xaviju!~Xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has joined #manjaro
[07:39:57] *** xaviju <xaviju!~Xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has quit IRC (Remote host closed the connection)
[07:40:04] <uberbunny> Kjeldmis, I asked them how to install opensuse
[07:41:08] <Kjeldmis> now, why would you poke the bear like that?
[07:41:11] <Kjeldmis> xD
[07:41:20] *** xaviju <xaviju!~xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has joined #manjaro
[07:41:29] *** xaviju <xaviju!~xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has quit IRC (Read error: Connection reset by peer)
[07:41:53] *** xaviju <xaviju!~xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has joined #manjaro
[07:41:59] <uberbunny> Kjeldmis, I was on OpenSUSE
[07:42:09] <uberbunny> Client: HexChat 2.12.3 • OS: ArchLinux • CPU: AMD A8-7600 Radeon R7, 10 Compute Cores 4C+6G (1.40GHz) • Memory: Physical: 7.6 GiB Total (6.3 GiB Free) Swap: 6.9 GiB Total (6.9 GiB Free) • Storage: 689.9 GB / 807.7 GB (117.8 GB Free) • VGA: Advanced Micro Devices, Inc. [AMD/ATI] Oland XT [Radeon HD 8670 / R7 250/350] @ Advanced Micro Devices, Inc. [AMD] Family 15h • Uptime: 1h 50m 2s
[07:42:17] <uberbunny> That just fixed my problem lol
[07:43:25] *** Laika <Laika!~xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has joined #manjaro
[07:43:25] *** Laika <Laika!~xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has quit IRC (Client Quit)
[07:43:46] *** xaviju <xaviju!~xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has quit IRC (Client Quit)
[07:43:47] *** Laika <Laika!~xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has joined #manjaro
[07:43:47] *** Laika <Laika!~xaviju@160.red-83-47-72.dynamicip.rima-tde.net> has quit IRC (Client Quit)
[07:47:01] *** yuta <yuta!~ippan@124.255.23.91> has joined #manjaro
[07:49:32] <negen> I could understand if the bear looked anything like ringo why someone would want to poke it
[07:51:17] *** James0r <James0r!~james@c-73-189-28-163.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[07:53:43] <Kjeldmis> negen: ringo is such a cute name for a teddybear
[08:00:37] *** tarok <tarok!~tarok@mon75-4-82-224-194-165.fbx.proxad.net> has quit IRC (Quit: Leaving)
[08:08:34] *** manjaro-web|3428 <manjaro-web|3428!4ee376c2@gateway/web/cgi-irc/kiwiirc.com/ip.78.227.118.194> has joined #manjaro
[08:08:55] *** manjaro-web|3428 <manjaro-web|3428!4ee376c2@gateway/web/cgi-irc/kiwiirc.com/ip.78.227.118.194> has quit IRC (Client Quit)
[08:14:49] *** msjche <msjche!~msjche@unaffiliated/msjche> has quit IRC (Ping timeout: 260 seconds)
[08:17:24] *** ok91 <ok91!~Thunderbi@unaffiliated/ok91> has joined #manjaro
[08:17:24] *** hachre <hachre!uid12643@gateway/web/irccloud.com/x-xdlxvkbmezncghqt> has joined #manjaro
[08:18:14]
*** nielsk <nielsk!nielsk@gateway/shell/fnordserver.eu/x-npdtxbbjnmytrarx> has quit IRC (Quit: https://fnordserver.eu)
[08:20:51] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@46.198.224.86> has quit IRC (Quit: Konversation terminated!)
[08:22:24] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has quit IRC (Quit: Leaving)
[08:27:58] *** ok91 <ok91!~Thunderbi@unaffiliated/ok91> has quit IRC (Ping timeout: 245 seconds)
[08:29:22] *** otsoaUnLoco <otsoaUnLoco!~manjaro-k@62.122.234.185> has quit IRC (Quit: Konversation terminated!)
[08:33:12] *** hachre <hachre!uid12643@gateway/web/irccloud.com/x-xdlxvkbmezncghqt> has left #manjaro
[08:36:58] *** Kjeldmis <Kjeldmis!~ckk@85.81.242.67> has quit IRC (Read error: Connection reset by peer)
[08:37:49] *** Kjeldmis <Kjeldmis!~ckk@85.81.242.67> has joined #manjaro
[08:39:51] *** raunay <raunay!7a816c17@gateway/web/cgi-irc/kiwiirc.com/ip.122.129.108.23> has joined #manjaro
[08:40:15] *** raunay <raunay!7a816c17@gateway/web/cgi-irc/kiwiirc.com/ip.122.129.108.23> has quit IRC (Client Quit)
[08:41:30] <NolanSyKinsley> Why is chrome so outdated in the repo? It is six major versions behind....
[08:43:35] *** Strit_Laptop <Strit_Laptop!~strit@188-180-80-179-static.dk.customer.tdc.net> has joined #manjaro
[08:43:35] *** ChanServ sets mode: +v Strit_Laptop
[08:44:23] *** fatalerrors <fatalerrors!~fatalerro@91.224.149.179> has joined #manjaro
[08:45:05] *** japonecka <japonecka!~ok@86.49.186.211> has joined #manjaro
[08:45:25] <Kjeldmis> NolanSyKinsley: Im pretty sure Chrome isnt in the repos
[08:45:32] <Kjeldmis> Chromium is tho.
[08:46:08] <NolanSyKinsley> >.> wondering how I installed it then
[08:46:17] <Kjeldmis> its in the AUR
[08:46:36] *** ceka <ceka!~ok@86.49.186.211> has joined #manjaro
[08:46:44] <uberbunny> Right, Google Chrome is Aur, it pulls RPM
[08:46:50] <Kjeldmis> yep, chrome is not in the repos
[08:47:12] *** yuta <yuta!~ippan@124.255.23.91> has quit IRC (Ping timeout: 260 seconds)
[08:47:15] <Kjeldmis> NolanSyKinsley: go yell at the AUR package maintainer. It has nothing to do with Manjaro.
[08:47:51] <NolanSyKinsley> there is no maintainer on it according to pacman
[08:47:56] <Kjeldmis> ?
[08:47:59] <Kjeldmis> what?
[08:48:08] <NolanSyKinsley> packager, unknown packager
[08:48:16] <uberbunny> Let's start over
[08:48:18] <Kjeldmis> pacman cant install AUR packages...
[08:48:30] <NolanSyKinsley> pamac, sorry
[08:48:31] <uberbunny> NolanSyKinsley, You say Chrome is outdated
[08:48:36] <uberbunny> What is outdated
[08:48:43] <uberbunny> Chromium or Google Chrome?
[08:48:53] <Strit_Laptop> AUR packages are build on the PC, so the packager is unknown, since it's not a binary. And Pacman can not install it, but it sees the package once it's installed.
[08:48:56] <NolanSyKinsley> chrome, chromium is up to date
[08:49:13] <uberbunny> NolanSyKinsley, Flag it as outdated then
[08:49:22] *** japonecka <japonecka!~ok@86.49.186.211> has quit IRC (Ping timeout: 256 seconds)
[08:49:26] <Kjeldmis> NolanSyKinsley: have you tried updating the AUR package?
[08:49:39] <Kjeldmis> sudo yaourt -Syu --aur
[08:50:26] *** Colt <Colt!~Colt@109-92-108-168.dynamic.isp.telekom.rs> has joined #manjaro
[08:51:51] <Kjeldmis> NolanSyKinsley: when I look at the AUR site for chrome, it was updated like 2 weeks ago...
[08:52:06] <uberbunny> Kjeldmis, He just said it's up2date
[08:52:17] <Kjeldmis> Maybe you should just update it using the method above.
[08:52:41] <Kjeldmis> Nah, he said chromium is up 2 date, not chrome, or am I missing something?
[08:52:48] <uberbunny> <NolanSyKinsley> Why is chrome so outdated in the repo? It is six major versions behind...
[08:53:02] <uberbunny> <NolanSyKinsley> chrome, chromium is up to date
[08:53:03] <NolanSyKinsley> with sudo yaourt -Syu --aur how do I exclude a package? Geoclue is erroring
[08:53:16] <uberbunny> There is a conflict
[08:53:19] <Kjeldmis> just press no to update it?
[08:53:35] <uberbunny> Oh I understand
[08:53:37] <NolanSyKinsley> didn't give me an option to say no to it
[08:53:39] <Kjeldmis> its the first thing it asks.
[08:53:43] * uberbunny pulls back
[08:53:49] <Kjeldmis> ...
[08:53:53] *** yuta <yuta!~ippan@PPPa2873.e2.eacc.dti.ne.jp> has joined #manjaro
[08:53:56] <NolanSyKinsley> oh, m
[08:53:56] <uberbunny> I understand now
[08:54:38] <Strit_Laptop> NolanSyKinsley: To say no to one package do a --ignore <package-name> when running the update command.
[08:54:42] <uberbunny> AUR is not Pacman
[08:54:58] <uberbunny> AUR updates when people flag it out outdated
[08:54:59] <Strit_Laptop> But geoclue should be forced updated, because of the file conflicts.
[08:55:04] *** giricz81 <giricz81!~giricz81@ip4-83-240-38-90.cust.nbox.cz> has joined #manjaro
[08:55:24] *** giricz81 <giricz81!~giricz81@ip4-83-240-38-90.cust.nbox.cz> has quit IRC (Client Quit)
[08:55:29] <Kjeldmis> Strit_Laptop: he could also just not update that particular package.
[08:55:44] <Strit_Laptop> Yep, why I mentioned the --ignore. :)
[08:55:46] *** giricz81 <giricz81!~giricz81@ip4-83-240-38-90.cust.nbox.cz> has joined #manjaro
[08:56:21] <Kjeldmis> y, well I dont have that many AUR packages, so I just press N when the option for updating it comes.
[08:56:37] *** cor1u1m <cor1u1m!~manjaro-k@175.128.171.95.rev.sfr.net> has joined #manjaro
[08:57:33] <Strit_Laptop> But he should probablt still want to update his system at some point.
[08:57:56] *** sund00bie <sund00bie!~sund00bie@2401:a400:2401:8d04:3ea8:2aff:fe4b:57f8> has joined #manjaro
[08:58:22] *** Colt <Colt!~Colt@109-92-108-168.dynamic.isp.telekom.rs> has quit IRC (Quit: Leaving)
[08:58:37] <Kjeldmis> well, I tend to not overwrite system files from packages from the AUR, unless Im sure thats what I want.
[08:58:47] <sund00bie> Hi everyone. Im having some issues updating :(
[08:58:47] <Strit_Laptop> geoclue is not from AUR.
[08:59:00] <sund00bie> linux46-nvidia-304xx: installing nvidia-304xx-utils (1:304.131-1) breaks dependency 'nvidia-304xx-utils=304.132'
[08:59:01] *** s8321414 <s8321414!~s8321414@1-174-126-250.dynamic.hinet.net> has quit IRC (Quit: Konversation terminated!)
[08:59:07] <sund00bie> This is the issue i kep getting
[08:59:23] <Strit_Laptop> no, it ALSO update AUR packages.
[08:59:24] <sund00bie> any assistance would be appreciated
[08:59:43] <Kjeldmis> ah, well that clarifies it xD
[09:00:42] *** prillian5 <prillian5!~prillian5@xdsl-89-0-123-238.netcologne.de> has joined #manjaro
[09:00:55] <Kjeldmis> sund00bie: well... did you try to install the nvidia driver through pacman?
[09:01:02] <NolanSyKinsley> =/ can't seem to update anything with "sudo yaourt -Syu --aur" get to the actual update part and get "Running makepkg as root is not allowed as it can cause permanent, catastrophic damage to your system." I will have to get back to this later, is late and I got a flight in the morning,
[09:01:04] <prillian5> The "freetype" pgp-signature failure is known ?
[09:01:11] <prillian5> Got it if I try to upgrade
[09:01:33] <Kjeldmis> NolanSyKinsley: just remove the sudo part, and do the command again.
[09:01:34] <Strit_Laptop> prillian5: I assume you already tried reinstalling the keyrings?
[09:01:40] <prillian5> Unknown public key: C1A60EACE707FDA5
[09:01:43] <prillian5> no,
[09:02:06] <Strit_Laptop> Update archlinux-keyring and manjaro-keyring.
[09:02:19] <Strit_Laptop> One of those probably got updated. :)
[09:02:24] *** otsoaUnLoco <otsoaUnLoco!~manjaro-k@62.122.234.185> has joined #manjaro
[09:02:49] <Kjeldmis> sund00bie: I ask, because thats not how to do it on Manjaro...
[09:02:52] *** vexare <vexare!uid37544@gateway/web/irccloud.com/x-rlurtgnyhmpnlujc> has joined #manjaro
[09:02:52] *** ChanServ sets mode: +v vexare
[09:03:10] <prillian5> ok, how do I force upgrade ? In pamac I only can remove
[09:03:27] *** Colt <Colt!~Colt@109-92-108-168.dynamic.isp.telekom.rs> has joined #manjaro
[09:03:31] <Strit_Laptop> prillian5: sudo pacman -S <package name>
[09:03:41] <Kjeldmis> prillian5: sudo pacman -S archlinux-keyring manjaro-keyring
[09:03:50] *** hodyna <hodyna!~hodyna@77.120.46.23> has joined #manjaro
[09:04:05] <Kjeldmis> then sudo pacman -Syyu
[09:04:08] <Strit_Laptop> But, if the freetype package is from another repo (like infinality) you need to contact their maintainer.
[09:04:23] *** yuta <yuta!~ippan@PPPa2873.e2.eacc.dti.ne.jp> has quit IRC (Quit: Leaving.)
[09:05:32] <prillian5> ok, manjaro-keyring wasn't it. Now i try archlinux-keyring
[09:06:17] <prillian5> even not work
[09:06:53] <sund00bie> Kjeldmis, n i didnt install via pacman.
[09:07:15] <uberbunny> Show us sund00bie
[09:07:33] <uberbunny> ' n i didn't instal via pacman'
[09:09:06] <prillian5> found this at aur.archlinux, but got an error: gpg --key-server --recv-keys C1A60EACE707FDA5
[09:10:04] *** bugzc <bugzc!~1@unaffiliated/bugzc> has quit IRC (Ping timeout: 260 seconds)
[09:10:15] <uberbunny> Strit_Laptop, THe point release is confusing users
[09:10:34] <prillian5> Any Idea how to solve this?
[09:10:37] *** ok <ok!~ok@86.49.186.211> has joined #manjaro
[09:10:44] <prillian5> anybody else have this error?
[09:10:47] <uberbunny> prillian5, AUR is not Official Manjaro
[09:10:49] *** NolanSyKinsley <NolanSyKinsley!~NolanSyKi@2606:6000:5112:df00:d2d:12e3:989c:b48b> has quit IRC (Remote host closed the connection)
[09:11:08] <prillian5> I know, but adding a key manually sounds like the right way
[09:11:08] <uberbunny> prillian5, I don't understand why you would expect a GPG signature
[09:11:12] *** ok is now known as Guest26038
[09:11:44] <prillian5> because of the above error-message by upgrading freetype
[09:12:02] <uberbunny> Kjeldmis, We've went through this with another guy
[09:12:10] <uberbunny> THe Freetype for some ultimate
[09:12:13] <prillian5> updater response was "wrong public key", so the nearest step is to find the right one ?!
[09:12:14] *** vexare <vexare!uid37544@gateway/web/irccloud.com/x-rlurtgnyhmpnlujc> has quit IRC (Read error: No route to host)
[09:12:25] <prillian5> Even reinstall keyrings didn't work
[09:12:34] *** vexare <vexare!uid37544@gateway/web/irccloud.com/x-djscdmwylfyoovxd> has joined #manjaro
[09:12:34] *** ChanServ sets mode: +v vexare
[09:12:36] <uberbunny> Pastebin the complete error mesage
[09:12:51] <uberbunny> Otherwise I can't offer any help
[09:12:56] *** ceka <ceka!~ok@86.49.186.211> has quit IRC (Ping timeout: 246 seconds)
[09:14:15] <Kjeldmis> uberbunny: y, I remember the custom repos added to pacman.conf *shivers just by thought of it*
[09:14:36] *** ceka <ceka!~ok@86.49.186.211> has joined #manjaro
[09:14:38] <uberbunny> Kjeldmis, Same shit
[09:14:58] <Kjeldmis> freetype-infinality.. Exactly the same as the other day.
[09:16:15] <Kjeldmis> prillian5: those are custom packages added from the infinality repos. Those packages are not from the Manjaro repos..
[09:17:00] <Kjeldmis> So, you should ask the infinality maintainers to update their packages or remove them and use the ones from Manjaro.
[09:17:02] *** Guest26038 <Guest26038!~ok@86.49.186.211> has quit IRC (Ping timeout: 250 seconds)
[09:17:06] <sund00bie> uberbunny, what can i show you ?
[09:17:16] *** manjaro-web|6055 <manjaro-web|6055!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has joined #manjaro
[09:17:38] <prillian5> Kjeldmis: but the paste show, no problem with infinality, even after this successfully check, freetype-2.7.tar.bz2 fails
[09:18:31] <Kjeldmis> Yes, because you cant have both the infinality and the manjaro version of freetype installed. Makes sense, right?
[09:18:56] <prillian5> not for me ^^ , didn't know anything for freetype
[09:19:01] <prillian5> only that it fails to install :)
[09:19:07] <sund00bie> i tried up dating via command i get the following
[09:19:18] <sund00bie> looking for conflicting packages...
[09:19:18] <sund00bie> error: failed to prepare transaction (could not satisfy dependencies)
[09:19:18] <sund00bie> :: linux46-nvidia-304xx: installing nvidia-304xx-utils (1:304.131-1) breaks dependency 'nvidia-304xx-utils=304.132'
[09:19:58] <Kjeldmis> so, freetype package from manjaro has probably been overwritten by the one from infinality, and now it complains that it doesnt fit the signature of what was installed.
[09:20:30] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has joined #manjaro
[09:20:36] <Kjeldmis> which totally makes sense.
[09:20:44] <prillian5> should I remove one of them ?
[09:22:22] <sund00bie> i installed the nv driver via the setting manager
[09:22:48] <uberbunny> 1) Do you have communith edition of the ISO sund00bie ?
[09:23:05] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has quit IRC (Client Quit)
[09:23:26] <Kjeldmis> ... Well you added a custom repo, and installed software outside of the Manjaro repos, I would start with removing the repo, removing the infinality packages and reinstalling fontconfig and freetype2 from the manjaro repos.
[09:23:29] <sund00bie> in truth im not sure. Ive had this system running for a while
[09:23:33] *** batch <batch!~batch@unaffiliated/batch> has quit IRC (Quit: Leaving)
[09:23:50] <uberbunny> << alright
[09:23:55] <sund00bie> [sund00bie@server app]$ uptime
[09:23:56] <sund00bie> 19:23:35 up 130 days, 59 min, 1 user, load average: 0.30, 0.31, 0.29
[09:23:56] <sund00bie> [sund00bie@server app]$
[09:24:25] <uberbunny> sund00bie, cat pacman.conf and pastebin
[09:24:42] <sund00bie> will do
[09:24:49] <uberbunny> Thanks sund00bie
[09:26:08] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has joined #manjaro
[09:26:28] <sund00bie> uberbunny, thanks for the offer to help
[09:26:35] <uberbunny> no
[09:26:40] <uberbunny> Kjeldmis, and me
[09:26:44] <uberbunny> and Strit_Laptop
[09:26:53] <uberbunny> We all trying to help
[09:27:15] *** bryz <bryz!~bryz@198.50.192.151> has quit IRC (Ping timeout: 260 seconds)
[09:27:26] <uberbunny> I just need a bit more information
[09:27:49] *** day|flip <day|flip!~days@c-67-190-61-238.hsd1.co.comcast.net> has joined #manjaro
[09:29:41] *** manjaro-web|4446 <manjaro-web|4446!6df2a2db@gateway/web/cgi-irc/kiwiirc.com/ip.109.242.162.219> has joined #manjaro
[09:29:59] *** ok91 <ok91!~Thunderbi@unaffiliated/ok91> has joined #manjaro
[09:30:31] *** marduk616 <marduk616!~marduk616@81-234-55-43-no145.tbcn.telia.com> has quit IRC (Ping timeout: 260 seconds)
[09:30:40]
*** manjaro-web|6055 <manjaro-web|6055!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[09:30:53] *** marduk616 <marduk616!~marduk616@81-234-55-43-no145.tbcn.telia.com> has joined #manjaro
[09:31:13] <uberbunny> sund00bie, I am trying to look for original quetestion
[09:31:29] <sund00bie> okay
[09:31:35] <uberbunny> <sund00bie> i tried up dating via command i get the following
[09:31:36] <sund00bie> :: linux46-nvidia-304xx: installing nvidia-304xx-utils (1:304.131-1) breaks dependency 'nvidia-304xx-utils=304.132'
[09:32:04] <uberbunny> okay
[09:32:21] <uberbunny> moves onto prillian5
[09:32:35] *** madprops <madprops!~clouds@138.68.25.106> has quit IRC (Ping timeout: 244 seconds)
[09:33:06] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has quit IRC (Ping timeout: 244 seconds)
[09:33:12] <uberbunny> prillian5, Can you cat /etc/pacman.conf and pastebin
[09:33:13] *** Endymion <Endymion!~Endymion-@37.142.122.46> has quit IRC (Ping timeout: 260 seconds)
[09:33:29] *** manjaro-web|4446 <manjaro-web|4446!6df2a2db@gateway/web/cgi-irc/kiwiirc.com/ip.109.242.162.219> has left #manjaro
[09:33:48] <uberbunny> <sund00bie> i tried up dating via command i get the following
[09:33:49] <uberbunny> <sund00bie> looking for conflicting packages...
[09:33:49] <uberbunny> <sund00bie> error: failed to prepare transaction (could not satisfy dependencies)
[09:33:49] <uberbunny> <sund00bie> :: linux46-nvidia-304xx: installing nvidia-304xx-utils (1:304.131-1) breaks dependency 'nvidia-304xx-utils=304.132'
[09:33:52] *** bryz <bryz!~bryz@198.50.192.151> has joined #manjaro
[09:33:58] <uberbunny> dating?
[09:34:01] <uberbunny> meh
[09:34:32] <prillian5> Kjeldmis: ok, I have now reinstall fontconf und remove freeconf2-infinity
[09:34:48] *** madprops <madprops!~clouds@138.68.25.106> has joined #manjaro
[09:35:46] <prillian5> try to restart and see what happens... but I don't install packages if not needed... maybe freefont from manjaro dosn't fix my needs?? didn't know currently why I've installed... but If I don't miss freetype2-infinity, I won't install it again.
[09:36:08] *** brutus <brutus!~brutus@108.61.164.217> has quit IRC (Ping timeout: 260 seconds)
[09:36:11] <sund00bie> uberbunny, yep. Thats the crux of the issue
[09:36:33] <uberbunny> Thanks
[09:36:42] *** prillian5 <prillian5!~prillian5@xdsl-89-0-123-238.netcologne.de> has quit IRC (Quit: Konversation terminated!)
[09:36:42] <uberbunny> I was so fucking confused
[09:37:36] <sund00bie> haha
[09:38:11] <uberbunny> The issue with your problem is 304.132
[09:38:17] <uberbunny> I do not understand that
[09:38:33] <uberbunny> Kjeldmis, said it was 32 bit
[09:38:41] <uberbunny> but that makes no sense too me
[09:38:51] <Kjeldmis> huh?
[09:39:38] <uberbunny> Kjeldmis, You said =304.132 means 32 bit
[09:39:43] <sund00bie> yah
[09:39:56] <Kjeldmis> ... no I didnt xD
[09:40:04] <uberbunny> You did mate
[09:40:08] *** brutus <brutus!~brutus@108.61.164.217> has joined #manjaro
[09:40:14] <uberbunny> LET me not bring up logs mate
[09:40:17] <sund00bie> i think the issue is linux46
[09:40:29] <Kjeldmis> It was regarding infinality packages... wasnt it?
[09:40:35] <uberbunny> no no
[09:40:45] <uberbunny> I said, I didn't understand that number
[09:40:53] <uberbunny> You said, it's 32bit
[09:40:56] <uberbunny> I said
[09:40:57] <sund00bie> why would they want to use an older version of nvidia 304
[09:40:58] <uberbunny> oO
[09:41:18] <Kjeldmis> sund00bie: which card do you have?
[09:41:38] <sund00bie> i read in a fourm that someone asked the developer of linux46 to use the newer verson of nnvidia
[09:41:51] <Kjeldmis> uberbunny: Im pretty sure that was regarding another package...
[09:41:52] <sund00bie> Kjeldmis, GT240
[09:42:07] <Kjeldmis> 240? mobile?
[09:42:09] <uberbunny> Kjeldmis, I guess you misunderstood
[09:42:29] <uberbunny> Kjeldmis, and I mis interpret
[09:42:41] <sund00bie> nah. not GT240M
[09:42:50] *** ddbot` <ddbot`!~limnoria@94.64-150-158-net.sccoast.net> has joined #manjaro
[09:43:41] <Kjeldmis> 304 is for old cards...
[09:44:00] *** manjaro-web|5137 <manjaro-web|5137!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has joined #manjaro
[09:44:03] <Kjeldmis> I mean really old cards, like the FX series
[09:44:07] <sund00bie> yep
[09:44:09] <sund00bie> no
[09:44:20] <sund00bie> using the correct driver
[09:44:45] <Kjeldmis> 304 is not the same as 340
[09:44:50] <Kjeldmis> 304 is old.
[09:44:53] *** ddbot` is now known as ddbot
[09:45:05] <Kjeldmis> its two different numbers you see?
[09:45:45] *** manjaro-web|5137 <manjaro-web|5137!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has quit IRC (Client Quit)
[09:45:54] <sund00bie> Kjeldmis, look through the page
[09:45:56] <Kjeldmis> 304 is for old cards like the FX series.
[09:46:32] <Kjeldmis> yes, I see your card is supported by 331 and up.
[09:46:42] <Kjeldmis> You have the 304 version installed.
[09:46:58] <Kjeldmis> <sund00bie> :: linux46-nvidia-304xx: installing nvidia-304xx-utils (1:304.131-1) breaks dependency 'nvidia-304xx-utils=304.132'
[09:47:01] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has joined #manjaro
[09:47:06] <Kjeldmis> 304 (!)
[09:47:18] * uberbunny drools
[09:47:25] <Kjeldmis> Is it me who cant read?
[09:47:40] <uberbunny> If I get the XFX RX480 for 229
[09:47:50] <uberbunny> I willbe the boss
[09:48:09] <Kjeldmis> uberbunny: Am I reading this wrong> <sund00bie> :: linux46-nvidia-304xx: installing nvidia-304xx-utils (1:304.131-1) breaks dependency 'nvidia-304xx-utils=304.132'
[09:48:14] *** king1337-2_ <king1337-2_!~king1337@S0106f0f24967f763.vc.shawcable.net> has joined #manjaro
[09:48:24] <Kjeldmis> doesnt it explicitly say 304 and not 340?
[09:48:28] <uberbunny> Kjeldmis, I read that right
[09:48:41] <Kjeldmis> yes it says 304 right? not 340?
[09:48:50] <Kjeldmis> so Im not insane right?
[09:48:51] <uberbunny> But I don't understand =304.132'
[09:48:58] <uberbunny> What fuck is that
[09:49:07] <uberbunny> I do not understnad it
[09:49:14] <sund00bie> oh wow..
[09:49:23] <sund00bie> so i should use 340 vs 304 ?
[09:49:26] <Kjeldmis> No, he shouldnt even run that driver for that card.
[09:49:29] <sund00bie> i must have dyslicia
[09:49:31] <sund00bie> lol
[09:49:47] <Kjeldmis> 331 is the earliest driver with support for ur card.
[09:49:50] <uberbunny> Kjeldmis, You understand those numbers
[09:50:02] <sund00bie> ohhhhhh
[09:50:23] <sund00bie> thats right! i remmeber having this issue on another system with this card
[09:50:29] <uberbunny> Understanding those means have a clue why the dep failed
[09:51:32] <Kjeldmis> sund00bie: yes, you should use the current nvidia driver called video-nvidia in manjaro settings manager.
[09:51:32] *** king1337-2 <king1337-2!~king1337@S0106f0f24967f763.vc.shawcable.net> has quit IRC (Ping timeout: 260 seconds)
[09:52:13] *** ddbot <ddbot!~limnoria@94.64-150-158-net.sccoast.net> has quit IRC (Ping timeout: 244 seconds)
[09:52:46] *** ars23 <ars23!~ars23@unaffiliated/ars23> has joined #manjaro
[09:53:49] <Kjeldmis> uberbunny: 304.132 means major version 304, minor revision 132. So its "version" 132 of the 304 driver
[09:54:33] <sund00bie> Kjeldmis, why would linux46 want an older version of 304 ?
[09:54:48] <Kjeldmis> I have absolutely no idea.
[09:55:04] <Kjeldmis> He shouldnt even use that driver in the first place...
[09:55:34] <Kjeldmis> So Id just switch to the proper driver and stay there ;p
[09:56:41] <uberbunny> Kjeldmis, If I give shit to figure out, how you determine that
[09:56:44] <sund00bie> will i have to restart for it to take effect
[09:57:06] <uberbunny> Kjeldmis, Gove me documation mate
[09:58:23] <uberbunny> Right now I am chaing priority of processes
[09:58:24] <Kjeldmis> uberbunny: Well its mostly by experience. The old Geforce FX and 6xxx series cant run on anything newer than version 304 of the nvidia driver.
[09:58:47] *** ars23 <ars23!~ars23@unaffiliated/ars23> has quit IRC (Quit: Leaving)
[09:59:00] <uberbunny> Kjeldmis, I appreciate that mate but doesn't help me to learn..
[09:59:20] *** Matombo <Matombo!~Matombo@p5DCDE958.dip0.t-ipconnect.de> has joined #manjaro
[09:59:26] *** Reven_ <Reven_!~Manjarous@85.115.248.246> has joined #manjaro
[09:59:53] <uberbunny> Kjeldmis, I mught join archlinux-clossroom to understand those numbers
[10:00:46] <uberbunny> Kjeldmis, This what I think of nviadia gpu
[10:00:53] <uberbunny> I just took a shit
[10:01:09] <uberbunny> Wait, someone missed Nivida GPU
[10:01:14] <uberbunny> no
[10:01:43] <Reven_> hi. let live link manjaro fluxbox?
[10:02:38] *** Diomedes <Diomedes!~Diomedes@xonotic/supporter/Diomedes> has quit IRC (Remote host closed the connection)
[10:03:50] *** TheCrealm <TheCrealm!~TheCrealm@tmo-111-23.customers.d1-online.com> has joined #manjaro
[10:05:15] *** king1337-2_ is now known as king1337-2
[10:06:22] <Reven_> да японский бог. никто живой ссылки на manjaro fluxbox не знает?
[10:08:01] *** Reven_ <Reven_!~Manjarous@85.115.248.246> has quit IRC (Quit: Leaving)
[10:10:48] *** Tjong <Tjong!~Tjong@p5B208543.dip0.t-ipconnect.de> has joined #manjaro
[10:11:00] <Strit_Laptop> Manjaro Fluxbox has been dead for over a year now.
[10:11:45] *** TheCrealm <TheCrealm!~TheCrealm@tmo-111-23.customers.d1-online.com> has quit IRC (Quit: Leaving)
[10:16:47] *** manjaro-web|2042 <manjaro-web|2042!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has joined #manjaro
[10:17:17] *** Endymion <Endymion!~Endymion-@37.142.122.46> has joined #manjaro
[10:17:22] <manjaro-web|2042> pacman -S postgresql
[10:20:34] <manjaro-web|2042> pacman -S mariadb
[10:23:02] <Strit_Laptop> manjaro-web|2042: try in the terminal instead. Might yeild better results.
[10:25:28] *** ok91 <ok91!~Thunderbi@unaffiliated/ok91> has quit IRC (Ping timeout: 245 seconds)
[10:29:20] *** rorro <rorro!~rorro@c-227-157.eduroam.liu.se> has joined #manjaro
[10:29:33] *** Colt <Colt!~Colt@109-92-108-168.dynamic.isp.telekom.rs> has quit IRC (Quit: Leaving)
[10:29:38] *** aries_liuxueyang <aries_liuxueyang!~quassel@101.19.166.209> has quit IRC (Ping timeout: 245 seconds)
[10:30:04] *** aries_liuxueyang <aries_liuxueyang!~quassel@101.19.164.190> has joined #manjaro
[10:34:14] *** day|flip <day|flip!~days@c-67-190-61-238.hsd1.co.comcast.net> has quit IRC (Quit: Leaving)
[10:34:51] *** Sail0r <Sail0r!~Sailor@p200300DCDBDBC801114AEE91BABB4E6C.dip0.t-ipconnect.de> has joined #manjaro
[10:35:11] *** eNTi <eNTi!~eNTi@80-121-70-64.adsl.highway.telekom.at> has joined #manjaro
[10:39:31] *** manjaro-kde5-- <manjaro-kde5--!~manjaro-k@217.70.193.12> has joined #manjaro
[10:40:09] *** Sail0r <Sail0r!~Sailor@p200300DCDBDBC801114AEE91BABB4E6C.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[10:41:12] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[10:41:16] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Client Quit)
[10:42:20] *** rorro <rorro!~rorro@c-227-157.eduroam.liu.se> has quit IRC (Ping timeout: 244 seconds)
[10:43:23] *** PMunch <PMunch!~PMunch@dhcp-19-19.cs.uit.no> has joined #manjaro
[10:44:16] *** rorro <rorro!~rorro@c-227-157.eduroam.liu.se> has joined #manjaro
[10:45:30] *** sponge <sponge!~sponge@77.139.140.101> has joined #manjaro
[10:45:33] <sponge> Hello
[10:48:43] *** whytrytofly <whytrytofly!~whytrytof@dslb-092-078-240-252.092.078.pools.vodafone-ip.de> has joined #manjaro
[10:48:55] *** ok91 <ok91!~Thunderbi@unaffiliated/ok91> has joined #manjaro
[10:49:30] *** ok91 <ok91!~Thunderbi@unaffiliated/ok91> has quit IRC (Client Quit)
[10:49:36] *** daifuco <daifuco!~daifuco@cpc98732-reig5-2-0-cust5.6-3.cable.virginm.net> has joined #manjaro
[10:50:40] <daifuco> hello sometimes If i google for a program it seems to exist on Arch repositories but on packman search there is nothing. What am I missing?
[10:50:48] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[10:51:35] *** day|flip <day|flip!~days@c-67-190-61-238.hsd1.co.comcast.net> has joined #manjaro
[10:51:42]
<sponge> I saw this on the forum: https://forum.manjaro.org/t/a-cnchi-like-installer-for-manjaro/10943 . And I wondered how necessary is the "feature selection for kde4" that appears in the second picture. And then I wondered how can I do it without cnchi. Is printing support already in manjaro? or should one install cups? is "uncomplicated firewall", just means install 'ufw'? and what should one install in order to enable the "extra truetype fonts"?
[10:52:29] *** Diomedes <Diomedes!~Diomedes@xonotic/supporter/Diomedes> has joined #manjaro
[10:54:08] *** ok <ok!~ok@86.49.186.211> has joined #manjaro
[10:54:31] *** ok is now known as Guest29258
[10:55:50] <uberbunny> drools
[10:56:00] <uberbunny> I can't wait a the new GPu
[10:56:06] <uberbunny> I can't wait
[10:56:29] <day|flip> like?
[10:56:51] <uberbunny> day|flip, I wanted the msi card
[10:56:56] *** ceka <ceka!~ok@86.49.186.211> has quit IRC (Ping timeout: 260 seconds)
[10:56:58] <uberbunny> but the sale is over
[10:57:01]
*** manjaro-web|2042 <manjaro-web|2042!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[10:57:20] <day|flip> rx 470 is not to bad
[10:57:23] <uberbunny> So, if I can pick up XFX for 228
[10:57:25] <uberbunny> no
[10:57:30] <uberbunny> Rx480
[10:57:30] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Quit: Konversation terminated!)
[10:57:51] * uberbunny drools
[10:58:17] <day|flip> ill think you'll be better off with msi
[10:58:53] <uberbunny> dodgejcr, The sale is over, I am hoping I an grab now 229 xfx card for 229
[10:59:00] <day|flip> xfx only thing they got going is easy removable fan
[11:00:06] <uberbunny> dodgejcr, I hoping the sale last till friday
[11:00:24] <day|flip> i think he a sleep
[11:00:51] <uberbunny> Why would you think that day|flip ?
[11:01:02] <day|flip> cuz it 4am were he at
[11:01:26] <uberbunny> Alright, you just guessing
[11:01:43] <day|flip> im not guessing
[11:02:39] *** r00tobo[BNC] <r00tobo[BNC]!~r00tobo@unaffiliated/r00tobo> has joined #manjaro
[11:03:02] <uberbunny> day|flip, How do you know dodgejcr is sleeping?
[11:04:15] <uberbunny> day|flip, You just said you not guessing
[11:04:24] *** r00tobo <r00tobo!~r00tobo@unaffiliated/r00tobo> has quit IRC (Ping timeout: 260 seconds)
[11:04:32] <day|flip> he work has kids. and going to collage.
[11:05:03] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has quit IRC (Ping timeout: 245 seconds)
[11:05:21] <uberbunny> day|flip, Hmmm, let me copy and paste when I spoke to dodgejcr
[11:06:20] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[11:06:52] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[11:06:54] *** Sargosse_ <Sargosse_!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[11:09:07] *** ashledombos <ashledombos!~manjaro-k@mandriva/forum/ashledombos> has joined #manjaro
[11:09:35] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has joined #manjaro
[11:10:58] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has joined #manjaro
[11:13:38] <whytrytofly> hi
[11:14:19] <uberbunny> I am looking for where Konversation store logs
[11:14:34] <whytrytofly> i cannot start clementine anymore
[11:14:40] <whytrytofly> do you understand which lib is missin
[11:15:27] <peetaur2> uberbunny: ~/logs/
[11:15:48] <Strit_Laptop> whytrytofly: protobuf got updated recently. Clementine needs to be updated too.
[11:15:51] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)
[11:16:27] <whytrytofly> is clementine AUR?
[11:16:35] <whytrytofly> or why wouldnt it be updated auto...
[11:16:39] <day|flip> no. it should be in the repo
[11:16:39] <Strit_Laptop> whytrytofly: did you install AUR or not?
[11:17:05] <whytrytofly> not sure ;)
[11:17:06] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has joined #manjaro
[11:17:14] <Strit_Laptop> there are clementine-git and clementine-qt5-git in AUR, so check which you have installed.
[11:17:31] <whytrytofly> AUR i guess
[11:17:33] <whytrytofly> thanks
[11:18:25] <Strit_Laptop> So rebuild and reinstall the package. :)
[11:18:36] *** manjaro-web|8536 <manjaro-web|8536!70cb17e6@gateway/web/cgi-irc/kiwiirc.com/ip.112.203.23.230> has joined #manjaro
[11:20:16] <whytrytofly> sure
[11:20:24] <whytrytofly> maybe replace by qt5...which is more actual
[11:20:28] *** Sail0r <Sail0r!~Sailor@p200300DCDBDBC801B02C3DE8B185C89D.dip0.t-ipconnect.de> has joined #manjaro
[11:22:46] *** Diomedes <Diomedes!~Diomedes@xonotic/supporter/Diomedes> has quit IRC (Quit: Potzblitz!)
[11:22:49] <Strit_Laptop> qt4 is on the way out, so sounds like a good idea.
[11:23:32]
*** manjaro-web|8536 <manjaro-web|8536!70cb17e6@gateway/web/cgi-irc/kiwiirc.com/ip.112.203.23.230> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[11:23:54] *** Sargosse_ <Sargosse_!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Quit: Konversation terminated!)
[11:24:10] *** Colt <Colt!~Colt@109-92-108-168.dynamic.isp.telekom.rs> has joined #manjaro
[11:24:10] *** Sargosse_ <Sargosse_!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[11:24:47] <ringo> clementine-qt5 bugged out of me lols
[11:25:35] *** manjaro-web|8152 <manjaro-web|8152!b2eb88a0@gateway/web/cgi-irc/kiwiirc.com/ip.178.235.136.160> has joined #manjaro
[11:26:05] <peetaur2> whytrytofly: aktuell == current / up to date != actual == real
[11:26:27] * peetaur2 hides
[11:27:29] *** Sorch_ <Sorch_!~Sorch@2001:41d0:e:b47::1> has joined #manjaro
[11:28:30] <uberbunny> [Thursday, November 24, 2016] [8:27:57 PM EST] <dodgejcr> morning
[11:28:30] <uberbunny> [Thursday, November 24, 2016] [8:28:07 PM EST] <bugzbunny> yo
[11:28:31] <uberbunny> [Thursday, November 24, 2016] [8:28:17 PM EST] <dodgejcr> finally all the family has left
[11:28:31] <uberbunny> [Thursday, November 24, 2016] [8:28:37 PM EST] <bugzbunny> pfff :-p xD
[11:28:31] <uberbunny> [Thursday, November 24, 2016] [8:29:48 PM EST] <bugzbunny> dodgejcr: How was thanks giving?
[11:28:31] <uberbunny> [Thursday, November 24, 2016] [8:30:15 PM EST] Quit sotram (~sotram at cblmdm134-228-69-208 dot buckeyecom.net) has left this server (Quit: leaving).
[11:28:34] <uberbunny> [Thursday, November 24, 2016] [8:30:17 PM EST] <dodgejcr> decent I suppose. I have a small family but they were all here. About 10 or so people
[11:28:37] <uberbunny> [Thursday, November 24, 2016] [8:30:25 PM EST] <dodgejcr> yours?
[11:28:41] <uberbunny> [Thursday, November 24, 2016] [8:30:34 PM EST] Quit vexare (uid37544 at gateway/web/irccloud dot com/x-kpintvmkungbmonm) has left this server (Quit: Connection closed for inactivity).
[11:28:44] <uberbunny> [Thursday, November 24, 2016] [8:30:41 PM EST] <bugzbunny> pffff...
[11:28:46] <uberbunny> [Thursday, November 24, 2016] [8:31:05 PM EST] <bugzbunny> Getting opensuse to boot, sound working, now kdewallet.. That's pretty my thanks gving xD
[11:28:49] <uberbunny> [Thursday, November 24, 2016] [8:31:41 PM EST] <dodgejcr> tbh I miss those thanksgivings lol. single and away from home. It was an ultimate day of relaxation
[11:28:52] <uberbunny> [Thursday, November 24, 2016] [8:31:52 PM EST] <bugzbunny> LOL
[11:28:54] <uberbunny> [Thursday, November 24, 2016] [8:32:04 PM EST] <dodgejcr> also, chinese take-out
[11:28:56] <uberbunny> [Thursday, November 24, 2016] [8:32:21 PM EST] <bugzbunny> If I was told about today, I would have no IDEA today was thanksgiving
[11:28:59] <uberbunny> [Thursday, November 24, 2016] [8:32:35 PM EST] <bugzbunny> But to be honest, I do wish I was doing something else but this xD
[11:29:02] <uberbunny> [Thursday, November 24, 2016] [8:33:56 PM EST] <dodgejcr> Right, there were a few years I would host a thanksgiving with a whole bunch of fellow navy guys and gals that were away from their families and couldnt go back.
[11:29:03] <day|flip> now you just spamming the hell out of the irc
[11:29:05] <uberbunny> [Thursday, November 24, 2016] [8:34:39 PM EST] <dodgejcr> but for about 3 years I spent it alone. I really enjoyed those. Im not much into holidays to begin with but those were perfect. I would sit at home with football and beer. Never pants
[11:29:11] <uberbunny> [Thursday, November 24, 2016] [8:35:02 PM EST] <bugzbunny> hahahahaha
[11:29:13] * peetaur2 smacks uberbunny on the nose with the pastebin bat
[11:29:13] <uberbunny> [Thursday, November 24, 2016] [8:35:59 PM EST] <bugzbunny> I don't even celberate my own birthday xD
[11:29:15] <uberbunny> [Thursday, November 24, 2016] [8:36:41 PM EST] <bugzbunny> New Years is about only holiday I like celebrate... But going to NY early, and wait 12 hours in the COLD for the ball to drop
[11:29:18] <uberbunny> [Thursday, November 24, 2016] [8:36:45 PM EST] <bugzbunny> Just no fun xD,
[11:29:29] *** Sargosse_ <Sargosse_!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Ping timeout: 268 seconds)
[11:30:10] *** mnjc <mnjc!~Manjaro@chello089173208090.chello.sk> has joined #manjaro
[11:30:34] <uberbunny> day|flip, Hold on, I got another day I spoke to him
[11:30:35] *** vexare <vexare!uid37544@gateway/web/irccloud.com/x-djscdmwylfyoovxd> has quit IRC (Quit: Connection closed for inactivity)
[11:30:49] <peetaur2> uberbunny: pastebin it next time
[11:30:51] *** Sargosse_ <Sargosse_!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[11:31:16] *** Kjeldmis <Kjeldmis!~ckk@85.81.242.67> has quit IRC (Quit: Kjeldmis)
[11:32:37] *** mnjc <mnjc!~Manjaro@chello089173208090.chello.sk> has quit IRC (Client Quit)
[11:32:48] <uberbunny> peetaur2, Fuck paste bin
[11:33:10] *** Sargosse_ <Sargosse_!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Client Quit)
[11:33:19] <uberbunny> Let find another log
[11:33:29] *** Guest29258 <Guest29258!~ok@86.49.186.211> has quit IRC (Ping timeout: 244 seconds)
[11:33:34] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[11:34:01] <day|flip> another day? not today or just a few hour ago?
[11:34:28] <uberbunny> <day|flip> he work has kids. and going to collage.
[11:34:33] <day|flip> lol
[11:34:42] <day|flip> :)
[11:34:50] *** Sorch_ <Sorch_!~Sorch@2001:41d0:e:b47::1> has quit IRC (Ping timeout: 250 seconds)
[11:34:54] *** Guest29258 <Guest29258!~ok@86.49.186.211> has joined #manjaro
[11:35:15] *** manjaro-web|8152 <manjaro-web|8152!b2eb88a0@gateway/web/cgi-irc/kiwiirc.com/ip.178.235.136.160> has left #manjaro
[11:37:22] <uberbunny> Nah, I am looking for another log
[11:37:36] *** Matombo444 <Matombo444!~Matombo@p5DCDE958.dip0.t-ipconnect.de> has joined #manjaro
[11:37:46] <whytrytofly> peetaur2, hehe
[11:37:46] <whytrytofly> peetaur2, thanks for this clearification
[11:37:53] <uberbunny> I actually don't want to do it, for you screen, it's throttled
[11:38:07] <uberbunny> It just looks stupid
[11:38:54] <peetaur2> bitte
[11:39:04] *** daifuco <daifuco!~daifuco@cpc98732-reig5-2-0-cust5.6-3.cable.virginm.net> has quit IRC (*.net *.split)
[11:39:04] *** whytrytofly <whytrytofly!~whytrytof@dslb-092-078-240-252.092.078.pools.vodafone-ip.de> has quit IRC (*.net *.split)
[11:39:04] *** Matombo <Matombo!~Matombo@p5DCDE958.dip0.t-ipconnect.de> has quit IRC (*.net *.split)
[11:39:04] *** bryz <bryz!~bryz@198.50.192.151> has quit IRC (*.net *.split)
[11:43:33] *** daifuco <daifuco!~daifuco@cpc98732-reig5-2-0-cust5.6-3.cable.virginm.net> has joined #manjaro
[11:43:33] *** bryz <bryz!~bryz@198.50.192.151> has joined #manjaro
[11:45:30] * uberbunny switching to windows
[11:45:31] *** optics <optics!~optics@unaffiliated/optics> has quit IRC (Ping timeout: 268 seconds)
[11:49:34] *** Strit_Laptop <Strit_Laptop!~strit@188-180-80-179-static.dk.customer.tdc.net> has quit IRC (Ping timeout: 256 seconds)
[11:50:12] *** otsoaUnLoco <otsoaUnLoco!~manjaro-k@62.122.234.185> has quit IRC (Quit: Konversation terminated!)
[11:51:15] <uberbunny> Client: HexChat 2.12.3 • OS: Microsoft Windows 7 Ultimate (x64) • CPU: AMD A8-7600 Radeon R7, 10 Compute Cores 4C+6G (3.10GHz) • Memory: 7.9 GiB Total (5.2 GiB Free) • Storage: 791.9 GiB / 892.4 GiB (100.4 GiB Free) • VGA: AMD Radeon R7 200 Series • Uptime: 5m 9s
[11:52:10] *** strugart <strugart!strugart@181.167.144.176> has quit IRC (Ping timeout: 250 seconds)
[11:52:54] <uberbunny> dodgejcr, I might get XFX if it's still on sale
[11:54:03] *** Kdax <Kdax!~Kdax@p200300C24BE68D201D67142D2E3E7302.dip0.t-ipconnect.de> has joined #manjaro
[11:55:48] <uberbunny> wow
[11:55:54] <uberbunny> they brought it all
[11:56:59] *** Kdax1 <Kdax1!~Kdax@107.153.110.5> has joined #manjaro
[11:57:51] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has quit IRC (Ping timeout: 268 seconds)
[11:58:16] *** Kdax <Kdax!~Kdax@p200300C24BE68D201D67142D2E3E7302.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[11:59:27] <uberbunny> XFX Radeon RX 480 8GB GDDR5 PCIe Video Card
[11:59:35] *** manjaro-web|7705 <manjaro-web|7705!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has joined #manjaro
[11:59:47] <uberbunny> It's still on sale
[12:00:20] <uberbunny> 7 in stock at Philadelphia/St. Davids Store
[12:00:27] * uberbunny drools
[12:00:46] <day|flip> now don't start striping ok
[12:02:38] <uberbunny> I wish I can order it now
[12:02:44] * uberbunny drools
[12:03:35] <uberbunny> 1 x PCI-E 6-pin
[12:03:39] <uberbunny> Nice
[12:04:15] <uberbunny> it's slower than MSI
[12:06:56] <uberbunny> I will pick it up tomorrow
[12:07:00] <uberbunny> drools
[12:09:30] <uberbunny> Friday
[12:09:34] <uberbunny> drools
[12:10:10] *** atlimit8 <atlimit8!~quassel@206.126.212.162> has quit IRC (Ping timeout: 244 seconds)
[12:11:54] *** ceka <ceka!~ok@86.49.186.211> has joined #manjaro
[12:13:21] <uberbunny> I can't wait
[12:13:27] <uberbunny> drools
[12:13:28] *** Diomedes <Diomedes!~Diomedes@xonotic/supporter/Diomedes> has joined #manjaro
[12:14:13] *** Guest29258 <Guest29258!~ok@86.49.186.211> has quit IRC (Ping timeout: 245 seconds)
[12:19:56] *** manjaro-web|1963 <manjaro-web|1963!bcd4e3a6@gateway/web/cgi-irc/kiwiirc.com/ip.188.212.227.166> has joined #manjaro
[12:20:10] *** day|flip <day|flip!~days@c-67-190-61-238.hsd1.co.comcast.net> has quit IRC (Quit: Leaving)
[12:25:09] *** hai_bar <hai_bar!~hai_bar@p2003005DAF34A7B6FE1093B553B4879C.dip0.t-ipconnect.de> has joined #manjaro
[12:26:07] *** loner269 <loner269!~loner269@69.73.117.22> has joined #manjaro
[12:26:14] <loner269> morning
[12:26:19] *** omarramo <omarramo!~omar@2001:4ca0:0:f250:1af4:2bcb:cddb:78a> has joined #manjaro
[12:28:26] *** tripped <tripped!~trip@user-36c5b4e.cable.mindspring.com> has quit IRC (Quit: Konversation terminated!)
[12:33:51] *** omarramo <omarramo!~omar@2001:4ca0:0:f250:1af4:2bcb:cddb:78a> has quit IRC (Quit: Konversation terminated!)
[12:33:52] *** omar__ <omar__!~omar@2001:4ca0:0:f250:1af4:2bcb:cddb:78a> has joined #manjaro
[12:35:37] *** Manj-1604-e20 <Manj-1604-e20!~vincenzo@151.73.37.32> has joined #manjaro
[12:35:48] *** Manj-1604-e20 <Manj-1604-e20!~vincenzo@151.73.37.32> has quit IRC (Client Quit)
[12:37:57] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 240 seconds)
[12:39:14] *** Teknetronic <Teknetronic!~Teknetron@c-73-203-246-66.hsd1.ms.comcast.net> has joined #manjaro
[12:39:14] *** ChanServ sets mode: +v Teknetronic
[12:43:37] *** rorro <rorro!~rorro@c-227-157.eduroam.liu.se> has quit IRC (Ping timeout: 260 seconds)
[12:46:26]
*** manjaro-web|1963 <manjaro-web|1963!bcd4e3a6@gateway/web/cgi-irc/kiwiirc.com/ip.188.212.227.166> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[12:49:53] *** xangua <xangua!uid19036@gateway/web/irccloud.com/x-twwcgmapboyioyde> has quit IRC (Quit: Connection closed for inactivity)
[12:50:36] *** s8321414 <s8321414!~s8321414@1-174-126-250.dynamic.hinet.net> has joined #manjaro
[12:51:32] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[12:52:11] *** Ardu <Ardu!60e1a482@gateway/web/cgi-irc/kiwiirc.com/ip.96.225.164.130> has joined #manjaro
[12:52:30] *** omarramo <omarramo!~omar@host56-2.natpool.mwn.de> has joined #manjaro
[12:52:33] *** omar__ <omar__!~omar@2001:4ca0:0:f250:1af4:2bcb:cddb:78a> has quit IRC (Read error: Connection reset by peer)
[12:56:42] *** Teknetronic <Teknetronic!~Teknetron@c-73-203-246-66.hsd1.ms.comcast.net> has quit IRC (Quit: Konversation terminated!)
[12:57:07] *** loner269 <loner269!~loner269@69.73.117.22> has quit IRC (Quit: Leaving)
[12:57:32]
*** Ardu <Ardu!60e1a482@gateway/web/cgi-irc/kiwiirc.com/ip.96.225.164.130> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[12:58:33] *** Jeannie <Jeannie!~Jeannie@unaffiliated/jeannie> has joined #manjaro
[13:00:06] *** NNN <NNN!~test@178.137.246.131> has quit IRC (Quit: Leaving)
[13:00:27] *** NNN <NNN!~test@178.137.246.131> has joined #manjaro
[13:01:26] *** otsoaUnLoco <otsoaUnLoco!~manjaro-k@62.122.234.185> has joined #manjaro
[13:04:34] *** Kranix <Kranix!~magnus@213.83.153.90> has joined #manjaro
[13:04:59] *** manjaro-kde5-- <manjaro-kde5--!~manjaro-k@217.70.193.12> has quit IRC (Ping timeout: 246 seconds)
[13:05:22] *** rorro <rorro!~rorro@c-227-157.eduroam.liu.se> has joined #manjaro
[13:13:59] *** cor1u1m <cor1u1m!~manjaro-k@175.128.171.95.rev.sfr.net> has quit IRC (Quit: Konversation terminated!)
[13:17:15]
*** manjaro-web|7705 <manjaro-web|7705!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[13:17:51] *** Sargosse_ <Sargosse_!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[13:17:52] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Quit: Konversation terminated!)
[13:18:47] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[13:18:49] *** Sargosse_ <Sargosse_!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[13:18:59] *** D3mian <D3mian!~dcarron@206.132.109.74> has joined #manjaro
[13:24:14] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Ping timeout: 246 seconds)
[13:27:18] *** sabee <sabee!89615e93@gateway/web/cgi-irc/kiwiirc.com/ip.137.97.94.147> has joined #manjaro
[13:28:34] *** sabee <sabee!89615e93@gateway/web/cgi-irc/kiwiirc.com/ip.137.97.94.147> has quit IRC (Client Quit)
[13:29:29] *** aidin <aidin!~aidin@220.244.225.238> has joined #manjaro
[13:33:00] *** manjaro-kde5-- <manjaro-kde5--!~manjaro-k@217.70.193.12> has joined #manjaro
[13:33:27] *** ok <ok!~ok@86.49.186.211> has joined #manjaro
[13:33:44] *** loner269 <loner269!~loner269@69.73.117.22> has joined #manjaro
[13:33:50] *** ok is now known as Guest77130
[13:35:53] *** ceka <ceka!~ok@86.49.186.211> has quit IRC (Ping timeout: 245 seconds)
[13:41:36] *** shariebeth <shariebeth!~sb@unaffiliated/shariebeth> has quit IRC (Quit: WeeChat 1.6)
[13:41:59] *** loner269 <loner269!~loner269@69.73.117.22> has quit IRC (Quit: Leaving)
[13:42:05] *** Kranix <Kranix!~magnus@213.83.153.90> has quit IRC (Ping timeout: 246 seconds)
[13:45:34] *** enkeys <enkeys!~enkeys@gateway/vpn/privateinternetaccess/enkeys> has joined #manjaro
[13:46:53] *** shariebeth <shariebeth!~sb@unaffiliated/shariebeth> has joined #manjaro
[13:46:53] *** ChanServ sets mode: +v shariebeth
[13:50:45] *** manjaro <manjaro!~manjaro@188.252.82.28> has joined #manjaro
[13:51:00] *** yuta <yuta!~ippan@PPPa2873.e2.eacc.dti.ne.jp> has joined #manjaro
[13:51:17] *** omarramo <omarramo!~omar@host56-2.natpool.mwn.de> has quit IRC (Ping timeout: 260 seconds)
[13:52:02] *** ddbot` <ddbot`!~limnoria@196.67-212-62-net.sccoast.net> has joined #manjaro
[13:52:37] *** manjaro <manjaro!~manjaro@188.252.82.28> has quit IRC (Remote host closed the connection)
[13:53:05] *** manjaro <manjaro!~manjaro@188.252.82.28> has joined #manjaro
[13:54:11] *** PseudoNoob <PseudoNoob!~PseudoNoo@gateway/vpn/privateinternetaccess/pseudonoob> has joined #manjaro
[13:54:41] *** Biba <Biba!~Manjaro-D@91.141.1.115.wireless.dyn.drei.com> has joined #manjaro
[13:55:13] *** Biba <Biba!~Manjaro-D@91.141.1.115.wireless.dyn.drei.com> has quit IRC (Client Quit)
[13:55:35] *** Vlado9A <Vlado9A!~Vlado9A@unaffiliated/vlado9a> has quit IRC (Quit: WeeChat 1.6)
[13:55:55] *** Biba <Biba!~Manjaro-D@91.141.1.115.wireless.dyn.drei.com> has joined #manjaro
[13:56:34] *** Biba <Biba!~Manjaro-D@91.141.1.115.wireless.dyn.drei.com> has left #manjaro
[13:58:51] *** ddbot` <ddbot`!~limnoria@196.67-212-62-net.sccoast.net> has quit IRC (Ping timeout: 260 seconds)
[14:00:17] *** manjaro <manjaro!~manjaro@188.252.82.28> has quit IRC (Ping timeout: 240 seconds)
[14:02:34] *** JoeMaro <JoeMaro!~jojo@37.29.222.162> has joined #manjaro
[14:04:32] *** aidin <aidin!~aidin@220.244.225.238> has quit IRC (Ping timeout: 260 seconds)
[14:07:26] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@137.97.94.147> has joined #manjaro
[14:08:39] *** manjaro-web|1281 <manjaro-web|1281!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has joined #manjaro
[14:10:13] *** aidin <aidin!~aidin@220-244-225-238.static.tpgi.com.au> has joined #manjaro
[14:11:00] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 250 seconds)
[14:11:22] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[14:11:58] *** omarramo <omarramo!~omar@2001:4ca0:0:f250:1af4:2bcb:cddb:78a> has joined #manjaro
[14:12:19] *** omarramo <omarramo!~omar@2001:4ca0:0:f250:1af4:2bcb:cddb:78a> has quit IRC (Client Quit)
[14:12:30] *** omarramo <omarramo!~omar@2001:4ca0:0:f250:1af4:2bcb:cddb:78a> has joined #manjaro
[14:13:38] *** omar__ <omar__!~omar@x52717997.dyn.telefonica.de> has joined #manjaro
[14:17:36] *** omarramo <omarramo!~omar@2001:4ca0:0:f250:1af4:2bcb:cddb:78a> has quit IRC (Ping timeout: 260 seconds)
[14:19:31] *** manjaro-web|5648 <manjaro-web|5648!56a64b8b@gateway/web/cgi-irc/kiwiirc.com/ip.86.166.75.139> has joined #manjaro
[14:20:24]
*** manjaro-web|1281 <manjaro-web|1281!bcfc521c@gateway/web/cgi-irc/kiwiirc.com/ip.188.252.82.28> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[14:20:56] *** aidin <aidin!~aidin@220-244-225-238.static.tpgi.com.au> has quit IRC (Quit: Leaving.)
[14:21:23] *** manjaro-web|5648 <manjaro-web|5648!56a64b8b@gateway/web/cgi-irc/kiwiirc.com/ip.86.166.75.139> has quit IRC (Client Quit)
[14:23:49] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[14:25:00] *** darek80 <darek80!~darek@188.252.82.28> has joined #manjaro
[14:25:45] *** Guest77130 <Guest77130!~ok@86.49.186.211> has quit IRC (Read error: Connection reset by peer)
[14:26:40] *** Newbie__ <Newbie__!be4e453b@gateway/web/freenode/ip.190.78.69.59> has joined #manjaro
[14:27:39] *** Newbie__ <Newbie__!be4e453b@gateway/web/freenode/ip.190.78.69.59> has left #manjaro
[14:31:38] *** D3mian <D3mian!~dcarron@206.132.109.74> has quit IRC (Remote host closed the connection)
[14:33:06] *** yuta <yuta!~ippan@PPPa2873.e2.eacc.dti.ne.jp> has quit IRC (Quit: Leaving.)
[14:34:41] *** tmsbrdrs__ <tmsbrdrs__!~tmsbrdrs@24-241-31-30.static.hlrg.nc.charter.com> has joined #manjaro
[14:35:16] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 250 seconds)
[14:35:50] *** D3mian <D3mian!~dcarron@206.132.109.74> has joined #manjaro
[14:48:21] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[14:48:53] *** SPF|Cloud <SPF|Cloud!uid11755@wikipedia/Southparkfan> has joined #manjaro
[14:49:09] *** cor1u1m <cor1u1m!~manjaro-k@175.128.171.95.rev.sfr.net> has joined #manjaro
[14:49:42] *** Sail0r <Sail0r!~Sailor@p200300DCDBDBC801B02C3DE8B185C89D.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[14:50:08] *** Sail0r <Sail0r!~Sailor@p200300DCDBDBC801B02C3DE8B185C89D.dip0.t-ipconnect.de> has joined #manjaro
[14:52:19] *** s8321414 <s8321414!~s8321414@1-174-126-250.dynamic.hinet.net> has quit IRC (Quit: Konversation terminated!)
[14:52:26] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has quit IRC (Ping timeout: 250 seconds)
[14:52:38] *** Kdax1 <Kdax1!~Kdax@107.153.110.5> has quit IRC (Read error: Connection reset by peer)
[14:53:48] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has joined #manjaro
[14:54:45] *** Sail0r <Sail0r!~Sailor@p200300DCDBDBC801B02C3DE8B185C89D.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds)
[14:55:25] *** nielsk <nielsk!nielsk@gateway/shell/fnordserver.eu/x-niytlqvsoxjvfhfq> has joined #manjaro
[14:55:30] *** prillian5 <prillian5!~prillian5@xdsl-81-173-169-149.netcologne.de> has joined #manjaro
[14:57:15] *** chomwitt <chomwitt!~chomwitt@ppp-94-67-203-121.home.otenet.gr> has joined #manjaro
[14:58:50] *** aries_liuxueyang <aries_liuxueyang!~quassel@101.19.164.190> has quit IRC (Quit: No Ping reply in 180 seconds.)
[15:00:21] *** aries_liuxueyang <aries_liuxueyang!~quassel@101.19.164.190> has joined #manjaro
[15:00:35] *** Sail0r <Sail0r!~Sailor@p200300DCDBDBC801C1F1379A32E7C845.dip0.t-ipconnect.de> has joined #manjaro
[15:01:00] <darek80> yes god 16.10.3 game steam skype
[15:01:15] *** Manj-1611-Lxqt2 <Manj-1611-Lxqt2!~j@81-226-163-175-no69.tbcn.telia.com> has joined #manjaro
[15:01:46] <darek80> my xfce
[15:04:13] *** cor1u1m <cor1u1m!~manjaro-k@175.128.171.95.rev.sfr.net> has quit IRC (Quit: Konversation terminated!)
[15:04:32] *** Ethel <Ethel!~Administr@dsl-olubrasgw2-54f867-212.dhcp.inet.fi> has joined #manjaro
[15:05:17] *** Botergos <Botergos!~FatalExce@unaffiliated/yoshi2889/bot/fatalexception> has joined #manjaro
[15:06:24] *** Manj-1611-Lxqt2 <Manj-1611-Lxqt2!~j@81-226-163-175-no69.tbcn.telia.com> has quit IRC (Remote host closed the connection)
[15:06:33] *** lenwood <lenwood!~manjaro-k@217.70.193.12> has joined #manjaro
[15:06:49] *** Manj-1611-Lxqt2 <Manj-1611-Lxqt2!~j@81-226-163-175-no69.tbcn.telia.com> has joined #manjaro
[15:07:49] *** manjaro-kde5-- <manjaro-kde5--!~manjaro-k@217.70.193.12> has quit IRC (Ping timeout: 249 seconds)
[15:08:35] *** ShadowWarden <ShadowWarden!632d8667@gateway/web/cgi-irc/kiwiirc.com/ip.99.45.134.103> has joined #manjaro
[15:08:54] *** Manj-1611-Lxqt2 <Manj-1611-Lxqt2!~j@81-226-163-175-no69.tbcn.telia.com> has quit IRC (Remote host closed the connection)
[15:09:02] *** Schorfi <Schorfi!~schorfi@unaffiliated/schorfi> has joined #manjaro
[15:09:04] *** ShadowWarden <ShadowWarden!632d8667@gateway/web/cgi-irc/kiwiirc.com/ip.99.45.134.103> has quit IRC (Client Quit)
[15:09:06] *** Manj-1611-Lxqt <Manj-1611-Lxqt!~manjaro@c142.169.125-81.clta.globetrotter.net> has joined #manjaro
[15:09:14] *** Manj-1611-Lxqt2 <Manj-1611-Lxqt2!~j@81-226-163-175-no69.tbcn.telia.com> has joined #manjaro
[15:10:07] *** mattallmill <mattallmill!~mattallmi@ip68-103-129-112.ks.ok.cox.net> has joined #manjaro
[15:10:24] *** Manj-1611-Lxqt2 <Manj-1611-Lxqt2!~j@81-226-163-175-no69.tbcn.telia.com> has quit IRC (Remote host closed the connection)
[15:11:35] *** Manj-1611-Lxqt <Manj-1611-Lxqt!~manjaro@c142.169.125-81.clta.globetrotter.net> has quit IRC (Client Quit)
[15:12:44] *** marco-parillo <marco-parillo!d8cb060b@gateway/web/freenode/ip.216.203.6.11> has joined #manjaro
[15:13:09] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has joined #manjaro
[15:18:39] *** hodyna <hodyna!~hodyna@77.120.46.23> has quit IRC (Quit: Leaving)
[15:20:12] <marco-parillo> In today's unstable updates I got the new logo on the Manjaro welcome screen, but something that worried me: lib32-libdrm-2.4.74-1-x86_64.
[15:20:50] <marco-parillo> Until I learned that DRM did not stand for Digital Restrictions Management, but Direct Rendering Manager. Whew.
[15:21:44] <Jeannie> Actually it would be rights, not restrictions
[15:21:57] <Jeannie> But practically it doesn*t matter
[15:23:41] *** PseudoNoob <PseudoNoob!~PseudoNoo@gateway/vpn/privateinternetaccess/pseudonoob> has quit IRC (Remote host closed the connection)
[15:28:29] *** `Eddie <`Eddie!~dedword@unaffiliated/eddie/x-2286721> has joined #manjaro
[15:35:32] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has quit IRC (Ping timeout: 268 seconds)
[15:35:55] *** Kuvis <Kuvis!~owner@line-14130.dyn.kponet.fi> has quit IRC (Remote host closed the connection)
[15:36:32] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has joined #manjaro
[15:37:15] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@88.230.41.81> has joined #manjaro
[15:37:18] *** r00tobo[BNC] is now known as r00tobo
[15:37:45] *** manjaro-kde5_ is now known as tezcan
[15:43:29] *** PMunch <PMunch!~PMunch@dhcp-19-19.cs.uit.no> has quit IRC (Quit: leaving)
[15:44:35] *** giricz81 <giricz81!~giricz81@ip4-83-240-38-90.cust.nbox.cz> has quit IRC (Ping timeout: 244 seconds)
[15:45:37] *** darek80 <darek80!~darek@188.252.82.28> has quit IRC (Ping timeout: 244 seconds)
[15:51:13] *** LyriCa <LyriCa!~aniki@ool-44c16b78.dyn.optonline.net> has joined #manjaro
[15:54:47] *** xangua <xangua!uid19036@gateway/web/irccloud.com/x-vrbxpipuqwgkfinf> has joined #manjaro
[15:54:51] *** Petham <Petham!~manjaro@213214136054.edelkey.net> has joined #manjaro
[15:55:38] *** giricz81 <giricz81!~giricz81@ip4-83-240-38-90.cust.nbox.cz> has joined #manjaro
[15:55:40] *** Infamous <Infamous!znc@185.38.14.119> has joined #manjaro
[15:56:21] *** JoeMaro <JoeMaro!~jojo@37.29.222.162> has quit IRC (Read error: Connection reset by peer)
[15:59:44] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@137.97.94.147> has quit IRC (Remote host closed the connection)
[16:01:13] *** JoeMaro <JoeMaro!~jojo@37.29.222.162> has joined #manjaro
[16:03:54] *** atlimit8 <atlimit8!~quassel@206.126.212.162> has joined #manjaro
[16:04:00] *** LyriCa <LyriCa!~aniki@ool-44c16b78.dyn.optonline.net> has quit IRC (Ping timeout: 256 seconds)
[16:04:50] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@188.252.82.28> has joined #manjaro
[16:05:16] *** otsoaUnLoco <otsoaUnLoco!~manjaro-k@62.122.234.185> has quit IRC (Quit: Konversation terminated!)
[16:05:24] *** Endymion <Endymion!~Endymion-@37.142.122.46> has quit IRC (Ping timeout: 260 seconds)
[16:05:33] *** vexare <vexare!uid37544@gateway/web/irccloud.com/x-dohwsujwskgzxrfg> has joined #manjaro
[16:05:33] *** ChanServ sets mode: +v vexare
[16:09:08] *** omar__ <omar__!~omar@x52717997.dyn.telefonica.de> has quit IRC (Ping timeout: 250 seconds)
[16:09:57] *** rorro <rorro!~rorro@c-227-157.eduroam.liu.se> has quit IRC (Ping timeout: 240 seconds)
[16:10:10] *** LyriCa <LyriCa!~aniki@172.56.20.70> has joined #manjaro
[16:16:00] *** admineg_ <admineg_!~ahmed.al3@41.47.192.146> has joined #manjaro
[16:16:07] *** Kjeldmis <Kjeldmis!~ckk@85.81.242.67> has joined #manjaro
[16:16:08] *** admineg_ <admineg_!~ahmed.al3@41.47.192.146> has quit IRC (Read error: Connection reset by peer)
[16:16:14] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has quit IRC (Ping timeout: 268 seconds)
[16:18:08] *** JoeMaro <JoeMaro!~jojo@37.29.222.162> has quit IRC (Read error: Connection reset by peer)
[16:18:14] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@188.252.82.28> has quit IRC (Quit: Konversation terminated!)
[16:21:43] *** LyriCa <LyriCa!~aniki@172.56.20.70> has quit IRC (Quit: Leaving.)
[16:22:12] *** giricz81 <giricz81!~giricz81@ip4-83-240-38-90.cust.nbox.cz> has quit IRC (Quit: Konversation terminated!)
[16:24:44] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has joined #manjaro
[16:31:27] *** rorro <rorro!~rorro@c-227-157.eduroam.liu.se> has joined #manjaro
[16:32:56] *** LyriCa <LyriCa!~aniki@ool-44c16b78.dyn.optonline.net> has joined #manjaro
[16:34:43] *** strugart <strugart!strugart@181.167.144.176> has joined #manjaro
[16:35:58] *** Endymion <Endymion!~Endymion-@37.142.122.46> has joined #manjaro
[16:36:23] *** Reven_ <Reven_!~Manjarous@85.115.248.246> has joined #manjaro
[16:37:32] *** Reven_ <Reven_!~Manjarous@85.115.248.246> has quit IRC (Client Quit)
[16:37:42] *** japonecka <japonecka!~ok@86.49.186.211> has joined #manjaro
[16:39:02] *** omar__ <omar__!~omar@x5271794b.dyn.telefonica.de> has joined #manjaro
[16:40:14] *** Vlado9A <Vlado9A!~Vlado9A@unaffiliated/vlado9a> has joined #manjaro
[16:45:16] *** omar__ <omar__!~omar@x5271794b.dyn.telefonica.de> has quit IRC (Ping timeout: 250 seconds)
[16:45:31] *** omar__ <omar__!~omar@x59cc87d0.dyn.telefonica.de> has joined #manjaro
[16:48:04] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has quit IRC (Quit: Leaving)
[16:48:37] *** d42 <d42!~root@89-70-23-250.dynamic.chello.pl> has quit IRC (Remote host closed the connection)
[16:49:48] *** d42 <d42!~root@89-70-23-250.dynamic.chello.pl> has joined #manjaro
[16:50:00] *** omarramo <omarramo!~omar@141.84.69.85> has joined #manjaro
[16:50:12] *** omar__ <omar__!~omar@x59cc87d0.dyn.telefonica.de> has quit IRC (Ping timeout: 244 seconds)
[16:51:39] *** Celmor <Celmor!~celmor@HSI-KBW-149-172-216-251.hsi13.kabel-badenwuerttemberg.de> has joined #manjaro
[16:56:29] *** Colt <Colt!~Colt@109-92-108-168.dynamic.isp.telekom.rs> has quit IRC (Quit: Leaving)
[17:00:15] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has quit IRC (Read error: Connection reset by peer)
[17:01:04] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has joined #manjaro
[17:05:36] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@78.171.134.67> has joined #manjaro
[17:08:56] *** Huskarl42 <Huskarl42!~Huskarl42@103.255.6.99> has joined #manjaro
[17:09:08] *** Huskarl42 <Huskarl42!~Huskarl42@103.255.6.99> has quit IRC (Client Quit)
[17:11:30] *** cor1u1m <cor1u1m!~manjaro-k@175.128.171.95.rev.sfr.net> has joined #manjaro
[17:12:38] *** ultrixx <ultrixx!ultrixx@p5DC770DC.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds)
[17:12:57] *** ultrixx <ultrixx!~ultrixx@p5DC7786F.dip0.t-ipconnect.de> has joined #manjaro
[17:21:45] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@188.252.82.28> has joined #manjaro
[17:21:53] *** robin0800 <robin0800!robin0800@cpc83567-brig19-2-0-cust960.3-3.cable.virginm.net> has joined #manjaro
[17:25:20] *** Endymion <Endymion!~Endymion-@37.142.122.46> has quit IRC (Ping timeout: 244 seconds)
[17:33:32] *** omarramo <omarramo!~omar@141.84.69.85> has quit IRC (Ping timeout: 256 seconds)
[17:34:12] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@188.252.82.28> has quit IRC (Quit: Konversation terminated!)
[17:41:33] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@78.171.134.67> has quit IRC (Ping timeout: 265 seconds)
[17:43:02] *** Kdax <Kdax!~Kdax@p200300C24BE68D86F52390FCD699B2AC.dip0.t-ipconnect.de> has joined #manjaro
[17:45:38] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has quit IRC (Read error: Connection reset by peer)
[17:45:55] *** Kdax1 <Kdax1!~Kdax@107.153.110.5> has joined #manjaro
[17:46:56] *** Kdax <Kdax!~Kdax@p200300C24BE68D86F52390FCD699B2AC.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[17:47:18] *** That1BackYard_20 <That1BackYard_20!ba203178@gateway/web/cgi-irc/kiwiirc.com/ip.186.32.49.120> has joined #manjaro
[17:48:53] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has joined #manjaro
[17:49:30] *** manmi <manmi!~manmi@p3EE3C269.dip0.t-ipconnect.de> has joined #manjaro
[17:51:27] <That1BackYard_20> Hello!!
[17:53:03] *** sponge <sponge!~sponge@77.139.140.101> has quit IRC (Read error: Connection reset by peer)
[17:55:17] *** Kranix <Kranix!~magnus@213.83.153.90> has joined #manjaro
[17:56:11] *** omarramo <omarramo!~omar@141.84.69.85> has joined #manjaro
[17:58:43] *** rorro <rorro!~rorro@c-227-157.eduroam.liu.se> has quit IRC (Ping timeout: 260 seconds)
[18:01:43] <TheGillies> I don't know any themes besides default manjaro theme because it's too sexy to change
[18:01:59] *** Strit_Laptop <Strit_Laptop!~strit@212.10.32.21> has joined #manjaro
[18:01:59] *** ChanServ sets mode: +v Strit_Laptop
[18:03:21] <TheGillies> marco-parillo: I think it's kinda ironic stallman is against DRM considering the GPL dictates what you're allowed to do with the software
[18:05:47] <That1BackYard_20> Hey ghillies use arc themes
[18:06:21] <That1BackYard_20> with oranchelo ICONS
[18:06:21] <That1BackYard_20> they are SEXYYYYYYY
[18:06:33] *** aries_liuxueyang <aries_liuxueyang!~quassel@101.19.164.190> has quit IRC (Quit: No Ping reply in 180 seconds.)
[18:06:48]
<Botergos> [https://is.gd/8T4OnC] Arc Is a Gorgeous GTK Theme for Linux Desktops (Updated) - OMG! Ubuntu!
[18:06:57]
<Botergos> [https://is.gd/7PlLO1] Oranchelo is a Flat Icon Theme for the Linux Desktop - OMG! Ubuntu!
[18:07:25] *** yabbes <yabbes!~yabbes@dslb-088-071-148-134.088.071.pools.vodafone-ip.de> has joined #manjaro
[18:07:38] <That1BackYard_20> Yoo any1 know if its possible to install blackarch tools in manjaro?
[18:07:46] <That1BackYard_20> cause i want to install them all
[18:07:56] *** aries_liuxueyang <aries_liuxueyang!~quassel@101.19.164.190> has joined #manjaro
[18:08:03] * TheGillies checks it out
[18:08:29] *** eloaders <eloaders!~eloaders@ajc86.neoplus.adsl.tpnet.pl> has joined #manjaro
[18:11:33] *** hacker <hacker!~hacker@45.121.121.242> has joined #manjaro
[18:11:39] *** hacker is now known as Guest59183
[18:11:54] *** Guest59183 <Guest59183!~hacker@45.121.121.242> has quit IRC (Client Quit)
[18:13:39] *** prillian5 <prillian5!~prillian5@xdsl-81-173-169-149.netcologne.de> has quit IRC (Quit: Konversation terminated!)
[18:14:54] *** jsamyth <jsamyth!~jsamyth@75-151-113-165-Washington.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 265 seconds)
[18:20:01] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@ip-95-222-101-66.hsi15.unitymediagroup.de> has joined #manjaro
[18:20:37] *** lenwood <lenwood!~manjaro-k@217.70.193.12> has quit IRC (Ping timeout: 244 seconds)
[18:25:38] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@ip-95-222-101-66.hsi15.unitymediagroup.de> has quit IRC (Quit: Konversation terminated!)
[18:29:20] *** manjaroi3 <manjaroi3!~manjaro-i@a89-183-80-109.net-htp.de> has joined #manjaro
[18:32:57] *** manjaroi3 <manjaroi3!~manjaro-i@a89-183-80-109.net-htp.de> has quit IRC (Remote host closed the connection)
[18:33:22] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has joined #manjaro
[18:33:27] *** manjaroi3 <manjaroi3!~manjaro-i@a89-183-80-109.net-htp.de> has joined #manjaro
[18:34:18] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has quit IRC (Client Quit)
[18:34:25] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@mei67-5-78-212-65-86.fbx.proxad.net> has joined #manjaro
[18:35:51] *** Trustable <Trustable!~Trustable@dslb-188-106-043-155.188.106.pools.vodafone-ip.de> has joined #manjaro
[18:38:23] *** yabbes <yabbes!~yabbes@dslb-088-071-148-134.088.071.pools.vodafone-ip.de> has quit IRC (Quit: Ragequit)
[18:38:35] *** yabbes <yabbes!~yabbes@gateway/vpn/privateinternetaccess/yabbes> has joined #manjaro
[18:38:59] <Kjeldmis> That1BackYard_20: same way as you would do it on arch.
[18:39:22] *** manjaroi3 <manjaroi3!~manjaro-i@a89-183-80-109.net-htp.de> has left #manjaro ("leaving")
[18:40:37] *** tuxi3wm <tuxi3wm!~manjaro-i@a89-183-80-109.net-htp.de> has joined #manjaro
[18:43:08] *** PseudoNoob <PseudoNoob!~PseudoNoo@gateway/vpn/privateinternetaccess/pseudonoob> has joined #manjaro
[18:43:10] *** tuxi3wm <tuxi3wm!~manjaro-i@a89-183-80-109.net-htp.de> has quit IRC (Client Quit)
[18:43:55] *** tuxi3wm <tuxi3wm!~manjaro-i@a89-183-80-109.net-htp.de> has joined #manjaro
[18:45:54]
*** That1BackYard_20 <That1BackYard_20!ba203178@gateway/web/cgi-irc/kiwiirc.com/ip.186.32.49.120> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[18:47:08] *** lenwood <lenwood!~manjaro-k@2a02:8108:100:38c8:2a93:294a:15a6:fcf5> has joined #manjaro
[18:49:35] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@mei67-5-78-212-65-86.fbx.proxad.net> has quit IRC (Remote host closed the connection)
[18:50:15] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has joined #manjaro
[18:52:38] *** floown <floown!~quassel@2a02-8420-5a09-be00-6170-62ec-923b-1a98.rev.sfr.net> has joined #manjaro
[18:52:38] *** floown <floown!~quassel@2a02-8420-5a09-be00-6170-62ec-923b-1a98.rev.sfr.net> has quit IRC (Changing host)
[18:52:38] *** floown <floown!~quassel@unaffiliated/fanchon> has joined #manjaro
[18:56:23] *** lenwood <lenwood!~manjaro-k@2a02:8108:100:38c8:2a93:294a:15a6:fcf5> has quit IRC (Ping timeout: 246 seconds)
[18:59:02] *** Celmor <Celmor!~celmor@HSI-KBW-149-172-216-251.hsi13.kabel-badenwuerttemberg.de> has quit IRC (Ping timeout: 268 seconds)
[19:01:45] *** manjaroi3 <manjaroi3!~manjaro-i@188.252.82.28> has joined #manjaro
[19:01:51] *** djb-irc <djb-irc!~djb-irc@129.13.154.138> has quit IRC (Quit: Leaving)
[19:03:40] *** yabbes <yabbes!~yabbes@gateway/vpn/privateinternetaccess/yabbes> has quit IRC (Ping timeout: 260 seconds)
[19:05:29] *** hodyna <hodyna!~hodyna@77.120.46.23> has joined #manjaro
[19:06:43] *** mtn <mtn!~mtn@72.168.161.91> has joined #manjaro
[19:07:50] *** tuxi3wm <tuxi3wm!~manjaro-i@a89-183-80-109.net-htp.de> has quit IRC (Quit: leaving)
[19:12:26] *** manjaroCinnamon <manjaroCinnamon!~Manjarous@112.215.174.226> has joined #manjaro
[19:16:16] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@80-108-167-79.cable.dynamic.surfer.at> has joined #manjaro
[19:16:49] *** manjaroi3_ <manjaroi3_!~manjaro-i@188.252.82.28> has joined #manjaro
[19:16:57] *** manjaro-kde5- is now known as andreas_k
[19:17:40] <manjaroi3_> hi
[19:18:01] <Kjeldmis> hi
[19:19:05] <manjaroCinnamon> hi too
[19:20:42] *** Celmor <Celmor!~celmor@HSI-KBW-149-172-216-251.hsi13.kabel-badenwuerttemberg.de> has joined #manjaro
[19:21:50] *** manjaroCinnamon_ <manjaroCinnamon_!~Manjarous@176.105.128.182> has joined #manjaro
[19:22:21] *** manjaroCinnamon_ <manjaroCinnamon_!~Manjarous@176.105.128.182> has left #manjaro
[19:22:27] *** Celmor <Celmor!~celmor@HSI-KBW-149-172-216-251.hsi13.kabel-badenwuerttemberg.de> has quit IRC (Client Quit)
[19:24:22] *** Kuvis <Kuvis!~owner@85.29.101.162> has joined #manjaro
[19:24:29] *** manjaro-kde5- <manjaro-kde5-!~manjaro-k@p54B35164.dip0.t-ipconnect.de> has joined #manjaro
[19:25:22] *** manjaro-kde5- is now known as vWARE
[19:26:39] *** manjaroi3_ <manjaroi3_!~manjaro-i@188.252.82.28> has left #manjaro ("leaving")
[19:26:52] <manjaroi3> hi
[19:29:55] *** vWARE <vWARE!~manjaro-k@p54B35164.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
[19:30:01] *** mtn <mtn!~mtn@72.168.161.91> has quit IRC (Quit: Konversation terminated!)
[19:32:21] *** hai_bar <hai_bar!~hai_bar@p2003005DAF34A7B6FE1093B553B4879C.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[19:33:49] *** hai_bar <hai_bar!~hai_bar@p2003005DAF34A7B6FE1093B553B4879C.dip0.t-ipconnect.de> has joined #manjaro
[19:37:08] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Quit: Konversation terminated!)
[19:37:51] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[19:38:00] *** Fayn <Fayn!~Erk@dsl-hvkbrasgw1-54f89a-180.dhcp.inet.fi> has joined #manjaro
[19:38:26] *** mtn <mtn!~mtn@72.168.161.91> has joined #manjaro
[19:40:04] *** enkeys <enkeys!~enkeys@gateway/vpn/privateinternetaccess/enkeys> has quit IRC (Ping timeout: 260 seconds)
[19:42:48]
<Fayn> I'm trying to setup vpn client with strongswan and network manager (IPSec/IKEv2). For whatever reason connect fails. Is this error caused by some local service or in my server's side? https://dpaste.de/A6Nf/raw
[19:43:02] *** totalkrill_ <totalkrill_!~totalkril@h-28-78.a159.priv.bahnhof.se> has joined #manjaro
[19:43:55] <Kjeldmis> Fayn, I would say that this> feature CUSTOM:NetworkManager backend in critical plugin 'nm-backend' failed to load_
[19:44:03] <Kjeldmis> means its a local issue
[19:44:44] *** japonecka <japonecka!~ok@86.49.186.211> has quit IRC (Ping timeout: 260 seconds)
[19:46:06] <Kjeldmis> If I read that error correctly, the interface is never created locally.
[19:47:23] <Fayn> yeah there isn't one
[19:47:25] *** manjaroCinnamon_ <manjaroCinnamon_!~Manjarous@112.215.175.203> has joined #manjaro
[19:47:50] <Fayn> trying something, but requires reboot ->
[19:47:53] *** Fayn <Fayn!~Erk@dsl-hvkbrasgw1-54f89a-180.dhcp.inet.fi> has quit IRC (Quit: Leaving)
[19:47:57] <Kjeldmis> well there need to be one before you can configure it and bring the tunnel up
[19:48:28] *** hai_bar <hai_bar!~hai_bar@p2003005DAF34A7B6FE1093B553B4879C.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 258 seconds)
[19:50:50] *** manjaroCinnamon <manjaroCinnamon!~Manjarous@112.215.174.226> has quit IRC (Ping timeout: 268 seconds)
[19:51:32] *** Jeannie <Jeannie!~Jeannie@unaffiliated/jeannie> has quit IRC (Quit: Leaving)
[19:51:55] *** Fayn <Fayn!~Erk@dsl-hvkbrasgw1-54f89a-180.dhcp.inet.fi> has joined #manjaro
[19:53:36] *** manjaroCinnamon_ <manjaroCinnamon_!~Manjarous@112.215.175.203> has quit IRC (Read error: Connection reset by peer)
[19:56:28] *** peetaur <peetaur!~peter@p57AAA3D7.dip0.t-ipconnect.de> has joined #manjaro
[19:57:00] *** Trustable <Trustable!~Trustable@dslb-188-106-043-155.188.106.pools.vodafone-ip.de> has quit IRC (Remote host closed the connection)
[19:57:19] *** D3mian <D3mian!~dcarron@206.132.109.74> has quit IRC (Quit: Konversation terminated!)
[19:57:37] *** Petham <Petham!~manjaro@213214136054.edelkey.net> has quit IRC (Quit: Konversation terminated!)
[19:58:35] *** mike-zal <mike-zal!~michaldyb@agtp109.neoplus.adsl.tpnet.pl> has joined #manjaro
[20:01:48] *** hai_bar <hai_bar!~hai_bar@p2003005DAF34A73B961296C172823EE2.dip0.t-ipconnect.de> has joined #manjaro
[20:04:38] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has quit IRC (Ping timeout: 246 seconds)
[20:06:45] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has joined #manjaro
[20:11:55] *** JoeMaro <JoeMaro!~jojo@37.29.163.139> has joined #manjaro
[20:12:33] *** Colt <Colt!~Colt@109-92-108-168.dynamic.isp.telekom.rs> has joined #manjaro
[20:17:23] *** manjaroi3_ <manjaroi3_!~manjaro-i@63.133.234.1> has joined #manjaro
[20:17:59] *** manjaroi3_ <manjaroi3_!~manjaro-i@63.133.234.1> has left #manjaro
[20:18:38] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Ping timeout: 265 seconds)
[20:21:07] *** redsquirrelsnut <redsquirrelsnut!~redsquirr@63.133.234.1> has joined #manjaro
[20:21:12] *** tarok <tarok!~tarok@mon75-4-82-224-194-165.fbx.proxad.net> has joined #manjaro
[20:21:52] *** andreas_k <andreas_k!~manjaro-k@80-108-167-79.cable.dynamic.surfer.at> has quit IRC (Quit: Konversation terminated!)
[20:22:11] *** andreas_k <andreas_k!~manjaro-k@80-108-167-79.cable.dynamic.surfer.at> has joined #manjaro
[20:22:37] *** ultrixx <ultrixx!~ultrixx@p5DC7786F.dip0.t-ipconnect.de> has quit IRC (Quit: quit)
[20:22:42] *** redsquirrelsnut <redsquirrelsnut!~redsquirr@63.133.234.1> has left #manjaro
[20:24:00] *** marco-parillo <marco-parillo!d8cb060b@gateway/web/freenode/ip.216.203.6.11> has quit IRC (Quit: Page closed)
[20:24:14] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has quit IRC (Ping timeout: 246 seconds)
[20:25:16] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has joined #manjaro
[20:28:37] *** NaoTix <NaoTix!~NaoTix@bsr-176-139-185-179.ft.ethernet.abo.bbox.fr> has joined #manjaro
[20:28:45] *** NaoTix is now known as Naologramme
[20:28:51] <Naologramme> Hi
[20:28:53] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 260 seconds)
[20:31:41] *** andreas_k <andreas_k!~manjaro-k@80-108-167-79.cable.dynamic.surfer.at> has quit IRC (Ping timeout: 260 seconds)
[20:31:44] <Kjeldmis> hi
[20:35:54] *** Morrog <Morrog!~kim@78-22-126-241.access.telenet.be> has joined #manjaro
[20:36:12] <Morrog> good evening all
[20:37:01] <Kjeldmis> evening
[20:37:39] <Kjeldmis> Fayn: did you resolve your issue?
[20:38:09] <Fayn> not really, but i got it work manually after editing /etc/ipsec.conf
[20:38:16] <Morrog> I installed manjaro next to windows and ubuntu, but my grub (controlled by ubuntu) won't boot manjaro. I've read this is a known problem, but i can't fix it, sadly. I could use some help :)
[20:38:38] <Fayn> i may be missing some package, or maybe it doesn't work without systemd
[20:38:59] <Kjeldmis> Fayn: I dont think systemd is required
[20:39:53] <Kjeldmis> keep in mind that NM is slightly buggy, and because of that I always opt for manual configuration of VPN tunnels.
[20:40:33] <Kjeldmis> The error you posted earlier suggests that NM is unable to create the tunnel interface.
[20:40:55] *** mike-zal2 <mike-zal2!~michaldyb@aapk193.neoplus.adsl.tpnet.pl> has joined #manjaro
[20:40:55] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[20:41:14] <Kjeldmis> Morrog: well, you need to specify a custom grub boot entry for manjaro.
[20:41:19] <Fayn> Kjeldmis, yeah it certainly looks that way.
[20:41:55] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[20:41:58] *** manjaroi3_ <manjaroi3_!~manjaro-i@nat215.udea.edu.co> has joined #manjaro
[20:43:03] <Kjeldmis> Morrog: or if you already got a boot entry, you need to verify that /root is specified correctly within that entry.
[20:44:04] *** andreas_k <andreas_k!~manjaro-k@80-108-167-79.cable.dynamic.surfer.at> has joined #manjaro
[20:44:05] <Kjeldmis> correct that, run update-grub, and Manjaro should boot right off the bat.
[20:44:11] *** mike-zal <mike-zal!~michaldyb@agtp109.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 246 seconds)
[20:44:24] *** manjy_manjaro <manjy_manjaro!6e27456e@gateway/web/freenode/ip.110.39.69.110> has joined #manjaro
[20:44:26] <Morrog> if i look in the ubuntu /boot/grub/grub.cfg, it has initrd /boot/intel-ucode.img
[20:44:48] <manjy_manjaro> hello, which packages can I safely remove from Manjaro KDE while not disturbing system files??
[20:44:50] <Morrog> from what i read online, it needs something else. but it can't do it automatically.
[20:44:51] <Kjeldmis> thats for ubuntu.
[20:45:09] <Morrog> when i sudo update-grub from within manjaro, it doesn't change anything
[20:45:36] <Kjeldmis> Morrog: I thought you were unable to boot Manjaro/
[20:45:36] *** andreas_k <andreas_k!~manjaro-k@80-108-167-79.cable.dynamic.surfer.at> has quit IRC (Read error: Connection reset by peer)
[20:45:38] <Kjeldmis> ?
[20:45:40] <mtn> other distros grub won't boot manjaro for me, either
[20:46:03] <Morrog> yes, but i found something to edit the grub line and then i can temporarily boot into it
[20:46:04] *** andreas_k <andreas_k!~manjaro-k@80-108-167-79.cable.dynamic.surfer.at> has joined #manjaro
[20:46:18] <Morrog> i'd like a permanent solution, obviously
[20:46:18] *** manjaroi3_ <manjaroi3_!~manjaro-i@nat215.udea.edu.co> has quit IRC (Ping timeout: 245 seconds)
[20:46:22] *** xspeed <xspeed!~xsp@89.222.181.124> has joined #manjaro
[20:46:36] <Morrog> internet tells me to have manjaro control the grub, but i can't figure out how :)
[20:46:42] <Kjeldmis> create a custom boot entry, verify that root has been assigned correctly, run update-grub, profit.
[20:47:01] <Kjeldmis> its as easy as that.
[20:47:03] <mtn> Morrog: you can chroot into manjaro and then run grub-install from there
[20:47:03] <Morrog> i'll look into that
[20:47:29] <manjy_manjaro> hello, how can I remove all unnecassary packages from Manjaro KDE installation??
[20:47:30] <Morrog> sad that the manjaro line doesn't get picked up by other distro's grub
[20:47:47] <Kjeldmis> Morrog: you dont need manjaro to control grub, you can simply create a custom entry for it.
[20:47:50] <mtn> Morrog: manjaro is the only distro I have ever used with this problem
[20:47:51] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has quit IRC (Quit: Reconnecting)
[20:48:00] <Morrog> thanks Kjeldmis, i'll look it up :)
[20:48:05] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has joined #manjaro
[20:48:18] <Kjeldmis> np, ask if you need help with specifics.
[20:48:37] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has quit IRC (Client Quit)
[20:48:38] <mtn> manjy_manjaro: define "unnecessary"
[20:48:44] <Kjeldmis> manjy_manjaro: define unneccessary.
[20:48:50] <Kjeldmis> lol mtn xD
[20:48:50] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has joined #manjaro
[20:48:55] <mtn> :)
[20:49:14] <manjy_manjaro> anything I can remove without messing up KDE from booting up or running?
[20:49:31] <manjy_manjaro> shut down services
[20:49:32] <Morrog> the backgrounds? ^^
[20:49:32] <mtn> manjy_manjaro: sure, any apps you don't want to use
[20:49:33] *** hs0ucy <hs0ucy!~hsoucy@68.67.45.242> has quit IRC (Client Quit)
[20:50:14] <Kjeldmis> manjy_manjaro: how about starting the other way around. Install the base version of manjaro and only add the plasma shell to it.
[20:50:39] <Kjeldmis> Way easier than going through that tedious process.
[20:50:41] <manjy_manjaro> hmm...that would be ideal but I don't have good experience with CLI
[20:51:07] <Kjeldmis> well, then there is an opportunity to learn :)
[20:51:20] <mtn> manjy_manjaro: better yet, give manjaro more hard drive space. then it won't matter ;)
[20:52:36] <manjy_manjaro> great!!
[20:53:03] <manjy_manjaro> anyone know why desktop freezes from time to time?? maybe flash?
[20:53:29] <mtn> manjy_manjaro: or video drivers
[20:54:15] <Kjeldmis> manjy_manjaro: or a number of other things. It wouldnt make sense to say what was at fault without more information.
[20:54:48] <Kjeldmis> like systemlogs from journalctl, dmesg and Xorg.
[20:55:18] <manjy_manjaro> auto install proprietary driver button is grayed out and open source intell driver is installed
[20:55:38] *** mtn <mtn!~mtn@72.168.161.91> has quit IRC (Quit: Konversation terminated!)
[20:55:48] *** lenwood <lenwood!~manjaro-k@2a02:8108:100:38c8:2a93:294a:15a6:fcf5> has joined #manjaro
[20:55:51] <Kjeldmis> there doesnt exist a proprietary version of the intel drivers.
[20:55:59] <manjy_manjaro> hmmm
[20:56:13] <Kjeldmis> which is a good thing.
[20:56:16] <manjy_manjaro> maybe its just the laptop overheating...lol
[20:56:44] <Kjeldmis> manjy_manjaro: and that would be reported in the dmesg log I mentioned earlier.
[20:56:54] *** Morrog <Morrog!~kim@78-22-126-241.access.telenet.be> has quit IRC (Remote host closed the connection)
[20:57:18] <Kjeldmis> if it overheats, the system would notice and take countermeasures, which would could be seen in the logs.
[20:58:34] <manjy_manjaro> "[ 2.671951] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver"
[20:59:15] <Kjeldmis> thats power management. Makes no sense without knowing the lines before it.
[21:00:09] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 260 seconds)
[21:00:34] <manjy_manjaro> i have no idea how to read it
[21:01:00] <Kjeldmis> put the logs on a pastebin service and Ill take a quick look.
[21:01:59] <Kjeldmis> its probably somethin occuring in userspace, so the xorg logs would be nifty aswell.
[21:02:29] <Fayn> nothing serious?
[21:03:25] *** lenwood <lenwood!~manjaro-k@2a02:8108:100:38c8:2a93:294a:15a6:fcf5> has quit IRC (Ping timeout: 260 seconds)
[21:03:28] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[21:04:27] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has quit IRC (Ping timeout: 260 seconds)
[21:04:45] *** optics <optics!~optics@unaffiliated/optics> has joined #manjaro
[21:05:21] <tomamon-> if i want to save my xfce panel configuration, would backing up ~/.config/xfce/panel do the trick? or do i need to backup some other folder aswell?
[21:05:47] <Kjeldmis> manjy_manjaro: I cant read that paste. Please use another service.
[21:06:39] <Kjeldmis> tomamon-: It should be adequate. For safetys sake I would just backup ~/.config/xfce
[21:06:53] <tomamon-> got it, thanks
[21:07:15] *** Colt <Colt!~Colt@109-92-108-168.dynamic.isp.telekom.rs> has quit IRC (Quit: Leaving)
[21:08:05] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 260 seconds)
[21:08:07] <Kjeldmis> Fayn: no, those messages should be considered harmless.
[21:08:31] <Fayn> Kjeldmis: got it
[21:09:15] *** Spec-Chum <Spec-Chum!~Russ@90.254.169.238> has quit IRC (Quit: Leaving)
[21:10:25] *** manjy_manjaro <manjy_manjaro!6e27456e@gateway/web/freenode/ip.110.39.69.110> has quit IRC (Ping timeout: 260 seconds)
[21:11:12] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[21:11:22] *** manjy_manjaro <manjy_manjaro!670ac5da@gateway/web/freenode/ip.103.10.197.218> has joined #manjaro
[21:11:39] <manjy_manjaro> laptop froze had to restart
[21:11:45] <manjy_manjaro> ok so the fan speeds up really fast
[21:11:52] <manjy_manjaro> prolly temprature increase?
[21:12:25] <Kjeldmis> manjy_manjaro: OK. Maybe, I couldnt read the pastebin you sent earlier. Please use another service.
[21:16:37] <manjy_manjaro> hmm...thought so
[21:16:40] <manjy_manjaro> I have installed TLP
[21:17:31] <Kjeldmis> You might get some success by cleaning the fan. Installing lm_sensors and using fan control to keep the system cool.
[21:17:59] <Kjeldmis> not all systems are supported tho. What computer is this/
[21:18:01] <Kjeldmis> ?
[21:18:06] <Kjeldmis> make / model.
[21:18:56] <Kjeldmis> its underclocking the CPU to prevent overheating which could make it very slow, or even freeze.
[21:20:29] <manjy_manjaro> Its an old Macbook Air
[21:21:10] *** andreas_k <andreas_k!~manjaro-k@80-108-167-79.cable.dynamic.surfer.at> has quit IRC (Quit: Konversation terminated!)
[21:21:56] <manjy_manjaro> KInfoCenter is showing components not make/model
[21:22:00] <Kjeldmis> that error following the CPU heating is concerning...
[21:22:55] <Kjeldmis> It suggests hardware failure within the CPU, probably due to overheating.
[21:23:54] <manjy_manjaro> ohh...thats bad
[21:24:00] <Kjeldmis> run sudo pacman -S mcelog and run it from the terminal, by issuing mcelog
[21:24:11] <Kjeldmis> then copy the results to a pastebin
[21:25:03] <Kjeldmis> well it could be bad, lets see what the error log from the CPU says.
[21:26:22] <Kjeldmis> run sudo mcelog when you have installed it
[21:26:30] *** Strit_Laptop <Strit_Laptop!~strit@212.10.32.21> has left #manjaro ("Konversation terminated!")
[21:27:12] *** Petham <Petham!~manjaro-k@a88-115-145-147.elisa-laajakaista.fi> has joined #manjaro
[21:27:16] *** Fayn <Fayn!~Erk@dsl-hvkbrasgw1-54f89a-180.dhcp.inet.fi> has quit IRC (Quit: Leaving)
[21:30:40] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 260 seconds)
[21:32:10] <Kjeldmis> nothing too alarming, it just reports the action taken to underclock the CPU in order to prevent it from overheating.
[21:32:34] <Kjeldmis> I would clean that CPU fan.
[21:32:37] <manjy_manjaro> hmmm
[21:32:53] <manjy_manjaro> cool..thanks Kjeldmiss :D
[21:32:54] <Kjeldmis> It explains the freezes you experience.
[21:32:59] <Kjeldmis> np mate.
[21:33:24] <manjy_manjaro> still runs better than OSX which is getting bloated with every release
[21:33:55] <Kjeldmis> It does, doesnt it? I run AntergOS on my Macbook.
[21:34:46] *** marimysh <marimysh!b03b27f3@gateway/web/cgi-irc/kiwiirc.com/ip.176.59.39.243> has joined #manjaro
[21:36:48] *** rorro <rorro!~rorro@h-170-152-58.a163.priv.bahnhof.se> has joined #manjaro
[21:37:26] *** iv3ct <iv3ct!~iv3c@unaffiliated/iv3c> has joined #manjaro
[21:37:28] *** iv3c <iv3c!~iv3c@unaffiliated/iv3c> has quit IRC (Read error: Connection reset by peer)
[21:37:41] *** Schorfi <Schorfi!~schorfi@unaffiliated/schorfi> has quit IRC (Quit: gna)
[21:40:45] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has quit IRC (Ping timeout: 260 seconds)
[21:43:06] *** manjaroi3 <manjaroi3!~manjaro-i@188.252.82.28> has quit IRC (Quit: leaving)
[21:43:59] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[21:45:13] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has joined #manjaro
[21:47:03] *** manjaroi3 <manjaroi3!~manjaro-i@188.252.82.28> has joined #manjaro
[21:48:05] *** enkeys <enkeys!~enkeys@ip-89-176-251-164.net.upcbroadband.cz> has joined #manjaro
[21:49:44] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 250 seconds)
[21:55:43] *** Fayn <Fayn!~Erk@dsl-hvkbrasgw1-54f89a-180.dhcp.inet.fi> has joined #manjaro
[21:56:45] <Fayn> i found out why vpn was failing when used from nm-applet but it's bit bizarre
[21:57:06] <Kjeldmis> Fayn: do tell
[21:57:33] <Fayn> I had libreadline.so.7 and downgrading the package so it has libreadline.so.6 fixed it
[21:57:41] <Fayn> but other packages are up to date in my system
[21:58:07] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@94.19.244.112> has joined #manjaro
[21:58:09] <Fayn> it came up in nm-applet logs at startup
[21:58:21] <Fayn> but didn't cause problems until trying to connect to vpn
[21:59:07] *** JoeMaro <JoeMaro!~jojo@37.29.163.139> has quit IRC (Quit: Leaving.)
[21:59:23] <Fayn> need to try whether it works after reboot to be 100% sure though ->
[21:59:27] *** Fayn <Fayn!~Erk@dsl-hvkbrasgw1-54f89a-180.dhcp.inet.fi> has quit IRC (Client Quit)
[21:59:37] <Kjeldmis> thats weird
[21:59:53] <Kjeldmis> well, thanks for sharing ur solution
[22:02:22] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[22:02:35] *** xspeed <xspeed!~xsp@89.222.181.124> has quit IRC (Remote host closed the connection)
[22:02:51] *** tezcan <tezcan!~manjaro-k@88.230.41.81> has quit IRC (Quit: Konversation terminated!)
[22:03:06] <TheGillies> i keep trying to use pacman on OSX heh
[22:03:09] <TheGillies> muscle memory
[22:03:17] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@94.19.244.112> has quit IRC (Quit: Konversation terminated!)
[22:04:11] *** robin0800 <robin0800!robin0800@cpc83567-brig19-2-0-cust960.3-3.cable.virginm.net> has quit IRC (Quit: Leaving)
[22:09:58] *** Kdax1 <Kdax1!~Kdax@107.153.110.5> has quit IRC (Read error: Connection reset by peer)
[22:17:03] *** eddyready <eddyready!~edward@61.88.162.214> has joined #manjaro
[22:18:57] *** aajjbb <aajjbb!~aajjbb@179.154.124.39> has joined #manjaro
[22:19:30] *** optics <optics!~optics@unaffiliated/optics> has quit IRC (Quit: WeeChat 1.6)
[22:19:56] *** cm__ <cm__!~chris@85-69-253-116.rev.numericable.fr> has joined #manjaro
[22:20:06] *** Fir <Fir!~chris@85-69-253-116.rev.numericable.fr> has joined #manjaro
[22:21:01] *** omarramo <omarramo!~omar@141.84.69.85> has quit IRC (Quit: Konversation terminated!)
[22:21:01] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@104.220.38.102> has joined #manjaro
[22:21:13] *** omarramo <omarramo!~omar@141.84.69.85> has joined #manjaro
[22:21:25] *** manjaro-kde5_ is now known as Grahf
[22:21:25] *** eloaders <eloaders!~eloaders@ajc86.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Leaving)
[22:21:51] <Grahf> hi
[22:22:58] <Grahf> just installed manjaro lxqt alongside windows10 on a laptop . Installation went fine but I can't boot to Manjaro
[22:24:39] <Grahf> guess I need refind?
[22:25:05] <Kjeldmis> hi Grahf. Did you install and mount /boot/efi correctly?
[22:25:49] <Kjeldmis> no, you just need to install grub in uefi mode and point /boot/uefi to the existing fat32 boot volume
[22:26:05] <Kjeldmis> sorry, /boot/efi
[22:27:08] *** eddyready <eddyready!~edward@61.88.162.214> has quit IRC (Quit: leaving)
[22:27:23] *** Sail0r <Sail0r!~Sailor@p200300DCDBDBC801C1F1379A32E7C845.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving...)
[22:27:46] *** eddyready <eddyready!~edward@61.88.162.214> has joined #manjaro
[22:28:11] *** Kjeldmis <Kjeldmis!~ckk@85.81.242.67> has quit IRC (Quit: Kjeldmis)
[22:28:42] *** cm__ <cm__!~chris@85-69-253-116.rev.numericable.fr> has quit IRC (Quit: cm__)
[22:28:56] <Grahf> I have UEFI enabled if that's what he was asking....but he left
[22:29:41] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@p4FE29FC6.dip0.t-ipconnect.de> has joined #manjaro
[22:29:42] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@p4FE29FC6.dip0.t-ipconnect.de> has quit IRC (Client Quit)
[22:29:57] *** Kjeldmis <Kjeldmis!~ckk@85.81.242.67> has joined #manjaro
[22:30:33] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@p4FE29FC6.dip0.t-ipconnect.de> has joined #manjaro
[22:30:44] <Grahf> Kjeldmis: I had uefi enabled in bios if thats what you were asking.... im not sure
[22:31:02] *** Condor <Condor!~condor@unaffiliated/condor> has quit IRC (Ping timeout: 256 seconds)
[22:31:12] <Kjeldmis> I thought it was a Macbook since you mentioned refind.
[22:32:05] <Kjeldmis> Well, Grahf its more than likely that grub wasnt installed and mounted to the existing /boot/efi fat32 volume that Windows uses for UEFI booting.
[22:32:20] *** Sargosse <Sargosse!~Sargosse@ARennes-658-1-175-149.w92-139.abo.wanadoo.fr> has joined #manjaro
[22:33:11] <Grahf> During install when Im selecting the partition to install on can I somehow point it to the existing /boot/efu fat32 volume?
[22:34:20] <Kjeldmis> yes. it will ask to verify the automatic changes and there you can fix any inconsistencies. Or do the partition creation manually.
[22:34:41] *** Petham <Petham!~manjaro-k@a88-115-145-147.elisa-laajakaista.fi> has quit IRC (Read error: Connection reset by peer)
[22:34:56] <Kjeldmis> it would be the first fat32 volume on the disk.
[22:35:20] <Kjeldmis> size would be somewhere between 350 and 700 MB
[22:37:00] *** Kjeldmis <Kjeldmis!~ckk@85.81.242.67> has quit IRC (Quit: Kjeldmis)
[22:38:52] *** Fir <Fir!~chris@85-69-253-116.rev.numericable.fr> has quit IRC (Quit: Leaving)
[22:39:08] *** cm__ <cm__!~chris@85-69-253-116.rev.numericable.fr> has joined #manjaro
[22:39:45] *** cm__ <cm__!~chris@85-69-253-116.rev.numericable.fr> has quit IRC (Client Quit)
[22:40:30] <Grahf> i see the list of partitions and the one fat32 partition
[22:40:50] *** manjy_manjaro <manjy_manjaro!670ac5da@gateway/web/freenode/ip.103.10.197.218> has quit IRC (Ping timeout: 260 seconds)
[22:42:16] *** manjaro-kde5_ <manjaro-kde5_!~manjaro-k@p4FE29FC6.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
[22:42:47] <Grahf> Im just not sure how to point it to the fat32 boot volune
[22:43:55] *** Condor <Condor!~condor@unaffiliated/condor> has joined #manjaro
[22:44:59] *** Kranix <Kranix!~magnus@213.83.153.90> has quit IRC (Quit: Konversation terminated!)
[22:45:37] *** _thelion_ <_thelion_!~Matthias@188-23-170-194.adsl.highway.telekom.at> has joined #manjaro
[22:46:04] *** Diomedes <Diomedes!~Diomedes@xonotic/supporter/Diomedes> has quit IRC (Quit: Potzblitz!)
[22:46:30] *** notis <notis!~notis@194.219.225.64> has joined #manjaro
[22:48:53] *** Kuvis <Kuvis!~owner@85.29.101.162> has quit IRC (Remote host closed the connection)
[22:49:45] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has joined #manjaro
[22:50:46]
*** marimysh <marimysh!b03b27f3@gateway/web/cgi-irc/kiwiirc.com/ip.176.59.39.243> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[22:53:42] *** enkeys <enkeys!~enkeys@ip-89-176-251-164.net.upcbroadband.cz> has quit IRC (Ping timeout: 256 seconds)
[22:58:21] *** nicklas_ <nicklas_!~nicklas@c83-255-8-81.bredband.comhem.se> has joined #manjaro
[22:59:56] *** Naologramme <Naologramme!~NaoTix@bsr-176-139-185-179.ft.ethernet.abo.bbox.fr> has quit IRC (Quit: WeeChat 1.6)
[23:01:55] *** _thelion_ <_thelion_!~Matthias@188-23-170-194.adsl.highway.telekom.at> has quit IRC (Quit: WeeChat 1.5)
[23:02:46] *** omarramo <omarramo!~omar@141.84.69.85> has quit IRC (Ping timeout: 256 seconds)
[23:05:33] *** Grahf <Grahf!~manjaro-k@104.220.38.102> has quit IRC (Quit: Konversation terminated!)
[23:11:50] *** Troupal <Troupal!~troupal@LFbn-1-3994-183.w86-233.abo.wanadoo.fr> has quit IRC (Ping timeout: 256 seconds)
[23:14:06] <uberbunny> let me call MicroCenter and check if they have the card in stock in the store
[23:14:06] *** joeoe <joeoe!5082acbd@gateway/web/cgi-irc/kiwiirc.com/ip.80.130.172.189> has joined #manjaro
[23:15:37] *** omarramo <omarramo!~omar@141.84.69.85> has joined #manjaro
[23:15:45] *** joeoe <joeoe!5082acbd@gateway/web/cgi-irc/kiwiirc.com/ip.80.130.172.189> has quit IRC (Client Quit)
[23:17:59] *** HairyStuff <HairyStuff!bcb31dda@gateway/web/cgi-irc/kiwiirc.com/ip.188.179.29.218> has joined #manjaro
[23:19:49] *** hodyna <hodyna!~hodyna@77.120.46.23> has quit IRC (Quit: Leaving)
[23:22:05] *** HairyStuff <HairyStuff!bcb31dda@gateway/web/cgi-irc/kiwiirc.com/ip.188.179.29.218> has left #manjaro
[23:22:15] *** PseudoNoob <PseudoNoob!~PseudoNoo@gateway/vpn/privateinternetaccess/pseudonoob> has quit IRC (Remote host closed the connection)
[23:23:04] *** manjaroi3_ <manjaroi3_!~manjaro-i@50.120.175.211> has joined #manjaro
[23:25:10] <TheGillies> how can you have uefi enabled in bios? I was under the impression uefi was a bios replacement
[23:26:53] <uberbunny> TheGillies, It's not
[23:27:13] <uberbunny> TheGillies, UEFI is a different firmware along side a regular BIOS
[23:27:17] *** Spec-Chum <Spec-Chum!~Russ@90.254.169.238> has joined #manjaro
[23:27:17] *** ChanServ sets mode: +v Spec-Chum
[23:27:25] *** manjaroi3_ <manjaroi3_!~manjaro-i@50.120.175.211> has left #manjaro
[23:29:24] *** totalkrill_ <totalkrill_!~totalkril@h-28-78.a159.priv.bahnhof.se> has quit IRC (Ping timeout: 256 seconds)
[23:30:16] *** Celmor <Celmor!~celmor@HSI-KBW-149-172-216-251.hsi13.kabel-badenwuerttemberg.de> has joined #manjaro
[23:36:01] *** ringo is now known as ringo32
[23:36:17] *** ringo32 is now known as ringo
[23:36:52] <mike-zal2> I heard it explained in anther way. there is UEFI that looks like BIOS and can have certain BIOS like features (legacy mode).
[23:37:08] <mike-zal2> some UEFI may have GUI
[23:37:42] <mike-zal2> but most people name it BIOS anyway for simplification
[23:38:23] *** peaveyman <peaveyman!~gary@unaffiliated/peaveyman> has quit IRC (Ping timeout: 268 seconds)
[23:39:43] <uberbunny> No, (U)EFI is designed to boot the system, it does NOT replace the functionalities of a BIOS
[23:39:50] <mike-zal2> TheGillies: anyway if you want UEFI install, just set it to UEFI only in boot settings
[23:41:01] <mike-zal2> uberbunny: I saw so many articles saying it differently that I am not sure what to believe. everyone is talking from point of authority (this is how it is, period) but they often contradict each other
[23:42:18] <mike-zal2> anyway, for practice, you either use UEFI boot or legacy boot and that's it
[23:42:30] <mike-zal2> not sure about mixed mode thou
[23:42:47] <mike-zal2> probably it just looks for both: legacy and uefi
[23:43:13]
<uberbunny> mike-zal2, That information is based on specification http://uefi.org/
[23:43:16]
<Botergos> [https://is.gd/RAD6AA] Welcome to Unified Extensible Firmware Interface Forum | Unified Extensible Firmware Interface Forum
[23:43:25] <uberbunny> You can read and learn from that site
[23:44:33] <uberbunny> mike-zal2, If your BIOS supports it, some restrict it, disable UEFI entirely
[23:44:59] <uberbunny> Which basically leaves it up to the BIOS to boot your system
[23:45:16] <uberbunny> So called 'Legacy mode'
[23:46:20] <mike-zal2> from I read, it's other way around, meaning on newer computers you have UEFI with implemented BIOS for legacy.
[23:47:15] *** manjaroCinnamon <manjaroCinnamon!~Manjarous@2602:306:837a:4360:802d:15f8:9beb:cc87> has joined #manjaro
[23:47:38] <uberbunny> mike-zal2, Again, look at the specification, regardless whatever other site says
[23:47:47] *** aries_liuxueyang <aries_liuxueyang!~quassel@101.19.164.190> has quit IRC (Ping timeout: 260 seconds)
[23:47:50] <mike-zal2> but it's all fishy... in most explanations they focus on the work, not on interface, which is confusing, because you see it like BIOS so you ask yourself, is it BIOS or UEFI looking like BIOS?
[23:48:11] *** sponge <sponge!~sponge@77.139.140.101> has joined #manjaro
[23:48:12] <uberbunny> Every hardware manfactures abide by the specification
[23:48:13] <sponge> Hello
[23:48:23] <mike-zal2> uberbunny: I am reading it and as I said, they just fail to explain it in a simple matter, comprhensible to noobs
[23:49:03] <uberbunny> mike-zal2, I understand, just so you know, I understand it, UEFI is not BIOS, UEFI does not replace BIOS
[23:49:33] <uberbunny> UEFI is a separate different system
[23:49:51] <mike-zal2> I know, but I am talking about interface. this is the most confusing part for most
[23:50:03] <mike-zal2> if you see bios alike menu, is it bios or uefi?
[23:50:18] <uberbunny> The interface, you can get into multiple ways, some drop you to shell
[23:50:21] <mike-zal2> if you see gui with mouse, this is advanced uefi menu?
[23:50:24] <uberbunny> Others give you a gui
[23:50:49] <uberbunny> or you can download an app onto windows and modify UEFI
[23:50:50] <mike-zal2> I saw gui only on videos. in practice I deal only with BIOS alike interface
[23:50:54] *** s8321414 <s8321414!~s8321414@1-174-126-250.dynamic.hinet.net> has joined #manjaro
[23:51:32] <uberbunny> In my system, the GUI doesn't allow me to do nifty things, but I can enter UEFI by pressing F12
[23:51:46] <uberbunny> DEL to enter BIOS
[23:52:18] <uberbunny> In BIOS, you can still modify UEFI, that all depends on the BIOS
[23:52:59] <uberbunny> You can modify UEFI within LInux but I never got that to work
[23:56:05] *** LyriCa <LyriCa!~aniki@ool-44c16b78.dyn.optonline.net> has quit IRC (Ping timeout: 248 seconds)
[23:56:17] *** peetaur <peetaur!~peter@p57AAA3D7.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
[23:56:31] <sponge> anyone here uses kde?
[23:57:20] <uberbunny> I do albiet on openSUSE
[23:57:29] <uberbunny> What do you need help with?
[23:59:13] <mike-zal2> sponge: I use kde on manjaro
[23:59:14] <sponge> I want to know if there's a way to prevent the windowed task manager from turning into icons when more 7 windows are running?
[23:59:47] <uberbunny> OO, isn't that in TaskManager settings, stop grouping
[23:59:52] <uberbunny> Somewhere in there