 |
 |
 |
 |
| News Community information and the latest Fedora related news |

15th June 2005, 12:32 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Posts: 233

|
|
|
Yum Extender 0.40 released
Yum Extender 0.40 is released.
This release only works in Fedore Core 4.
Yum Extender Homepage
New Features / changes:
* GUI Redesigned.
* Now works with Yum 2.3.x
* Better integration with yum. No more "screen scraping"
* New Progress dialog, insted of redirected yum output.
* Remove Run Yum Command. (Might be back in a later release)
|

15th June 2005, 12:48 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 7

|
|
Really nice 
Keep up the good work.
|

15th June 2005, 12:53 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Location: Hong Kong
Age: 41
Posts: 99

|
|
|
Yumex .40 for FC4
Installed yumex .40 for FC4 from the rpm, but unable to run.
seems to be some python errors in the application
error output:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Traceback (most recent call last):
File "yumex.py", line 23, in ?
File "yumWrapper.py", line 26, in ?
File "/usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ?
RuntimeError: could not open display
|

15th June 2005, 01:06 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Posts: 233

|
|
Quote:
|
Originally Posted by i1n2d3y4
Installed yumex .40 for FC4 from the rpm, but unable to run.
seems to be some python errors in the application
error output:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Traceback (most recent call last):
File "yumex.py", line 23, in ?
File "yumWrapper.py", line 26, in ?
File "/usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ?
RuntimeError: could not open display
|
Some users had this kind errors in the past, It some kind of problem with Python / PyGtk loading from the wrong path.
Normally pyGtk is located in /usr/lib/python2.4/site-packages/gtk-2.0/gtk/, i dont known why it loading from the /usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/.
Have you installed a fresh installation of FC4 ??
Are you using gnome ??
Have you deselected some packages at installation ???
|

15th June 2005, 01:26 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Location: Hong Kong
Age: 41
Posts: 99

|
|
Quote:
|
Originally Posted by mit
Some users had this kind errors in the past, It some kind of problem with Python / PyGtk loading from the wrong path.
Normally pyGtk is located in /usr/lib/python2.4/site-packages/gtk-2.0/gtk/, i dont known why it loading from the /usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/.
Have you installed a fresh installation of FC4 ??
Are you using gnome ??
Have you deselected some packages at installation ???
|
Did a new install of FC4 from dvd and selected all packages for install. The only thing I can think of is I installed python-crypto separately as it was required by revelation password manager.
|

15th June 2005, 02:17 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Posts: 233

|
|
Quote:
|
Originally Posted by i1n2d3y4
Did a new install of FC4 from dvd and selected all packages for install. The only thing I can think of is I installed python-crypto separately as it was required by revelation password manager.
|
Very weird.
does the system-config-* application works ???
are you working locally on the machine ???
what kind of hardware are you using ???
try running 'xhost +' before starting yumex.
Edit1:
Have you tried a reboot, i did some searching an found a reboot sometimes solves this error.
Last edited by mit; 15th June 2005 at 02:27 PM.
|

16th June 2005, 02:21 AM
|
|
Registered User
|
|
Join Date: Jun 2004
Location: Hong Kong
Age: 41
Posts: 99

|
|
Quote:
|
Originally Posted by mit
Very weird.
does the system-config-* application works ???
are you working locally on the machine ???
what kind of hardware are you using ???
try running 'xhost +' before starting yumex.
Edit1:
Have you tried a reboot, i did some searching an found a reboot sometimes solves this error.
|
Reboot does not solve the problem with the "xlib: conection ":0.0" refused by server"
but running xhost + before starting yumex did fix the problem. Another thing I noticed that causes yumex to crash is I created a new repo file in yu.repos.d and by mistake forgot to put in a header in the file [fedora-project-extras], as soon as I fixed this yumex gui came up.
I like the gui much than the last one. Keep up the good work.
|

16th June 2005, 04:07 AM
|
 |
Registered User
|
|
Join Date: Nov 2004
Posts: 511

|
|
Quote:
|
Originally Posted by mit
Very weird.
does the system-config-* application works ???
are you working locally on the machine ???
what kind of hardware are you using ???
try running 'xhost +' before starting yumex.
Edit1:
Have you tried a reboot, i did some searching an found a reboot sometimes solves this error.
|
the xhost + worked. thanks
what does xhost + do?
__________________
I dont pitch linux to my friends, I let windows do that for me :D
I like chicken :D
|

17th June 2005, 09:45 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Age: 37
Posts: 40

|
|
xhost is set to not allow connections from any host by default. When you use the su command, you are executing another session. The X program has to have access to the display in order to draw the screen.
Try this ... at the console BEFORE you type su, type xhost +
then do su
now go ahead and execute yumex ... it should work now. You can also do xhost +localhost to only allow connections from localhost. You must execute xhost as the owner of the session ... this means the normal user that initially logged in.
Quote:
|
Originally Posted by i1n2d3y4
Installed yumex .40 for FC4 from the rpm, but unable to run.
seems to be some python errors in the application
error output:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Traceback (most recent call last):
File "yumex.py", line 23, in ?
File "yumWrapper.py", line 26, in ?
File "/usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ?
RuntimeError: could not open display
|
|

15th June 2005, 12:54 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Location: Zistersdorf, Austria
Age: 26
Posts: 181

|
|
|
yes, i also like this tool very much!
would be nice, if we would see it in fedora extras in the future!
regards komi
__________________
Desktop:
OS: Fedora Core 5
Kernel: 2.6.17
on a HP Compaq dc5100 MT with 1 GB RAM, 3.2 GHz Pentium 4 HT
Notebook:
OS: Ubuntu Dapper Drake
on a HP Compaq nc8230 with 1 GB RAM, 2.1 GHz Pentium 4
My homepage: http://www.komendera.com/
My company's homepage and blog
We do branding, marketing, print stuff, advertising,
web apps and a lot more.
|

15th June 2005, 01:10 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Posts: 233

|
|
Quote:
|
Originally Posted by komi
yes, i also like this tool very much!
would be nice, if we would see it in fedora extras in the future!
regards komi
|
I plan to apply for Yum Extender to get included in Fedora Extra, in the future.
|

15th June 2005, 01:08 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 94

|
|
|
Xlib: connection to ":0.0" refused by server
Start yumex from menu, it will ask about root pw, and no problem.
ps. I assume you login as user, and su later, before starting yumex
|

15th June 2005, 01:27 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Location: Hong Kong
Age: 41
Posts: 99

|
|
Quote:
|
Originally Posted by exe
Xlib: connection to ":0.0" refused by server
Start yumex from menu, it will ask about root pw, and no problem.
ps. I assume you login as user, and su later, before starting yumex
|
when running from the menu, nothing happens, I guess it crahes during start up. thats why started a terminal, did a su and then started yumex from the command line. still get the error.
|

15th June 2005, 01:14 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: /dev/null
Age: 50
Posts: 477

|
|
Very nice, good work.
__________________
Registered Linux User #212818. Ctl-Alt-What?
|

15th June 2005, 02:31 PM
|
|
Registered User
|
|
Join Date: Apr 2004
Location: Euregio
Posts: 3,613

|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 06:35 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|