documents/devices/ChromeOS.md
Table of Contents
ChromeOS
Linux Desktop Apps
Stored in /usr/share/applications/*.desktop
To refresh update-desktop-database
Cursor
- Download link https://downloader.cursor.sh/linux/appImage/x64
- make executable
chmod +x cursor-*.AppImage - install FUSE
sudo apt-get install libfuse2 - run
./cursor-*.AppImage - create desktop entry
sudo vi /usr/share/applications/cursor.desktop
use icon https://www.cursor.com/apple-touch-icon.png
[Desktop Entry]
Name=Cursor
Exec=/home/dominick/apps/cursor-0.42.5x86_64.AppImage
Icon=/home/dominick/.icons/cursor.png
Type=Application
Categories=Development;
MongoDB Compass
Keyring issue where it won't store password. Run with the --password-store flag. Replace Exec command as follows.
Name=MongoDB Compass
Comment=The MongoDB GUI
GenericName=MongoDB Compass
#Exec=mongodb-compass %U
Exec=mongodb-compass --ignore-additional-command-line-flags --password-store="gnome-libsecret"
Icon=mongodb-compass
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;
MimeType=x-scheme-handler/mongodb;x-scheme-handler/mongodb+srv;
Ash-debug-shortcuts
chrome://flags/#ash-debug-shortcuts
| Feature | Shortcut Key | Description |
|---|---|---|
| Wi-Fi Toggle | Ctrl + Shift + Alt + N |
Quickly turn Wi-Fi ON or OFF. |
| Toast Test Message | Ctrl + Shift + Alt + O |
Display a brief test message at the screen's bottom. |
| Touchscreen Toggle | Shift + Search + T |
Enable or disable the touchscreen. Useful for troubleshooting ghost touch issues. |
| Touchpad Toggle | Shift + Search + P |
Enable or disable the touchpad. Prevents interference with keyboard typing. |
| Tablet Mode Toggle | Ctrl + Alt + Shift + T |
Switch between tablet and desktop modes. Note: An external mouse will override tablet mode. |
| Wallpaper Debug Toggle | Ctrl + Alt + B |
Replace the current wallpaper with a test image for background logic testing. |
| HUD Display Toggle | Ctrl + Alt + Shift + G |
Display a minimal HUD with a CPU usage graph. A downward graph indicates increased CPU usage. |
| FPS Counter Toggle | Ctrl + Alt + Shift + F |
Add a HUD displaying the current frame rate, GPU rasterization throughput status, and GPU memory usage. |
| UI Debug Borders Toggle | Ctrl + Alt + Shift + B |
Render borders on components and colour the application window's view in rainbow hues. |
| Native Display Resolution Scaling Toggle | Ctrl + Alt + Shift + P |
Quickly toggle the display scaling to the native display resolution. |
| Component Rectangles Toggle | Ctrl + Alt + Shift + D |
Paint rectangles on UI components based on cursor location. Useful for visualising widget and hit-test area relationships. |
| Force a Crash | Ctrl + Alt + Shift + K |
Crashes your session. Use with caution! |
| Layer Hierarchy Logging | Ctrl + Alt + Shift + L |
Add layer hierarchy information to the developer logs. No noticeable effect. |
| View Hierarchy Logging | Ctrl + Alt + Shift + V |
Add print view hierarchy information to the developer logs. No noticeable effect. |
| Window Hierarchy Logging | Ctrl + Alt + Shift + W |
Add print window hierarchy information to the developer logs. No noticeable effect. |