-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
227 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# This is just where / how cups backends are installed properly: | ||
xpra binary: non-standard-executable-perm usr/lib/cups/backend/xpraforwarder | ||
xpra binary: executable-is-not-world-readable usr/lib/cups/backend/xpraforwarder | ||
xpra binary: executable-in-usr-lib usr/lib/cups/backend/xpraforwarder | ||
xpra-server binary: non-standard-executable-perm usr/lib/cups/backend/xpraforwarder | ||
xpra-server binary: executable-is-not-world-readable usr/lib/cups/backend/xpraforwarder | ||
xpra-server binary: executable-in-usr-lib usr/lib/cups/backend/xpraforwarder | ||
|
||
# These files are part of Xpra internal logic | ||
xpra binary: executable-in-usr-lib usr/libexec/xpra/auth_dialog | ||
xpra binary: executable-in-usr-lib usr/libexec/xpra/gnome-open | ||
xpra binary: executable-in-usr-lib usr/libexec/xpra/gvfs-open | ||
xpra binary: executable-in-usr-lib usr/libexec/xpra/xdg-open | ||
xpra-server binary: executable-in-usr-lib usr/libexec/xpra/auth_dialog | ||
xpra-server binary: executable-in-usr-lib usr/libexec/xpra/gnome-open | ||
xpra-server binary: executable-in-usr-lib usr/libexec/xpra/gvfs-open | ||
xpra-server binary: executable-in-usr-lib usr/libexec/xpra/xdg-open | ||
|
||
# We get the libc6 dependency from python and the 'xpra' package anyway: | ||
xpra-codecs-nvidia binary: missing-dependency-on-libc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
usr/lib/python3*/*/xpra/sound/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
usr/bin/run_scaled | ||
usr/bin/xpra_launcher | ||
usr/lib/python3*/*/xpra/client/gui/ | ||
usr/lib/python3*/*/xpra/client/gtk_base/ | ||
usr/lib/python3*/*/xpra/client/gtk3/ | ||
usr/lib/python3*/*/xpra/client/gl/ | ||
usr/lib/python3*/*/xpra/client/mixins/ | ||
usr/libexec/xpra/xpra_signal_listener | ||
etc/xpra/conf.d/42_client_keyboard.conf | ||
usr/share/applications/xpra-launcher.desktop | ||
usr/share/applications/xpra-gui.desktop | ||
usr/share/applications/xpra.desktop | ||
usr/share/mime/packages/application-x-xpraconfig.xml | ||
usr/share/xpra/autostart.desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
usr/lib/python3*/*/xpra/client/auth/ | ||
usr/lib/python3*/*/xpra/client/base/ | ||
usr/lib/python3*/*/xpra/client/__init__.py | ||
etc/xpra/conf.d/40_client.conf |
1 change: 0 additions & 1 deletion
1
packaging/debian/xpra/xpra.manpages → packaging/debian/xpra/xpra-client.manpages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
debian/tmp/usr/share/man/man1/xpra.1 | ||
debian/tmp/usr/share/man/man1/xpra_launcher.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
usr/bin/xpra | ||
usr/share/xpra/README.md | ||
usr/share/xpra/COPYING | ||
usr/share/xpra/icons/ | ||
usr/share/xpra/*.wav | ||
usr/share/man/man1/xpra*.1* | ||
usr/share/man/man1/run_scaled*.1* | ||
usr/share/metainfo/xpra.appdata.xml | ||
usr/share/icons/xpra*png | ||
usr/share/doc/xpra/ | ||
etc/default/xpra | ||
etc/xpra/xpra.conf | ||
etc/xpra/conf.d/05_features.conf | ||
etc/xpra/conf.d/10_network.conf | ||
etc/xpra/conf.d/12_ssl.conf | ||
etc/xpra/conf.d/15_file_transfers.conf | ||
etc/xpra/conf.d/16_printing.conf | ||
etc/xpra/conf.d/20_sound.conf | ||
etc/xpra/conf.d/30_picture.conf | ||
etc/xpra/conf.d/35_webcam.conf | ||
usr/lib/python3*/*/xpra/buffers/ | ||
usr/lib/python3*/*/xpra/clipboard/ | ||
usr/lib/python3*/*/xpra/notifications/ | ||
usr/lib/python3*/*/xpra/dbus/ | ||
usr/lib/python3*/*/xpra/gtk_common/ | ||
usr/lib/python3*/*/xpra/keyboard/ | ||
usr/lib/python3*/*/xpra/net/ | ||
usr/lib/python3*/*/xpra/platform/ | ||
usr/lib/python3*/*/xpra/scripts/ | ||
usr/lib/python3*/*/xpra/x11/ | ||
usr/lib/python3*/*/xpra/rectangle.*.so | ||
usr/lib/python3*/*/xpra/*.py* | ||
usr/lib/python3*/*/xpra/codecs/argb/ | ||
usr/lib/python3*/*/xpra/codecs/pillow/ | ||
usr/lib/python3*/*/xpra/codecs/__init__.py | ||
usr/lib/python3*/*/xpra/codecs/codec_*.py* | ||
usr/lib/python3*/*/xpra/codecs/icon_util.py | ||
usr/lib/python3*/*/xpra/codecs/image_wrapper.py | ||
usr/lib/python3*/*/xpra/codecs/loader.py | ||
usr/lib/python3*/*/xpra/codecs/rgb_transform.py | ||
usr/lib/python3*/*/xpra/codecs/video_helper.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
debian/tmp/usr/share/man/man1/xpra.1 |
Oops, something went wrong.