[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/fglt/ - Friendly GNU/Linux Thread

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 346
Thread images: 39

File: rms.jpg (27KB, 580x346px) Image search: [Google]
rms.jpg
27KB, 580x346px
Previous thread: >>56647408
Welcome to /fglt/ - Friendly GNU/Linux Thread.
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread. ***

Before asking for help, please check our list of resources[*].

Take this quiz before asking for what distro to try: https://distrochooser.de/?l=2

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine using VirtualBox or other software made for this puporse for safety purposes.
1) Use the Live ISO (if your distribution of choice has one) to boot directly into the GNU/Linux distribution without installing anything, that way, you can get to experience the GNU/Linux operating system without installing it.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS, this is recommended if you want to know more about the GNU/Linux operating system.
3) Go balls deep and replace everything with GNU/Linux.

Meet the /fglt/ team (not really):

IRC: irc://chat.freenode.net:6667/flt (6697 for SSL)
If you don't have an IRC client, you can use a web client:
https://webchat.freenode.net/?channels=flt
https://kiwiirc.com/client/irc.freenode.net/flt
WEB: http://fglt.nl/

* Resources:
Your friendly neighborhood search engine (searx, ixquick, startpage, whatever.)
$ man <insert command here>
https://wiki.archlinux.org (Most troubleshoots work on all distros.)
https://wiki.gentoo.org (Please see comment above.)
https://wiki.installgentoo.com/index.php/Category:GNU/Linux
https://prism-break.org/en/categories/gnu-linux/
http://linuxcommand.org/tlcl.php
https://www.gnu.org

Friends:
>>>/t/707928 - /t/'s GNU/Linux Games
>>>/t/713097 - /t/'s GNU/Linux Training Videos

Copypasta:
https://p.teknik.io/5cGhy
>>
>>56654414
Now I see what is actually wrong with you. You think python scripts are scripts written by the users and the users could simply update their scripts, but you're wrong. Python is a widly used language and many programs are written in it, packaged and in every distros repos. Don't expect all these people to "fix" something that shouldn't be fixed since it's the default way, just because Arch wants to link python to python3. If you still don't get why linking it to python3 is a bad idea, please read >>56649210 again.
>>
>>56654521
Someone has to do it first to force developers to adopt 3.x standards, if your so pissed about it in your .bashrc just make an alias python='python2' and be done with it
>>
>>56654521
>>56654493 (Dead)
>Python is a widly used language and many programs are written in it, packaged and in every distros repos.

So the devs update the scripts, which are then propagated to the users?
How can you be this retarded
You're blaming a DISTRO instead of UPSTREAM inadequacies

>default way,
Explain why V2 exist then?

Till you do, you have no valid arguments, and you will be discarded by everyone
>>
>>56654546
That doesn't fix python programs, only programs you call with $ python
>>
>>56654521
>>56654546
>>56654562
>>56654566
I can't believe this Arch Python thing has gone on for so long.
>>
/usr/bin/python is just a symlink to python3; make it link to python2 and you'll be fine.

>>56654578
Never really had any effect on me. It's just /g/ being autistic
>>
>>56654562
I don't want to spam, but please read it again:

You just don't get how it works anon. Before python3 was released all scripts got the bang "python". When python3 was released, it got it's own: "python3".

How it works:
python should call python2, to be compatible to all programs written before python3
python2 should obviously link to python2
python3 should obviously link to python3

This is how every other distro does it, exept Arch (which points python to python3) and this is why it constantly breaks programs. Use a search engine and realize that people got A LOT of problems because of that, because it BREAKS all programs, written before python3 which include code that is not compatible to python3.
>>
>>56654600
>default way,
Explain why V2 exist then?
>>
>>56654566
Not him but I never had any python programs break at all...
>>
>>56654600
Show me one of these "constantly breaking programs" that you keep talking about.
Note, posts from anything past 2015 are irrelevent
>>
>>56654605
Python2 is compatible with Python1, so there is no need for a "python2" bang, but Python3 is incompatible with Python2 and 1, therefore it has it's own link to python3. Linking python to python3 links python1 and python2 scripts to python3, which breaks compatibility and scripts that use code which is incompatible to python3.
>>
>>56654647
>default way,
Explain why V2 exist then?
Show me one of these "constantly breaking programs" that you keep talking about.
Note, posts from anything past 2015 are irrelevent
>>
Why does Arch even link python to python3? Ubuntu here also links it to python2 (so I guess so does Debian).
>>
>>56654677
See >>56654546

Pythong 3 is future
>>
File: 1326273987032.jpg (716KB, 2502x1362px) Image search: [Google]
1326273987032.jpg
716KB, 2502x1362px
>>
Can we stop talking about python?
>>
>>56654690
>Pythong 3 is future
JESUS FUCKING CHRIST

Either you're really retarded or you're trolling.
>>
>>56654694
Yeah, this isn't /dpt/
>>
So how do I get javadoc generation working on eclipse on fedora? I know I have to install the openjdk javadoc package, but then what? Where do I find the appropriate javadoc command?
>>
>>56654690
it's not about "not using the newer version" anon, it's about breaking standards
>>
>>56654694
Only if you answer
>default way,
Explain why V2 exist then?
Show me one of these "constantly breaking programs" that you keep talking about.
Note, posts from anything past 2015 are irrelevent
>>
>>56654700
Python 2.x is legacy, Python 3.x is the present and future of the language


Stay butthurt :^)
>>
>>56654721
read >>56654717
>>
>>56654717
How are standards created in the first place?
Oh
Flash
Oh
HTML1
Oh
>>
>>56654732
Ok, once again, only the relevant part:

>Before python3 was released all scripts got the bang "python". When python3 was released, it got it's own: "python3".
>>
>>56654716
are you looking for this?
https://wiki.archlinux.org/index.php/eclipse#Enable_javadoc_integration
>>
>>56654717
>breaking standards
Python 2 will go obsolete quite soon.
https://wiki.python.org/moin/Python2orPython3
>>
>>56654647
sounds reasonable

The only reason I see, to do it like Arch Linux does it, is, to not care for breaking programs and scripts, so that the Python3 users can feel like they mater more, because "python defaults to python3 now, update your script, grandpa.", which is a very childish and pretty stupid reason and doesn't help anyone.

From the standpoint of a society which works together for the better of everyone, then python should not default to python 3.

Case Closed.
>>
Daily reminder that the main advantage of 3.x is that it is on the cutting edge, so all the new features will be implemented in there rather than being added to 2.x. The other thing you may want to consider is that it is the common python of the future, so looking a couple of years down the line, this will be the mature branch that people go to.
>>
File: 1460420362148.jpg (51KB, 355x400px) Image search: [Google]
1460420362148.jpg
51KB, 355x400px
>>56654760
I dare you motherfucker, don't bring this "python2 is obsolete" arguments again EVER,

Sersiously, what the hell it wrong with your brain. Python2 and Python3 are incompatible to each other so they need different bangs. Linking them together breaks the shit!
>>
>>56654759
No. On eclipse, when you write javadocs on your program, you can generate an html file containing your javadoc. This requires me to point eclipse at my javadoc installation. On windows, you do this by finding your jdk and pointing eclipse to javadoc.exe. I can't find javadoc's location in fedora. I found a tutorial of how to find it on ubuntu, but I guess ubuntu ships openjdk as a whole package, as opposed to fedora, who ships it as modules.
>>
>>56654802
1. Python 2 is really getting obsolete these days, anon. Go back to /d""p""t/ with your shit memes

2. See >>56654593 (me)
>>
>>56654732
standards are created this way:

Someone comes along and forces his ideology on people and kills off everyone who doesn't agree with him. If enough people are left to serve "his" standards, then a new standard is created, and all the happy people who were not killed and are obeying their new overlord, will live happy ever after.
>>
>>56654593
See, this is what happens, when programs espect the default behaivor of python at Arch Linux: https://github.com/atom/apm/issues/95
>>
>>56654824
im not 100% sure on this but you might want to check /usr/lib/jvm/[yourjavaversion]/bin/javadoc
>>
>>56654873
Doesn't affect me, I'm using vim.
>>
>>56654913
It's not an atom problem jesus christ.
>>
>>56654911
It's not there. Fedora doesn't install openjdk as a whole. It installs it as components. To enable javadoc, I had to install it separately. Hence, its not there. Every javadoc file I've found doesn't have anything but text files containing licensing information.
>>
File: 1447309224067.jpg (96KB, 580x346px) Image search: [Google]
1447309224067.jpg
96KB, 580x346px
>>56654495
>>
>>56654942
did you try rpm's -l flag to list the contsnt of a package?
sadly i do not use fedora so i cannot try this myself
>>
File: 1467349052015.png (3MB, 1880x1634px) Image search: [Google]
1467349052015.png
3MB, 1880x1634px
>>56654997
Isn't it ironic that the proprietary software developers call us communists? We are the ones who have provided for a free market, where they allow only monopoly. … if the users chooses this proprietary software package, he then falls into this monopoly for support … the only way to escape from monopoly is to escape from proprietary software, and that is what the free software movement is all about. We want you to escape and our work is to help you escape. We hope you will escape to the free world.
>>
>>56655032
Yes. Unfortunately, the list is huge and it cuts off my terminal window. I get that fedora is less bloated when you break up the package in modules, but holy shit is it annoying when you think you have a complete default package only to find that its actually split in 25 modules
>>
>>56655070
if the list is to big just pipe it into less
>>
>>56654755
>default way,
Explain why V2 exist then?
Show me one of these "constantly breaking programs" that you keep talking about.
Note, posts from anything past 2015 are irrelevent
>>
>>56654775
>default way,
Explain why V2 exist then?
Show me one of these "constantly breaking programs" that you keep talking about.
Note, posts from anything past 2015 are irrelevent
>>
>>56655070
what pacakge did you installfor the javadocs?
>>
>>56655230
java-1.8.0-openjdk-javadoc
>>
So I'm using fluxbox and know about i3, what are other easy to configure windows managers that use plain text config files?
>>
>>56655260
All window managers use plain text config files.
>>
>>56655291
>awesome
>>
>>56655309
Lua is not written in binary last I checked. It's plain text. Human readable.
>>
>>56655329
It isnt plain text. It is a in non standard plain text.

Having to use xml/lua/we isnt plain text and is asinine
>>
>>56655241
i think i may have the solution for your problem. So i checked the javadoc package on rpmfind and it seems to only provide the offline documention for the java api. So i searched for other java packages and found this
https://www.rpmfind.net/linux/RPM/fedora/updates/24/x86_64/j/java-1.8.0-openjdk-devel-1.8.0.102-1.b14.fc24.i686.html .
that package provides
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.fc24.i386/bin/javadoc
and i think that is what you are looking for.
tldr: install the openjdk-devel package, it might fix your problem

Also fuck Fedoras retarded packaging policy and lack of documentation
>>
>>56655349
>plain text is non standard plain text

set $mod Mod4

is plain text, but
modkey = "Mod4"

is not, right?
>>
>>56655418
You're missing alot of text to even execute that command
This is a scripting language
Not plain text
mytaglist.buttons = awful.util.table.join(
awful.button({ }, 1, awful.tag.viewonly),
awful.button({ modkey }, 1, awful.client.movetotag),
awful.button({ }, 3, awful.tag.viewtoggle),
awful.button({ modkey }, 3, awful.client.toggletag),
awful.button({ }, 4, function(t) awful.tag.viewnext(awful.tag.getscreen(t)) end),
awful.button({ }, 5, function(t) awful.tag.viewprev(awful.tag.getscreen(t)) end)
)
>>
>>56655241
>>56655399
pls report if this worked i really want to know
>>
>>56655448
Exactly. If you're tearing your hair out trying to figure out yours or someone elses config file, it's not plain text and making it more work than it needs to be.
>>
>>56655464
That is a portion of the STOCK awesome config

This is fluxbox
session.screen0.tabs.usePixmap:    true
session.screen0.tabs.maxOver: false
session.screen0.tabs.intitlebar: true
session.screen0.iconbar.iconTextPadding: 10
session.screen0.iconbar.iconWidth: 70
session.screen0.iconbar.mode: {static groups} (workspace)
session.screen0.iconbar.usePixmap: true
session.screen0.iconbar.alignment: Relative
session.screen0.titlebar.left: Stick
session.screen0.titlebar.right: Minimize Maximize Close
session.screen0.window.focus.alpha: 255
session.screen0.window.unfocus.alpha: 255
session.screen0.menu.alpha: 255
session.screen0.toolbar.autoHide: true
session.screen0.toolbar.placement: BottomCenter
session.screen0.toolbar.visible: true
session.screen0.toolbar.height: 0
session.screen0.toolbar.onhead: 0
session.screen0.toolbar.maxOver: false
session.screen0.toolbar.tools: workspacename, prevworkspace, nextworkspace, iconbar, prevwindow, nextwindow, clock
session.screen0.toolbar.alpha: 255
session.screen0.toolbar.widthPercent: 100
session.screen0.toolbar.layer: AboveDock
session.screen0.overlay.lineWidth: 1
session.screen0.overlay.lineStyle: LineSolid
session.screen0.overlay.joinStyle: JoinMiter
session.screen0.overlay.capStyle: CapNotLast
session.screen0.clientMenu.usePixmap: true
session.screen0.tab.placement: TopLeft



Youll notice quick a lack of scripting in this portion of the stock flux config
>>
>>56655448
So plain text, to you means "something that is not written in any standard programming language"?
>>
>>56655506
imho plain text means "something that is not written in any standard syntax".
>>
>>56655506
Not him, but plain text needs to be simple and can be easily read and understood. Plain text doesn't need to complicate things by writing it like a scripting language, it needs to be written like a novel so it can be read like one.
>>
Hello everyone, I just installed Linux Mint as a first distro on a 13'' Thinkpad X250, and everything's too fucking small. It's running Cinnamon, and apparently there's only a 100% or 200% scaling option, which is irritating.

I guess my question is, what DE should I get for a 13'' 1920x1080 screen where I can properly scale the ui?
>>
>>56655627
you may want to take a look at this
https://wiki.archlinux.org/index.php/HiDPI
>>
>>56655627
GNOME
>>
>>56655664
gnome has the same weakness: it only allows 100%, 200%, 300%, etc scaling
>>
Try this:

#!/bin/bash
x=echo;e=d1s3d1;f=s2d1s2;g=d1s4;h=s4d1;i="1 d5";s=0;$x -e "\n\n\n\n\n\n\n"
set $i 7 $e $i 9 $f $i 3 $h $i 3 $g $i $i 3 $h $i 3 $h $i 4 $e $i 4 $h $i 3 \
$g $i 3 $h $i 4 $g $i 3 $e 2 d5 8 $h $i 3 $e $i 3 $e 2 d5 3 $e $i 4 $h 3 s1 \
1 d1 1 s1 1 d1 3 s1;y=" ";z="\033[";for l in {0..9} a;do for m in {0..8};do
if [ $s = 0 ];then s=$1;t=$2;shift 2;fi;s=$((s-1));p=$t;a="";while [ $p ];do
c=${p:0:1};n=${p:1:1};p=${p:2:9};[ $c = d ]&&a="$a${z}7m"
a="$a${y:0:$n}${y:0:$n}";[ $c = d ]&&a="$a${z}m";done;d[0x$l$m]="$a";done
done;while :;do set `date "+%Ha%Ma%S %N"`;t=$1;s=$2;$x -ne "\r${z}8A"
for l in {0..8};do for ((i=0;i<${#t};i++));do $x -ne "${d[0x${t:$i:1}$l]}"
[ $i != 7 ]&&$x -n " ";done;[ $l != 8 ]&&$x;done;$x -n " "
s=$((3000-1${s:0:3}));sleep 0.${s:1:3};done
>>
>>56655776
no
>>
>>56655788
pussy
>>
>>56655788
It doesn't do any harm. I promise.
>>
File: 1466363027638.gif (23KB, 481x302px) Image search: [Google]
1466363027638.gif
23KB, 481x302px
>>56655776
Noice.
>>
File: setting.gif (258KB, 860x640px) Image search: [Google]
setting.gif
258KB, 860x640px
>>56655627
Do you mean this?
>>
>>56655399
>Also fuck Fedoras retarded packaging policy and lack of documentation
This. If you're gonna break up packages into 20 smaller ones, you fucks better give me arch-wiki levels of documentation. For a "developer" distro, the lack of documentation for anything on fedora is fucking infuriating.
>>
So I heard you can use something called GPU Passthrough to play Windows games with good performance in a VM on linux. Do you need to have 2 GPUs to do this?
>>
>>56655979
Yes, and you already have one built into your CPU. The second one is the graphics card
>>
>>56655399
>>56655449
Yep, installing this package solves the problem. WHY THE FUCK DOES FEDORA CALL THE READ ONLY JAVADOC PACKAGE JAVADOC IF IT CAN'T GENERATE A JAVADOC HTML. HOLY FUCK, FEDORA'S PACKAGES TRIGGER ME SO MUCH.
>>
>>56655661
Thanks, appreciate it.
>>56655664
After some tactical googling I came to the same conclusion as >>56655674

>>56655933
That looks perfect, is that KDE?

Thanks everyone, /g/ can be surprisingly helpful
>>
>>56655991
Ah,when it said you needed 2, I was unsure if the integrated GPU counted. That might be the final push i need to move my home pc to linux
>>
>>56656017
>is that KDE
is that KDE master race*

Ftfy. And yes.
>>
>>56656023
Start reading
https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF
>>
File: nice.webm (2MB, 988x544px) Image search: [Google]
nice.webm
2MB, 988x544px
So what's up with Gimp and why is it so fucked?
>>
I want to contain a piece of shit package under a directory so that I can remove it completely without any residue configs/packages.

Normally I'd install it under WINE but it's not working.

Any other ways?

It's viber
>>
>>56656032
I feel like a dumbass, but I can't figure out how to install KDE on my Mint Cinnamon install. If I do "sudo apt-get install kde-full" it just says it's unable to locate the package
>>
>>56656153
I suggest that you install KDE Neon, because there will be different packages doing the same thing and the software indexing will be fucked.

Like there will be two "Files", two "Settings" etc.

However try $sudo apt install kubuntu-full
>>
Emacs 25.1 came out today. Most promising is Xwidgets: a new feature for embedding native widgets inside Emacs buffers. It basically allows using webkitgtk+ in emacs, finally giving emacs a decent browser after all these years. The emacs OS is one step closer to becoming a reality.
>>
>>56656201
Wait, are you saying to do KDE Neon or Kubuntu?
>>
>>56656212
now it only needs a decent text editor
>>
>>56656051
Your pc is shit and your dpi is too high
>>
>>56656231
If you do as I prefer, get a fresh distro called KDE Neon

or issue the command and install kubuntu-full pacakge
>>
>>56656235
Using evil for vim emulation is excellent. You get best of both worlds with it.
>>
>>56656118
chroot
>>
>>56656245
>your pc is shit
So why can i use Blender and play GTA V without problems?

>your dpi is too high
No, it's not.
>>
>>56656259
Oh okay, thanks!
>>
>>56656282
I see no problem here, my system is 7 years old.

>thinks 3d rendering is the same as 2d
>>
>>56656282
reboot
>>
Is there a linux program that's equivalent to the FreeBSD jails?
>>
>>56656315
Ich möchte nur einmal kurz etwas einwerfen. Was sie als Linux bezeichnen ist in Warheit GNU/Linux, oder wie ich es vor kurzem zu bezeichen begonnen habe, GNU plus Linux. Linux an sich ist kein Betriebssystem, sondern eine weitere freie Komponente eines voll Funktionsfähigen GNU Systems, welches durch die GNU corelibs, shell utilities und andere wichtige System Komponente nützlich gemacht wird und ein Betriebssystem ist, wie es durch das POSIX definiert ist.

Viele Computer Nutzer benutzen eine modifizierte Version des GNU Systems jeden Tag ohne es zu bemerken. Durch eine eigenartige Wendung wird die Version von GNU, die heute weit verbreitet ist, oft Linux genannt und viele der Nutzer sind sich nicht bewusst, dass es eigentlich das GNU System ist, welches von dem GNU Projekt entwickelt wurde.

Es existiert wirklich ein Linux, und diese Leute benutzen es, jedoch handelt es sich dabei nur um einen Teil ihres Systems. Linux ist ein Kernel: das Programm im System welches die durch die Maschine bereitgestellten Ressourcen an andere laufende Programme verteilt. Der Kernel ist ein essentieller Teil eines Betriebssystems,aber ohne den Rest des Systems nutzlos; er kann nur in Zusammenarbeit mit dem Rest des Systems funktionieren. Linux wird für gewöhnlich in Kombination mit dem GNU Betriebssystem verwendet: Das ganze System ist eigentlich GNU mit dem Linux Kernel, oder GNU/Linux. Alle so genannten Linux Distributionen sind in Warheit Distributionen von GNU/LINUX!
>>
>>56656212
I tried 25 a few weeks ago and whenever I 'M-x image-dired' it would say, "this emacs mishandles this image type" and when I try to close it "Loading charset map: Too many open files". I had to sigkill it to stop it. It still did it with the release version. I made sure it wasn't related to any of my configs and the usual. There were a few other problems.

So I'll be sticking with the 24 version for now.

I could do something about it but I can't be bothered right now.
>>
>>56656296
I didn't say it was the same, but if 3D rendering works why shouldn't 2D work?
>>56656298
Did it and still the same.
>>
>>56656315
chroot jail.
>>
>>56656345
shit drivers
shit de/wm
shit compositing
>>
>>56656360
I use the AMD opensource drivers. Are they shit?
I tested on Gnome, KDE and xfce.
>>
>>56656381
All ati driver suck
use prop
>>
>>56656391
iirc the ati prob drivers are even worse than the foss drivers
>>
>>56656349
I've heard a chroot jail is easy to escape from. How can I lock it down?
>>
Why not just call GNU/Linux "GNU"?
>>
>>56656391
Install it and now my system wont boot.
Great!
>>
>>56656572
>not showing X11 to your new drivers
>>
Crossposting this in /sqt/ hopefully someone can help me.

I'm trying to get Kodibuntu running in a virtual machine to use as a media center. I'm using Hyper-V, have created the Kodibuntu machine as a Generation 1, and assigned a RemoteFX 3D Adapter to it before starting the installation from the .iso.

Once installation is complete, I get a message that tells me I need an OpenGL supported video card. After researching, I think I just need to get the RemoteFX drivers installed, but I am not very familiar with Linux. Is there a shell command I can run to find those drivers (do they even exist?) or another kind of workaround?
>>
>>56656584
Why doesn't the system does it by himself? Why can't it Just work?
>>
>>56656693
Because there are countless variables that make it "just work", you dont have them set up
>>
>>56656724
So i need to spend more time making the OS work than actually doing someting?
That shit isn't for me.
>>
>>56656780
So in the future that kinda shit wiil happen again?
Great!
>>
>>56656872
Learning basic knowledge about the system,say where to look for config files, and where to find valuable logs that can tell you what is exactly going wrong, would be a great start.

Or go back to paying cucks at the apple store $500 to reboot it
>>
Thinking about trying out one of the GNOME-centric distros.

What significant benefits would I see to picking Fedora over Ubuntu GNOME? Does it require a significant amount of extra work to keep it functioning well? (My observations suggest it's mostly just a few extra steps at the beginning, then you're good to go. I don't want to spend a lot of time dicking around with my machine - I want to do stuff with it, not to it.)
>>
>>56656902
centos
>>
What music players do you use? I'm currently using Deadbeef. I like the configurability, but I want to be able to control it from my system tray in KDE.
>>
>>56657001
Same.
All I want, honestly, is something I can make like my foobar from windows, which deadbeef offers.
Tabbed playlists on the right, just each album organized by folder structure, with title headers for album names.
Giant album art pane taking up the rest of the left of the screen.
>>
>>56657001
VLC, mpd, mplayer.
>>
>>56657001
mpd+ sonata if im going to listen to albums.
Other wise mpv
>>
File: icedove.png (40KB, 256x256px) Image search: [Google]
icedove.png
40KB, 256x256px
Is there a decent icon for IceDove out there?
>>
File: FrozenPoultry.png (5KB, 256x256px) Image search: [Google]
FrozenPoultry.png
5KB, 256x256px
>>56657282
I externally chuckled about how bad that logo looks.

Here's a minimal meme.
>>
Speaking of IceDove, I'm thinking about moving away from Windows for my work computer. One of my main concerns is business applications, specifically Office. Our office uses Skype for Business, Outlook, and some other stuff. I know there's no perfect solution, and I could do A LOT of it over the web and just ignore Outlook entirely, but I'm not sure I'm ready for that. Any recommendations? Which distro is most business friendly, and are there specific apps you'd recommend?
>>
>>56654495
Things wrong with this thread:
1. 0-indexed lists
2. GNU (where ls.c is 4000 lines long and unreadable due to macro abuse)
3. Calling it GNU/Linux (yeah, GNU's on it becouse it contributed what, a few utilities and a shit compiler?)
>>
>>56657380
no better at all desu.
>>
>>56656902
>What significant benefits would I see to picking Fedora over Ubuntu GNOME?
Better and more current Gnome packages. Not much difference in stability. Harder time getting proprietary extras if that is something you care about, but not very difficult. Fedora works just fine without a lot of dicking around, but the short lifecycle is obnoxious for productivity. If you don't need the more current packages just use Ubuntu Gnome, Debian, or CentOS.
>>
>>56657425
>>56657425

Fedora or Manjaro are good business/user-friendly distros.

If your looking for something similar to Windows, you should use a Cinnamon, KDE, Xfce, or MATE. However, GNOME is good for computers with specific uses.

If you want an office suite, LibreOffice is the way to go.
>>
>>56657708
>Manjaro
>business

Good laugh mate. Business is reserved for Redhat and Canonical.
>>
>>56657738
that has more to do with servers, doesn't it?
Though, I'd imagine business would want debian stable or something, design some setup of it to distribute that works all perfectly and then use that. Or, like, ubuntu LTS?
Iunno.
>>
>>56657828
Not really, no. Ubuntu is the standard business workstation Linux atm, RHEL was the standard but lost of lot of ground over the last few years. Most servers are still RHEL/CentOS, but Ubuntu and Debian are making gains. Fedora is an oddity, but I've seen it before on workstations. Nothing else really popular enough to register.
>>
>>56657908
> Fedora is an oddity, but I've seen it before on workstations
Scientists?
Anyways, huh. I wonder if one could set up a company selling support for debian.
Anyways, ubuntu LTS and debian stable are exactly what I suggested, so I got it right anyways.
>>
>>56657950
>I wonder if one could set up a company selling support for debian.
Subcontractors are hired to support any Linux systems, most of them are competent with Debian-based and Redhat ecosystems.
>>
I dont know if I ask this here or in the stupid questions thread, but:
What exactly is Xorg, what is Wayland and why there's some bate against systemd?
>>
>>56658108
I meant hate, sorry
>>
>>56658108
just how gnu are you pham??
>>
so i just recently installed fedora onto my t420, it is comfy and while i do like it and i'm pleased everything works right out of the box.
it does seem to be a little bit slow.

my memepad specs are 4GB RAM, and an i5-2520M. which should hardly be slow running linux, when it runs winbloat 7 perfectly well.

should i drop fedora for something like debian or lubuntu, or what?
>>
>>56657950
>>56657908
Thanks to both of you. I've run Ubuntu pretty consistently, but wondered about Fedora. RHEL is $$$, and if I'm going to pay, I'd rather use my dev licenses of Win10 and Office for free and know it works flawlessly.

I've tried moving before, and had poor luck. I really want to give it another go though.
>>
>>56658108

Xorg is a display server. It's really old, but it works well, which is why it hasn't been replaced yet. It's what enables you to have a desktop environment which you can click and watch asian cartoons on.

Wayland is also a display server. It's really new, it's been hyped for 7 years, and it's just now at a point where it's usable. It's the replacement for Xorg.

Systemd is a project which originally started as a replacement for init.d, a bootstrapper. It's a lot more than just a bootstrapper now, though, and a lot of people don't like that. They believe that one project should do one thing, because that's how UNIX did things.
>>
>>56658267
systemv, not init.d, derp*
>>
>>56658209
Long-run I think Ubuntu is going to take over. It's competitive in the server market and dominant on the desktop right now.
>>
>>56658132
>>56658132
L-like two or three levels my friend

No, seriously, I'm pretty new on this stuff, I messed around with Ubuntu, now I just installed Arch.

>>56658267
Thank you.
>>
>>56658203
bumping because no one is giving me any insight
>>
>>56658203
>>56658388
Xubuntu or Lubuntu
>>
File: 1445863186593.png (18KB, 170x191px) Image search: [Google]
1445863186593.png
18KB, 170x191px
Why aren't you using Archian?
>>
>>56657425
You're fucked, MS Office and Libre Office don't work 100% together and shit will break if you edit the same file in both.
Though you might just need a VM for that, you will need a solution for it.
>>
>>56658689
Doesn't make sense
>>
>>56658756
That is one of my concerns. Hopefully MS brings Office to Linux some day. I could see it happening.
>>
>>56658770
Or the whole world just accepts that MS Office documents are a shitty format, but that won't happen.
>>
Mint KDE or Mint Cinammon?
>>
>>56658823
Ubuntu. Don't use Mint.
https://lwn.net/Articles/676664/
>>
>>56658823
just like >>56658875 said, dont use mint

HELP ME /g/ how the fuck do i get this key out i cant enter my room
>>
File: 1467988190510.jpg (55KB, 675x675px) Image search: [Google]
1467988190510.jpg
55KB, 675x675px
>>56659198
hack it
>>
File: wetback.png (18KB, 1040x354px) Image search: [Google]
wetback.png
18KB, 1040x354px
>>56655776
Nice.
>>
>>56659198
Pliers.
>>
Any good GNU/Linux irc channels I could idle in? Just set up weechat and need some imaginary friends.
>>
I installed xubuntu and connected to the internet, now I installed i3wm and don't have internet access anymore, how do I get internet on i3?
>>
which distro has no systemd?
>>
Is it normal if my fans are almost always at maximum speed after I installed Nvidia drivers on Mint 18 Mate?
If I change to xorg drivers I noticed that it uses Intel HD graphics and fans go completely silent like they were when I had ubuntu or Debian on the same laptop.
Temp goes up to 70C. Is that too high? How can my integratd graphics perform same as the Nvidia graphic card while not overheating?
>>
>>56659859
gentoo uses openRC
>>
So I'm trying Linux for the first time, going with Ubuntu Mate, as recommended by the quiz in the OP.

I'm going to be installing it on a low-end netbook at first, but I notice that Mate has 1024 x 768 resolution as a minimum requirement, but the netbook is only 1024 x 600. Am I going to have any problems as a result?
>>
>>56657433
https://www.gnu.org/gnu/gnu-linux-faq.html#linuxalone
>>
best file encryption tool?
>>
>>56660183
u can try the live cd, it's pretty much the same right after you install it
>>
>>56660206
7zip with a hard to guess password
>>
>>56660223
Thanks, will do
>>
>>56660206
gpg
>>56660225
retard
>>
>>56660206
For storage? Encrypted container
For sharing? gpg
>>
>>56660165
anything still use inits?
>>
>>56660225
hownewareu?
>>
So, running the latest Ubuntu on my Macbook Pro, and when using it with my WiFi at home, it always drops the connection after 15/20 minutes. It haven't done this when using the WiFi someplace else, so I'm guessing it's something to do with my network here at home. Any ideas on how I troubleshoot this? Also, how do I get a log to show you guys?
>>
>>56660596
install gentoo
>>
>>56660651
Gentoo doesn't respect my freedoms.
>>
help me troubleshoot my desktop. it experiences freezes and i have to hard reset it often.

it has ubuntu (DE is jewnity), and has a almost vanilla installation (i only removed shit I don't use like libreoffice - nothing that can cause instability).
GPU is an old nvidia 9800GT, CPU is a Intel Core 2 Quad Processor Q6600, neither the CPU or GPU are OC, 8GB RAM. It freezes with both the nvidia drivers and the default drivers.
the freezes happen at random (it can run for 4 days fine, then freeze after 1 day).
before it freezes, all icons and the DE seem to glitch (they don't appear anymore but are still here and work, but very slowly, then a few seconds later, it completely freezes.)

is there somewhere where linux writes what happens and why the system froze to help me find out what's going on?
>>
>>56660966
gnome-system-log
>>
File: rtgsdgs.png (79KB, 1013x760px) Image search: [Google]
rtgsdgs.png
79KB, 1013x760px
What am I in for?
>>
File: bluetooth.png (171KB, 1024x1024px) Image search: [Google]
bluetooth.png
171KB, 1024x1024px
My bluetooth isn't working. I can pair/connect to my cellphone but I can't send or receive files. When I try I get the message

>The name org.bluez.obex was not provided by any .service files

I don't know why this is happening, I tried a live cd of a different distro and it worked. I'm using Blueman.
>>
>>56661180
Pepe memes
>>
>>56661180
please post post-installation
>>
best torrent client?
>>
>>56661322
qbittorrent
>>
>>56661322
No one cares
>>
>>56661348
i just deleted it

When i add torrent 2/3 times programs does some force exit. Then when i start it again, torrent is not added
>>
So because of accumulated bad karma I'm forced to work on some C# on a windows 10 machine. I'm currently containing the cancer in visual studio 2015 on a virtual machine, but I'd much prefer to be able to edit from the host machine and then simply go to the VM when I need to compile and run.

Anyone got experience with something similar? Host OS is ubuntu and my editor of choice is (spac)emacs.

I know emacs has tramp mode, but I've never had to interact with a windows system in ages so I'm hoping someone has had a similar issue.
>>
>>56661322
rtorrent
>>
>>56661359
qbittorrent is one of those software that works perfectly for some but is completely broken for others. Is that this the pain of programming in c++?
>>
>>56661375
Visual studio is great, stop being faggot.
I am using linux for last 8 years, but on programming classes i got no problem with windows/visual studio/eclipse
>>
>>56661416
>programming in c++?
No
>>
>>56661423
>eclipse
How can anybody not have problems with this piece of shit?
>>
>>56661375
If you're using VirtualBox, I guess you could make your project directory a shared folder and mount it in the guest?
>>
>>56661437
3 years ago when i had android programming classes, we used it for that. It worked fine.
>>
File: gorilla.jpg (207KB, 605x763px) Image search: [Google]
gorilla.jpg
207KB, 605x763px
>>56661423

That's really helpful advice anon, thanks.
>>
>>56661424
I somehow fucked up the last sentence. I was wondering if the problem was some (involuntary) badly written c++ code.
>>
>>56661375

by all accounts, visual studio is arguably *the* reason to use windows/c#

but there's a few ways to achieve your goal with varying levels of pain-in-the-ass'ed-ness

the simplest solution would probably be use something like a shared folder (with the caveats that it brings - not being able to modify the source file simultaneously) between host and guess

a second solution off of the top of my head would be to use something like git, while it also has its drawbacks (having to push/pull constantly) it comes with some benefits like being able to use hooks which depending on your setup may be able to be used to pull to the guest machine and compile on the guest machine automatically if you write some hacky scripts (but perhaps visual studio has git functionality as is)

either way best of luck, you crazy bastard
>>
>>56661423
>using IDEs to develop programs
just kill yourself where you stand.
>>
>>56661439

Of course, it really is the obvious solution but it didn't cross my mind since I've been content with ssh and vim when using guest gnu/linux operating systems...

Thanks anon
>>
>>56661453
The answer is still no.
>>
>>56661480
>linux vim poser

bla bla bla
>>
>>56661322
qBittorrent
>>
File: 1450586249742.png (16KB, 316x484px) Image search: [Google]
1450586249742.png
16KB, 316x484px
>>56661239
Exactly.
>>
>>56661480
real programmers use butterflies
>>
File: 1447510672110.jpg (13KB, 470x313px) Image search: [Google]
1447510672110.jpg
13KB, 470x313px
>>56661423
I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
>>
File: 1472408893212.jpg (38KB, 619x619px) Image search: [Google]
1472408893212.jpg
38KB, 619x619px
>>56661423
>>
File: trash_can.gif (2MB, 540x359px) Image search: [Google]
trash_can.gif
2MB, 540x359px
>>56661423

(you)
>>
>>56661540
No it is not bait you dumb faggot.
>>56661556
>bla bla bla
>>
File: 1470095111160.jpg (48KB, 627x626px) Image search: [Google]
1470095111160.jpg
48KB, 627x626px
>>56661568
>>
>>56661581
that white thing on the bottom right edge triggers my autism
>>
>>56661568

It's not so much that I have a problem with visual studio, but you do realize how fucking annoying it is to have to deal with a huge complex IDE for a one-off task on an operating system I cannot stand, right?
>>
>>56661617
>but you do realize how fucking annoying it is to have to deal with a huge complex IDE for a one-off task on an operating system I cannot stand, right
No,
VS i great for everything. VS is only good thing that microsoft ever made.
vector<vector<int>> matrix;
for(int i = 0; i<3; i++)
{
vector<int> myvector;
for(int j = 0; j<3; j++)
{
int tempVal = 0;
cout<<"Enter the number for Matrix"<<i<<" "<<j<<" :";
cin>>tempVal;
myvector.push_back(tempVal);
}
matrix.push_back(myvector);
}

vector<vector<int>>::iterator it1;
vector<int>::iterator it2;

for(it1 = matrix.begin(); it1 != matrix.end(); it1++){

for(it2 = (*it1).begin(); it2 != (*it1).end(); it2++)
cout<<*it2<<" ";
cout<<endl;
}
return 1;
>>
>>56661661

Imagine if I forced you to use my exact emacs configuration for writing some one off project, do you think you would have enjoyed that? Keep in mind I have all sorts of tweaks geared towards my non-standard keyboard layout
>>
>>56662000
>non-standard keyboard layout
And if you had said something like that from the start people would have been more understanding why you dislike it instead of spouting
>muh bloated IDEs
>>
>Tfw started using Linux Lite
Actually pretty good, I only had to install my favorite font and the theme was there
>>
>>56662000
It is not the same.

All you need to do in VS i type code and click on play button to compile and run it.
There is nothing complicated about that.
>>
File: 1456351635250.png (122KB, 625x626px) Image search: [Google]
1456351635250.png
122KB, 625x626px
>>56661661
>>
>>56662065

You think hitting the compile button is why I dont want to use an IDE?


>>56662056

Is wanting to do something your own way instead of just doing what everyone else does looked down upon in india or something?
>>
File: 1422814181640.jpg (118KB, 666x679px) Image search: [Google]
1422814181640.jpg
118KB, 666x679px
I'm trying to get hardware acceleration to work on i7-6700 with debian jessie. I upgraded every imaginable libva, drm and mesa package, as well as i965-va-driver to the jessie-backprots version. I'm running 4.7.0 kernel.

Lspci shows that the i915 driver is in use for the iGPU and no driver for nvidia vga device (I blacklisted nouveau), VA-API version is 0.39.3.

vainfo fails with error: va_getDriverName() returns -1

output of dmesg | grep -i drm
[   44.560079] [drm] Initialized drm 1.1.0 20060810
[ 44.651648] [drm] Memory usable by graphics device = 4096M
[ 44.652080] fb: switching to inteldrmfb from simple
[ 44.652616] [drm] Replacing VGA console driver
[ 44.658668] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 44.658671] [drm] Driver supports precise vblank timestamp query.
[ 44.667685] [drm] Finished loading i915/skl_dmc_ver1.bin (v1.23)
[ 44.939700] [drm] failed to retrieve link info, disabling eDP
[ 44.944163] [drm] Initialized i915 1.6.0 20160425 for 0000:00:02.0 on minor 0
[ 45.212512] fbcon: inteldrmfb (fb0) is primary device
[ 45.535038] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 46.811705] [drm] RC6 on


Any ideas on how to get it working?
>>
Which distro has the most helpful community?
>>
>>56662324
Define helpful.
>>
File: screenFetch-2016-09-18_07-03-12.png (4MB, 4480x1440px) Image search: [Google]
screenFetch-2016-09-18_07-03-12.png
4MB, 4480x1440px
I have been using antergos as my daily driver for about a week now, and the one thing that has been really bugging me is how slow scrolling is. I've noticed this with every distribution i've ever used. is there any way to speed up scrolling? i.e scrolling down a page faster using the scroll wheel.
>>
thinkpad or chromebook?
>>
File: OpenPEPE.png (120KB, 2000x1433px) Image search: [Google]
OpenPEPE.png
120KB, 2000x1433px
>>56661180
>>56661239
I heard it's really good and one of the only "problems" is needing a 3rd party repo to play mp3's and other proprietary file types like that. I did it one time and it was pretty easy, so not much of a downside.

They also have a big unified settings manager called YaST (yet another setup manager) which works well too
>>
>>56662397
no issues ehre

fedora 24

maybe you machine is weak?
>>
>>56654495
I have a VM server that's running windows 10 that just loves to restart randomly for updates
What linux os should I choose to run vmware workstation vms?
>>
Is there any KDE Plasma theme that still updates and is available in dark colors?

Manjaro theme is quite good, asides from the color scheme, and I really like that they made everything consistent and constantly updating it.

Breeze Dark has a nice color scheme but is beyond terrible.
>>
>>56663012
What's wrong with breeze dark?
>>
>>56663012
There is arc-dark but I think it's hideous.
>>
File: Screenshot_20160918_120732.png (70KB, 1008x968px) Image search: [Google]
Screenshot_20160918_120732.png
70KB, 1008x968px
>>56663029

Look at these disgusting bars around every fucking thing.
>>
>>56663088
The blue line going around the selection box?
>>
>>56663142

The blue line that goes around every little thing, including the selection box.

It's even on the god damn taskbar icons.
>>
>>56662324
You mean when asking stuff? probably gentoo, debian or trisquel.
>>
File: Screenshot_20160918_091536.png (78KB, 908x655px) Image search: [Google]
Screenshot_20160918_091536.png
78KB, 908x655px
>>56663159
Pretty sure that's just an option you can turn off in Widget Style.
>>
File: 1462622212602.gif (2MB, 343x297px) Image search: [Google]
1462622212602.gif
2MB, 343x297px
I want to try Linux but there are so many different Linuxes to choose from, which one is the BEST?
>>
>>56663192
The one you like the most.
>>
>>56663192
GNU Linux-libre
>>
>>56663192
Whatever your distro ships
>>
File: Screenshot_20160918_091822.png (71KB, 901x675px) Image search: [Google]
Screenshot_20160918_091822.png
71KB, 901x675px
>>56663159
>>56663185
>>
>>56663192
whatever you do, dont fall for mint or arch
>>
>>56656892
It's more like you paying them to take you in the pooper. Like a true iCuck.
>>
Im trying out arch on my thinkpad. When i used screenfetch i saw there is no info about gpu. Does the drivers gets installed in installation process or do i have to do it on my own?
>>
So after switching from Xubuntu to Fedora my laptop still takes 30-40 seconds to boot. Is it just my laptop? It's a fairly new Lenovo Edge.

Gonna try Arch and Debian netinst next.
>>
>>56663221

I already disabled that. Somehow it keeps drawing it. I assume it's related to the theme.
>>
>>56663319
Where's the problem?
>>
File: wat.png (35KB, 562x314px) Image search: [Google]
wat.png
35KB, 562x314px
>>56656212
I don't know what's wrong for me.

https://www.archlinux.org/packages/extra/x86_64/emacs/

25.1 is out on Arch, but I don't get that update for some reason.

Also, it's weird that Xwidget is enabled by default when I compile it, because the last time I tried the graphic web browser in GNU Emacs it barely worked.

Is there something wrong with pacman for me?
>>
>>56663445
It's out for like 1 hour, it just hasn't hit your mirror yet
>>
>>56663377
So it's normal? I just thought something was up because Debian on my desktop boots in no more than 10 seconds.
>>
>>56656212
>Your emacs was not compiled with xwidgets support

Fuck the guy who said Arch was made with developper in minds with packages with most optional features enabled.

It's not.

What do? I don't want to spend 10 hours compiling emacs both for Arch and my OSX at school.
>>
>>56663192
on the basis that you said "I want to try Linux" I'd say ubuntu

>>56663319
how long did xubuntu take? i use fedora and 30-40 seconds is about right for me as well
>>
>>56663539
>download the tarball
>./configure --with-Xwidget or whatever it is
>make
>wait for a couple of minutes
>sudo make install
>you're done
It's not that hard, and Xwidget isn't worth it. Just install Conkeror if you want a browser that feels like Emacs.
>>
>>56663377
It's not theme related, it doesn't do that for me so there is a setting somewhere for it.
>>
keepassX wont accept ibus/mozc IME Input
I want to use IME input in my password, though.
What do.
>>
>>56663565
>couple of minutes
>to build emacs

Nice joke, not everyone has a dedicated super computer to build emacs.

And there are other features not enabled by default I'd like to try out, besides xwidgets.
>>
>>56663585
write your stupid weeb password in romaji
>>
>>56663603
No, I will not, fuck off.
Now how to make Keepassx accept IME input?
>>
>>56663585
>>56663603
>>
>>56663628
>>56663621
>>
>>56663562
Xubuntu took a little over a minute.

I'm just looking for something that just werks for my laptop. 30-40secs isn't too bad I guess I'll stick with Fedora.
>>
>>56663621
>Not even denying it
>>
>>56663621
>>56663603
>>
>>56663670
Answer is still no, fuck off.
>>56663668
Theres nothing to deny.

>The software isn't shit YOU'RE shit so THERE
You're not gonna drive me away but this shit certainly drives away some.
>>
>>56661661
>vector<vector<int>> as a matrix type
learn to program first
>>
File: smug.jpg (301KB, 1000x914px) Image search: [Google]
smug.jpg
301KB, 1000x914px
What's an easy way to set up mega, onedrive, gdrive and yandexdisk as one single storage on linux?
>>
>>56655033
and now think about what you've written.
for the most users, its enough to use propietary software. safari isnt supported anymore, ok i take another browser. my photo organizing software isnt supported anymore? i take another.

only security software like gpg needs to be free software.
big companies write the most of the software they need by themselves. and if they dont, they just buy software product like SAP, DynamicNAV,.. which has kindof lifetime support(ofc you have to pay) because these companies wont get away
>>
What file manager do y'all use? Want to try something different than Thunar
>>
arch or debian?
>>
>>56663777
Both
>>
>>56663776
nemo
>>
Would LFS be a useful exercise for a complete novice?
>>
>>56663776
Thunar

I have ranger as well but I seldom use it. I prefer using bash desu.
>>
File: squid3.png (409KB, 553x668px) Image search: [Google]
squid3.png
409KB, 553x668px
>install opensuse
>decide to play my music collection
>try to copy stuff from my ipod using gtkpod
>gtkpod hangs
>end up copying files manually with the file browser
>music player hangs
>decide to restart
>system hangs

God dangit LINUX!!!
>>
>>56663776
Dolphin.
>>
>>56663756
odrive does everything EXCEPT Mega
>>
>>56663777
debian, I wouldnt bother with Arch
>>
>>56664017
>I wouldnt bother with Arch
why?
>>
>>56663777
arch is a meme, dont fall for it
>>
>>56664088
everything is meme here
>>
>>56663883

>opensuse
>probably not using DeadBeef

I guess you deserve.

>>56663777

Neither. None of those "just works" and all require a amount of your time to troubleshoot and fix whatever shit happens.

Just install anything based on them and be happy.
>>
>>56664120
Debian actually just works.
>>
>>56663883
you probably need audio codecs if my experience with fedora is anything to go by, my man
>>
>>56663597
>not everyone has a dedicated super computer to build emacs
It took a couple minutes for me to build it on my old core 2 duo laptop on a single core, and it took like 20 minutes in the worst case scenario.
>>
So there is the xfce-taskmanager, Are there similar ones? Terminal ones like top and htop show too much info than I need and I just want something simplistic like xfce-taskmanager
>>
>>56664120
how would you comment arch based distros (continuous release) vs debian?
>>
>>56664075
needlessly complicated for average users
>>
File: release-cycle.png (53KB, 1024x1112px) Image search: [Google]
release-cycle.png
53KB, 1024x1112px
>>56664194
I'm not the guy you asked, but when you say
>arch based distros (continuous release) vs debian
it sounds like you don't know about Debian Unstable. Debian has 3 main branches that packages go through over time. Unstable -> Testing -> Stable.

Unstable is (more or less) Debian rolling release, packages are upstream and updated continuously like Arch.

Arch has a pretty good page on its wiki comparing itself to all the big distros:
https://wiki.archlinux.org/index.php/arch_compared_to_other_distributions#Debian_GNU.2FLinux
>>
>>56664337
would you recommend arch or unstable debian way? or is it too much unstable
>>
Is kwin any good? How easily can I get KDE applications to work with another windows manager like fluxbox and make it look pretty like KDE usually is?
>>
>>56664507
>make it look pretty like KDE usually is
[citation needed]
>>
>>56664460
Get Debian Sid or Testing.
>>
>>56664535
Maybe the word I should have used was eye candy, I just like how fancy KDE looks.
>>
>>56664592
I've just never seen a decent looking KDE setup, but I'm willing to be proven wrong.
>>
>>56654873

A solution is provided in post #2. Try reading.
>>
>>56664189

Look on the applications page on the Arch Wiki.
>>
>>56663854

No.
Yes.
Maybe.

Pick one.
>>
File: distros.png (105KB, 1000x1000px) Image search: [Google]
distros.png
105KB, 1000x1000px
>>56664460
>would you recommend arch or unstable debian way? or is it too much unstable
I haven't used Arch much myself, so I can't really comment on how it compares to Debian Unstable. Both distros are incredibly popular and both have tons of software+support available to them.

One thing I can say for sure is that ANY rolling-release is inherently unstable (because packages are changing), so you have to expect that things could break, and that you may have to go out of your way to fix them. Sometimes all you can do is wait until a bug/issue is fixed. Everyone uses different hardware and software, so what's stable for some isn't for others. Users on both distros have experienced years of stability with no issues while others have been unable to install either of them, or have constant breakages. You never really know until you try it for yourself.

I personally chose Debian (after trying many distros over the years) for their stance on free software and their well-worn development cycle.
>>
Any idea how to install this?
I'm using yaourt.
https://aur.archlinux.org/packages/dmmediaconverter/
>>
File: xdddd.png (62KB, 200x233px) Image search: [Google]
xdddd.png
62KB, 200x233px
>Want to try using a DE
>have to memorize this
http://codelinks.pachanka.org/post/42559163809/awesome-window-manager-keyboard-shortcuts
>>
>>56664669
DEs are for loosers, get a WM
>>
>>56664668

>using yaourt
>an AUR helper used to download and install packages from the AUR
>asks how to install it

Average Arch, no wait... average Manjaro user right there. Enjoying the power of the AUR yet? Something is telling me you also added that archlinux.fr repo, installed zsh, Powerline and Infinality.
>>
>>56664688
Did you even read that link?

>>56664669
And? Most DE/WM have tons of shortcuts, you usually don't need to know all of them to use them.
Even Windows has shortcuts and people get by without knowing them, too.
>>
File: Selection_064.png (4KB, 858x32px) Image search: [Google]
Selection_064.png
4KB, 858x32px
Can some tell me, on >pic
50.5 is downloading speed and 13.2 is uploading, right?
>rTorrent
>>
>>56664688

Newsflash: desktop environments have a window manager. Idiot.
>>
>>56664656
Im not sure if i want to reinstall system when new version comes out
>>
>>56664727
All right except for the manjaro.
I'm using antergos.
I'm getting this
ERROR: Failure while downloading dmMediaConverter_v1.8.0_linux_x64.tar.gz
Aborting...
==> ERROR: Makepkg was unable to build dmmediaconverter.
>>
>>56664744
found the DE babby
>>
>>56664761
>antergos
that even one step below arch
what is wrong with you dude
>>
>>56664761
>
Failure while downloading dmMediaConverter_v1.8.0_linux_x64.tar.gz


What possibly could this mean?
>>
>>56664744
[unsubscribe]
>>
>>56664669
Get a better windows manager like fluxbox, not awesome or i3.
>>
>>56664727
I can understand powerline and infinality.
But what's this about french repos?
>>
>>56664779
Monkeys following other monkeys; non of them really know what they are doing.
>>
>>56664763

>i don't understand core concepts, but only parrot misinformation i saw on the internet to appear smart

>>56664761

> Failure while downloading dmMediaConverter_v1.8.0_linux_x64.tar.gz
Geez, I wonder what that could be. Hint: look at the PKGBUILD and try opening the download URL. Hint 2: it's invalid. Hint 3: edit the PKGBUILD and change the URL to the new one found on the program's webpage.
>>
>>56664794
The download link is expired/incorrect?
>>
Thread new: >>56664833
>>
>>56664819

>But what's this about french repos?
Idiots keep adding that one 3rd party repository, mainly to install Yaourt. Some idiot added it to an infographic which the other idiots must have used to install the distribution.
It's not the fact that it's French; it's about them not being able to install 1 simple package "manually" with a PKGBUILD file. They just randomly type some commands (adding that repository) to download random things they might not even need. All that leads to hilarious situations like that one guy who was editing his bashrc, but wondering why the changes didn't apply to his zsh.
>>
>>56664688
>>56664729
excuse me, I meant WM
>>
>>56664841
Wow, so you are not totally stupid.
Congratulations.
So now, why are you asking how to install it? Should be obvious you need to fix the URL
>>
>>56664887
get a DE, WMs are for loosers
>>
>>56664839
>>56664899
And then?
After I edit the PKGBuild file.
How do I install it so that my system still see it?
I'm asking here because this soppuse to be /fglt/ but it seems you guys are having a rough day.
>>
>>56664944

There's a whole page on the Arch Wiki explaining how it works. Why do you need someone to spoonfeed you information you can easily find online? It's a step by step guide, colorcoded and everything.
>>
>>56664944
Just because it's friendly doesn't mean we like stupid questions that could all be answered with read the fucking manual.
>>
how do i choose stable/unstable version of debian? i dont see such download options
>>
>>56664995

He doesn't even have to read a bland manual. He could have just looked it up on the internet and followed the 1st result leading to a Wiki article that explains it in 3 sentences and multiple colors.
>>
>>56664970
>>56664995
Are you referring to this?
https://wiki.archlinux.org/index.php/PKGBUILD
It only explain how to write PKGBuild file.
Stop meme RTFM.
I'm asking if you can edit the PKGBUILD file from within yaourt.
>>
>>56665018

You download stable and then switch to unstable or testing by editing the repository (apt sources) file and updating your system.
>>
>>56665025
Arch Wiki is its manual
>>
>>56665044

It also explains how to install it in the 3rd paragraph.

> edit the PKGBUILD file from within yaourt.
Yaourt isn't a text editor, you can't edit a text file with it.
>>
>archbabbies are still lamenting
>>
>>56665068
>Packages in Arch Linux are built using the makepkg utility. When makepkg is run, it searches for a PKGBUILD file in the current directory and follows the instructions therein to either compile or otherwise acquire the files to build a package archive (pkgname.pkg.tar.xz). The resulting package contains binary files and installation instructions, readily installable with pacman.
Since you seem to have memorized the arch wiki.
Care to explain what this means?
Also I mean is there a way for yaourt to pull the AUR pkgbuild file and edit it locally then run it?
>>
>>56665116

>explain what this means
Nigga, it's already explained.

>Also I mean is there a way for yaourt to pull the AUR pkgbuild file and edit it locally then run it?
Most likely. Run "man yaourt" and see if there are any flags to do that.
>>
>>56665146
You mean, I have to run makepkg to create package.pkg.tar.xz from the PKGBuild file?
Then have to run pacman to install it?
Is there a way to install it directly?
And will this goes to yaourt or pacman?
>>
>>56665116
Just say yes when it asks you if you want to edit the packagebuild
>>
>>56665215

>You mean, I have to run makepkg to create package.pkg.tar.xz from the PKGBuild file?
Yes.

>Then have to run pacman to install it?
Yes.

>Is there a way to install it directly?
Yes, with a flag passed to makepg. Read its manpage.

>And will this goes to yaourt or pacman?
I don't understand that question, but I doubt you understand what yaourt is and its relationship to pacman.
>>
>>56665267
>I doubt you understand what yaourt is and its relationship to pacman
You're absolutely correct.
I mean when you run pacman -Syu only packages installed with pacman get updated.
Packages installed with yaourt don't and you'd have to run yaourt -Syu.
>>
i use Fedora with GNOME
>>
>>56665356

Because pacman only handles the packages from repositories defined in your pacman config (by default on the official repositories; and that's good). Yaort keeps track of packages installed from the AUR and it's also a front-end for pacman.
Don't be an idiot, learn how to run one simple command that installs a package from a PKGBUILD and stop being one of those idiots that installs everything from the AUR.
>>
>>56665440
But how to handle updates? Also manually?
>>
>>56663445
>>56663485
It's up now on arch repos.

Too bad that now I have problems with fonts on the daemon.
>>
Having trouble using the mute button on my x220 running antergos. is there a certain config file i need to edit to resolve this?
>>
>>56665480

Yes.
>>
Anybody's University have a Linux club? Thinking about starting one to meet other Linux users but I don't really know what we would do aside from have maybe weekly lessons for new users. What does your University's club do for activities?
>>
>>56665267
>You mean, I have to run makepkg to create package.pkg.tar.xz from the PKGBuild file?
>Yes.
>Then have to run pacman to install it?
>Yes.
How is this different from compiling it from source?
>>
>>56665571
i joined an open source club in my university and it's been a year and nothing. they just hang out around the club, most of them uses linux but some still use w10

yesterday they told us to gather since theres freshman and stuff but the topic was introducing new DEs, fuck that
>>
>>56665504
I don't have any problems on my system, is the mute button set to mute the system?
I mean if you went all minimal, you might have to add the functionality yourself.
Check the xev output
>>
>>56665638

It is compiling from source.
>>
>>56665704
then why go through all that trouble?
>>
>>56665766

Because it's less trouble. It creates a clean package which your package manager can utilize to install, upgrade and remove cleanly. It also automates the build process.
>>
>>56665695
Pressing mute doesn't do anything. However, when I mute it through the system, the indicator LED turns on. Using a live USB at the moment, maybe that's the reason, thought I never had this problem on other distros while running a live USB
Thread posts: 346
Thread images: 39


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.