For the sake of reporting something, the tooltips on the buttons do not all have a starting capital letter, and also ânew paquagesâ
Teamviewer appears in red for the AUR version column, but it is same version as local column. Seems like a bug to me.
When I right click a package, I have the âInstal yayâ action, if I click it, it opens Konsole, nothing more.
When I click the Install button, the same, it opens Konsole.
I see this in the terminal output Warning: not possible to load konsole!
And I crashed it by clicking the Update button (from the check my aur ackages page)
:: Download Database... in /tmp/packages-meta-v1.json
Server: nginx
Date: Wed, 24 Nov 2021 17:17:07 GMT
Content-Type: application/gzip
Content-Length: 6834315
Last-Modified: Wed, 24 Nov 2021 17:14:08 GMT
Connection: close
ETag: "619e72e0-68488b"
Expires: Wed, 24 Nov 2021 17:22:07 GMT
Cache-Control: max-age=300
Content-Encoding: gzip
Accept-Ranges: bytes
expire: 2021-11-24 17:22:07
cache expire in: 0:04:59.909252
database is updated 200
loadPackages()
:: Load Database...
json to data duration: --- 0.7780141830444336 seconds ---
Traceback (most recent call last):
File "/media/SSD_500Go/Downloads/aur-db.kde(1).py", line 475, in initStyleOption
if pkg["LocalVersion"] == pkg["Version"]:
KeyError: 'LocalVersion'
When clicking update I do get crash too but different one related to my locale
Crash Traceback
Traceback (most recent call last):
File "/home/arisa/Desktop/GIT/papajoke/main.py", line 618, in run
old_locale = locale.getlocale(locale.LC_ALL)
File "/usr/lib/python3.9/locale.py", line 592, in getlocale
raise TypeError('category LC_ALL is not supported')
TypeError: category LC_ALL is not supported
zsh: abort (core dumped) python main.py
command "locale"
locale: Cannot set LC_ALL to default locale: No such file or director
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME=en_DE.UTF-8
LC_COLLATE=en_DE.UTF-8
LC_MONETARY=en_DE.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT=en_DE.UTF-8
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
I have kinda messy locales yay but nothing else crashes because of it
Info button crashes too for me
Info button Traceback
Traceback (most recent call last):
File "/home/arisa/Desktop/GIT/papajoke/main.py", line 808, in onInfo
self.win.populate_Info(pkg)
File "/home/arisa/Desktop/GIT/papajoke/main.py", line 1101, in populate_Info
if pkg["PackageBase"] == pkg["Name"]:
KeyError: 'PackageBase'
zsh: abort (core dumped) python main.py
when I force LC_ALL=âen_US.UTF-8â it crashes too with the same error as the person above
Traceback
/tmp/packages-meta-v1.json
:: Download Database... in /tmp/packages-meta-v1.json
database is updated 200
loadPackages()
:: Load Database...
json to data duration: --- 0.5571067333221436 seconds ---
Traceback (most recent call last):
File "/home/arisa/Desktop/GIT/papajoke/main.py", line 476, in initStyleOption
if pkg["LocalVersion"] == pkg["Version"]:
KeyError: 'LocalVersion'
zsh: abort (core dumped) LC_ALL="en_US.UTF-8" python main.py
Install button log
New package since: in 'highlight' color
loadPackages()
:: Load Database...
json to data duration: --- 0.6266999244689941 seconds ---
Deps filter: want: set() not: set()
search end: shi
Deps filter: want: set() not: set()
search end: shin
Deps filter: want: set() not: set()
search end: shiny
Go to: https://gitlab.com/Arisa_Snowbell/shiny-mirrors
Warning Dbus: The name org.kde.klauncher5 was not provided by any .service files
Warning: not possible to load konsole!
Also maybe the Exit button is not necessary? As on most DEâs there is Window Decoration and almost all people have close button there
link is not related to the warning
app saves in this file the last update date: useful for the âNewâ button. It saves because the database is in /tmp so there is no way to find this date the next day.
There is a .time file for the 2 databases. only this is write in home
ls -l ~/.local/share/*.time
-rw-r--r-- 1 patrick users 10 24 nov. 13:18 /home/patrick/.local/share/packages-meta-ext-v1.time
-rw-r--r-- 1 patrick users 10 24 nov. 17:12 /home/patrick/.local/share/packages-meta-v1.time
EDIT: v0.1.13, now use ~/.cache/
Edit pkgbuild : I donât know, itâs a dbus service that calls xdg-open (opens kate on my plasma)
xdg-utils not installed or a dbus module in python-qt5 ?
Good work, it doesnât crash for me anymore anywhere and almost everything works as it should,
the only problem I am still having is the install button, at the moment it doesnât anymore write klauncher5 doesnât exist but âError: not possible to load konsole!â and it opens Konsole but nothing else, itâs empty, no command written or launched
All is good, no packages installed (pyqt5 installed by manjaro-printer), no changes in plasma or konsole config
Dbus command for konsole is ok (no konsole open before test)
we receive a normal security notification (for konsole, manjaro and achlinux stable, itâs ok)
test : x11, wayland is more strict for security but i not have card for test
ps: if send command by dbus not work (??), we have drag&drop (with alt for install)