Skip to content

Commit

Permalink
Versione 4.1.4
Browse files Browse the repository at this point in the history
versione 4.1.2
VERSIONE 4.1.1
VERSIONE 4.1.0
VERSIONE 4.0.0
VERSIONE 3.6.52
VERSIONE 3.6.47
VERSIONE 3.6.22
  • Loading branch information
astrgl committed Dec 13, 2023
1 parent 3071994 commit 7e8ecb4
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Title=DnfDrake
Startup=Fmain
Icon=dnfdrake.svg
Version=4.1.2
Version=4.1.4
Component=gb.image
Component=gb.gui
Component=gb.form
Expand Down
2 changes: 1 addition & 1 deletion .src/FABOUT.form
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
MoveScaled(0,0,51,5)
Font = Font["+7"]
Alignment = Align.Center
Text = ("DnfDrake 4.1.2")
Text = ("DnfDrake 4.1.4")
}
}
}
6 changes: 5 additions & 1 deletion .src/FEXTRA.class
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,17 @@ Public Sub BTNCLOSE_Click()
Endif
Endif

If CHKDNFDRAKETRAY.VALUE = True And If LBLDRAKETRAYSTATUS.Text = "Draketray is not running" Then
' If CHKDNFDRAKETRAY.VALUE = True And If LBLDRAKETRAYSTATUS.Text = "Draketray is not running" Then
If CHKDNFDRAKETRAY.VALUE = True Then

' If Not Exist(User.Home &/ "/.config/draketray/locktray") Then
If LBLDRAKETRAYSTATUS.Text = "Draketray is not running" Then
If Right(Left($LOCK)) <> "2" Then
Fmain.$KILL = 2
Shell ("/usr/bin/draketray.gambas")
Sleep 1.1
Endif
Endif
' Shell "ps aux | grep gbr3 | grep draketray | wc -l" Wait To $LOCK
' If Right(Left($LOCK)) = "2" Then
' 'CHKDNFDRAKETRAY.Value = True
Expand Down
4 changes: 2 additions & 2 deletions .src/Fmain.class
Original file line number Diff line number Diff line change
Expand Up @@ -2644,8 +2644,8 @@ Public Sub LOADICONS()
BTNPKGLISTCLEAN.Picture = Picture.Load($PATHICONS & "trash" & $THEMESSUFFIX)
BTNADDPKGLIST.Picture = Picture.Load($PATHICONS & "insert-text" & $THEMESSUFFIX)
BTNPKGLISTVIEW.Picture = Picture.Load($PATHICONS & "view-log" & $THEMESSUFFIX)
PCTCONNECT.Picture = Picture.Load($PATHICONS & "offline.png")
PCTDISCONNECT.Picture = Picture.Load($PATHICONS & "online.png")
PCTCONNECT.Picture = Picture.Load($PATHICONS & "offline" & $THEMESSUFFIX)
PCTDISCONNECT.Picture = Picture.Load($PATHICONS & "online" & $THEMESSUFFIX)
PICSUSPEND.Picture = Picture.Load($PATHICONS & "suspend" & $THEMESSUFFIX)
PICSUSPENDLOCK.Picture = Picture.Load($PATHICONS & "lock" & $THEMESSUFFIX)
BTNCUSTOM.Picture = Picture.Load($PATHICONS & "bacchetta" & $THEMESSUFFIX)
Expand Down
13 changes: 13 additions & 0 deletions ICONS-EXTRA/offline-B.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions ICONS-EXTRA/offline-BD.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions ICONS-EXTRA/online-B.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ICONS-EXTRA/online-BD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions ICONS-EXTRA/online-BD.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e8ecb4

Please sign in to comment.