You are not logged in.
So, I added 2 items to my Tint2 "shortcuts" list. With the default BL tint2_bottom config there were 4 icons. I added 2 more. 1 for Pithos and 1 for Sublime Text. When I added Pithos and restarted, I had and issue, but got that fixed in another thread. This time after adding Sublime text and restarting - sublime showed up, but I lost my file manager icon. I have no idea why. Here is my Tint2 config:
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# http://code.google.com/p/tint2/wiki/Welcome
#
# For more config file examples, see:
# http://bunsenlabs.org/topic/3232/my-tint2-config/
# Background definitions
# ID 1
rounded = 0
border_width = 0
background_color = #000000 40
border_color = #828282 0
# ID 2 - task active
rounded = 1
border_width = 0
background_color = #d8d8d8 30
border_color = #d8d8d8 30
# ID 3 - task
rounded = 1
border_width = 0
background_color = #000000 0
border_color = #000000 0
# ID 4
rounded = 1
border_width = 1
background_color = #888888 20
border_color = #ED2323 60
# ID 5 - taskbar
rounded = 0
border_width = 1
background_color = #000000 0
border_color = #000000 0
# ID 6 - active taskbar
rounded = 0
border_width = 1
background_color = #d8d8d8 8
border_color = #d8d8d8 0
# ID 7 - tooltip
rounded = 3
border_width = 0
background_color = #222222 90
border_color = #222222 90
# ID 8
rounded = 1
border_width = 1
background_color = #888888 20
border_color = #888888 20
# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_items = LTSC
panel_size = 100% 30
panel_margin = 0 -1
panel_padding = 0 0
panel_dock = 0
wm_menu = 1
panel_layer = bottom
panel_background_id = 1
# Panel Autohide
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 1.5
autohide_height = 6
strut_policy = follow_size
# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 6 0 6
taskbar_background_id = 5
taskbar_active_background_id = 6
taskbar_name = 0
taskbar_name_background_id = 0
taskbar_name_active_background_id = 0
taskbar_name_font = Liberation Sans 9
taskbar_name_font_color = #828282 100
taskbar_name_active_font_color = #828282 100
# Tasks
urgent_nb_of_blink = 20
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 40 40
task_padding = 2 2
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 4
task_iconified_background_id = 3
# Task Icons
task_icon_asb = 80 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 80 0 0
# Fonts
task_font = Liberation Sans 06_55 6
task_font_color = #828282 60
task_active_font_color = #828282 100
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #d8d8d8 60
font_shadow = 0
# Launcher
launcher_padding = 8 4 4
launcher_background_id = 0
launcher_icon_size = 24
# Specify icon theme names with launcher_icon_theme.
# if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
launcher_icon_theme = Faenza-Dark-Bunsen
# Each launcher_item_app must be a full path to a .desktop file
# this will have to be made:
launcher_item_app = /usr/share/applications/bl-www-browser.desktop
launcher_item_app = /usr/share/applications/bl-file-manager.desktop
launcher_item_app = /usr/share/applications/bl-terminal-emulator.desktop
launcher_item_app = /usr/share/applications/pithos.desktop
launcher_item_app = /usr/share/applications/sublime.desktop
# System Tray
systray = 1
systray_padding = 4 2 3
systray_sort = right2left
systray_background_id = 0
systray_icon_size = 24
systray_icon_asb = 100 0 0
# Clock
time1_format = %I:%M%p
time1_font = Liberation Sans 11
#time2_format = %A %d %B
#time2_font = Liberation Sans 6
clock_font_color = #b5b5b5 100
clock_padding = 12 4
clock_background_id = 0
clock_lclick_command = gsimplecal
clock_rclick_command = gsimplecal
# Tooltips
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.0
tooltip_hide_timeout = 0.0
tooltip_background_id = 7
tooltip_font_color = #d8d8d8 100
tooltip_font = Liberation Sans normal 9.0
# Mouse
mouse_middle = none
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
# Battery
battery = 1
battery_low_status = 20
battery_low_cmd = notify-send "battery low"
battery_hide = 96
bat1_font = Liberation Mono 8
bat2_font = Liberation Mono 8
battery_font_color = #b5b5b5 100
battery_padding = 2 0
battery_background_id = 0
# End of config
Any help in fixing this would be greatly appreciated.
Last edited by Temetka (2015-10-31 20:58:59)
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
I'm not big on tint2 (sorry), but could it be a space issue, meaning the file manager is getting hidden by the taskbar? Throwing the idea out there for the tint2 gurus...
I don't care what you do at home. Would you care to explain?
Offline
I'm not big on tint2 (sorry), but could it be a space issue, meaning the file manager is getting hidden by the taskbar? Throwing the idea out there for the tint2 gurus...
I also thought of that, but I don't see a width setting, except for the overall panel width. Maybe try setting a background id? ATM there is
launcher_background_id = 0
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Maybe try setting a background id? ATM there is
launcher_background_id = 0
I'm pretty sure the backgrounds are counted from zero so that's the first background definition block in the list.
Is there a simple limit to the number of launchers?
Can you add more than three of any type?
I never use the launchers so I'm not sure.
Does /usr/share/applications/bl-file-manager.desktop still exist?
Offline
Yes, /usr/share/applications/bl-file-manager.desktop still exists.
At the moment I am reading over the excellent documentation found here:
https://gitlab.com/o9000/tint2/wikis/Configure
But I haven't seen anything that would limit the amount of launchers I can have.
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
Your tint2 configuration is fine and all 5 of my icons work. The problem must be with your desktop files or something else weird. I suspect sublime text.
---edit---
Have you tried poitning to Thunar.desktop or exo-file-manager.desktop instead?
Maybe corner in the problem just to troubleshoot.
Last edited by gako (2015-10-31 17:30:52)
Offline
What makes you suspect sublime text?
I changed it Thunar.desktop and I have a file manager launcher now.
Lost Pithos, sublime is still there. While I could remove Pithos and call it a day - i'd like to actually find out what is causing this issue.
Perhaps it's has something to do with the method I used to install sublime as listed in this thread:
https://forums.bunsenlabs.org/viewtopic.php?id=447
Weirdness.
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
I have this working by installing sublime-text-2.0.2-1 (Trusty) from the WebUpd8 PPA as I recommended here, as this creates a deb file, which is "the Debian way". The whole process took under 20 minutes, though it will take you longer if it's your first time building a deb, and quite a bit longer if you have to install the development tools first. However, this is what I (and I think the whole BL team) will recommend is the correct way.
First, remove your current Sublime installation. You said you used these instructions...
http://www.technoreply.com/how-to-insta … -04-unity/
There was no 'sudo make install' step, you just copy the folder to /opt, make a symlink and create a desktop file? Then just undo/delete all of that.
Use the Create a Deb from a PPA tutorial, you can omit adding the deb-src line to your sources.list since there are no other dependencies needed from the WebUpd8 PPA. As I said, I used the Trusty version, here's the dget command for the dsc file for your convenience...
dget -x -u https://launchpad.net/~webupd8team/+archive/ubuntu/sublime-text-2/+files/sublime-text_2.0.2-1%7Ewebupd8%7E3.dsc
Once you've installed the Sublime deb, use the tint2 config you posted in the OP, except change the sublime line to...
launcher_item_app = /usr/share/applications/sublime-text-2.desktop
Done.
Pro Tip: as johnraff said, Thunar displays .desktop files by their "name". To find the actual file name, open the .desktop file with a text editor (right-click>Open with...) and use File>Save as... or Ctrl+Shift+A (in most text editors) to see the actual file name.
I don't care what you do at home. Would you care to explain?
Offline
Hard to tell Temetka.
Maybe Point to bl-text-editor if you have it set.
Or try omitting
launcher_icon_theme = Faenza-Dark-Bunsen
In your tint2rc and see what that does. Or even changing it to something else.
This sometimes has a positive affect for me when setting custom icons.
What Icon is set in:
pithos*.desktop
sublime*.desktop
bl-text-editor.desktop
Offline
^Haha, Ninja'd!
-edit- I doubt johnraff has included Sublime as an option for bl-text-editor.
I don't care what you do at home. Would you care to explain?
Offline
^haha too slow
You're in good hands now =P
Offline
Sublime's a GTK3 app? *shivers*
I don't care what you do at home. Would you care to explain?
Offline
@Temetka, post back if you have problems building the deb. If you want to remove it, it gets installed as sublime-text, so the build-deps removal command will be...
sudo apt-get purge sublime-text-build-deps && sudo apt-get --purge autoremove
I don't care what you do at home. Would you care to explain?
Offline
Ok, I removed my install as per your instructions.
Sorry for being so dense on something as simple as an app install, but...
I don't have the dget command. Meaning when I copied your dget command into my terminal and it sayeth unto me:
command not found
So I tried a sudo apt-get install dget. Not found.
I found a GUI dget here:
http://sourceforge.net/projects/dget/
I'll try that and report back.
Last edited by Temetka (2015-10-31 20:11:51)
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
I just tried it like HoaS did - untar the archive and copy the directory contents into /usr/local/bin. Seems to work...
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Ok, I removed my install as per your instructions.
Sorry for being so dense on something as simple as an app install, but...
I don't have the dget command. Meaning when I copied your dget command into my terminal and it sayeth unto me:
command not found
So I tried a sudo apt-get install dget. Not found.
Search Debian packages (link in the BL Help menu) if you want to find which package something comes with. In this case it is `devscripts`
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^Right, I said you might need to install the development tools. It's in the first part of the tutorial...
sudo apt-get install packaging-dev debian-keyring devscripts equivs
I don't care what you do at home. Would you care to explain?
Offline
Ah. When I installed BL and ran it through the welcome script, I chose not to install dev tools.
/facepalm
Oh and the GUI version I tried fails during make. Back to CLI.
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
No facepalm, just see my Ninja post and follow all the steps in the tutorial.
I don't care what you do at home. Would you care to explain?
Offline
I am a smart person. I do sysadmin work for many clients. WTF am I missing here. I got dget to run using this command as posted earlier:
dget -x -u https://launchpad.net/~webupd8team/+archive/ubuntu/sublime-text-2/+files/sublime-text_2.0.2-1%7Ewebupd8%7E3.dsc
I get these 2 files:
sublime-text-2.0.2
sublime-text_2.0.2-1%7Ewebupd8%7E3.dsc
Maybe I have eyes but am not seeing. Where is the .deb file?
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline