Uzbl Bugtracker ::
http://www.uzbl.org/bugs/
Uzbl Bugtracker :: Uzbl: Recently closed tasks2013-01-05T19:40:57ZFS#310: uzbl-browser does not check if uzbl-event-manager is already running
http://www.uzbl.org/bugs/index.php?do=details&task_id=310
2013-01-05T19:40:57ZNoel MaerskNote that the code is already there, just commented out:
# uzbl-event-manager will exit if one is already running.
# we could also check if its pid file exists to avoid having to spawn it.
DAEMON_SOCKET="$XDG_CACHE_HOME"/uzbl/event_daemon
#if [ ! -f "$DAEMON_SOCKET".pid ]
#then
${UZBL_EVENT_MANAGER:-uzbl-event-manager -va start}
#fi
I have noticed that if it is left so, a new instance of uzbl-event-manager is started, which opens the $XDG_CACHE_HOME/uzbl/event_daemon.log file, then notices another instance is already running, and exits. For some reason, this also results in a large binary dump of zeros into the log file (at least on my system):
[1355417388.042650] uzbl-event-manager: INFO: logging to '/home/veox/.cache/uzbl/event_daemon.log'
[1355417388.043022] uzbl-event-manager: INFO: daemon action 'start'
[1355417388.043300] uzbl-event-manager: INFO: read pid 6690 from pid file '/home/veox/.cache/uzbl/event_daemon.pid'
[1355417388.043436] uzbl-event-manager: ERROR: event manager already started with pid 6690
^@^@^@^@ (many)
Starting a new instance of Python to run the event manager probably takes longer than doing a shell check anyway. I suggest this be uncommented.
Thoughts?
# uzbl-event-manager will exit if one is already running.
# we could also check if its pid file exists to avoid having to spawn it.
DAEMON_SOCKET="$XDG_CACHE_HOME"/uzbl/event_daemon
#if [ ! -f "$DAEMON_SOCKET".pid ]
#then
${UZBL_EVENT_MANAGER:-uzbl-event-manager -va start}
#fi
I have noticed that if it is left so, a new instance of uzbl-event-manager is started, which opens the $XDG_CACHE_HOME/uzbl/event_daemon.log file, then notices another instance is already running, and exits. For some reason, this also results in a large binary dump of zeros into the log file (at least on my system):
[1355417388.042650] uzbl-event-manager: INFO: logging to '/home/veox/.cache/uzbl/event_daemon.log'
[1355417388.043022] uzbl-event-manager: INFO: daemon action 'start'
[1355417388.043300] uzbl-event-manager: INFO: read pid 6690 from pid file '/home/veox/.cache/uzbl/event_daemon.pid'
[1355417388.043436] uzbl-event-manager: ERROR: event manager already started with pid 6690
^@^@^@^@ (many)
Starting a new instance of Python to run the event manager probably takes longer than doing a shell check anyway. I suggest this be uncommented.
Thoughts?]]>FS#263: Tabs in uzbl-tabbed cannot be selected with mouse
http://www.uzbl.org/bugs/index.php?do=details&task_id=263
2013-01-05T17:43:03ZMichael T. KirschYou cannot switch to a tab by clicking on it, nothing happens.FS#212: localStorage does not persist
http://www.uzbl.org/bugs/index.php?do=details&task_id=212
2012-11-28T02:14:23ZJames CamposData stored in localStorage is supposed to persist across browser instances, but this does not happen in Uzbl.
Go to http://people.w3.org/mike/localstorage.html
Enter a key/value pair, click setItem()
Close and reopen Uzbl, returning to this page
No items are stored.
In Firefox and Chromium, the stored items show up after a restart; in Uzbl and Surf, they do not.
Go to http://people.w3.org/mike/localstorage.html
Enter a key/value pair, click setItem()
Close and reopen Uzbl, returning to this page
No items are stored.
In Firefox and Chromium, the stored items show up after a restart; in Uzbl and Surf, they do not.]]>FS#159: truncate curent uri and make second status bar for selected uri
http://www.uzbl.org/bugs/index.php?do=details&task_id=159
2012-11-28T02:12:51ZIvan AnishchukNow if curent uri is too long to fit in status bar we cannot see wait/done and scrolling percentage. Also almost always we cannot see selected uri.
I belive that we need to have a way to truncate curent uri... e.g. http://<first n simbols>...<last m simbols> or http://<first n% of stusbar length>...<last m%>
For selected uri, i mean, second (pop-up) bar will be best solving. Same as in chromium. When we hold cursor over link, second bar with selected uri is popping up.
Maybe part of this can be solved with scripts, but i think that we will need to make some changes in core...
I belive that we need to have a way to truncate curent uri... e.g. http://<first n simbols>...<last m simbols> or http://<first n% of stusbar length>...<last m%>
For selected uri, i mean, second (pop-up) bar will be best solving. Same as in chromium. When we hold cursor over link, second bar with selected uri is popping up.
Affected versions:
uzbl-browser 2009.12.22 in Arch Linux [community]
uzbl-git 20091205 from AUR
uxbl-experimental-git 20091228 from AUR]]>FS#243: Compilation errors under Debian
http://www.uzbl.org/bugs/index.php?do=details&task_id=243
2012-11-25T22:55:15ZMatthewI am trying to compile the latest Uzbl under Debian Linux. After installing libwebkit-dev and libsoup2.4-dev, I get the following output when I make Uzbl:
In file included from src/callbacks.c:6:
src/uzbl-core.h:65: error: expected specifier-qualifier-list before ‘WebKitWebInspector’
src/uzbl-core.h:108: error: expected specifier-qualifier-list before ‘SoupCookieJar’
In file included from src/callbacks.c:7:
src/callbacks.h:180: error: expected declaration specifiers or ‘...’ before ‘WebKitWebNavigationAction’
src/callbacks.h:181: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.h:185: error: expected declaration specifiers or ‘...’ before ‘WebKitWebNavigationAction’
src/callbacks.h:186: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.h:190: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.h:193: error: expected declaration specifiers or ‘...’ before ‘WebKitWebResource’
src/callbacks.h:194: error: expected declaration specifiers or ‘...’ before ‘WebKitNetworkResponse’
src/callbacks.h:215: error: expected ‘)’ before ‘*’ token
src/callbacks.c: In function ‘set_proxy_url’:
src/callbacks.c:15: error: ‘Network’ has no member named ‘proxy_url’
src/callbacks.c:15: error: ‘Network’ has no member named ‘proxy_url’
src/callbacks.c:16: warning: implicit declaration of function ‘soup_session_remove_feature_by_type’
src/callbacks.c:20: error: ‘Network’ has no member named ‘proxy_url’
src/callbacks.c: In function ‘set_authentication_handler’:
src/callbacks.c:32: warning: implicit declaration of function ‘soup_session_get_features’
src/callbacks.c:32: error: ‘WEBKIT_TYPE_SOUP_AUTH_DIALOG’ undeclared (first use in this function)
src/callbacks.c:32: error: (Each undeclared identifier is reported only once
src/callbacks.c:32: error: for each function it appears in.)
src/callbacks.c:32: warning: initialization makes pointer from integer without a cast
src/callbacks.c:39: warning: implicit declaration of function ‘soup_session_add_feature_by_type’
src/callbacks.c: In function ‘cmd_max_conns’:
src/callbacks.c:101: error: ‘Network’ has no member named ‘max_conns’
src/callbacks.c: In function ‘cmd_max_conns_host’:
src/callbacks.c:107: error: ‘Network’ has no member named ‘max_conns_host’
src/callbacks.c: In function ‘cmd_http_debug’:
src/callbacks.c:113: warning: implicit declaration of function ‘soup_session_remove_feature’
src/callbacks.c:113: warning: implicit declaration of function ‘SOUP_SESSION_FEATURE’
src/callbacks.c:113: error: ‘Network’ has no member named ‘soup_logger’
src/callbacks.c:117: error: ‘Network’ has no member named ‘soup_logger’
src/callbacks.c:118: warning: implicit declaration of function ‘soup_session_add_feature’
src/callbacks.c:119: error: ‘Network’ has no member named ‘soup_logger’
src/callbacks.c: In function ‘cmd_useragent’:
src/callbacks.c:283: error: ‘Network’ has no member named ‘useragent’
src/callbacks.c:284: error: ‘Network’ has no member named ‘useragent’
src/callbacks.c:285: error: ‘Network’ has no member named ‘useragent’
src/callbacks.c:288: error: ‘Network’ has no member named ‘useragent’
src/callbacks.c: In function ‘cmd_view_source’:
src/callbacks.c:314: warning: implicit declaration of function ‘webkit_web_view_set_view_source_mode’
src/callbacks.c: In function ‘title_change_cb’:
src/callbacks.c:389: warning: implicit declaration of function ‘webkit_web_view_get_title’
src/callbacks.c:389: warning: initialization makes pointer from integer without a cast
src/callbacks.c: In function ‘button_press_cb’:
src/callbacks.c:533: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_EDITABLE’ undeclared (first use in this function)
src/callbacks.c:535: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_DOCUMENT’ undeclared (first use in this function)
src/callbacks.c: In function ‘button_release_cb’:
src/callbacks.c:567: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_EDITABLE’ undeclared (first use in this function)
src/callbacks.c: At top level:
src/callbacks.c:600: error: expected declaration specifiers or ‘...’ before ‘WebKitWebNavigationAction’
src/callbacks.c:600: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.c: In function ‘navigation_decision_cb’:
src/callbacks.c:603: error: ‘navigation_action’ undeclared (first use in this function)
src/callbacks.c:622: warning: implicit declaration of function ‘webkit_web_policy_decision_ignore’
src/callbacks.c:622: error: ‘policy_decision’ undeclared (first use in this function)
src/callbacks.c:632: warning: implicit declaration of function ‘webkit_web_policy_decision_use’
src/callbacks.c: At top level:
src/callbacks.c:639: error: expected declaration specifiers or ‘...’ before ‘WebKitWebNavigationAction’
src/callbacks.c:640: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.c: In function ‘new_window_cb’:
src/callbacks.c:643: error: ‘navigation_action’ undeclared (first use in this function)
src/callbacks.c:644: error: ‘policy_decision’ undeclared (first use in this function)
src/callbacks.c: At top level:
src/callbacks.c:669: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.c: In function ‘mime_policy_cb’:
src/callbacks.c:675: warning: implicit declaration of function ‘webkit_web_view_can_show_mime_type’
src/callbacks.c:676: error: ‘policy_decision’ undeclared (first use in this function)
src/callbacks.c:681: warning: implicit declaration of function ‘webkit_web_policy_decision_download’
src/callbacks.c: At top level:
src/callbacks.c:686: error: expected declaration specifiers or ‘...’ before ‘WebKitWebResource’
src/callbacks.c:687: error: expected declaration specifiers or ‘...’ before ‘WebKitNetworkResponse’
src/callbacks.c: In function ‘request_starting_cb’:
src/callbacks.c:690: error: ‘resource’ undeclared (first use in this function)
src/callbacks.c:691: error: ‘response’ undeclared (first use in this function)
src/callbacks.c: In function ‘create_web_view_js2_cb’:
src/callbacks.c:702: warning: implicit declaration of function ‘webkit_web_view_get_uri’
src/callbacks.c:702: warning: initialization makes pointer from integer without a cast
src/callbacks.c: In function ‘download_cb’:
src/callbacks.c:763: warning: implicit declaration of function ‘webkit_download_get_uri’
src/callbacks.c:763: error: ‘WebKitDownload’ undeclared (first use in this function)
src/callbacks.c:763: error: expected expression before ‘)’ token
src/callbacks.c:763: warning: passing argument 2 of ‘send_event’ makes pointer from integer without a cast
src/callbacks.c: At top level:
src/callbacks.c:759: warning: unused parameter ‘download’
src/callbacks.c: In function ‘populate_popup_cb’:
src/callbacks.c:785: error: ‘GUI’ has no member named ‘menu_items’
src/callbacks.c:793: error: ‘GUI’ has no member named ‘menu_items’
src/callbacks.c:795: error: ‘GUI’ has no member named ‘menu_items’
src/callbacks.c:797: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_DOCUMENT’ undeclared (first use in this function)
src/callbacks.c: At top level:
src/callbacks.c:834: error: expected ‘)’ before ‘*’ token
src/callbacks.c: In function ‘save_cookies_http’:
src/callbacks.c:857: warning: implicit declaration of function ‘soup_cookies_from_response’
src/callbacks.c:857: warning: assignment makes pointer from integer without a cast
src/callbacks.c:858: warning: implicit declaration of function ‘soup_cookie_to_set_cookie_header’
src/callbacks.c:858: warning: assignment makes pointer from integer without a cast
make: *** [callbacks.o] Error 1
The compilation process is not getting very far at all, this occurs while compileing the first file. (using make -B)
I haven't been able to find anything on the web about "error: expected specifier-qualifier-list before ‘WebKitWebInspector’". Any ideas?
In file included from src/callbacks.c:6:
src/uzbl-core.h:65: error: expected specifier-qualifier-list before ‘WebKitWebInspector’
src/uzbl-core.h:108: error: expected specifier-qualifier-list before ‘SoupCookieJar’
In file included from src/callbacks.c:7:
src/callbacks.h:180: error: expected declaration specifiers or ‘...’ before ‘WebKitWebNavigationAction’
src/callbacks.h:181: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.h:185: error: expected declaration specifiers or ‘...’ before ‘WebKitWebNavigationAction’
src/callbacks.h:186: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.h:190: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.h:193: error: expected declaration specifiers or ‘...’ before ‘WebKitWebResource’
src/callbacks.h:194: error: expected declaration specifiers or ‘...’ before ‘WebKitNetworkResponse’
src/callbacks.h:215: error: expected ‘)’ before ‘*’ token
src/callbacks.c: In function ‘set_proxy_url’:
src/callbacks.c:15: error: ‘Network’ has no member named ‘proxy_url’
src/callbacks.c:15: error: ‘Network’ has no member named ‘proxy_url’
src/callbacks.c:16: warning: implicit declaration of function ‘soup_session_remove_feature_by_type’
src/callbacks.c:20: error: ‘Network’ has no member named ‘proxy_url’
src/callbacks.c: In function ‘set_authentication_handler’:
src/callbacks.c:32: warning: implicit declaration of function ‘soup_session_get_features’
src/callbacks.c:32: error: ‘WEBKIT_TYPE_SOUP_AUTH_DIALOG’ undeclared (first use in this function)
src/callbacks.c:32: error: (Each undeclared identifier is reported only once
src/callbacks.c:32: error: for each function it appears in.)
src/callbacks.c:32: warning: initialization makes pointer from integer without a cast
src/callbacks.c:39: warning: implicit declaration of function ‘soup_session_add_feature_by_type’
src/callbacks.c: In function ‘cmd_max_conns’:
src/callbacks.c:101: error: ‘Network’ has no member named ‘max_conns’
src/callbacks.c: In function ‘cmd_max_conns_host’:
src/callbacks.c:107: error: ‘Network’ has no member named ‘max_conns_host’
src/callbacks.c: In function ‘cmd_http_debug’:
src/callbacks.c:113: warning: implicit declaration of function ‘soup_session_remove_feature’
src/callbacks.c:113: warning: implicit declaration of function ‘SOUP_SESSION_FEATURE’
src/callbacks.c:113: error: ‘Network’ has no member named ‘soup_logger’
src/callbacks.c:117: error: ‘Network’ has no member named ‘soup_logger’
src/callbacks.c:118: warning: implicit declaration of function ‘soup_session_add_feature’
src/callbacks.c:119: error: ‘Network’ has no member named ‘soup_logger’
src/callbacks.c: In function ‘cmd_useragent’:
src/callbacks.c:283: error: ‘Network’ has no member named ‘useragent’
src/callbacks.c:284: error: ‘Network’ has no member named ‘useragent’
src/callbacks.c:285: error: ‘Network’ has no member named ‘useragent’
src/callbacks.c:288: error: ‘Network’ has no member named ‘useragent’
src/callbacks.c: In function ‘cmd_view_source’:
src/callbacks.c:314: warning: implicit declaration of function ‘webkit_web_view_set_view_source_mode’
src/callbacks.c: In function ‘title_change_cb’:
src/callbacks.c:389: warning: implicit declaration of function ‘webkit_web_view_get_title’
src/callbacks.c:389: warning: initialization makes pointer from integer without a cast
src/callbacks.c: In function ‘button_press_cb’:
src/callbacks.c:533: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_EDITABLE’ undeclared (first use in this function)
src/callbacks.c:535: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_DOCUMENT’ undeclared (first use in this function)
src/callbacks.c: In function ‘button_release_cb’:
src/callbacks.c:567: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_EDITABLE’ undeclared (first use in this function)
src/callbacks.c: At top level:
src/callbacks.c:600: error: expected declaration specifiers or ‘...’ before ‘WebKitWebNavigationAction’
src/callbacks.c:600: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.c: In function ‘navigation_decision_cb’:
src/callbacks.c:603: error: ‘navigation_action’ undeclared (first use in this function)
src/callbacks.c:622: warning: implicit declaration of function ‘webkit_web_policy_decision_ignore’
src/callbacks.c:622: error: ‘policy_decision’ undeclared (first use in this function)
src/callbacks.c:632: warning: implicit declaration of function ‘webkit_web_policy_decision_use’
src/callbacks.c: At top level:
src/callbacks.c:639: error: expected declaration specifiers or ‘...’ before ‘WebKitWebNavigationAction’
src/callbacks.c:640: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.c: In function ‘new_window_cb’:
src/callbacks.c:643: error: ‘navigation_action’ undeclared (first use in this function)
src/callbacks.c:644: error: ‘policy_decision’ undeclared (first use in this function)
src/callbacks.c: At top level:
src/callbacks.c:669: error: expected declaration specifiers or ‘...’ before ‘WebKitWebPolicyDecision’
src/callbacks.c: In function ‘mime_policy_cb’:
src/callbacks.c:675: warning: implicit declaration of function ‘webkit_web_view_can_show_mime_type’
src/callbacks.c:676: error: ‘policy_decision’ undeclared (first use in this function)
src/callbacks.c:681: warning: implicit declaration of function ‘webkit_web_policy_decision_download’
src/callbacks.c: At top level:
src/callbacks.c:686: error: expected declaration specifiers or ‘...’ before ‘WebKitWebResource’
src/callbacks.c:687: error: expected declaration specifiers or ‘...’ before ‘WebKitNetworkResponse’
src/callbacks.c: In function ‘request_starting_cb’:
src/callbacks.c:690: error: ‘resource’ undeclared (first use in this function)
src/callbacks.c:691: error: ‘response’ undeclared (first use in this function)
src/callbacks.c: In function ‘create_web_view_js2_cb’:
src/callbacks.c:702: warning: implicit declaration of function ‘webkit_web_view_get_uri’
src/callbacks.c:702: warning: initialization makes pointer from integer without a cast
src/callbacks.c: In function ‘download_cb’:
src/callbacks.c:763: warning: implicit declaration of function ‘webkit_download_get_uri’
src/callbacks.c:763: error: ‘WebKitDownload’ undeclared (first use in this function)
src/callbacks.c:763: error: expected expression before ‘)’ token
src/callbacks.c:763: warning: passing argument 2 of ‘send_event’ makes pointer from integer without a cast
src/callbacks.c: At top level:
src/callbacks.c:759: warning: unused parameter ‘download’
src/callbacks.c: In function ‘populate_popup_cb’:
src/callbacks.c:785: error: ‘GUI’ has no member named ‘menu_items’
src/callbacks.c:793: error: ‘GUI’ has no member named ‘menu_items’
src/callbacks.c:795: error: ‘GUI’ has no member named ‘menu_items’
src/callbacks.c:797: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_DOCUMENT’ undeclared (first use in this function)
src/callbacks.c: At top level:
src/callbacks.c:834: error: expected ‘)’ before ‘*’ token
src/callbacks.c: In function ‘save_cookies_http’:
src/callbacks.c:857: warning: implicit declaration of function ‘soup_cookies_from_response’
src/callbacks.c:857: warning: assignment makes pointer from integer without a cast
src/callbacks.c:858: warning: implicit declaration of function ‘soup_cookie_to_set_cookie_header’
src/callbacks.c:858: warning: assignment makes pointer from integer without a cast
make: *** [callbacks.o] Error 1
The compilation process is not getting very far at all, this occurs while compileing the first file. (using make -B)
I haven't been able to find anything on the web about "error: expected specifier-qualifier-list before ‘WebKitWebInspector’". Any ideas?]]>FS#125: Forum posts-spaces between paragraphs missing
http://www.uzbl.org/bugs/index.php?do=details&task_id=125
2012-11-25T22:53:09ZsecuritybreachI am running Uzbl-git 20090826-2 from AUR in Archlinux.I have noticed that when posting at various forums including http://bbs.archlinux.org that when posting threads, spacing between sentences, etc. are missing. I have found out that using two spaces between lines sometimes fixes this problem.
Thanks http://bbs.archlinux.org that when posting threads, spacing between sentences, etc. are missing. I have found out that using two spaces between lines sometimes fixes this problem.
Thanks ]]>FS#130: Open Image in new window opens the target of a link instead of the image itself
http://www.uzbl.org/bugs/index.php?do=details&task_id=130
2012-11-25T22:52:47ZOn heise.de there are some images which link to another page. Using right-click + Open image in new window, the link target is opened instead of the image.FS#168: mail.yahoo.com (clasic) do not work
http://www.uzbl.org/bugs/index.php?do=details&task_id=168
2012-11-25T22:51:26ZVytautasmail.yahoo.com (clasic) do not work.