Commit Graph

122 Commits

Author SHA1 Message Date
R. Ryantm
a2a94f709b xpra: 4.4.5 -> 4.4.6 2023-06-23 04:39:20 +00:00
Mario Rodas
cf9bb1f7dd xpra: add changelog to meta 2023-05-27 04:20:00 +00:00
R. Ryantm
b3e7774d21 xpra: 4.4.4 -> 4.4.5 2023-05-25 07:05:03 +00:00
Artturi
9a4f4b92f7
Merge pull request #190862 from zhaofengli/xpra-uinput-conf 2023-03-18 16:47:20 +02:00
R. Ryantm
d95545bb57 xpra: 4.4.3 -> 4.4.4 2023-03-15 10:28:42 +00:00
Mauricio Scheffer
7705b76cc1 xpra: 4.3.3 -> 4.4.3 2023-03-03 15:12:37 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Shawn8901
133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
Kototama
530f4c22d9 xpra: add missing invoke python3 module
This prevents the following error when starting xpra:
xpra initialization error:
 connection failed: No module named 'invoke'
2023-01-02 13:37:19 +01:00
Zhaofeng Li
13c2eb0eb3 xpra: Also add module paths to xorg-uinput.conf
If uinput is used, xpra will silently replace "xorg.conf" with
"xorg-uinput.conf" in the xorg/xvfb command line before launching
it [1]. We also need to inject the xorg module paths there.

[1] 337d861d28/xpra/x11/vfb_util.py (L231-L235)
2022-11-01 08:17:50 -06:00
Bjørn Forsman
06e2c42ae4 xpra: fix application icon location
This makes the icon visible in desktop environments. (Tested in GNOME).
2022-10-31 09:03:16 -05:00
Martino Fontana
c5b051905c xpra: fix launch 2022-08-08 21:53:44 +02:00
ajs124
45ec5898cb maintainers: remove tstrobel
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-29 00:54:53 +02:00
Sandro Jäckel
a2c2795e1c
xpra: remove ipaddress 2022-05-30 05:54:00 +02:00
Matt Votava
9abfef3f54
xpra: 4.3.2 -> 4.3.3 (#172682) 2022-05-20 14:32:42 +02:00
R. Ryantm
2a52ad5f76 xpra: 4.3.1 -> 4.3.2 2022-02-16 09:04:16 -08:00
Felix Buehler
09e3b7a570 treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
Louis Bettens
a3354b61b6 xpra: 4.2 -> 4.3.1 2022-01-22 20:08:40 +01:00
Zhaofeng Li
80e86f8871 xpra: Add NVENC support 2021-05-28 17:43:20 -07:00
Matt Votava
3147a7104d xpra: 4.1.3 -> 4.2
Add librsvg for icon resizing
2021-05-22 05:37:13 -07:00
Louis Bettens
c34dd57a3c xpra: 4.0.6 -> 4.1.3 2021-05-07 11:15:26 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Jörg Thalheim
147270c1c9
Merge pull request #109434 from siraben/pkgs-tools-stdenv
pkgs/tools: stdenv.lib -> lib
2021-01-15 10:48:18 +00:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Louis Bettens
e3dac9b6b3 xpra: 4.0.2 -> 4.0.6 2021-01-11 11:05:59 +01:00
Louis Bettens
a129a5e2d9 xpra: add update script 2021-01-11 11:05:53 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Lassulus
2df0a3e453
Merge pull request #88021 from lourkeur/fix_xpra_doublewrapping
xpra: avoid double-wrapping
2020-08-23 09:09:57 +02:00
Louis Bettens
ead09d7e6e xpra: force XPRA_COMMAND 2020-08-22 22:38:10 +02:00
zowoq
78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
Michael Lingelbach
e5b7f1325c xpra: 3.0.9 -> 4.0.2 2020-06-08 17:52:18 -07:00
Jaka Hudoklin
fd9d37e271
Merge pull request #87985 from lourkeur/fix_85694
xpra: fix #85694
2020-06-03 14:37:35 +00:00
Louis Bettens
8e5f5a54f2 xpra: avoid double-wrapping
Per manual: https://nixos.org/nixpkgs/manual/#ssec-gnome-common-issues
2020-05-17 17:04:29 +02:00
Louis Bettens
4459844e79 xpra: fix #41106 2020-05-17 16:32:55 +02:00
Louis Bettens
8b92f678f9 xpra: fix #85694 2020-05-16 23:00:21 +02:00
R. RyanTM
057383bbcc xpra: 3.0.8 -> 3.0.9 2020-05-12 22:13:06 -07:00
R. RyanTM
f7b0d0e4f0 xpra: 3.0.7 -> 3.0.8 2020-04-08 00:44:34 +00:00
Jaka Hudoklin
439d97eb97 xpra: set correct module paths for xorg.conf 2020-03-31 13:30:26 +07:00
Jaka Hudoklin
af418c4356 xpra: use xf86videodummy from xorg 2020-03-31 13:29:46 +07:00
R. RyanTM
06b4333891 xpra: 3.0.6 -> 3.0.7 2020-03-20 23:41:31 -07:00
R. RyanTM
c17c998000 xpra: 3.0.5 -> 3.0.6 2020-02-14 11:06:33 +00:00
Markus S. Wamser
55d3b6b1b1 xpra: 2.5.3 -> 3.0.5
Closes #78707.
2020-01-28 23:39:58 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
adisbladis
83d179fc09
xpra: 2.5 -> 2.5.3
Also fix build by using opencv4
2019-08-24 14:15:17 +01:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Will Dietz
d48e8f67a2 xpra: 2.3.4 -> 2.5, unbreak 2019-03-22 17:32:55 -05:00
Lengyel Balazs
f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Silvan Mosberger
86b12cb8ca
xpra: Mark as broken 2018-11-14 21:19:38 +01:00