Originally posted by vinnywright
View Post
Announcement
Collapse
No announcement yet.
KDE file manager problem
Collapse
This topic is closed.
X
X
-
Originally posted by Snowhog View PostThat fixes the protocol died error when launching kdesudo dolphin from the Desktop. Thanks!
- Top
- Bottom
Comment
-
Originally posted by kubicle View PostStart with 'kdesudo dbus-run-session konqueror'
Code:wizard@wizard-laptop:/usr/bin$ ls -la kdesu lrwxrwxrwx 1 root root 27 Nov 25 11:42 kdesu -> /usr/lib/kde4/libexec/kdesu
In "View Background" my user's color is #eaeaeb (slightly off-white) while root's color scheme uses #f7e7ff (just enough pink that you notice it).
edit: My ~/.config/kdesurc is also a little different based on recommendations I got here. When I do 'kdesudo dbus-run-session dolphin' I get no icons but it works just fine with kdesu.
Code:[super-user-command] super-user-command=sudo
we see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
-
Originally posted by wizard10000 View PostI skimmed through the thing looking for a way to turn krusader single-pane for you
You can create a profile for it (and make it the start profile)...and you'd probably want to save the panel settings in krusader configuration, but krusader is really configurable.
EDIT: obligatory screenshot added:Last edited by kubicle; Apr 06, 2017, 10:38 AM.
- Top
- Bottom
Comment
-
Originally posted by kubicle View PostThe panes are resizable, and you can make one or the other 100% width, effectively giving you a "single panel"...both panels also support individual tree view panes, so you can make krusader have a "treeview+single panel" look if you prefer.
You can create a profile for it (and make it the start profile)...and you'd probably want to save the panel settings in krusader configuration, but krusader is really configurable.
EDIT: obligatory screenshot added:"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Originally posted by GreyGeek View PostDoes that setup behave like Dolphin? When you click on a directory in the left panel does it open the listing of the contents in the right panel? Mine doesn't.
- Top
- Bottom
Comment
-
ok ,,,so I got upgraded to kate-17.03.90 today ,,,,,,,,,,no more using Kate with sudo to edit root files ;(
sudoedit gives a vi terminal ,,,,,,,,,,,,,guess I must learn vi ?
however Krusaders built it advanced text editor will edit root files (wile in root mode),,,,,,,,for now.
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Originally posted by vinnywright View Postsudoedit gives a vi terminal ,,,,,,,,,,,,,guess I must learn vi ?
Code:export VISUAL=nano export EDITOR="$VISUAL"
Last edited by wizard10000; Apr 08, 2017, 09:13 AM.we see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
-
Why not just
export EDITOR=nano
Sent from my iPhone using Tapatalk"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Originally posted by GreyGeek View PostWhy not just
export EDITOR=nano
https://unix.stackexchange.com/quest...the-difference
Apparently the two variables have different meanings in bash; both of them are text editors and bash apparently calls $VISUAL and if that fails, calls $EDITOR.
I probably shouldn't mention there's also a $SYSTEMD_EDITOR variable in therewe see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
-
Originally posted by wizard10000 View PostThat's what I thought as well, but when you get back at a PC there's a pretty good discussion here -
https://unix.stackexchange.com/quest...the-difference
Apparently the two variables have different meanings in bash; both of them are text editors and bash apparently calls $VISUAL and if that fails, calls $EDITOR.
I probably shouldn't mention there's also a $SYSTEMD_EDITOR variable in there
The man page of sudoedit states:
2. The editor specified by the policy is run to edit the temporary files. The sudoers policy uses
the SUDO_EDITOR, VISUAL and EDITOR environment variables (in that order). If none of
SUDO_EDITOR, VISUAL or EDITOR are set, the first program listed in the editor sudoers(5) option
is used.
So, I suspect that in order to avoid confusion with other programs that may use either "EDITOR" or "VISUAL" (which is a new one to me) it might be best to set
export SUDO_EDITOR=nano
in ~./bashrc
specifically for sudoedit. At least that's what I'm going to do. Or, better yet, set it to mc. That way I have both file management and editing capabilities.Last edited by GreyGeek; Apr 08, 2017, 10:40 AM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Originally posted by GreyGeek View Post...So, I suspect that in order to avoid confusion with other programs that may use either "EDITOR" or "VISUAL" (which is a new one to me) it might be best to set
export SUDO_EDITOR=nano
in ~./bashrc
specifically for sudoedit. At least that's what I'm going to do. Or, better yet, set it to mc. That way I have both file management and editing capabilities.we see things not as they are, but as we are.
-- anais nin
- Top
- Bottom
Comment
-
Originally posted by vinnywright View Postok ,,,so I got upgraded to kate-17.03.90 today ,,,,,,,,,,no more using Kate with sudo to edit root files ;(
sudoedit gives a vi terminal ,,,,,,,,,,,,,guess I must learn vi ?
VINNY
- https://www.kubuntuforums.net/showth...l=1#post397654
- https://www.kubuntuforums.net/showth...l=1#post397659
As a KDE Service Menu: https://www.kubuntuforums.net/showth...156#post399156
Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
Comment