Papirus-icon-theme: [Icon request] X Tile

Created on 2 May 2020  路  15Comments  路  Source: PapirusDevelopmentTeam/papirus-icon-theme

Application name: X Tile
Icon name: x-tile
Original icon image:
image
Small description and/or a link to the official webpage: https://www.giuspen.com/x-tile/

completed hardcoded icon request panel

All 15 comments

Tray icon needed too.

Icon is incorrect, original icon: https://github.com/giuspen/x-tile/blob/master/glade/x-tile.svg

On Xubuntu, it don't has de _X_, look at Rofi and notification area..

ksnip_20200502-121333

@rauldipeas what applets on the panel do you using? Especially for the dock. I want to make Xfce more user-friendly, your desktop looks nice.

@rauldipeas what applets on the panel do you using? Especially for the dock. I want to make Xfce more user-friendly, your desktop looks nice.

Please, take a look at my personal project: XFScripts

I was looking at that screenshot and I noticed that the X-Tile icon looks glitched.

I was looking at that screenshot and I noticed that the X-Tile icon looks glitched.

Probably, it has a number above when i open it on Inkscape.

@rauldipeas @gregorydk tray icon name?

On Xubuntu, it don't has de X, look at Rofi and notification area..

X not rendered because it's font Bitstream Charter with filters

        """Creates the Stats Icon"""
        if self.use_appindicator():
            self.ind = appindicator.Indicator.new("x-tile", "indicator-messages", appindicator.IndicatorCategory.APPLICATION_STATUS)
            self.ind.set_status(appindicator.IndicatorStatus.ACTIVE)
            self.ind.set_attention_icon("indicator-messages-new")
            for icp in ["/usr/share/icons/hicolor/scalable/apps/x-tile.svg", "/usr/local/share/icons/hicolor/scalable/apps/x-tile.svg", "glade/x-tile.svg"]:
                if os.path.isfile(icp):
                    icon_path = icp
                    break
            else: icon_path = cons.APP_NAME
            self.ind.set_icon(icon_path)
            self.ind.set_menu(self.ui.get_widget("/SysTrayMenu"))
        else:
            self.status_icon = Gtk.StatusIcon()
            self.status_icon.set_from_stock("tile-quad")
            self.status_icon.connect('button-press-event', self.on_mouse_button_clicked_systray)
            self.status_icon.set_tooltip_text(_("Tile the Windows Upon your X Desktop"))

@rauldipeas @gregorydk tray icon name?

I think it's the same, i didn't find anywhere.

@rauldipeas Please test with libappindicator, it's should be worked

@rauldipeas Please test with libappindicator, it's should be worked

I'm using systray on XFCE.
https://docs.xfce.org/xfce/xfce4-panel/systray

for tray used /usr/share/x-tile/glade/tile-quad.svg This can be fixed on hardcode-tray, but this icon use on interface

tray icon x-tile-panel. I think, better solution open request on X-Tile developer for support system tray icon from theme

Was this page helpful?
0 / 5 - 0 ratings

Related issues

varlesh picture varlesh  路  76Comments

varlesh picture varlesh  路  285Comments

jEsuSdA picture jEsuSdA  路  48Comments

Chamrosh picture Chamrosh  路  25Comments

ramzydoni picture ramzydoni  路  34Comments