There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

jabjoe , in What's your favorite terminal?
@jabjoe@feddit.uk avatar

Guake. Has been for years. I am in and out the terminal all the time, so F12 works well for me. Plus I used to play Quake and used the in game terminal to do all kinds of things. Plus I’m an old RISC OS kid and F12 was the key to get the “star line”.

Armando3996 , in The year of Linux on the desktop is closer. Linux reaches 3% of desktops

Now that was quick, it’s 4% now.

thepiguy , in NixOS for gamedev
  1. Jetbrains toolbox is proprietary and I can still run it. You do have to explicitly state that you want proprietary software. You can even run random binaries if you setup nix-ld.
  2. The preferred way to do this is by creating a shell.nix for each of your projects with the dependencies defined within.
  3. Not sure about passthroughs, but qemu worked fine for me.

As for nix Vs arch, I still prefer arch. This is not because nix is bad, but because I have used arch for a long time. I use nix on my laptop because I want that reliability, but I will probably never switch to nix on my desktop. I still find that I can debug my mistakes easier on arch, but with nix I can just git checkout oldcommit. With that being said, I do have a distrobox container with arch in my nix machine, if I really wanna install something quickly.

priapus , in NixOS for gamedev
  1. NixOS can run binaries well using nix-ld or nix-alien, those will work for the large majority of software. If you run into any trouble, you could always use distrobox as well. Some of this software will also likely be packaged in nixpkgs or other repos.
  2. You should be able to build binaries the same way you can on other distros
  3. GPU pass through works the same on NixOS as other distros, but parts of it will need to be configured in your systems configuration, which may be a bit complex, especially if you’re new to the Nix language. Here’s a good article on setting it up.
Pantherina , in This week in KDE: a deluge of new features

Damn they fixed the “autohide panel between screens” bug!

mindbleach , in What does your desktop look like?

I have no idea.

mfat , in What are your thoughts on Flatpak/Flathub?

I like them sonce they’re easy to install and you can update all Flatpaks at once. But I don’t likke the paths and run commands. Very unintuitive.

trevor , in Resticity - a cross-platform frontend for restic

I’ve been trying to create an AUR package for this, but can’t figure out how to build more than just the server backend (based off of the Dockerfile). Is there a way to build it without wails? I can’t get that to work in the PKGBUILD.

ad_on_is OP ,
@ad_on_is@lemmy.world avatar

I just made a PKGBUILD and commited it to the repo. Would you mind having a quick look at it and see if it’s good enough?

Right now, I’m looking through the docs of the AUR on how to publish it.

trevor ,

Thank you for making a PKGBUILD for this!

I just tried it, but I have the same issue when I was attempting to build mine:


<span style="color:#323232;">...
</span><span style="color:#323232;">  -</span><span style="font-weight:bold;color:#a71d5d;">></span><span style="color:#323232;"> Downloading 1.0.0.tar.gz...
</span><span style="color:#323232;">  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
</span><span style="color:#323232;">                                 Dload  Upload   Total   Spent    Left  Speed
</span><span style="color:#323232;">  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
</span><span style="color:#323232;">  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--   100  331k    0  331k    0     0   408k      0 --:--:-- --:--:-- --:--:--  880k
</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">=> </span><span style="color:#323232;">Validating source files with sha256sums...
</span><span style="color:#323232;">    1.0.0.tar.gz ... Passed
</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">=> </span><span style="color:#323232;">Extracting sources...
</span><span style="color:#323232;">  -</span><span style="font-weight:bold;color:#a71d5d;">></span><span style="color:#323232;"> Extracting 1.0.0.tar.gz with bsdtar
</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">=> </span><span style="color:#323232;">Starting prepare()...
</span><span style="color:#323232;">go: downloading github.com/wailsapp/wails v1.16.9
</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">=> </span><span style="color:#323232;">Starting build()...
</span><span style="color:#323232;">/var/home/trevor/git/PKGBUILD: line 34: wails: command not found
</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">=> </span><span style="color:#323232;">ERROR: A failure occurred in build()</span><span style="color:#62a35c;">.
</span><span style="color:#323232;">    Aborting...
</span>

I’m not familiar enough with wails to know how to build without it.

If you require it as a dependency, it would only work for Arch users with the AUR enabled, as it wails doesn’t seem to be in the main repositories.

ad_on_is OP ,
@ad_on_is@lemmy.world avatar

wails is installed via go install, which I’ve included in the prepare script

trevor ,

Ah. I see that you’re installing wails with go. I guess the problem is that $GOBIN may not be set for everyone, myself included.

ad_on_is OP ,
@ad_on_is@lemmy.world avatar

Sorry, didn’t see this comment… Yes, it’s a $GOBIN issue… I’ve updated the PKGBUILD accordingly

ad_on_is OP ,
@ad_on_is@lemmy.world avatar

Oh wait… sorry, I forgot about it, but env GOBIN and GOPATH need to be set properly… and then wails should be invoked with $GOBIN/wails build

trevor ,

Regarding how to publish the package, there are a few GitHub Actions that make it easy, like this one.

ad_on_is OP ,
@ad_on_is@lemmy.world avatar

thank you, will look into it

fredix ,
@fredix@jlai.lu avatar

Hi @ad_on_is ! Thanks for resticity and your PKGBUILD. However, I have to modify it and replace “packaging/resticity.desktop” with “$startdir/resticity.png” and “packaging/resticity.desktop” with “$startdir/resticity.desktop”

Anyway, seems to works, I can push a backup, but when I go to repositories, resticity try to get snapshots (LOADING Snapshots) and failed with this error : “json: slice unexpected end of JSON input” Thanks for your help.

ad_on_is OP ,
@ad_on_is@lemmy.world avatar

Let’s move this discussion over to GitHub, where I at least get the notifications for new messages.

github.com/ad-on-is/resticity/issues/3

possiblylinux127 , in Droidian on OnePlus 8!

I tried installing it on my Pixel 3a and it didn’t boot

lurch , in VMWare black screen after installing all updates with Fedora Linux

Did you try switching VT (Send Ctrl+Alt+F3 or other F-keys) or change graphics settings of the VM?

Did you try to kill Xserver, if any (careful, don’t kill the outside X, but it’s Ctrl+Alt+Backspace, if enabled)?

Did you try magic sysrq?

excitingburp , in Help needed: State of graphics stack on linux for Gaming (OPTIMUS laptop)

Try forcing it to use Proton (game properties in Steam).

vort3 OP ,
@vort3@lemmy.ml avatar

I might try this as a last resort, but why would I use some emulation shenanigans for running something that is native to my platform? It would be easier to just reboot into windows and run dota 2 there instead.

elxeno ,

I think Dota doesn’t run on proton, i had no problems running the native linux version with my laptop intel i7 + nvidia 1050ti, but it was on X11, u can probably choose that on login screen.

What i think you need from a fresh install (i don’t remember exactly what i did at the time):

  • enable multilib
  • install nvidia package or nvidia-lts depending on which kernel you’re using, or nvidia-dkms plus headers of your kernel
  • install nvidia-settings nvidia-utils lib32-nvidia-utils nvidia-prime (never used bumblebee i just use prime-run)
  • install steam or steam-native-runtime
  • install game on steam, change launch command to prime-run %command%
vort3 OP ,
@vort3@lemmy.ml avatar

I have all of this (nvidia, steam, nvidia-settings nvidia-utils lib32-nvidia-utils nvidia-prime) and nothing works yet. I’m still trying to figure out what I can do.

excitingburp ,

I have read on more than one occasion that Wine is becoming the “Linux Gaming ABI.” It’s no longer just about Windows. With the huge variety presented by distros, Wine is simply a nice stable target that never moves.

vort3 OP ,
@vort3@lemmy.ml avatar

This is an interesting thought, but I’ll try to have it working natively first.

Eyck_of_denesle , in What are your thoughts on Flatpak/Flathub?

They are awesome but personally I don’t use them. I have an obsession with memory management. Flatpak apps don’t share libraries so they get chunky at times. This shouldn’t be a problem for most people. It’s a personal problem.

Jegahan , (edited )

Man this Missinformationen is hard to squash. Yes Flatpaks absolutely share libraries. These are called runtimes and are shared between all the Flatpak apps that use the same version of it. You will only get more than one version of a given runtime if some apps need this other version. For most runtimes that I know of, most only have 2 currently maintained versions, so I almost never get more than that on my system (and when I do, app devs tend to update their apps shortly after so that they’re using a maintained runtime). For example on my system where I mostly use GTK apps, I only have two versions of the Gnome runtime (44 and 45). And even when you have more than one version of a runtime, they get deduplicated, so even runtimes share parts between them.

If you’re interested here is an article about it.

eugenia , in Resticity - a cross-platform frontend for restic
@eugenia@lemmy.ml avatar

Very nice looking, but judging from the screenshot, the app window seems to be massive? It doesn’t fit on my Macbook Air, and I’m sure won’t fit on my various 1366x768 Linux laptops. Or maybe the app creates scrollbars automatically? Also, does it have a light theme, or is it only dark? (I have a lot of astigmatism, so dark themes aren’t readable to my eyes). Other than that, it looks great!

ad_on_is OP ,
@ad_on_is@lemmy.world avatar

yeah, a light theme will be implemented later on.

rufus , in The truth about linux having 15% market share in India.

Do these private computers run a properly licensed version of Windows? What’s the cost for a license? Same as in other countries?

And another thing I wodered: Is there more Linux expertise available than in other countries? I guess the average person from India isn’t in IT. But there’s lots of IT, lots of companies from my country have outsourced parts of their IT. I occasionally watch tutorial videos or university lectures on Youtube either in english with a heavy accent or for domestic use and not in english. Some of them discuss some crazy niche Linux topics or software development, which is also oftentimes deployed on Linux infrastructure. Or is it just because India is a big country and it’s just a matter of scale that I get to see some videos from over there?

emergencyfood ,

Do these private computers run a properly licensed version of Windows? What’s the cost for a license? Same as in other countries?

Only the big ones. Pirated Windows is extremely cheap, and Microsoft doesn’t care too much as they want people using Windows. A new proper licence would be Rs 5,000 to Rs 10,000. This is a considerable sum for the average Indian.

Is there more Linux expertise available than in other countries?

I don’t know that much about other countries. I do know that we are probably the most Linux-friendly country in the world. But most of the senior people in the FOSS community are from Europe / US / East Asia.

EddyBot , in Plasma 6 may arrive next week in openSUSE

Latte Dock users will need to say goodbye then

Archaeopteryx OP ,
@Archaeopteryx@discuss.tchncs.de avatar

Unless someone steps in as a maintainer and will continue to work on it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines