-
My native `unshare` works:
```
$ unshare -U echo hi
hi
$ echo $?
0
```
But the AppImage doesn't:
```
$ ./bundle util-linux /bin/unshare
$ ./unshare-x86_64.AppImage -U echo hi
unshare-x86_64…
-
### Description
When you launch Ungoogled Chromium, a bunch of tabs are loaded automatically in the background, which causes performance issues. Only the currently active/selected tab should be loade…
-
### Description
I would like a Linux appimage that works on every distro
### Who's implementing?
- [ ] I'm willing to implement this feature myself
### The problem
I'd like to have an official ap…
-
Add a complete unique updater separate from [Chrlauncher](https://github.com/henrypp/chrlauncher) the reason being that this tool downloads a completely different version of Ungoogled Chromium rather …
-
This issue is used to track the funding progress, following the related announcement made in [release 128.0.6613.84-1.1](https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/tag/128…
-
The default version of Chromium on Ubuntu these days is the `Snap` version doesn't use the `NativeMessagingHosts` folder the same was as regular (native, unsandboxed) Chromium. So access to `~/.config…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue description
First of, thank you for the amazing project!
I'm having a difficult time installing…
NNBnh updated
6 months ago
-
Currently, the browser pings Google's IPv6 DNS servers to do probing. Note that, relatedly, ungoogled-chromium has a command line flag to disable the probing altogether [1], but changing the DNS…
-
### Description
Blacklists in links in chromium-common.profile (such as in disable-programs.inc) that blacklist .config/chromium folders actually prevent chromium from saving any profile data,…
-
### Describe the bug
I'm trying to import a model in `components/3D/TestModel.vue` and nest it. However, it's not appearing. Only those models that are inside the `app.vue` or inside `components` its…