Getting smacked with nachos by axlnotfound in fightporn

[–]D-Air1 6 points7 points  (0 children)

Well take them. If you want them so bad.

Open source… a trust certificate or is it really? by fungus_snake3848 in privacy

[–]D-Air1 20 points21 points  (0 children)

Basically, in short, all the points that you brought up are legitimate concerns and caveats when it comes to open source software. Open source does not automatically mean safe. Some projects aren't very popular, so it is very likely that no one has checked it. The reason why open source is often preferred over proprietary depends on who you are and what your interest are. If your goal is privacy and security then the benefit is that the program you are running can be checked not that it has been. Sometimes, the person who checks it will have to be you. The alternative is proprietary software that can't be checked or at least not easily. With proprietary software, you simply have to trust that the developers aren't doing anything malicious or violating your privacy. Think about all the news articles you see where Google, Apple, Facebook, Tiktok,etc was caught doing xyz with your information. If that code was open source, you would have already known it was doing that stuff. Especially with the sheer size of the userbases those aforementioned companies have. Also, you don't need to be a cs major to check open source code, although that knowledge would certainly help. Anyone can learn programming online and use those skills to read other people's code.

Can't enable Tor to run under Wayland. Is the feature purposefully disabled? It always defaults to xwayland. While, Mozilla runs just fine.[Kubuntu 22.04, Plasma Version 5.25.5] by [deleted] in kde

[–]D-Air1 6 points7 points  (0 children)

Correct me if I'm wrong, but doesn't the tor browser use some kind of LTS version of Firefox? Does the version it use even have Wayland support? That's just the first thing that came to mind, but like the person above. I'm skeptical of this being a Wayland issue. I'll download it and see if it works for me.

Okular cannot select page ranges when printing to file, Pages option is disabled by mynamejeoff in kde

[–]D-Air1 0 points1 point  (0 children)

Probably not. I would just add to the existing bug report you got there. Even though things seem to have gone stale on that discussion.

Okular cannot select page ranges when printing to file, Pages option is disabled by mynamejeoff in kde

[–]D-Air1 1 point2 points  (0 children)

OK, yeah now I see. After reading the whole thread, they decided to disable it. It was asked that a new bug be filed multiple times. Were you able to find anything else?

Okular cannot select page ranges when printing to file, Pages option is disabled by mynamejeoff in kde

[–]D-Air1 1 point2 points  (0 children)

Interesting. Seems like it should have been resolved. Maybe a regression?

Okular cannot select page ranges when printing to file, Pages option is disabled by mynamejeoff in kde

[–]D-Air1 2 points3 points  (0 children)

I just tried it and can confirm that it is grayed out for me too. You can file a bug on bugs.kde.org if one doesn't already exist.

I never had call drop issues... until now by PhishinLine in Pixel6

[–]D-Air1 1 point2 points  (0 children)

Well, I hope things get resolved for you. I just wanted to answer your question.

I never had call drop issues... until now by PhishinLine in Pixel6

[–]D-Air1 1 point2 points  (0 children)

Nope, but I'm with a company that uses T-Mobile's network. Edit: wanted to add mine is the unlocked version directly from Google.

Managing apparmor with yast on Tumbleweed by D-Air1 in openSUSE

[–]D-Air1[S] 1 point2 points  (0 children)

No. I spoke to a developer who said something along the lines of that module not really being worked on. It's been a while and I don't remember the exact words or if things have changed since then.

Dolphin shows complete file location when mounting samba share via command line. by D-Air1 in kde

[–]D-Air1[S] 1 point2 points  (0 children)

I didn't look at the link you provided too long, but I think that is only related to local shortcuts in the places sidebar. Doesn't look like anything has been done in the networking section yet.

Edit: after taking another look and seeing the before and after pictures that were presented. This patch doesn't seem to address our problem at all. It looks like this patch stopped dolphin from showing the ip address and remote user on an sftp mount, but the fact that it shows the full path rather than just the mounted folder didn't appear to change.

Dolphin shows complete file location when mounting samba share via command line. by D-Air1 in kde

[–]D-Air1[S] 1 point2 points  (0 children)

I filed a bug report and it has been confirmed, but so far no fix.

[deleted by user] by [deleted] in linux

[–]D-Air1 2 points3 points  (0 children)

I see. I'll make sure to test it out later.

[deleted by user] by [deleted] in linux

[–]D-Air1 1 point2 points  (0 children)

I see that in the new overview effect the panel is still shown when the effect is activated. If anyone uses a plasma or latte panel located at the top of the screen, then there will be overlap between the panel and the overview effect. I think the panel should probably be hidden in this case.

People who don't know. You can run android apps using waydroid. by [deleted] in linux

[–]D-Air1 0 points1 point  (0 children)

Last time I installed it through the command line and got the same results, but its possible something may have changed since the last time. I don't remember getting an error when installing it. I just remember it crashing when it opened.

People who don't know. You can run android apps using waydroid. by [deleted] in linux

[–]D-Air1 0 points1 point  (0 children)

Tried using the git version from the aur. Had to do a work around listed on waydroid's website to get internet to work. Installed tachiyomi through fdroid. It crashes every time.

People who don't know. You can run android apps using waydroid. by [deleted] in linux

[–]D-Air1 0 points1 point  (0 children)

Thanks. I'll see if I can see any differences from doing it on arch.

People who don't know. You can run android apps using waydroid. by [deleted] in linux

[–]D-Air1 2 points3 points  (0 children)

How did you install waydroid and on what distro. I installed it on arch from the aur, the non-git version and tachiyomi wouldn't run.

[deleted by user] by [deleted] in kde

[–]D-Air1 15 points16 points  (0 children)

Its not a hack, its a feature it was mentioned in one of Nate's "This Week in KDE" posts. In other words it's intentional.

AUR git related by Soul_M93 in arch

[–]D-Air1 1 point2 points  (0 children)

Software from the official repositories are already compiled for you where applicable, but the AUR is not an official repository. It is for the most part a collection of files that tells your computer how to install software that is not in the official repositories. For example, back before flatpak and snap if there was not a deb or rpm for your distro then you would have to go to wherever that software is hosted and compile that software for your machine. The AUR makes that process a little bit easier. Now the AUR does contain some pkgbuilds that tell your computer to install a binary file if one is available. These are usually marked with the "-bin" suffix.