Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
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
{{ message }}
mariux64
/
thunar
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
4131bbd
docs
examples
icons
m4
pixmaps
plugins
po
thunar
thunarx
.gitignore
AUTHORS
COPYING
COPYING.LIB
ChangeLog.gio-migration
FAQ
HACKING
Makefile.am
NEWS
README
THANKS
TODO
Thunar-bulk-rename.desktop.in.in
Thunar-folder-handler.desktop.in.in
Thunar.desktop.in.in
ThunarBulkRename.in
acinclude.m4
autogen.sh
configure.ac.in
org.xfce.FileManager.service.in
org.xfce.Thunar.service.in
org.xfce.thunar.appdata.xml.in
org.xfce.thunar.policy.in.in
thunar.service.in
Breadcrumbs
thunar
/
.gitignore
Blame
Blame
Latest commit
History
History
139 lines (139 loc) · 2.81 KB
Breadcrumbs
thunar
/
.gitignore
Top
File metadata and controls
Code
Blame
139 lines (139 loc) · 2.81 KB
Raw
ChangeLog Thunar.pot Makefile Makefile.in aclocal.m4 autom4te.cache compile config.guess config.h config.h.in config.log config.status config.sub configure configure.in depcomp install-sh intltool-* libtool ltmain.sh mkinstalldirs missing stamp-h1 .*.swp [Tt]hunar-*.tar.bz2 [Tt]hunar-*.tar.gz core.* core *.core *.desktop *.desktop.in *.service *.policy org.xfce.thunar.appdata.xml gtk-doc.make ThunarBulkRename Thunar.spec docs/.*.swp docs/*.1 docs/design/.*.swp docs/manual/.*.swp docs/manual/*/.*.swp docs/manual/*/Thunar.xml docs/manual/*/html docs/manual/*/*.stamp docs/manual/*/images/.*.swp docs/papers/.*.swp docs/reference/.*.swp docs/reference/thunarx/xml docs/reference/thunarx/html docs/reference/thunarx/*.stamp docs/reference/thunarx/.*.swp docs/reference/thunarx/*.bak docs/reference/thunarx/thunarx-decl-list.txt docs/reference/thunarx/thunarx-decl.txt docs/reference/thunarx/thunarx-overrides.txt docs/reference/thunarx/thunarx-undeclared.txt docs/reference/thunarx/thunarx-undocumented.txt docs/reference/thunarx/thunarx-unused.txt docs/reference/thunarx/thunarx.args docs/reference/thunarx/thunarx.hierarchy docs/reference/thunarx/thunarx.interfaces docs/reference/thunarx/thunarx.prerequisites docs/reference/thunarx/thunarx.signals docs/reference/thunarx/version.xml docs/reference/thunarx/tmpl/*.bak docs/reference/thunarx/tmpl/.*.swp docs/reference/thunarx/tmpl/thunarx-unused.sgml examples/.*.swp examples/tex-open-terminal/.*.swp icons/.*.swp icons/16x16/.*.swp icons/24x24/.*.swp icons/48x48/.*.swp icons/scalable/.*.swp pixmaps/.*.swp plugins/.*.swp plugins/thunar-apr/.*.swp plugins/thunar-sbr/.*.swp plugins/thunar-sendto-email/thunar-sendto-email plugins/thunar-sendto-email/thunar-sendto-email.desktop plugins/thunar-sendto-email/.*.swp plugins/thunar-tpa/thunar-tpa-bindings.* plugins/thunar-tpa/thunar-tpa.desktop plugins/thunar-tpa/thunar-tpa.desktop.in plugins/thunar-tpa/.*.swp plugins/thunar-tpa/thunar-tpa plugins/thunar-uca/.*.swp plugins/thunar-uca/uca.xml plugins/thunar-uca/thunar-uca.gresource.c po-doc/.*.swp po-doc/.xml2po.mo po/Makefile.in.in po/.*.swp po/*.gmo po/*.mo po/POTFILES po/.intltool-merge-cache po/stamp-* tests/*.loT tests/.*.swp tests/core.* tests/*.core tests/data/.*.swp thunar/*.loT thunar/.*.swp thunar/thunar thunar/thunar-dbus-service-infos.[ch] thunar/thunar-fallback-icon.c thunar/thunar-thumbnail-cache-proxy.[ch] thunar/thunar-thumbnailer-manager-proxy.h thunar/thunar-thumbnailer-proxy.[ch] thunar/thunar-marshal.[ch] thunar/thunar-resources.[ch] thunar/Thunar thunar/core.* thunar/*.core thunar/thunar-*-ui.h thunar/stamp-thunar-*.* thunar/thunar-dbus-service-infos.h thunarx/.*.swp thunarx/*.pc thunarx/*.gir thunarx/*.typelib thunarx/thunarx-alias*.[ch] thunarx/thunarx-config.h *.o *.lo *.la .libs .deps thunar-vfs config.h.in~ INSTALL configure.ac gtk-doc.m4 test-driver m4/* !m4/introspection.m4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
You can’t perform that action at this time.