mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea32f6c30b | ||
|
|
102efba5ae | ||
|
|
3ede740ebd | ||
|
|
f15e88c4c6 | ||
|
|
e9a8b4be7f | ||
|
|
6fb8b35cf5 | ||
|
|
39ea8cb129 |
+1
-1
Submodule cosmic-applets updated: 4dae45733e...abf5eedb5e
+1
-1
Submodule cosmic-applibrary updated: 42dfbea924...89046fc568
+1
-1
Submodule cosmic-bg updated: f1f79d3389...a198a51442
+1
-1
Submodule cosmic-comp updated: 23db1b9ec3...6025f483d6
+1
-1
Submodule cosmic-edit updated: 9183017cb5...10f1b8db00
+1
-1
Submodule cosmic-files updated: 2aa7b6f063...e053db3bf9
+1
-1
Submodule cosmic-greeter updated: 948b35ab12...201d8a1bc4
+1
-1
Submodule cosmic-idle updated: 267bb837f1...983d34ad96
+1
-1
Submodule cosmic-initial-setup updated: 0080330b6d...0dcf117adb
+1
-1
Submodule cosmic-launcher updated: 55b87ef8d9...0b966061e1
+1
-1
Submodule cosmic-notifications updated: 32c94572eb...592c6ace2a
+1
-1
Submodule cosmic-osd updated: 91930fcdb5...d89e0cad91
+1
-1
Submodule cosmic-panel updated: f1a9476052...8f445a4ce9
+1
-1
Submodule cosmic-player updated: f036d037ea...7c9ec8b423
+1
-1
Submodule cosmic-randr updated: bce9cdf2d4...c39fe3fe35
+1
-1
Submodule cosmic-screenshot updated: 8ca2c6a662...8e5a554834
+1
-1
Submodule cosmic-session updated: d8ec361e3c...472db42330
+1
-1
Submodule cosmic-settings updated: 1cb442f2bf...6ebc2208ed
+1
-1
Submodule cosmic-settings-daemon updated: 68331387e4...d67de203ce
+1
-1
Submodule cosmic-store updated: ff5d798d91...853503af7b
+1
-1
Submodule cosmic-term updated: 599c11c7c3...ff5fb1ac31
+1
-1
Submodule cosmic-workspaces-epoch updated: b7afe231d0...db5f41e88b
+2
-2
@@ -34,8 +34,8 @@ https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/DRM-Debugging documents h
|
||||
|
||||
## Frozen desktop
|
||||
|
||||
If the desktop is frozen and `ctrl+alt+f*` don't work to change to a TTY, [the magic SysRq key](https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html) with `r` can be used to swich input in raw mode, so the kernel will handle the tty switch key binding. /etc/sysctl.conf` or `/etc/sysctl.d` may need to be edited first to set `kernel.sysrq=1` or another value that allows this command.
|
||||
If the desktop is frozen and `ctrl+alt+f*` don't work to change to a TTY, [the magic SysRq key](https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html) with `r` can be used to switch input into raw mode, so the kernel will handle the tty switch key binding. `/etc/sysctl.conf` or `/etc/sysctl.d` may need to be edited first to set `kernel.sysrq=1` or another value that allows this command.
|
||||
|
||||
It is also possible to connect over `ssh` from another computer.
|
||||
|
||||
Then `pidof cosmic-comp` can be used to get the PID of the compositor. Then it is possible to investigate further with tools like `gdb`, using `sudo gdb` then `attach <pid>`.
|
||||
Then `pidof cosmic-comp` can be used to get the PID of the compositor. Then it is possible to investigate further with tools like `gdb`, using `sudo gdb` and then `attach <pid>`.
|
||||
|
||||
@@ -15,7 +15,7 @@ build:
|
||||
{{ just }} cosmic-initial-setup/build-release
|
||||
{{ just }} cosmic-launcher/build-release
|
||||
{{ just }} cosmic-notifications/build-release
|
||||
{{ make }} -C cosmic-osd all
|
||||
{{ just }} cosmic-osd/build-release
|
||||
{{ just }} cosmic-panel/build-release
|
||||
{{ just }} cosmic-player/build-release
|
||||
{{ just }} cosmic-randr/build-release
|
||||
@@ -43,7 +43,7 @@ install rootdir="" prefix="/usr/local": build
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-initial-setup/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-launcher/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-notifications/install
|
||||
{{ make }} -C cosmic-osd install DESTDIR={{rootdir}} prefix={{prefix}}
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-osd/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-panel/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-player/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-randr/install
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: 56da80f1b4...31b7a1aa36
Reference in New Issue
Block a user