about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/franz
AgeCommit message (Collapse)AuthorFilesLines
2024-04-23franz+derivatives: Implement NIXOS_OZONE_WLCarl Hjerpe1-2/+3
Reverts back to using wrapProgramShell rather than wrapProgramBinary Adds "--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations" when NIXOS_OZONE_WL is set
2023-12-11mkFranzDerivation: also include libglvnd for opengl/vulkan driversJörg Thalheim1-1/+2
This helps to improve also performance on my machine
2023-04-16ferdium: add update scriptJörg Thalheim1-4/+5
2022-08-19treewide: inject xdg-open into wrappers as $PATH suffixEmery Hemingway1-1/+2
The xdg-open utility is only ever a runtime dependency and its dependents only expect that it accept a URI as a command line argument and do something with it that the user would expect. For such as a trivial relationship it should be possible for users to override xdg-open with something else in their PATH.
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2022-04-20franz: 5.6.1 -> 5.9.2Stig Palmquist1-2/+2
2022-02-11franz: remove gconf dependencyFliegendeWurst1-2/+0
2021-12-25mkFranzDerivation: fix tray icon on WaylandHenri Menke1-1/+2
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-06-04ferdi: 5.6.0-beta.5 -> 5.6.0-beta.6, improve XWayland supportMaximilian Bosch1-2/+3
ChangeLog: https://github.com/getferdi/ferdi/blob/1886c8abed32e33f0f547c069c674b79279cf931/CHANGELOG.md#560-beta6-2021-05-31 Even though this isn't explicitly noted in the Changelog, this seems to have fixed the Element integration for me. Additionally, I added a (hacky) `xdg-open` wrapper which removes the `GDK_BACKEND` variable to fix the XWayland integration[1]. The problem is that if a Firefox is running with Wayland (`ferdi` is running under X11) and `GDK_BACKEND=x11` is passed to the `xdg-open` (and thus `firefox`) process, Firefox refuses to start since another instance of it is running under Wayland (but attempts to start in X11 mode because of `GDK_BACKEND=x11`). [1] https://github.com/electron/electron/issues/28436
2021-05-07ferdi: 5.5.0 -> 5.6.0-beta.5Bryan A. S1-0/+2
Add mesa (libgbm) to buildInputs at mkFranzDerivation to fix build of latest beta Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-02-01treewide: xdg_utils -> xdg-utilsBen Siraphob1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-17franz: 5.5.0 -> 5.6.1David Wood2-4/+5
2020-08-13franz: use lib.getLib udev instead of udev.libFlorian Klink1-1/+2
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-07-08franz: 5.4.1 -> 5.5.0David Wood1-2/+2
2020-07-08ferdi: init at 5.5.0David Wood2-44/+95
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-18franz: fix `Exec` substitution in `franz.desktop`David Wood1-1/+1
Signed-off-by: David Wood <david.wood@codeplay.com>
2019-10-31franz: 5.4.0 -> 5.4.1David Wood1-2/+2
2019-10-24franz: remove gnidorah as maintainerDavid Wood1-1/+1
For context, see: https://github.com/NixOS/nixpkgs/pull/71862#issuecomment-545753201 Signed-off-by: David Wood <david@davidtw.co>
2019-10-23franz: add davidtwco as maintainerDavid Wood1-1/+1
2019-10-23franz: 5.3.3 -> 5.4.0David Wood1-2/+2
2019-09-17franz: 5.3.2 -> 5.3.3David Wood1-2/+2
2019-09-16franz: 5.3.1 -> 5.3.2David Wood1-2/+2
2019-09-07franz: 5.2.0 -> 5.3.1David Wood1-2/+2
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-07-25Merge master into stagingOrivej Desh1-2/+2
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-07-22franz: 5.1.0 -> 5.2.0David Wood1-2/+2
2019-06-27franz: use wrapGAppsHookB YI1-3/+7
I encountered crashes while opening the file selection dialog. ``` (franz:11597): GLib-GIO-ERROR **: 14:08:20.102: No GSettings schemas are installed on the system [1] 11597 trace trap franz ``` This error is also presented in various other gtk applications (e.g. https://github.com/NixOS/nixpkgs/issues/45286). I used the same trick to fix this error.
2019-06-03franz: 5.0.0-beta.19 -> 5.1.0David Wood1-2/+2
2019-01-12franz: 4.0.4 -> 5.0.0-beta.19gnidorah1-32/+16
2018-12-22treewide: remove paxutils from stdenvJörg Thalheim1-1/+0
More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
It is deprecated and will be removed after 18.09.
2018-07-10gnome3.gconf: removeJan Tojnar1-2/+2
2018-05-29franz: use top-level gtkJan Tojnar1-2/+2
2018-05-28franz: gnome2 cleanup (#41157)worldofpeace1-4/+4
2018-05-17franz: switch to autoPatchelfHookgnidorah1-16/+10
2018-04-30treewide: http to httpsRyan Mulligan1-1/+1
2017-11-02rambox, franz: install xdg_utils for url openinggnidorah1-2/+5
xorg installs this, but wayland doesn't
2017-07-05franz: cleanupgnidorah1-12/+12
2017-04-23rambox, franz: cleanup (#25020)gnidorah1-14/+18
2016-11-19franz: Allow to run with grsecurity kernelTim Steinbach1-1/+5
2016-10-12franz: add menu itemAlex Ivanov1-3/+18
2016-10-03rambox, franz: support i386-linuxAlex Ivanov1-3/+7
2016-10-03rambox, franz: recommendations by Mic92Alex Ivanov1-0/+2
2016-10-03franz: init at 4.0.4Alex Ivanov1-0/+43