You are not logged in.
Pages: 1
Hi,
is there a way to increase the max. text length of a window-group "preview"?
Would be nice to see the complete path
Offline
Hello and welcome.
You can use gtk overrides to override some of the default xfce4-panel settings. For your question in particular, the "menu-max-width-chars" is the variable that you want to override.
Create, if it doesn't already exist, a ~/.gtkrc-2.0 file and paste the following contents in:
style "xfce-tasklist-style"
{
XfceTasklist::menu-max-width-chars = 24
}
class "XfceTasklist" style "xfce-tasklist-style"
...change "XfceTasklist::menu-max-width-chars = 24" to a larger number of your choosing and restart the panel:
xfce4-panel -r
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
that was quick!
works perfectly, thank you very much
Offline
I tried this and it didn't work. Has the guidance changed?
I created the file: ~/.gtkrc-2.0
And put in it:
style "xfce-tasklist-style"
{
XfceTasklist::menu-max-width-chars = 108
}
class "XfceTasklist" style "xfce-tasklist-style"
I then reset with: xfce4-panel -r
And the window drop down item widths were still the same.
The docs*, btw, do not not explain that you need to create a file called ~/.gtkrc-2.0
Offline
It would depend on the version of Xfce you are using. If it is 4.14 or later (based on GTK3), then the new tweak would be:
.tasklist { -XfceTasklist-menu-max-width-chars: 108 }
...and it should be added to ~/.config/gtk-3.0/gtk.css - create the file if it doesn't exist.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Bingo!
Thank you.
And where according to the legends is the grimoire kept where might be found such spells as this, lest I should spend the rest of my life scratching around with the other lost souls in the forums, harking after rumours and half-truths, and snatches of copies made by knaves and nincompoops, grasping those few precious genuine fragments I can find, in the hope that, one day, I might have gathered enough that I think it might be possible to begin attempting to master its secrets?
Offline
Offline
A map though? A map to the fabled book?
Or perhaps only the syllabus for an apprenticeship in becoming a professional systems developer, to be completed in order to fix and tweak and adapt some desktop settings?
Offline
Unfortunately, there is no one place where you can find a definitive all-you-need-know guide. The link you found above is a good listing of sources. There are also alot of code snippets buried here in the forum - you can use the search function to start your journey. The Gtk Inspector is probably the most helpful - it lets you test the tweaks live. For an example, see: https://forum.xfce.org/viewtopic.php?id=13329.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 547.02 KiB (Peak: 547.86 KiB) ]