[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory "= " created in current directory #409

Open
ryandesign opened this issue Dec 21, 2018 · 2 comments
Open

Directory "= " created in current directory #409

ryandesign opened this issue Dec 21, 2018 · 2 comments

Comments

@ryandesign
Copy link

uzbl-core creates a directory in the current directory called = (equals space) with 0700 permission, containing a directory called tmp with 0700 permission. I think it shouldn't create those directories.

$ uzbl-core --bug-info
Commit: v0.9.1
GTK compile: 2.24.32
GTK run: 2.24.32
WebKit compile: 2.4.11
WebKit run: 2.4.11
WebKit2: 0
libsoup compile: 2.62.3
libsoup run: 2.62.3
$ ls -la
total 0
drwxr-xr-x  2 rschmidt  staff   64 Dec 21 05:44 .
drwxr-xr-x  6 rschmidt  staff  192 Dec 21 05:44 ..
$ uzbl-core 

(uzbl-core:17467): GLib-GObject-WARNING **: 05:44:56.035: g_object_set_is_valid_property: object class 'GtkLabel' has no property named 'margin'

(uzbl-core:17467): GLib-GObject-WARNING **: 05:44:56.035: g_object_set_is_valid_property: object class 'GtkLabel' has no property named 'margin'
$ ls -la
total 0
drwxr-xr-x  3 rschmidt  staff   96 Dec 21 05:44 .
drwxr-xr-x  6 rschmidt  staff  192 Dec 21 05:44 ..
drwx------  3 rschmidt  staff   96 Dec 21 05:44 = 
$ ls -la '= '
total 0
drwx------  3 rschmidt  staff  96 Dec 21 05:44 .
drwxr-xr-x  3 rschmidt  staff  96 Dec 21 05:44 ..
drwx------  2 rschmidt  staff  64 Dec 21 05:45 tmp
$ ls -la '= /tmp'
total 0
drwx------  2 rschmidt  staff  64 Dec 21 05:45 .
drwx------  3 rschmidt  staff  96 Dec 21 05:44 ..
$ 
@keis
Copy link
Member
keis commented Dec 28, 2018

Sounds like your using an old config format (that used = in a few places) with a newer uzbl that treats that as the value, in this case the path to something.

@ryandesign
Copy link
Author

Yes, that must be it. I don't use uzbl, I'm just a developer with MacPorts so I sometimes build, test, and then uninstall some of our ports. I didn't create the ~/.config/uzbl/config file; uzbl must have created it at some point. The file's creation date is July 13, 2011.

uzbl should properly handle old config files, either by using a new name for the new-format config file, or by detecting the old-format config file and upgrading it to new-format, or by alerting the user to the fact that the user must upgrade it and providing instructions for doing so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants