LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-16-2011, 04:13 PM   #1
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Rep: Reputation: 107Reputation: 107
A few questions about XFCE


Messing around with XFCE and loving it so far. There's a few things I can't figure out on it that I thought I'd ask here about:

1. How do I set Konqueror as my default file browser? I very much prefer it over Thunar.

2. How do I make Konsole (or even Terminal) show my current directory at its prompt like it does in KDE? It shows only sh-4.1$ while in XFCE for some reason.

3. How do I configure it to be single-click rather than double-click when selecting items on the desktop? I can get it to do that in Thunar but it doesn't change the desktop settings.

4. How can I enable window transparency (if its even possible in xfce)? I like my konsole window to be transparent but it won't allow it

Thanks!
 
Old 10-16-2011, 05:16 PM   #2
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Quote:
Originally Posted by Cultist View Post
4. How can I enable window transparency (if its even possible in xfce)? I like my konsole window to be transparent but it won't allow it

Thanks!
If you go into XFCE Menu -> Settings -> Window Manager Tweaks -> compositor tab

There should be a tab to enable composting, you should be able to make konsole/terminal transparent using their settings after that.
 
1 members found this post helpful.
Old 10-16-2011, 05:29 PM   #3
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Code:
2. How do I make Konsole (or even Terminal) show my current directory at its prompt like it does in KDE? It shows only sh-4.1$ while in XFCE for some reason.
Put
Code:
. /etc/profile
in your ~/.bashrc
 
1 members found this post helpful.
Old 10-16-2011, 05:57 PM   #4
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by sycamorex View Post
Code:
2. How do I make Konsole (or even Terminal) show my current directory at its prompt like it does in KDE? It shows only sh-4.1$ while in XFCE for some reason.
Put
Code:
. /etc/profile
in your ~/.bashrc
Just tried it, and it works with Konsole, ty!

Know a way to do the same thing to XFCE Terminal? It still shows only the default thing.

Last edited by Cultist; 10-16-2011 at 05:58 PM.
 
Old 10-16-2011, 06:18 PM   #5
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by Cultist View Post
Just tried it, and it works with Konsole, ty!

Know a way to do the same thing to XFCE Terminal? It still shows only the default thing.
Weird. It should work on all terminal emulators. Have you restarted XFCE Terminal?
 
Old 10-17-2011, 06:12 AM   #6
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
yeah, logged out altogether and back in. Also, when I have konsole set as the default terminal emulator and I open it with the Open Terminal... command in the rclick context menu, that bashrc change doesn't affect it. I only see it the way it should be when I open konsole from the applications menu.

I really like XFCE, but this is one of a few things that I'd really like to solve before I use it full-time over KDE
 
Old 10-17-2011, 05:05 PM   #7
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by Cultist View Post
yeah, logged out altogether and back in. Also, when I have konsole set as the default terminal emulator and I open it with the Open Terminal... command in the rclick context menu, that bashrc change doesn't affect it. I only see it the way it should be when I open konsole from the applications menu.

I really like XFCE, but this is one of a few things that I'd really like to solve before I use it full-time over KDE
I just logged in to XFCE and opened the XFCE Terminal the via the right-click menu. It did read .bashrc
Afterwards, I changed the default terminal app for XFCE to Konsole and opened it the same way. Again, it did work fine.

Perhaps, you could try and move your .config/xfce4 directory somwhere else (just temporarily) and see what happens when XFCE creates new config files. Just a thought.
 
Old 10-17-2011, 05:50 PM   #8
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
Just did that, and it didn't help.

But now another problem cropped up. When I logged into my computer after work just now (before moving that folder), my panel at the bottom of the screen is gone. Checked the XFCE settings manager, and the Panel option is there but clicking it doesn't do anything.

Best solution I can find is to use the run program option to run xfce4-panel, which does bring back the panel and the functionality of the window, but this seems to have to be repeated after every login now. How can I set this command to run at startup?
 
Old 10-17-2011, 06:09 PM   #9
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Have you tried removing XFCE cache sessions?
Code:
rm ~/.cache/sessions/xf*
 
1 members found this post helpful.
Old 10-17-2011, 06:29 PM   #10
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by sycamorex View Post
Have you tried removing XFCE cache sessions?
Code:
rm ~/.cache/sessions/xf*
Great ty, that fixed the panel problem. Leaving only the original terminal problem which I'm beginning to think I might just have to deal with
 
Old 10-17-2011, 06:35 PM   #11
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Perhaps, try to create a new user and see what happens there in XFCE.

I'm sure I haven't done any more customisations apart from sourcing /etc/profile in my .bashrc.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Some questions about XFCE 4.4 Tribulation Linux - Desktop 2 08-05-2011 05:57 PM
Trying out xfce 4.6.1 in current some questions samac Slackware 9 06-17-2009 08:16 AM
Two questions on Xfce adriv Slackware 21 09-19-2007 11:24 AM
questions about xfce? slinky2004 Linux - Software 4 10-23-2004 10:45 AM
Some questions in regards to XFCE eBopBob Linux - General 1 08-06-2004 08:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration