Fred Fu

Results 75 comments of Fred Fu

@AMDphreak you can take a look at https://github.com/racket/gui/blob/master/gui-doc/scribblings/gui/widget-gallery.scrbl#L14

It just occurred to me that a few linux distros' package managers use `install` and `remove`: `zypper` on openSUSE distros, `dnf` on Fedora, `apt` on Debian and etc.

Looks like a sandbox issue. Where did you get the racket installer? flathub or Snapstore?

I am on Tumbleweed. I have run into this problem too. My initial investigation shows that on Fedora and Ubuntu, the package maintainers have added `.LOCKpkgs.rktd` to the directory. I...

@VladislavNekto for the time being, you can just create an empty file as `.LOCKpkgs.rktd` in `/usr/share/racket/pkgs`. Or simply run `sudo raco pkg show`, which will create this file for you.

I don't know why the suse's Racket package maintainer chose to delete the file see Line 164 in [the build file](https://build.opensuse.org/package/view_file/openSUSE:Factory/racket/racket.spec?expand=1)

Third this. Currently I just work around this issue by creating a custom image using OBS. To be fair, it works fine with a small amount of drawbacks such as...

Since by default, `motion-mode` is enabled for the `Custom` mode, if you want to type correctly in a field, you need to switch to `normal-mode`.