The option is there in Hardy.
--
debian/control must Recommends menu to run with elevated privileges in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs
** Changed in: wireshark (Ubuntu)
Status: Confirmed => Triaged
** Summary changed:
- no run as root in menu in hardy
+ debian/control must Recommends menu to run with elevated privileges in hardy
--
debian/control must Recommends menu to run with elevated privileges in hardy
https://bugs
That's ok for me, of course.
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mai
You are right. The policy won't be decided by this bug. I have provided
two different debdiffs. One of them uses gksu, and the other uses su-to-
root. I feel there is no point in further debate over which is the
better solution. We should let a MOTU make the final decision about
which debdiff shoul
> su-to-root "will automatically call either gksu (default) or kdesu
(when being launched under KDE) for better integration into the running
desktop environment."
Yes, I know that. I've just put it on top of my selection, because it
tries to detect the currently running desktop environment, and so
Let me try to clear some things up. su-to-root "will automatically call
either gksu (default) or kdesu (when being launched under KDE) for
better integration into the running desktop environment." Otzenpunk's
script seems to attempt to do the same thing. One issue I have come
across is that menu do
So my proposal is this:
The attachment is supposed to be installed as /usr/bin/wireshark-root.
It tries su-to-root, gksu and kdesudo in this order, (although I don't
know if I got the options for kdesudo right), and when nothing's there
it opens x-terminal-emulator with plain sudo.
wireshark-root
@Hewus:
If menu will be the standard for that in the future, say in Intrepid, then it
will certainly be o.k, and maybe a better solution than now. But currently,
this would be a weird exception. Everything else uses gksu in their .desktop
files on Ubuntu, be it wireshark-comparable tools like et
I posted before I read your last comment, otzenpunk. That is a great
thread that really clears up the situation! This menu package is likely
to become more important in future releases, so it is more likely to
already be installed on a user's system anyway. The last patch by Nathan
is the way to go
If you disable the installation of recommended packages, then you have
to accept a loss of functionality, such as the missing menu entry for
the wireshark (root) option. Wireshark does not require gksu/menu to
provide core functionality, so making it a dependency is inappropriate.
For an advanced u
I think, this thread may be of interest:
http://www.mail-archive.com/debian-
[EMAIL PROTECTED]/msg20136.html
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
u
> If we are replacing gksu with menu, then menu should probably be a
recommended package instead of a dependency.
I think, I don't like that very much. I, for example, regularly disable
automatic installation of recommended packages, and I'm sure I'm not
alone. This is in this case no problem, bec
Hewus, I did not notice that gksu was listed as a Recommended package.
If we are replacing gksu with menu, then menu should probably be a
recommended package instead of a dependency. Since most package managers
automatically install recommended packages, we shouldn't run into any
issues. Here is a
Thank you Nathan for your patches! Now that I think about it, I'm not
sure which would be better. The gksu fix would avoid the need for the
extra menu package on gnome systems, and essentially revert back to the
old behaviour. I assume the reasoning behind Debian changing to menu in
the first place
As Hardy is LTS, shouldn't it be done in Hardy too?
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https
There were two solutions suggested in this thread. The first was
replacing su-to-root with gksu in the .desktop file. The second was
adding menu as a dependency of wireshark. I have prepared a debdiff for
both of these suggestions.
--
no run as root in menu in hardy
https://bugs.launchpad.net/bug
wireshark (1.0.0-3ubuntu1) intrepid; urgency=low
* Modify wireshark-root.desktop to use gksu instead
of su-to-root (LP: #209084)
* Modify Maintainer value to match the DebianMaintainerField
specification.
-- Nathan Handler <[EMAIL PROTECTED]> Sat, 14 Jun 2008 13:22:20
-0500
** Atta
wireshark (1.0.0-3ubuntu1) intrepid; urgency=low
* Add menu as a wireshark dependency (LP: #209084)
* Modify Maintainer value to match the DebianMaintainerField
specification.
-- Nathan Handler <[EMAIL PROTECTED]> Sat, 14 Jun 2008 13:09:02
-0500
** Attachment added: "wireshark_1.0.0-3u
** Changed in: wireshark (Ubuntu)
Assignee: (unassigned) => Nathan Handler (nhandler)
Status: Confirmed => In Progress
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
** Description changed:
in hardy beta, there is no option or menu entry to run wireshark as root,
this used to be available in gutsy,
this function is quite handy.
+
+ WORKAROUND/FIX:
+
+ These lines in wireshark-root.desktop simply need to be changed from:
+
+ TryExec=su-to-root
+ Exec=su
This is of course a regression, and as such is pretty high-priority.
Especially since Wireshark is useless (except for looking at old
captures) without it.
This fix is even easy, letting Wireshark depend on menu.
btw, any (good) reasons for using Yet-another-Sudo-Replacement?
--
no run as root
gksu has simply been replaced with su-to-root. This should be an easy
regression to fix. Can someone mark this as low priority? This simple
bug needs to be shown some love :-)
Diff attached of wireshark-root.desktop from 0.99.6rel-3ubuntu0.1
(gutsy) to 1.0.0-1 (hardy).
** Attachment added: "wires
I have the same problem, no root menu entry. I've of course added this
myself, but it doesn't seem to have come back at all even after fully
upgrading to Hardy stable release.
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you
8.04 release
I have recreated the "as root" menu entry with the gksu -u root
/usr/bin/wireshark command line as in 7.10
When I select this, wireshark starts and asks for password.
The interfaces are shown in the capture menu
Selecting an interface causes the capture window to stop responding.
Run
I just run into the same problem. The wireshark-root desktop file has
the line: TryExec=su-to-root. However, the su-to-root program did not
exist on my system. It is provided by the "menu" package, and installing
this package made the wireshark (as root) option appear.
--
no run as root in menu i
Yes, both files exist, and they are listed as installed by wireshark
through synaptic.
I created a diff between wireshark.desktop and wireshark-root.desktop in
case it is useful to you.
** Attachment added: "wireshark-root.desktop.diff"
http://launchpadlibrarian.net/13115633/wireshark-root.des
As far as I can see the wireshark package does provide two .desktop
files:
/usr/share/applications/wireshark-root.desktop
/usr/share/applications/wireshark.desktop
They're both present, visible and working in my default installation.
Can you verify that these files exist in your system (and are p
Just updated to Wireshark 1.0 and I can confirm this issue still exists.
Gutsy had the root menu option but Hardy does not. Was this accidentally
or intentionally removed? Without Wireshark as root, you cannot use the
program for its primary purpose. Having to revert to a command is
unsatisfactory;
bye, hope you can help others though..
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubun
"Harassing?"
Nice-
Good luck, pal. I'm not wasting my time with this "bug" anymore and I did offer
a solution (which you failed to mention you had already done in the first
place)... Perhaps if you had offered that information in the original report I
would not have been drawn in by a misguided
mine here, still has no root menu entry.
I did an update, remove wireshark and wireshark-common with a purge,
and deleted the archive deb from the cache, and reinstalled wireshark,
still no change in the menu entry.
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You r
With the latest version in the Hardy repos, does this issue still happen to you?
I have the menu entry present and working here.
** Changed in: wireshark (Ubuntu)
Status: Confirmed => Incomplete
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bu
why do you insist that this is a question? if this is a question, i
would have just ask in ubuntuforums.
i am fully capable of editing the menu, i already did before filing
this.
clearly this was added in gutsy, find another bug thread to harass!!
you are not an Ubuntu developer, they will be
I am not going to flip it back to a question (even tough it is), but
IMHO, there are far more pressing issues that need dev attention than
not having wireshark as root in the gnome menu by default. If you
understand the data wireshark captures, there's no doubt you have the
capacity to edit the gno
I have used it in Gutsy and other distros going back to when it was
still Ethereal. Sorry if you feel I carelessly flipped it to a question,
but it is pretty straight-forward to add it (or any app) back to the
menu. Application selection can and does change between versions in all
distros, so I sta
** Changed in: wireshark (Ubuntu)
Status: New => Confirmed
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ub
I can confirm this. Running Wireshark as a normal is not useful as you
are not allowed to monitor any interfaces.
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
-
** Changed in: wireshark (Ubuntu)
Status: Invalid => New
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
its offered in gutsy, so its a bug..
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu
please don't carelessly convert this bug as a question...
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
Seems to be a question, not a bug...
"How can I add Wireshark (as roo)t to the Gnome Menu?"
Right click the Gnome Menu, Edit Menu, see if Wireshark (as Root) is listed
under Internet and check it's box if it is.
If not, use the "gksu -u root /usr/bin/wireshark" command as a "New Item" and
place
nope not a question, if you've actually used wireshark in gutsy then
you know what i mean.
like i said this feature is offered in gutsy , unless there was a
decision to remove this feature in hardy.
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug
Try this in terminal, "gksu -u root /usr/bin/wireshark" or create a
shortcut with the command...
--
no run as root in menu in hardy
https://bugs.launchpad.net/bugs/209084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
43 matches
Mail list logo