
Apper
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Apper is the KDE interface for PackageKit (aka KPackageKit)
Apper is able to manage packages, applications and updates in a cross-distribution way thanks to the PackageKit project. Providing Linux users a single application that they can learn and use in whatever distribution they are.
Hope you enjoy Apper, and please report bugs, make wishes so we can improve this application.
BUGS goes to bugs.kde.org
-----------------------------------------------------
IMPORTANT:
Apper itself can do nothing without PackageKit.
So have it installed before.
-----------------------------------------------------
INSTALLATION
Well now that you decide to install it. Be careful :D no warranty is given..
Requirements:
AFTER INSTALLING LOGOUT AND LOGIN SO KDED CAN LOAD THE Apper PLUGIN.
(also, make uninstall #from your old build dir)
PackageKit >= 0.8.5
KDELibs headers of Kde4
KDEWorskpace
KDE >= 4.3
Compiling:
- $ cd Apper # where you extracted it
- $ mkdir build && cd build
- $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ # you must install in /usr otherwise KDE won't find it
- $ make
- $ su
- # make install
Enjoy :)
dantti
12 years ago
But thanks for commenting.
Report
madsheytan
12 years ago
Report
dantti
12 years ago
but afaik there is no such implementation right now, so if you are a dev you can check the docs on how to create a backend at packagekit.org website yourself :D
Report
madsheytan
12 years ago
Report
Mar91
12 years ago
I have tried to compile the new version, and i get:
http://pastebin.com/d6e3ff761
Qt 4.4.3
Kde 4 Factory (4.1.X)
opensuse 11.0
Report
dantti
12 years ago
Soon it'll be available at packagekit.org website. in the meanwhile you can grab there.
Report
Mar91
12 years ago
Report
dantti
12 years ago
I'd say to you make sure you're installing in /usr try cleaning up your builds, and if none of it helps try #packagekit on free node we can try to help..
Report
deadbabylon
12 years ago
So my question is: What's the best way to translate kpackagekit? Or do you want to release a minor update with proper .po files in the meantime?
Report
dantti
12 years ago
i never translated a program nor created a program to be translated, i can also translate it to portuguese br, but i don't know from where to start....
Any help is really appreciate, we also got a new contributor who might know how to do that, i'll ask him.
Cheers.
Report
deadbabylon
12 years ago
http://websvn.kde.org/trunk/l10n-kde4/templates/messages/playground-sysadmin/kpackagekit.pot?revision=871981&view=markup
But before starting the translations the misspellings should be fixed first.
I for myself also don't have much experience with translations. But I think rdieter and/or Kevin_Kofler in #fedora-kde on freenode could help you with that.
Report
Mar91
12 years ago
[email protected]:~> kpackagekit
SHOW UI!
GO UI!
enumFromString ( Action ) : converted "" to "Action" , enum value -1
enumFromString ( Group ) : converted "" to "" , enum value -1
enumFromString ( Filter ) : converted "" to "Filter" , enum value -1
enumFromString ( Action ) : converted "" to "Action" , enum value -1
Error, cannot create transaction proxy
New transaction with tid ""
process 3570: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file dbus-message.c line 1070.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
<unknown program name>(3569)/: Communication problem with "KPackageKit" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" "
[email protected]:~> KCrash: Application 'kpackagekit' crashing...
sock_file=/home/marco/.kde4/socket-linux-odym/kdeinit4__0
[email protected]:~>
Compiled from sources ( last version on kde-apps ). Kde 4.1 unstable
Report
dantti
12 years ago
You don't have packagekit working. If it's really installed make sure you have a version 0.3 or greater.
Report
dantti
12 years ago
Thanks.
Report
kilah
12 years ago
-- package 'polkit-dbus' not found
------------------
i have instaled :
Setting up libpolkit2 (0.9-1)
Setting up libpolkit-dbus2 (0.9-1)
My distro is debian sid
Report
dantti
12 years ago
Have fun.
Report
artemisfowl2007
12 years ago
I could probably contribute if time permits, but for the time being, I would like to know where I should file bug reports and ask a couple of questions.
So, doesn't KPackageKit have an official web site or an official project page?
Report
dantti
12 years ago
At the end of the week i'll release a new version with file install support so if you have some bugs i can try to fix till there.
Thanks.
Report
xadras
12 years ago
your programm looks really great, but unfortunately it doesnt run on my system (Debian sid with kde from experimentall).
The compiling and installation of packagekit 2.2 and kpackagekit was running without problems. But if I click on "Add and Remove Software" the application crashes. Maybe its a packagekit problem. If i run the command packagekitd as root i got the following output:
TI:05:45:21 TH:0x807a3e8 FI:pk-main.c FN:main,266
- cannot continue, backend invalid
Gts Xadras
Report
dantti
12 years ago
i'll try to see how to warn the user that packagekit is not working or running.
Thanks.
Report
dantti
12 years ago
On my Debian with kde from experimental too i use this line to compile packagekit:
./autogen.sh --prefix=/home/daniel/PackageKit/pkbin/ --with-security-framework=polkit --with-default-backend=apt --enable-apt --enable-dummy --enable-local --enable-tests --enable-gtk-doc
after this going well i myself COPY (don't move) the files in that pkbin dir to it's location, i don't recommend you using /usr in the prefix of packagekit cause it have some fedora specifc stuff that will make your debian dirs a little different.
there is a command pkcon that allows you to try packagekit:
pkcon search name k3b
if this one runs ok then probably my app has a problem...
Report
xadras
12 years ago
make distclean
./autogen.sh --prefix=/home/xadras/PackageKit-0.2.2/pkbin/ --with-security-framework=polkit --with-default-backend=apt --enable-apt --enable-dummy --enable-local --enable-tests --enable-gtk-doc
make
su
make install
but there is no change:
packagekitd
TI:10:06:56 TH:0x807a3e8 FI:pk-main.c FN:main,266
- cannot continue, backend invalid
pkcon search name amarok
Command failed
Error:
failed to get a TID: Launch helper exited with unknown return code 1
Report
dantti
12 years ago
on pkbin dir do something like this:
cp -r etc* /etc/
cp -r include/* /usr/include/
cp -r lib/* /usr/lib/
cp -r share/* /usr/share/
cp -r var/* /var/
at the end restart dbus
Report
xadras
12 years ago
Report
dantti
12 years ago
are you sure you have all the deps?
here is a list of what deps i remember i had to install in order to compile pk, also make sure after the autogen you see the list were apt backend is enabled and the default
if none work try #packagekit on freenode for an online help :)
./autogen.sh --prefix=/home/daniel/projetos/PackageKit/pkbin/ --with-security-framework=polkit --with-default-backend=apt --enable-apt --enable-dummy --enable-local --enable-tests --enable-gtk-doc
required
libapt-pkg-doc
libglib2.0-dev
libsqlite3-dev
libdbus-1-dev
libdbus-glib-1-dev
policykit
python-apt
libapt-pkg-dev
libpolkit-dbus-dev
libpolkit-dev
libpolkit-grant-dev
>> apt2
python-xapian
python-dbus
Good luck
Report