You are not logged in.

#1 2011-09-04 05:31:59

minoshi
Member
Registered: 2011-09-04
Posts: 57

PacmanXG (Yet another GUI for pacman and yaourt)

Hello !

PacmanXG - Yet another GUI for pacman and yaourt

Does not need  QT / GTK, only X11
Standard Tasks (Upgrade, sinh mirrors, Install, delete packages, save and restore package list)
Screenshots support (needed wget)
Many filters
downgrade
etc...

Latest version on our site http://almin-soft.nx0.ru/openiandifree/pacmanxg.html (on russian, but have google translate function)
screenshots http://almin-soft.nx0.ru/photo-cat-phot … manxg.html

version 2x (out of date)
AUR PKGBUILD https://aur.archlinux.org/packages.php?ID=52039

version 4x
AUR https://aur.archlinux.org/packages.php?ID=56207

Please try.


=================================================
Step by step to run pacmanxg4 (minimum requirements)
=================================================

1.Install and configure archlinux
s_1342514852_2662385_4cf8d39cb9.png

2.Update system

pacman -Syu

3.Install some packages

pacman -S xorg-server xf86-video-vesa xorg-xinit

4.copy xinitrc file to your home directory

cp /etc/X11/xinit/xinitrc ~/.xinirc

5.comment last strings in .xinitrc and add string "/opt/pacmanxg4/pacmanxg"
s_1342515406_8187319_170dc9b6f9.png

6.In /etc/pacman.conf add next strings :

[archlinuxfr] 
Server =http://repo.archlinux.fr/i686

7.Install yaourt

pacman -S yaourt

8.install pacmanxg4

yaourt -S pacmanxg4-bin

9 run "startx"
s_1342515653_3061346_5bb2be57e9.png

10.For draw pixmaps install libxrender

pacman -S libxrender

s_1342515771_4444745_4c1651e7c9.pngs_1342515803_8971769_5ce4feddad.png

Now you can use pacmanxg for install/remove packages!
s_1342515995_8290400_1051ecca24.png

Last edited by minoshi (2012-07-17 15:12:13)


Yours,
Alexandre Minoshi

Offline

#2 2011-09-04 21:50:29

moetunes
Member
From: A comfortable couch
Registered: 2010-10-09
Posts: 1,033

Re: PacmanXG (Yet another GUI for pacman and yaourt)

It looks like it is written in pascal, what's needed to build it? and is there an english translation for all the russian words, there seems to ba alot of them in the source files.
Cheers


You're just jealous because the voices only talk to me.

Offline

#3 2011-09-05 00:23:02

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

moetunes wrote:

It looks like it is written in pascal, what's needed to build it?

you need freepascal 2.4.0 or higher and MSEide 2.7 (last trunks)

moetunes wrote:

and is there an english translation for all the russian words, there seems to ba alot of them in the source files. Cheers

No, there is no translation. Russian words are all in one module, that switched russian interface. Anyway, google helps you.


Yours,
Alexandre Minoshi

Offline

#4 2011-09-07 13:48:53

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

some updates


Yours,
Alexandre Minoshi

Offline

#5 2011-09-07 17:54:41

ehabreda
Member
From: Qatar
Registered: 2011-07-22
Posts: 52
Website

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Looks good but failed for me!!

==> Continue building pacmanxg-bin ? [Y/n]
==> --------------------------------------
==> 
==> Building and installing package
==> Making package: pacmanxg-bin 2.13-1 (Wed Sep  7 20:49:40 AST 2011)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
  -> Downloading pacmanXG.tar.bz2...
--2011-09-07 20:49:40--  http://almin-soft.nx0.ru/media/files/binaries/pacmanXG.tar.bz2
Resolving almin-soft.nx0.ru... 95.215.0.248
Connecting to almin-soft.nx0.ru|95.215.0.248|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 986613 (963K) [text/plain]
Saving to: `pacmanXG.tar.bz2.part'

100%[================================================================================>] 986,613     81.7K/s   in 12s     

2011-09-07 20:49:52 (81.0 KB/s) - `pacmanXG.tar.bz2.part' saved [986613/986613]

  -> Found pacmanxg.desktop
==> Validating source files with md5sums...
    pacmanXG.tar.bz2 ... FAILED
    pacmanxg.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build pacmanxg-bin.
==> Restart building pacmanxg-bin ? [y/N]
==> -------------------------------------

Offline

#6 2011-09-08 01:26:43

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Sorry.   But I'm not maintainer in AUR
Three ways :
1) Wait some time until maintainer update PKGBUILD (usually 5-10 hours).
2) Edit PKGBUILD - change pacmanXG.tar.bz2 md5sum 0271f3e799d556d911fd4120589def32
3) Direct download (links are in first post) and extract somewhere (/opt/pacmanxg by default)

Last edited by minoshi (2011-09-08 01:28:50)


Yours,
Alexandre Minoshi

Offline

#7 2011-09-08 01:33:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: PacmanXG (Yet another GUI for pacman and yaourt)

makepkg -g >> PKGBUILD

is a nice workaround.

This app looks & works quite fine :-)

Last edited by karol (2011-09-08 01:36:03)

Offline

#8 2011-09-08 10:09:35

ehabreda
Member
From: Qatar
Registered: 2011-07-22
Posts: 52
Website

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Tried again and it went fine, but when executed it return with

Failed to launch pacmanxg...Failed to execute child process 'xdg-su' no such file or directory.

So I installed 'xdg-su' from AUR and IT WORKS FINE.

Offline

#9 2011-09-08 11:52:16

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

good! smile


Yours,
Alexandre Minoshi

Offline

#10 2011-09-08 14:09:05

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Please, report about bugs, especially yaourt, it`s steel testing


Yours,
Alexandre Minoshi

Offline

#11 2011-09-09 22:07:28

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

some updates

- inform if current user isn`t super user (uid <> 0)
- fixes
- fixed logical in tasks
- etc.

md5sum ca2aa58c7e7d7da43392724ef0912076

Last edited by minoshi (2011-09-09 22:11:37)


Yours,
Alexandre Minoshi

Offline

#12 2011-09-16 07:36:00

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

some updates


Yours,
Alexandre Minoshi

Offline

#13 2011-10-02 13:18:58

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

some updates.

I'm not maintainer in AUR
Three ways :
1) Wait some time until maintainer update PKGBUILD (usually 5-10 hours).
2) Edit PKGBUILD - change pacmanXG.tar.bz2 md5sum 8a561c85d6ee5d28b1da160cca4508f8
3) Direct download (links are in first post) and extract somewhere (/opt/pacmanxg by default)


Yours,
Alexandre Minoshi

Offline

#14 2011-10-04 11:58:51

tarakbumba
Member
From: Turkiye
Registered: 2008-07-17
Posts: 72

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Thank you for this application. Not an eyecandy but first fully functionla pacman && aur gui. I' m sure it fills a deep hole in Arch space.
Now, some bug reporting:
- While aur is on hitting enter on seachbox application crashes. I didn't see any commandline errors
- While package installing from official repos or aur, clicking on "yes" or "no buttons crash application. No commandline errors.

Also, if you mind to support translation i' m willing to translate it in Turkish.


Say what you mean, mean what you say

Offline

#15 2011-10-04 13:31:53

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

tarakbumba wrote:

Now, some bug reporting:
- While aur is on hitting enter on seachbox application crashes. I didn't see any commandline errors
- While package installing from official repos or aur, clicking on "yes" or "no buttons crash application. No commandline errors.

Please, give more information. What pachages you install? What DE? Have you internet access in that time? If you can do it - give screenshots.



About translation - I want use standart .mo files, but mehanism is not ready.


P.S. This summer has been in Turkey - a beautiful country, beautiful nature, good people. I plan to visit Turkey next year smile

Last edited by minoshi (2011-10-04 13:37:05)


Yours,
Alexandre Minoshi

Offline

#16 2011-10-04 16:10:11

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

version 2.18 - updates


Yours,
Alexandre Minoshi

Offline

#17 2011-10-04 16:34:59

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

to tarakbumba 

i think i fix errors you found


Yours,
Alexandre Minoshi

Offline

#18 2011-10-05 07:42:27

tarakbumba
Member
From: Turkiye
Registered: 2008-07-17
Posts: 72

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Thank you minoshi. I' ll test new version. If you still need, i have not installed any packages via pacmanxg, using KDE, have internet access, nothing to get a screenshot. I always launch pacmanxg from commandline but can't get any error messages. Just crash. Hope version 2.18 fixed this.

I'd also like to thank you for your kind words about my country and people. We always welcome visitors.


Say what you mean, mean what you say

Offline

#19 2011-10-05 12:22:26

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Please write about results


Yours,
Alexandre Minoshi

Offline

#20 2011-10-05 17:26:06

tarakbumba
Member
From: Turkiye
Registered: 2008-07-17
Posts: 72

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Unfortunately still same. There is no error report on commandline. It just crashes.


Say what you mean, mean what you say

Offline

#21 2011-10-05 21:00:47

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Ok. I continue thinking


Yours,
Alexandre Minoshi

Offline

#22 2011-10-06 17:13:21

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

to tarakbumba

  please try 2.19 from AUR.   If crushes will be present, please execute with new parameter "/opt/pacmanxg/pacmanxg --debug" in console and give output here

Last edited by minoshi (2011-10-06 17:15:24)


Yours,
Alexandre Minoshi

Offline

#23 2011-10-06 20:57:38

tarakbumba
Member
From: Turkiye
Registered: 2008-07-17
Posts: 72

Re: PacmanXG (Yet another GUI for pacman and yaourt)

Thank you minoshi. I realized that; the problem comes from sudo. I use kdesu to launch pacmanxg as root. I was configured kdesu to use sudo as a root access backend. The problem occurs only if sudo is backend for kdesu. When su is used for kdesu backend problem goes away, Unfortunately, i can't get any useful info with --debug option. It doesn't throw any error messages or debug info to screen.


Say what you mean, mean what you say

Offline

#24 2011-10-07 00:16:07

minoshi
Member
Registered: 2011-09-04
Posts: 57

Re: PacmanXG (Yet another GUI for pacman and yaourt)

not to screen! Run with '--debug' in terminal (xterm, kconsole, etc) and give output to me.


Yours,
Alexandre Minoshi

Offline

#25 2011-10-07 05:57:00

tarakbumba
Member
From: Turkiye
Registered: 2008-07-17
Posts: 72

Re: PacmanXG (Yet another GUI for pacman and yaourt)

I mean console screen. No errors, nope. Just kdesu messages. Nothing about pacmanxg. sad

EDIT= I have installed kdesudo and i can confirm that kdesudo will work. It is definetly a kdesu + sudo issue.

Last edited by tarakbumba (2011-10-07 10:17:41)


Say what you mean, mean what you say

Offline

Board footer

Powered by FluxBB