Custom Query (230 matches)
Results (43 - 45 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#221 | wontfix | NX fails to start | ||
Description |
This was mentioned in #198 but it seems like it was overlooked. NXAGENT - Version 3.5.0 Copyright (C) 2001, 2011 NoMachine. See http://www.nomachine.com/ for more information. Info: Agent running with pid '8227'. Session: Starting session at 'Wed Oct 3 00:44:12 2012'. Error: Aborting session with 'Unable to open display 'nx/nx,options=/home/me/.winswitch/server/sessions/72/nx_options.txt:72''. Session: Aborting session at 'Wed Oct 3 00:44:12 2012'. Session: Session aborted at 'Wed Oct 3 00:44:12 2012'. Why is all that extra stuff being sent to NX for the display, instead of it just being ":72"? winswitch: Installed: 0.12.16-4 Candidate: 0.12.16-4 Version table: *** 0.12.16-4 0 500 http://winswitch.org/ precise/main i386 Packages 100 /var/lib/dpkg/status |
|||
#302 | wontfix | winswitch 0.12.23: setup.py install --prefix not respected for all items (need PREFIX= environmental variable as well) | ||
Description |
For software installed from source, it is essential to be able to specify the installation directory tree (eg 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 /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
creating and
creating
For installs under "
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
Please ensure that the Thank you for your assistance in resolving this issue. |
|||
#307 | wontfix | xpra doesn't update on Centos 7 | ||
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. |