This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <bpy> | |
| <Theme> | |
| <user_interface> | |
| <ThemeUserInterface | |
| menu_shadow_fac="0.4" | |
| menu_shadow_width="2" | |
| icon_alpha="1" | |
| icon_saturation="0.5" | |
| widget_emboss="#00000026" | |
| editor_outline="#000000" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
| <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"> | |
| <link href="./styles.css" rel="stylesheet"> | |
| <title>Hello World!</title> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
| <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"> | |
| <link href="./styles.css" rel="stylesheet"> | |
| <title>Hello World!</title> | |
| </head> | |
| <body> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"schemaVersion":1,"label":"Comments","message":"21.9%","color":"hsl(52, 100%, 40%)","labelColor":"303030"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| KWin - the KDE window manager | |
| This file is part of the KDE project. | |
| SPDX-FileCopyrightText: 2018, 2021, 2022 Vlad Zahorodnii <[email protected]>, Martin Flöser <[email protected]>, Simon Schneegans | |
| SPDX-License-Identifier: GPL-3.0-or-later | |
| */ | |
| "use strict"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"schemaVersion":1,"label":"Comments","message":"30.9%","color":"hsl(74, 100%, 40%)","labelColor":"303030"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"label":"Comments","message":"30.5%","schemaVersion":1,"color":"hsl(73, 100%, 40%)","labelColor":"303030"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This is a rough attempt on quick testing of GNOME Shell extensions which are awaiting a | |
| # review. It installs a given extension in a podman container, enables it and tries to | |
| # open the preferences dialog. | |
| # Use it like this: | |
| # ./test.sh 24550 3.36 | |
| # The first number is the review ID from the URL: (e.g. extensions.gnome.org/review/24550) | |
| # The second is the GNOME Shell version: 3.36, 3.38 and 40.0 are currently supported. |
NewerOlder