By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1388

Summary: additional kicker dependencies - malformed URL "system:/" and "cannot open display"
Product: TDE Reporter: James <james>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: normal CC: bugwatch, darrella, james
Priority: P5    
Version: 3.5.13.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2968    

Description James 2013-01-08 21:46:33 CST
kicker-trinity version 4:3.5.13-1debian+ax3~squeeze

On a minimal "kicker" install, but not on a complete trinity install, when first selecting the menu on kicker, there is an error window, showing

 Malformed URL
 system:/

Selecting "OK", the menu is then displayed normally, and subsequent selections of the menu button also display the menu normally.

In the kicker Menu, there is an entry "System Menu", just above "Run Command...", that displays "Empty...", where it would normally display "Home Folder/Storage Media/Remote Places/Users Folders".

These "System Menu" entries are provided by the "kdebase-kio-plugins-trinity" package.  So, to avoid the error pop-up window, this package could be said to be a "kicker-trinity" dependency.

Also, attempting to run, for instance, "synaptic", requires the "kdesudo-trinity" package, to avoid an error "Gtk-WARNING **: cannot open display: :0.0", so this package may also be considered a subtle "kicker-trinity" dependency.


Thanks

James
Comment 1 Darrell 2013-03-04 18:02:06 CST
This sounds familiar:

http://trinity-devel.pearsoncomputing.net/?0::6858

Check the contents of:

$PREFIX/share/apps/systemview/documents.desktop

Where $PREFIX usually is /opt/trinity. You should see

URL=$( kxdglauncher --getpath --xdgname DOCUMENTS )

and not

Path=$( kxdglauncher --getpath --xdgname DOCUMENTS )
Comment 2 James 2013-03-04 19:10:35 CST
Yes, there is "URL=$( kxdglauncher --getpath --xdgname DOCUMENTS )".

"dpkg -S .../documents.desktop" gives "kdebase-kio-plugins-trinity".

Note - I'm just looking for a "minimal kicker" install, as in "What does it take to just run kicker effectively".  So then, perhaps "kdebase-kio-plugins-trinity" is another one of these subtle kicker dependencies.  And then - technically - all of these other packages would need to be listed in the "kicker" package as "dependencies".

James