Custom Query (1137 matches)
Results (157 - 159 of 1137)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1390 | fixed | Contact Us - Nabble link is invalid | ||
Description |
The following Nabble link doesn't exist.
Need to change it to the following link. |
|||
#462 | fixed | cpuload and terminal to taskbar | ||
Description |
no solution yet, but so what has been learned so far isn't for forgotten.. on the taskbar it would be nice to add a Terminal button next to the firefox one, and a cpu load one on the right by the clock. if you add them by hand you can make a template, maybe set the cpuload BG color to matching grey, then foreground to dark green. look in ~/.config/xfce4/panel/launcher-$RAND.rc and cpuload-...rc for to copy in. Also we would need to make a before and after diff of the panel.xml file then patch it in.
tricky bit there is that the .config dir prob doesn't exist until the user starts XFce for the first time. So some if [ Hamish |
|||
#482 | wontfix | crazy font size on mac computers | ||
Description |
Hi, as Jody reported the font size on the startup screen and in QGIS can go nuts. check current X.org auto-detect res with: xdpyinfo | grep -B1 -A1 resolution edit ~/.config/xfce4/Xft.xrdb
/etc/xdg/xfce4/Xft.xrdb and add following line somewhere at the end: Xft.dpi: 96 (you need to edit the /etc/ file as root, so sudo the editor) then log out, and log back in. Hamish |