Custom Query (230 matches)
Results (130 - 132 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#131 | worksforme | winswitch not running on debian sid | ||
Description |
after running "winswitch_applet" got the folowing failure feedback: Traceback (most recent call last): File "/usr/bin/winswitch_applet", line 3, in <module> from winswitch.client import applet_wrapper ImportError: No module named winswitch.client System: lsb_release -a LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch Distributor ID: Debian Description: Debian GNU/Linux unstable (sid) Release: unstable Codename: sid |
|||
#133 | fixed | open file remotely without using ssh channel | ||
Description |
The sftp code was removed with paramiko, what we can do to restore the functionality is to define a new message type for file transfers and send the file through the normal client-server channel.
|
|||
#134 | fixed | move all internal scripts to /usr/libexec - these aren't meant to be used directly | ||
Description |
Only a few scripts should remain in /usr/bin:
Almost everything else we can move to libexec. This is cleaner and better for packaging. Means we don't need so many manual pages. |
Note: See TracQuery
for help on using queries.