Ryan Wong

Results 10 comments of Ryan Wong

If you are using terminal to launch desktop files, you should use ```gtk-launch```.

> ![image](https://user-images.githubusercontent.com/96462198/173295426-ba72a6a3-b727-4585-86a6-6703bac5116a.png) I downloaded the latest commit today. It was not working before, it works now (maybe an internet issue because the error was something related to it). But I...

Hello, I got the same error, but the search bar is placed at the default location: ![image](https://user-images.githubusercontent.com/72336775/179128983-c692f852-6b21-4618-bf65-8bb0acf18723.png) and the console doesn't show any error messages Obsidian 0.15.6, Linux appimage version...

> @guihkx I'm using `-vulkan` and `-w 1024 -h 768` in my launch options. Are you using X11 or Wayland? I'm on Wayland / Sway git master. I'm also on...

Alternative solution, without gmake: https://github.com/nvim-telescope/telescope-fzf-native.nvim/issues/119#issuecomment-1873653249 maybe we should add docs in the readme to help users on apple SoC

> The previous code snippets missed some aspects to suit my needs, so I shamelessly combined them to a version that works for me and my configuration. Maybe it is...

As a workaround, You can export high definition pngs if you use Firefox. In order to do so: 1. Run `markmap $your_file` and open the output html file in firefox...

> Try using something like `gamescope -h 600 -H 1080 -U -f -- %command%`? I'm guessing you're giving gamescope a width as well, but in my case this results in...

I ran into a similar problem as OP. I want to make a keybind that mimicks vim's behavior in `quickfix-window`, which means the keybind will 1. opens the node or...

Hello, I'm also using zola and marksman, I am able to workaround this issue by doing the following steps: 1. In your root directory, `ln -s content @` 2. `touch...