Search Criteria
Package Details: wxhexeditor 0.24-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/wxhexeditor.git (read-only, click to copy) |
---|---|
Package Base: | wxhexeditor |
Description: | A free hex editor / disk editor for Linux, Windows and MacOSX |
Upstream URL: | http://www.wxhexeditor.org |
Licenses: | GPL-2.0-only |
Submitter: | None |
Maintainer: | severach (mxfm) |
Last Packager: | severach |
Votes: | 87 |
Popularity: | 0.000002 |
First Submitted: | 2009-01-20 22:52 (UTC) |
Last Updated: | 2025-06-09 04:02 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- wxwidgets-common (wxwidgets-common-gitAUR, wxwidgets-common-lightAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- python (python37AUR) (make)
- gksuAUR (optional) – For root access support
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – For root access support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »
mxfm commented on 2019-08-10 08:57 (UTC) (edited on 2019-08-10 08:58 (UTC) by mxfm)
@toyarchery, I could not make gksu-polkit-git because git.debian.org is down, AFAIK it is down for 1-2 years (the package was last updated in 2015).
Regarding running wxHexEditor as root. You can use folowing policy file (/usr/share/polkit-1/actions/org.freedesktop.wxHexEditor.policy):
<policyconfig> <action id="org.freedesktop.policykit.exec.wxHexEditor"> <message>Authentication is required to run wxHexEditor </message> <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/wxHexEditor</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> </action> </policyconfig>and execute 'pkexec wxHexEditor'.
However, this seems unnecessary because the whole wxHexEditor is running as root and there is no difference comparing to running with 'sudo'.
toyarchery commented on 2019-08-06 09:02 (UTC)
Oh ok, I guess gksu-polkit-git can also be used instead
mxfm commented on 2019-08-06 08:57 (UTC)
gksu was obsoleted by gnome some time ago (and it had no contribution since 2011 or so). It should be replaced with polkit support (read wiki page "Running applications as root"). The gksu package was removed from arch repos 1-2 years ago.
On the other hand, this package can provide a '.rules' file as a measure to support root priviliges instead of gksu. I will look at weekend.
toyarchery commented on 2019-08-05 20:08 (UTC) (edited on 2019-08-06 17:18 (UTC) by toyarchery)
It should have gksu as an optional dependency, this or gnomesu is used when you try to open a device without permission
dario commented on 2019-06-06 17:43 (UTC)
@mxfm, you're welcome.
mxfm commented on 2019-05-25 09:44 (UTC)
@dario, thanks. PKGBUILD was updated to use wxgtk3. In addition, python was added to makedepends as some components seems to regure it during compilation. When doing building in clean chroot, I had "configure: error: Python was not found".
dario commented on 2019-04-27 20:48 (UTC) (edited on 2019-04-27 20:50 (UTC) by dario)
This PKGBUILD works for me with GTK3:
StarterX4 commented on 2019-04-19 12:04 (UTC) (edited on 2019-04-19 12:04 (UTC) by StarterX4)
Nah
src/HexDialogs.cpp: In member function ‘virtual void FindDialog::EventHandler(wxCommandEvent&)’: src/HexDialogs.cpp:423:41: error: expected ‘;’ before ‘parent’ WX_CLEAR_ARRAY(parent->HighlightArray ) ^ ; parent->HighlightArray.Shrink(); ~~~~~~
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »