Linux - Reddit – Telegram
Linux - Reddit
772 subscribers
4.19K photos
207 videos
39.9K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
This sub can be really toxic and unhelpful. Often responses are incredibly belittling and people get downvoted just for asking a question.

I realize this is not a support forum, but questions are not prohibited or discouraged.

Case in point:

https://www.reddit.com/r/linux/comments/c2721s

He asked a simple question. He wasn't asking for support or help. Wtf is wrong with you guys?

Also the thread spiraled into elitism and anti-Ubuntu very quickly.

This is common across the posts in this sub.

I'd like to see that change.

https://redd.it/c2h0d5
@r_linux
Rofi open file from history in Zathura

​

#!/bin/sh
options='-columns 6 -width 100 -lines 15 -bw 2 -yoffset -2 -location 1'
selected=$(\\

cat \~/.local/share/zathura/history | grep -Po '\\\[\\K\[\^\\\]\]\*' \\

| rofi -dmenu -i -markup-rows \\

${options}

)

\# exit if nothing is selected

\[\[ -z $selected \]\] && exit

zathura "$selected"

exit 0

https://redd.it/c2miqh
@r_linux
Why would anyone use a keyboard driven desktop environment, if the applications running inside it still have to be controlled with a pointing device?



https://redd.it/c2reng
@r_linux
Booting Linux on SSD+HDD

Can anyone help me with booting Linux with SSD+HDD
I am using manjaro based on arch Linux

https://redd.it/c2unye
@r_linux
Stable rolling release distros using flatpak

I have an idea for a distro with a rolling release model for the desktop environment and login manager etc to get the latest desktop experience while using a combination of flatpak and snaps for application that have the benefit of not breaking the system with updates and generally prefer budgie desktop environment and light dm....

https://redd.it/c2vi0a
@r_linux
Zorin OS 15 fractional scaling

I currently have Zorin OS (Ubuntu 18.04 based) installed on my Surface Laptop. My only problem is the scaling. 1x scaling is way to small, 2x scaling way to big.
How can i solve this problem?

https://redd.it/c2wy7k
@r_linux
Is there any privacy difference between proprietary wireless drivers and free drivers with nonfree firmware?

Some broadcom wireless devices are supported by the b43 driver, but still require the nonfree firmware to be extracted via fwcutter or whatever. Often these devices are also supported by broadcom's nonfree wl driver.

If I strap my tinfoil hat on, is there any technical difference between the two situations if I'm worried about, e.g., Broadcom collecting all of my pre-encrypted network packets?

https://redd.it/c2zw9b
@r_linux