mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
10
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ede740ebd | ||
|
|
f15e88c4c6 | ||
|
|
e9a8b4be7f | ||
|
|
6fb8b35cf5 | ||
|
|
39ea8cb129 | ||
|
|
759fb8efea | ||
|
|
cba864f0cb | ||
|
|
b027c4fc10 | ||
|
|
b8d349fd33 | ||
|
|
d539f2b331 |
+1
-1
Submodule cosmic-applets updated: 2dba07fcae...0c3fd9571a
+1
-1
Submodule cosmic-applibrary updated: 62100ee576...7aee674a01
+1
-1
Submodule cosmic-bg updated: 40254a7101...21a16f4ac1
+1
-1
Submodule cosmic-comp updated: f339e21479...282d76ef34
+1
-1
Submodule cosmic-edit updated: 942cfc4f27...21e50bc80a
+1
-1
Submodule cosmic-files updated: 0c222e1e3a...15b748bf3a
+1
-1
Submodule cosmic-greeter updated: aa0f1cc53a...f806087fc8
+1
-1
Submodule cosmic-idle updated: 267bb837f1...983d34ad96
+1
-1
Submodule cosmic-initial-setup updated: 7d5c21cf1b...f8cba7d2f6
+1
-1
Submodule cosmic-launcher updated: b411aa6bb3...aea652afa8
+1
-1
Submodule cosmic-notifications updated: 19d24637d4...c5e561e264
+1
-1
Submodule cosmic-osd updated: fc095b351b...143a2c0773
+1
-1
Submodule cosmic-panel updated: 1cbfafc68b...8f445a4ce9
+1
-1
Submodule cosmic-player updated: 7b204a05c3...6ff2547111
+1
-1
Submodule cosmic-screenshot updated: ba59f95cb1...f8225a5626
+1
-1
Submodule cosmic-session updated: 379ce30715...472db42330
+1
-1
Submodule cosmic-settings updated: 051e325bb8...c95fcad3c9
+1
-1
Submodule cosmic-settings-daemon updated: 181e8f9c62...d67de203ce
+1
-1
Submodule cosmic-store updated: 57542dcafe...69500ce9b4
+1
-1
Submodule cosmic-term updated: d9c898554d...a968702f30
+1
-1
Submodule cosmic-workspaces-epoch updated: 9968b0e61f...04edd3b909
+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>`.
|
||||
|
||||
@@ -50,12 +50,12 @@ install rootdir="" prefix="/usr/local": build
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-screenshot/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-settings/install
|
||||
{{ make }} -C cosmic-settings-daemon install DESTDIR={{rootdir}} prefix={{prefix}}
|
||||
{{ just }} rootdir={{rootdir}} prefix={{rootdir + prefix}} cosmic-session/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-session/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-store/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-term/install
|
||||
{{ make }} -C cosmic-wallpapers install DESTDIR={{rootdir}} prefix={{prefix}}
|
||||
{{ make }} -C cosmic-workspaces-epoch install DESTDIR={{rootdir}} prefix={{prefix}}
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} pop-launcher/install
|
||||
{{ just }} rootdir={{rootdir}} pop-launcher/install
|
||||
{{ make }} -C xdg-desktop-portal-cosmic install DESTDIR={{rootdir}} prefix={{prefix}}
|
||||
|
||||
_mkdir dir:
|
||||
|
||||
+1
-1
Submodule pop-launcher updated: 8d9da92dba...eead361cca
Submodule xdg-desktop-portal-cosmic updated: 2477a1b398...dd7d22382c
Reference in New Issue
Block a user