You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: History.md
+33
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,38 @@
1
+
# Picom History
2
+
3
+
Picom was forked in 2016 from the original Compton because it seemed to have become unmaintained.
4
+
5
+
The battle plan of the fork was to refactor it to make the code _possible_ to maintain, so potential contributors won't be scared away when they take a look at the code.
6
+
7
+
And also to try to fix bugs.
8
+
9
+
## Rename
10
+
11
+
In 2019 the project name was changed from Compton to picom (git revision 8ddbeb and following).
12
+
13
+
### Rationale
14
+
15
+
Since the inception of this fork, the existence of two compton repositories has caused some number of confusions. Mainly, people will report issues of this fork to the original compton, or report issues of the original compton here. Later, when distros started packaging this fork of compton, some wanted to differentiate the newer compton from the older version. They found themselves having no choice but to invent a name for this fork. This is less than ideal since this has the potential to cause more confusions among users.
16
+
17
+
Therefore, we decided to move this fork to a new name. Personally, I consider this more than justified since this version of compton has gone through significant changes since it was forked.
18
+
19
+
### The name
20
+
21
+
The criteria for a good name were
22
+
23
+
0. Being short, so it's easy to remember.
24
+
1. Pronounceability, again, helps memorability
25
+
2. Searchability, so when people search the name, it's easy for them to find this repository.
26
+
27
+
Of course, choosing a name is never easy, and there is no apparent way to objectively evaluate the names. Yet, we have to solve the aforementioned problems as soon as possible.
28
+
29
+
In the end, we picked `picom` (a portmanteau of `pico` and `composite`) as our new name. This name might not be perfect, but is what we will move forward with unless there's a compelling reason not to.
30
+
31
+
1
32
# Compton
2
33
34
+
This is a copy of the README of the [original Compton project](https://github.com/chjj/compton/).
35
+
3
36
[](https://gitter.im/chjj/compton?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
37
5
38
__Compton__ is a compositor for X, and a fork of __xcompmgr-dana__.
Copy file name to clipboardexpand all lines: README.md
+11-40
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,11 @@
1
1
picom
2
-
=======
2
+
=====
3
3
4
-
**This is a development branch, bugs to be expected**
5
-
6
-
This is forked from the original Compton because it seems to have become unmaintained.
7
-
8
-
The current battle plan of this fork is to refactor it to make the code _possible_ to maintain, so potential contributors won't be scared away when they take a look at the code.
4
+
__picom__ is a compositor for X, and a [fork of Compton](History.md).
9
5
10
-
We also try to fix bugs.
11
-
12
-
You can leave your feedbacks or thoughts in the [discussion tab](https://github.com/yshui/picom/discussions).
6
+
**This is a development branch, bugs to be expected**
13
7
14
-
The original README can be found [here](README_orig.md)
8
+
You can leave your feedback or thoughts in the [discussion tab](https://github.com/yshui/picom/discussions).
15
9
16
10
## Call for testers
17
11
@@ -27,36 +21,6 @@ To test the new backends, add the `--experimental-backends` flag to the command
27
21
28
22
To report issues with the new backends, please state explicitly you are using the new backends in your report.
29
23
30
-
## Rename
31
-
32
-
### Rationale
33
-
34
-
Since the inception of this fork, the existence of two compton repositories has caused some number of confusions. Mainly, people will report issues of this fork to the original compton, or report issues of the original compton here. Later, when distros started packaging this fork of compton, some wanted to differentiate the newer compton from the older version. They found themselves having no choice but to invent a name for this fork. This is less than ideal since this has the potential to cause more confusions among users.
35
-
36
-
Therefore, we decided to move this fork to a new name. Personally, I consider this more than justified since this version of compton has gone through significant changes since it was forked.
37
-
38
-
### The name
39
-
40
-
The criteria for a good name were
41
-
42
-
0. Being short, so it's easy to remember.
43
-
1. Pronounceability, again, helps memorability
44
-
2. Searchability, so when people search the name, it's easy for them to find this repository.
45
-
46
-
Of course, choosing a name is never easy, and there is no apparent way to objectively evaluate the names. Yet, we have to solve the aforementioned problems as soon as possible.
47
-
48
-
In the end, we picked `picom` (a portmanteau of `pico` and `composite`) as our new name. This name might not be perfect, but is what we will move forward with unless there's a compelling reason not to.
49
-
50
-
### Migration
51
-
52
-
Following the [deprecation process](https://github.com/yshui/picom/issues/114), migration to the new name will be broken into 3 steps:
53
-
54
-
1. All mentions of `compton` will be updated to `picom` in the code base. `compton` will still be installed, but only as a symlink to `picom`. When `picom` is launched via the symlink, a warning message is printed, alerting the user to migrate. Similarly, the old configuration file names and dbus interface names will still be accepted but warned.
55
-
2. 3 major releases after step 1, the warning messages will be prompted to error messages and `picom` will not start when launched via the symlink.
56
-
3. 3 major releases after step 2, the symlink will be removed.
57
-
58
-
The dbus interface and service names are unchanged, so no migration needed for that.
59
-
60
24
## Change Log
61
25
62
26
See [Releases](https://github.com/yshui/picom/releases)
@@ -153,3 +117,10 @@ Contributions to the documents and wiki will also be appreciated.
153
117
## Contributors
154
118
155
119
See [CONTRIBUTORS](CONTRIBUTORS)
120
+
121
+
The README for the [original Compton project](https://github.com/chjj/compton/) can be found [here](History.md#Compton).
122
+
123
+
## Licensing
124
+
125
+
picom is free software, made available under the [MIT](LICENSES/MIT) and [MPL-2.0](LICENSES/MPL-2.0) software
126
+
licenses. See the individual source files for details.
0 commit comments