gnu-linux
Here are 272 public repositories matching this topic...
-
Updated
Oct 5, 2020 - Shell
-
Updated
Jul 27, 2020 - Shell
-
Updated
Oct 5, 2020 - Shell
-
Updated
May 9, 2020 - Python
-
Updated
Sep 7, 2020
-
Updated
Oct 5, 2020 - Python
Use case
the widget for tool size is a quite small target for the mouse, and is almost the only thing not accessible with kb shortcuts
Suggested solution
- alt+up to increase
- al
-
Updated
Aug 7, 2020 - Go
Since stock Android ROMs suck, Huawei's stock in particular, it might be useful to also log to /data/data/[pkg]/cache and add an option to save the logs to /sdcard/download in the error screen.
magnusja/libaums#253 (comment) user can't get logs because of Huawei's bullshit.
For anybody checking this and wondering where have I been. Very busy
-
Updated
Aug 10, 2020 - C
-
Updated
Jul 16, 2020 - QML
-
Updated
Jul 3, 2020 - Shell
-
Updated
Jun 11, 2020 - C++
-
Updated
Dec 7, 2019 - Shell
-
Updated
Oct 5, 2020 - Python
-
Updated
Jul 29, 2020 - C++
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Apr 16, 2020 - Python
-
Updated
Jul 18, 2020 - C++
-
Updated
Jan 21, 2020
-
Updated
May 9, 2020 - C++
-
Updated
Jul 3, 2018 - Vim script
-
Updated
Jul 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the gnu-linux topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gnu-linux topic, visit your repo's landing page and select "manage topics."
I was reading the source code and found that the source code handling autostart is to hardcode
$HOME/.config/autostart/. According to the XDG specification (https://specifications.freedesktop.org/autostart-spec/0.5/ar01s02.html), we should be using$XDG_CONFIG_DIRS/autostartfirst and fallback to~/.config/autostartonly when$XDG_CONFIG_DIRSwas not set.This would require a little bit