This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Customize Folder View?

Tags: None
(comma "," separated)
karye
Registered Member
Posts
23
Karma
0
OS

Customize Folder View?

Wed Sep 09, 2009 8:19 am
Folder View is really great!

But I'm annoyed with the small preview window which popups when the mouse hovers over folder. Is there a way to turn it off?

The preview window shows the content of the folder. It hides the folder below and it gets in the way.
User avatar
Hans
Administrator
Posts
3304
Karma
24
OS

Re: Customize Folder View?

Wed Sep 09, 2009 8:32 am
At the moment it's not possible to disable it. It would be nice if a trunk user could confirm if there's an option to disable it in trunk or not.


Problem solved? Please click on "Accept this answer" below the post with the best answer to mark your topic as solved.

10 things you might want to do in KDE | Open menu with Super key | Mouse shortcuts
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Customize Folder View?

Thu Sep 10, 2009 5:50 am
Such an option is currently not available in Trunk at this time.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
karye
Registered Member
Posts
23
Karma
0
OS

Re: Customize Folder View?

Sat Sep 19, 2009 9:07 am
Where can I post suggestions and feature request regarding Folder View?
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Customize Folder View?

Sat Sep 19, 2009 9:29 am
Bugs and wishes for KDE applications can be filed at bugs.kde.org


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
Timo
Registered Member
Posts
51
Karma
0
OS

Re: Customize Folder View?  Topic is solved

Thu Oct 15, 2009 12:17 pm
There is a request already posted on

https://bugs.kde.org/show_bug.cgi?id=192821

Upvote it! Maybe we get our desired option added into KDE. Hopefully we will, as this is my number 1 grief that bugs me at least 5 times a day. ;)
karye
Registered Member
Posts
23
Karma
0
OS

Re: Customize Folder View?

Sun Nov 01, 2009 9:06 am
Yes, I've upvoted it xD
theresonant
Registered Member
Posts
21
Karma
0
OS

Re: Customize Folder View?

Sun Nov 01, 2009 11:32 am
Upvoted!
User avatar
Timo
Registered Member
Posts
51
Karma
0
OS

Re: Customize Folder View?

Sun Nov 01, 2009 11:58 am
I can report this thing I have done to work with the current karmic release:

http://ubuntuforums.org/showpost.php?p= ... stcount=15

in short:
You need all the usual stuff to build kde stuff on your machine (cmake, build-essential and the like).

then you do:
Code: Select all
apt-get source kdebase
cd kdebase-4.3.2
vim apps/plasma/applets/folderview/iconview.cpp


and modify some lines: (1297+)
Code: Select all
//    if (!m_popupView || m_hoveredIndex != m_popupIndex) {
//        m_toolTipShowTimer.start(500, this);
 //    }
...


and: (1338+)
Code: Select all
if (item.isDir()) {
   //type = IconView::FolderTip;
   return;
} else if (item.isDesktopFile()) {
...


then you go and:
Code: Select all
mkdir kdebase
cd kdebase
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make -j 2
sudo make install
kquittapp plasma-desktop
plasma-desktop


there you go - no more folder-view-popups (tooltip-popups for files still work!) You may use another editor than vim ;)
lolkyfan
Registered Member
Posts
1
Karma
0
OS

Re: Customize Folder View?

Wed Dec 02, 2009 10:01 pm
Hi..when i tried to compile that source it told me that the CMakeLists.txt is missing in that directory..any suggestions?.i really want to get rid of that thing..:)
User avatar
LBL
Registered Member
Posts
131
Karma
0
OS

Re: Customize Folder View?

Wed Dec 02, 2009 10:08 pm
Do you have no CMakeList.txt at all (check via filemanager or ls) or is it just in another directory. Make sure you are in the correct directory!!! Most times that's the mistake.


42: There is no other answer. There are only different ways to express it.
0x2A
0o52
0b101010


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft