[-] flork@lemy.lol 0 points 1 week ago

Any modern distro.

I don't suppose you could give the name of a distro that achieves full functionality purely in the GUI?

[-] flork@lemy.lol 4 points 2 weeks ago

I'm using GNOME thanks that link looks helpful

[-] flork@lemy.lol 7 points 2 weeks ago* (last edited 2 weeks ago)

A bash script is like a shell script in Windows. It is a text file that runs multiple commands in order. As if you opened the terminal and typed them in yourself.

Udev rules I need to learn about but based on context I have to assume it's a tool for running scripts when specific events happen (like a monitor being plugged in)

[-] flork@lemy.lol 3 points 2 weeks ago

Thanks. I know my way around bash scripts but I guess it's time to learn Udev rules. Are you aware of any examples I can find online?

[-] flork@lemy.lol 1 points 2 weeks ago

I see. For me, the step of memorization is time-consuming, especially for a program I only need on rare occasions and for simple tasks.

[-] flork@lemy.lol -2 points 2 weeks ago

Right, and they only demonstrated limited functionality.

[-] flork@lemy.lol -1 points 2 weeks ago

There are apps that can do it, but require the terminal to install.

Also in every distro I've tried, config files will open read-only, not with the authentication pop-up.

[-] flork@lemy.lol 0 points 2 weeks ago* (last edited 2 weeks ago)

In your opinion what makes a terminal program "more useful" than a GUI program with the exact same functionality? Genuinely curious because it's a perspective I cannot wrap my brain around lol

47
submitted 2 weeks ago* (last edited 2 weeks ago) by flork@lemy.lol to c/linux@lemmy.ml

I have a laptop that spends some of it's time docked to a monitor and keyboard/mouse. I would like to know how to change some settings depending on if it's connected to the dock or not. Is there a program that can help with this?

Some possible use-cases include:

  • Changing size of the taskbar to smaller/bigger
  • Changing the behavior of the taskbar to auto-hide
  • Changing the font size smaller/bigger
  • Changing power settings performance/battery saver
  • Enabling/disabling auto brightness
  • Enabling/disabling keyboard backlight

These are just a few things I can think of but can provide more.

Something like Android's Tasker but for Linux would be great.

[-] flork@lemy.lol -1 points 2 weeks ago* (last edited 2 weeks ago)

In other words, I can successfully install things like a windows user, I just have to go the extra step to open the file’s properties and make it executable with the GUI first.

Some programs can be installed this way, but it's extremely far from universal.

Config files can be edited in the GUI text editor

Not without opening them as root, which in every distro I know of, requires the terminal.

To test my claim and prove your third point, this link is the repository for a samba GUI

The install directions for that program involve the terminal.

[-] flork@lemy.lol 3 points 2 weeks ago

Strong disagree lol but I understand your logic. I am a visual learner and it is a lot easier for me to understand what the structure and options are in a given program when I have a GUI.

To me the terminal feels like a scalpel. It's a precise instrument, but only you need to know exactly what you're slicing into.

[-] flork@lemy.lol 3 points 2 weeks ago

And apt is just the beginning of it. It's not that uncommon for apt to not work either.

[-] flork@lemy.lol 2 points 2 weeks ago* (last edited 2 weeks ago)

So many comments here saying you don't need the terminal for full functionality.... What Distro are you people using??? How do you install programs not in the "software center" and how do you edit config files? How do you configure a network share? I don't really think you guys are thinking this through.

For any use-cases beyond a very limited chromebook-like functionality, Linux is absolutely not fully usable without access to the terminal.

14
submitted 1 month ago by flork@lemy.lol to c/emulation@lemmy.ml
23
submitted 1 month ago* (last edited 2 weeks ago) by flork@lemy.lol to c/linux@lemmy.ml

I occasionally need to know the names of programs. I asked here about "Run as Administrator" being added to the context menu (like in Windows), and the response was basically "can't be easily done". an example is if I wish to edit a config file it cannot be done without accessing the terminal. Knowing the name "gedit" is the real name of "text editor" is useful information in this use-case.

I am not afraid of the terminal, but I would never prefer it over a GUI. is there a way to find a program name/install location from right-clicking-details (or something)? So then I could open a terminal and "sudo programname"?

(As an aside, I prefer Linux overall, but every distro I've tried has a strong sense that if you're using the GUI you don't need or deserve admin controls. Program names in the menus are almost always different from their names in the terminal, and many what I would consider normal system settings, like the ability to act as an administrator, find where a program is installed are terminal only.)

This is Ubuntu with all the default stuff


EDIT: I always expect a degree of hostility and talking-down from the desktop Linux community, but the number of people in this thread telling me I am using my own computer that I bought with my own money in a way they don't prefer while ignoring my question is just absurd and frankly should be deeply embarrassing for all of us. I have strongly defended the desktop Linux community for decades, but this experience has left a sour taste in my mouth.

Thank you to the few of you who tried to assist without judgement or assumptions.

EDIT: As usual, it can be easily done.

85
submitted 1 month ago* (last edited 1 month ago) by flork@lemy.lol to c/linux@lemmy.ml

I found a (lengthy) guide to doing this but it is for gksu which is gone. I have to imagine there's an easy way. I am running Ubuntu. There is no specific use case, it is just a feature I miss from windows.

EDIT: I always expect a degree of hostility and talking-down from the desktop Linux community, but the number of people in this thread telling me I am using my own computer that I bought with my own money in a way they don't prefer while ignoring my question is just absurd and frankly should be deeply embarrassing for all of us. I have strongly defended the desktop Linux community for decades, but this experience has left a sour taste in my mouth.

Thank you to the few of you who tried to assist without judgement or assumptions.

24
submitted 1 month ago* (last edited 1 month ago) by flork@lemy.lol to c/linux@lemmy.ml

I use Google tasks for my todo list. This GNOME extension is nice and minimal and just what I'm looking for, and it uses todo.txt. Is there an easy way to sync my changes with Google, similar to how the GNOME calendar app does?

EDIT: Endeavor (GNOME "To do") seamlessly integrates with Google Tasks and ostensibly todo.txt but I can't get it to recognize the todo.txt (I'm not sure it would sync todo.txt > Endeavor > Tasks even if it was working, however).

57
submitted 2 months ago by flork@lemy.lol to c/emulation@lemmy.ml
24
submitted 2 months ago* (last edited 2 months ago) by flork@lemy.lol to c/linux@lemmy.ml

I have a laptop that spends 90% of it's time on a single network, and a server with several shares where I store files, like pictures.

For example I have my fstab configured with this line:

//192.168.224.45/Pictures /home/jediwan/Pictures cifs credentials=/home/jediwan/.smbcredentials,uid=1000,gid=1000,x-systemd.automount 0 0

And it works great as long as I'm on the same network. But if I'm not on my main network the PC struggles to load GNOME and eventually crashes. What do?

EDIT: Adding nofail worked

48
submitted 2 months ago* (last edited 2 months ago) by flork@lemy.lol to c/startrek@startrek.website

For those not in the know, this channel does really great SNES and other retro console game reviews. I thought /c/startrek would enjoy this one!

59
submitted 2 months ago* (last edited 2 months ago) by flork@lemy.lol to c/linux@lemmy.ml

I haven't been able to find one. Using Zorin OS which is GNOME.

4
submitted 2 months ago by flork@lemy.lol to c/emulation@lemmy.ml

The website and github are already down

9
submitted 3 months ago by flork@lemy.lol to c/emulation@lemmy.ml
2
submitted 3 months ago by flork@lemy.lol to c/emulation@lemmy.ml
view more: next ›

flork

joined 3 months ago