Package Details: plasma-desktop-git 5.22.80_r8480.g7452d5c9b-1

Git Clone URL: https://aur.archlinux.org/plasma-desktop-git.git (read-only, click to copy)
Package Base: plasma-desktop-git
Description: KDE Plasma Desktop
Upstream URL: https://kde.org/plasma-desktop/
Licenses: LGPL
Conflicts: knetattach, knetattach-git, plasma-desktop, user-manager, user-manager-git
Provides: knetattach, knetattach-git, plasma-desktop, user-manager, user-manager-git
Replaces: knetattach-git, user-manager-git
Submitter: arojas
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 9
Popularity: 0.000820
First Submitted: 2014-03-31 06:31 (UTC)
Last Updated: 2021-05-30 18:02 (UTC)

Required by (59)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

IslandC0der commented on 2022-11-14 23:09 (UTC)

Thank you, @desaparecido :)

desaparecido commented on 2022-10-25 12:24 (UTC)

Hi @AbstractionMage, the package is not out-of-date, like other git packages, you need to build-it with makepkg command to have the latest commit version, inside the PKGBUILD the are the PKGVER() line and the package version will be updated, like this one: pkgver=5.26.80_r9753.g1501fa32f (the latest one until now). The maintainers (thanks ... ) don't update the PKGBUILD at each commit, is a lot of work, only when some important change happens in dependencies, builds commands, etc.

Neko-san commented on 2021-09-27 22:11 (UTC) (edited on 2021-09-27 22:16 (UTC) by Neko-san)

@IslandCOder Sorry, I just discovered that the case statements interfere with the the large for-loop that checks for directory names

So, the majority of the script is ignored as soon as the first case option is called

IslandC0der commented on 2021-09-07 01:16 (UTC)

Awesome! :D

Neko-san commented on 2021-09-06 20:52 (UTC)

This works, thanks!

IslandC0der commented on 2021-09-06 11:33 (UTC)

Ohh, what if you add

sudo -v || exit
sleep 1

before the while loop?

I didn't need that when I tested it, but maybe that fixes your issue

Neko-san commented on 2021-09-03 22:10 (UTC)

What I meant was: it does save the authentication temporarily, but when it prompts for it in the script, the script just runs past it instead of waiting for authentication

It can still be entered but you're kind of on a time limit because the script just decides it doesn't care to wait Lol

IslandC0der commented on 2021-09-01 01:57 (UTC)

Hmm that's actually expected, it should just save your authentication temporarily.

What happens if you run it twice? Does it still ask for the password the second time?

PS: sorry for the late reply!

Neko-san commented on 2021-08-23 04:42 (UTC)

@IslandC0der Nothing apparently?

Welcome to fish, the friendly interactive shell
Type `help` for instructions on how to use fish
neko-san@ARCH ~/asp> bash
[neko-san@ARCH asp]$ sudo -v
[sudo] password for neko-san: 
[neko-san@ARCH asp]$ 

IslandC0der commented on 2021-08-22 14:12 (UTC)

Hmm, what happens if you just run sudo -v on a fresh terminal?