Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (202 - 204 of 230)

Ticket Resolution Summary Owner Reporter
#302 wontfix winswitch 0.12.23: setup.py install --prefix not respected for all items (need PREFIX= environmental variable as well) J G Miller
Description

For software installed from source, it is essential to be able to specify the installation directory tree (eg /usr/local) in order to avoid conflicts with OS installed software from packages.

And for those of us that manage installed local software with GNU stow,

(see https://www.gnu.org/software/stow if not familiar with the approach)

it is even more important that files get installed under the specified directory tree.

Now winswitch does this for most of the install if --prefix is used

/usr/bin/python "/usr/src/build/winswitch-0.12.23/setup.py" install --prefix="/usr/local/stow/Network/winswitch-0.12.23/usr/local"

creating /usr/local/stow/Network/winswitch-0.12.23/usr/local/lib/python2.7/site-packages/winswitch
creating /usr/local/stow/Network/winswitch-0.12.23/usr/local/lib/python2.7/site-packages/winswitch/ui
copying build/lib.linux-i686-2.7/winswitch/ui/window_fake_tray.py -> /usr/local/stow/Network/winswitch-0.12.23/usr/local/lib/python2.7/site-packages/winswitch/ui
...
byte-compiling /usr/local/stow/Network/winswitch-0.12.23/usr/local/lib/python2.7/site-packages/winswitch/ui/window_fake_tray.py to window_fake_tray.pyc
...

but for a number of items the install process ignores the prefix and installs directly under system directories /etc and /usr/lib

creating /etc/winswitch

and

creating /usr/lib/winswitch

For installs under "/usr/local" these should instead be accessible under /usr/local/etc/winswitch and /usr/local/lib/winswitch respectively when installation is complete.

Now after checking the setup.py file, it seems a non-standard (?) method of specifying the destination for installs works, by specifying the environmental variable PREFIX="prefix_dir" get the etc/winswich and lib/winswitch installed under the prefix dir BUT --prefix prefix_dir is still needed to get all the other items to the prefix directory.

Please ensure that the --prefix prefix_dir variable is applied to all items being installed without the need for adding the environmental variable, or at the very minimum, mention this double requirement in the README file.

Thank you for your assistance in resolving this issue.

#307 wontfix xpra doesn't update on Centos 7 Bob Tennent Bob Tennent
Description

Latest updates fail because you've provided lz4-1.8.3-1.el7_6.x86_64 but no corresponding .i686 package. Either remove the former or provide the latter.

#308 wontfix Can not open sessions on ubuntu 18.04 xinwang
Description

I freshly installed ubuntu 18.04 in a new computer (with win10 as dual system). For the reason of wifi drivers, I upgraded Linux kernel to linux-generic-hwe-18.04-edge.

First question is:

If directly install winswitch, it said that

"The following packages have unmet dependencies:

winswitch : Depends: xpra (>= 1.0) but it is not going to be installed

Recommends: python-gnome2-desktop but it is not installable Recommends: python-gst0.10 but it is not installable

E: Unable to correct problems, you have held broken packages. ".

But I already installed python-gnome2 and python-gnome2-dev.


I installed xpra then winswitch (newest version even beta version). I can open winswitch now.

When I connected a remote server successfully, I try to start applications. But then jumped out a message box who let me input the password of user "xxx" (my username). It just like this:


| Server Authentication | | | | Please enter the password for user 'xxx', | | connecting to tcp server 127.0.0.1:12460 | | | | [Input box] | | | | Cancel OK |


When I input the correct password of my username (the user name and password of local pc and remote pc is the same), it said:

Connection Failed: disconnected before the session could b... authentication failed

Then next message:

Session XXXXXX failed 2020-01-25 :0.0(508x285 mm - DPI 96x96) workarea: 1845x1053 at 75x27 2020-01-25 eDP-1(309x174mm-DPI:157x157) 2020-01-25 Warning:server connection failure: 2020-01-25 disconnected before the session could be established

The remote server run a ubuntu 16.04, which can be connected normally using a Windows computer and my old 16.04 desktop.

I struggled to solve this but have no idea. It's kind of you, if there is any suggestion.

Note: See TracQuery for help on using queries.